10-08
This commit is contained in:
13
Project/fMain.Designer.cs
generated
13
Project/fMain.Designer.cs
generated
@@ -84,6 +84,7 @@
|
||||
this.toolStrip = new System.Windows.Forms.ToolStrip();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.sbRedis = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.cmVision.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
@@ -151,13 +152,14 @@
|
||||
// sbBCD
|
||||
//
|
||||
this.sbBCD.Name = "sbBCD";
|
||||
this.sbBCD.Size = new System.Drawing.Size(11, 17);
|
||||
this.sbBCD.Text = " ";
|
||||
this.sbBCD.Size = new System.Drawing.Size(35, 17);
|
||||
this.sbBCD.Text = " BCD";
|
||||
//
|
||||
// statusStrip1
|
||||
//
|
||||
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.sbBWRun,
|
||||
this.sbRedis,
|
||||
this.sbBCD,
|
||||
this.sbLogin});
|
||||
this.statusStrip1.Location = new System.Drawing.Point(1, 644);
|
||||
@@ -514,6 +516,12 @@
|
||||
this.toolStripButton2.ToolTipText = "파트구매신청서 작성";
|
||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
||||
//
|
||||
// sbRedis
|
||||
//
|
||||
this.sbRedis.Name = "sbRedis";
|
||||
this.sbRedis.Size = new System.Drawing.Size(55, 17);
|
||||
this.sbRedis.Text = "● REDIS";
|
||||
//
|
||||
// fMain
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
@@ -600,6 +608,7 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem purchaseDataConvertToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem customerToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
||||
private System.Windows.Forms.ToolStripStatusLabel sbRedis;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user