namespace ButcherFactory.Dialogs { partial class ClientGoodsSetDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.colseBtn = new ButcherFactory.Controls.ColorButton(); this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); this.textBox1 = new System.Windows.Forms.TextBox(); this.searchBtn = new ButcherFactory.Controls.ColorButton(); this.SuspendLayout(); // // flowLayoutPanel2 // this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.flowLayoutPanel2.AutoScroll = true; this.flowLayoutPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.flowLayoutPanel2.Location = new System.Drawing.Point(2, 284); this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(4); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(1108, 379); this.flowLayoutPanel2.TabIndex = 24; // // flowLayoutPanel1 // this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.flowLayoutPanel1.AutoScroll = true; this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 60); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(4); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(1108, 82); this.flowLayoutPanel1.TabIndex = 22; // // colseBtn // this.colseBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.colseBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245))))); this.colseBtn.Font = new System.Drawing.Font("宋体", 15F); this.colseBtn.ForeColor = System.Drawing.Color.White; this.colseBtn.Location = new System.Drawing.Point(948, 2); this.colseBtn.Margin = new System.Windows.Forms.Padding(4); this.colseBtn.Name = "colseBtn"; this.colseBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(234)))), ((int)(((byte)(106))))); this.colseBtn.Size = new System.Drawing.Size(148, 55); this.colseBtn.TabIndex = 27; this.colseBtn.Text = "关闭"; this.colseBtn.UseVisualStyleBackColor = false; this.colseBtn.Click += new System.EventHandler(this.closeBtn_Click); // // flowLayoutPanel3 // this.flowLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.flowLayoutPanel3.AutoScroll = true; this.flowLayoutPanel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.flowLayoutPanel3.Location = new System.Drawing.Point(2, 140); this.flowLayoutPanel3.Margin = new System.Windows.Forms.Padding(4); this.flowLayoutPanel3.Name = "flowLayoutPanel3"; this.flowLayoutPanel3.Size = new System.Drawing.Size(1108, 144); 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 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; 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.colseBtn); this.Controls.Add(this.flowLayoutPanel2); this.Controls.Add(this.flowLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(4); this.MinimizeBox = false; this.Name = "ClientGoodsSetDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "存货设置"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private Controls.ColorButton colseBtn; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3; private System.Windows.Forms.TextBox textBox1; private Controls.ColorButton searchBtn; } }