Step against more reasonable behavior , Handle rethrow , but the rethrow not ready

This commit is contained in:
2022-07-06 22:46:47 +02:00
parent 4ab6461e4f
commit 298c4e94ad
5 changed files with 103 additions and 86 deletions

View File

@ -33,9 +33,9 @@
this.label1 = new System.Windows.Forms.Label();
this.btnThrow = new System.Windows.Forms.Button();
this.btnDiceTmpl1 = new System.Windows.Forms.Button();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.btnDiceTmpl2 = new System.Windows.Forms.Button();
this.btnDiceTmpl4 = new System.Windows.Forms.Button();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.btnDiceTmpl3 = new System.Windows.Forms.Button();
this.btnDiceTmpl6 = new System.Windows.Forms.Button();
this.btnDiceTmpl5 = new System.Windows.Forms.Button();
@ -79,6 +79,18 @@
this.btnDiceTmpl1.Visible = false;
this.btnDiceTmpl1.Click += new System.EventHandler(this.btnDiceTmpl_Click);
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "dice1.ico");
this.imageList1.Images.SetKeyName(1, "dice2.ico");
this.imageList1.Images.SetKeyName(2, "dice3.ico");
this.imageList1.Images.SetKeyName(3, "dice4.ico");
this.imageList1.Images.SetKeyName(4, "dice5.ico");
this.imageList1.Images.SetKeyName(5, "dice6.ico");
//
// btnDiceTmpl2
//
this.btnDiceTmpl2.ImageKey = "dice2.ico";
@ -103,18 +115,6 @@
this.btnDiceTmpl4.Visible = false;
this.btnDiceTmpl4.Click += new System.EventHandler(this.btnDiceTmpl_Click);
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "dice1.ico");
this.imageList1.Images.SetKeyName(1, "dice2.ico");
this.imageList1.Images.SetKeyName(2, "dice3.ico");
this.imageList1.Images.SetKeyName(3, "dice4.ico");
this.imageList1.Images.SetKeyName(4, "dice5.ico");
this.imageList1.Images.SetKeyName(5, "dice6.ico");
//
// btnDiceTmpl3
//
this.btnDiceTmpl3.ImageKey = "dice3.ico";
@ -229,6 +229,7 @@
this.Name = "frmPersonRound";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Din tur -";
this.Shown += new System.EventHandler(this.frmPersonRound_Shown);
this.ResumeLayout(false);
this.PerformLayout();