This commit is contained in:
chi
2024-01-02 23:08:00 +09:00
parent 7a7b667b3d
commit e26efda0fc
33 changed files with 10068 additions and 1357 deletions

View File

@@ -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);