|
|
@ -32,6 +32,8 @@ |
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
this.colseBtn = new ButcherFactory.Controls.ColorButton(); |
|
|
this.colseBtn = new ButcherFactory.Controls.ColorButton(); |
|
|
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox(); |
|
|
|
|
|
this.searchBtn = new ButcherFactory.Controls.ColorButton(); |
|
|
this.SuspendLayout(); |
|
|
this.SuspendLayout(); |
|
|
//
|
|
|
//
|
|
|
// flowLayoutPanel2
|
|
|
// flowLayoutPanel2
|
|
|
@ -87,12 +89,39 @@ |
|
|
this.flowLayoutPanel3.Size = new System.Drawing.Size(1108, 144); |
|
|
this.flowLayoutPanel3.Size = new System.Drawing.Size(1108, 144); |
|
|
this.flowLayoutPanel3.TabIndex = 28; |
|
|
this.flowLayoutPanel3.TabIndex = 28; |
|
|
//
|
|
|
//
|
|
|
|
|
|
// textBox1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.textBox1.Font = new System.Drawing.Font("宋体", 14F); |
|
|
|
|
|
this.textBox1.Location = new System.Drawing.Point(13, 13); |
|
|
|
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
|
|
this.textBox1.Name = "textBox1"; |
|
|
|
|
|
this.textBox1.Size = new System.Drawing.Size(257, 34); |
|
|
|
|
|
this.textBox1.TabIndex = 29; |
|
|
|
|
|
this.textBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.textBox1_MouseDown); |
|
|
|
|
|
//
|
|
|
|
|
|
// searchBtn
|
|
|
|
|
|
//
|
|
|
|
|
|
this.searchBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(198)))), ((int)(((byte)(58))))); |
|
|
|
|
|
this.searchBtn.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
|
|
this.searchBtn.ForeColor = System.Drawing.Color.White; |
|
|
|
|
|
this.searchBtn.Location = new System.Drawing.Point(290, 10); |
|
|
|
|
|
this.searchBtn.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
|
|
this.searchBtn.Name = "searchBtn"; |
|
|
|
|
|
this.searchBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(234)))), ((int)(((byte)(106))))); |
|
|
|
|
|
this.searchBtn.Size = new System.Drawing.Size(107, 38); |
|
|
|
|
|
this.searchBtn.TabIndex = 30; |
|
|
|
|
|
this.searchBtn.Text = "查询"; |
|
|
|
|
|
this.searchBtn.UseVisualStyleBackColor = false; |
|
|
|
|
|
this.searchBtn.Click += new System.EventHandler(this.searchBtn_Click); |
|
|
|
|
|
//
|
|
|
// ClientGoodsSetDialog
|
|
|
// ClientGoodsSetDialog
|
|
|
//
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
this.BackColor = System.Drawing.Color.White; |
|
|
this.BackColor = System.Drawing.Color.White; |
|
|
this.ClientSize = new System.Drawing.Size(1112, 666); |
|
|
this.ClientSize = new System.Drawing.Size(1112, 666); |
|
|
|
|
|
this.Controls.Add(this.searchBtn); |
|
|
|
|
|
this.Controls.Add(this.textBox1); |
|
|
this.Controls.Add(this.flowLayoutPanel3); |
|
|
this.Controls.Add(this.flowLayoutPanel3); |
|
|
this.Controls.Add(this.colseBtn); |
|
|
this.Controls.Add(this.colseBtn); |
|
|
this.Controls.Add(this.flowLayoutPanel2); |
|
|
this.Controls.Add(this.flowLayoutPanel2); |
|
|
@ -104,6 +133,7 @@ |
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
|
|
this.Text = "存货设置"; |
|
|
this.Text = "存货设置"; |
|
|
this.ResumeLayout(false); |
|
|
this.ResumeLayout(false); |
|
|
|
|
|
this.PerformLayout(); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -113,5 +143,7 @@ |
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; |
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; |
|
|
private Controls.ColorButton colseBtn; |
|
|
private Controls.ColorButton colseBtn; |
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3; |
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3; |
|
|
|
|
|
private System.Windows.Forms.TextBox textBox1; |
|
|
|
|
|
private Controls.ColorButton searchBtn; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |