...
This commit is contained in:
@@ -543,7 +543,7 @@
|
||||
// btClose
|
||||
//
|
||||
this.btClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||
this.btClose.Image = ((System.Drawing.Image)(resources.GetObject("btClose.Image")));
|
||||
this.btClose.Image = global::FPJ0000.Properties.Resources.action_stop;
|
||||
this.btClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btClose.Name = "btClose";
|
||||
this.btClose.Size = new System.Drawing.Size(67, 36);
|
||||
@@ -553,7 +553,7 @@
|
||||
// btSearch
|
||||
//
|
||||
this.btSearch.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||
this.btSearch.Image = ((System.Drawing.Image)(resources.GetObject("btSearch.Image")));
|
||||
this.btSearch.Image = global::FPJ0000.Properties.Resources.action_refresh;
|
||||
this.btSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.btSearch.Name = "btSearch";
|
||||
this.btSearch.Size = new System.Drawing.Size(91, 36);
|
||||
|
||||
Reference in New Issue
Block a user