namespace ButcherFactory.Dialogs { partial class SelectCustomerDialog { /// /// 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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel(); this.textBox1 = new System.Windows.Forms.TextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel(); this.searchBtn = new ButcherFactory.Controls.ColorButton(); this.backBtn = new ButcherFactory.Controls.ColorButton(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // flowLayoutPanel1 // this.flowLayoutPanel1.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.flowLayoutPanel1.AutoScroll = true; this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(1049, 252); this.flowLayoutPanel1.TabIndex = 0; // // flowLayoutPanel2 // this.flowLayoutPanel2.Location = new System.Drawing.Point(48, 122); this.flowLayoutPanel2.Name = "flowLayoutPanel2"; this.flowLayoutPanel2.Size = new System.Drawing.Size(1000, 54); this.flowLayoutPanel2.TabIndex = 1; // // flowLayoutPanel3 // this.flowLayoutPanel3.Location = new System.Drawing.Point(74, 189); this.flowLayoutPanel3.Name = "flowLayoutPanel3"; this.flowLayoutPanel3.Size = new System.Drawing.Size(974, 54); this.flowLayoutPanel3.TabIndex = 2; // // flowLayoutPanel4 // this.flowLayoutPanel4.Location = new System.Drawing.Point(110, 254); this.flowLayoutPanel4.Name = "flowLayoutPanel4"; this.flowLayoutPanel4.Size = new System.Drawing.Size(938, 54); this.flowLayoutPanel4.TabIndex = 3; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("宋体", 14F); this.textBox1.Location = new System.Drawing.Point(14, 11); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(194, 29); this.textBox1.TabIndex = 4; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.panel1.Controls.Add(this.backBtn); this.panel1.Controls.Add(this.searchBtn); this.panel1.Controls.Add(this.flowLayoutPanel5); this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.flowLayoutPanel2); this.panel1.Controls.Add(this.flowLayoutPanel3); this.panel1.Controls.Add(this.flowLayoutPanel4); this.panel1.Location = new System.Drawing.Point(2, 260); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1049, 314); this.panel1.TabIndex = 7; // // flowLayoutPanel5 // this.flowLayoutPanel5.Location = new System.Drawing.Point(14, 53); this.flowLayoutPanel5.Name = "flowLayoutPanel5"; this.flowLayoutPanel5.Size = new System.Drawing.Size(1034, 54); this.flowLayoutPanel5.TabIndex = 7; // // 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(241, 11); 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(80, 30); this.searchBtn.TabIndex = 8; this.searchBtn.Text = "查询"; this.searchBtn.UseVisualStyleBackColor = false; this.searchBtn.Click += new System.EventHandler(this.searchBtn_Click); // // backBtn // this.backBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(25))))); this.backBtn.Font = new System.Drawing.Font("宋体", 12F); this.backBtn.ForeColor = System.Drawing.Color.White; this.backBtn.Location = new System.Drawing.Point(360, 11); this.backBtn.Name = "backBtn"; this.backBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(234)))), ((int)(((byte)(106))))); this.backBtn.Size = new System.Drawing.Size(80, 30); this.backBtn.TabIndex = 9; this.backBtn.Text = "退格"; this.backBtn.UseVisualStyleBackColor = false; this.backBtn.Click += new System.EventHandler(this.uButton1_Click); // // SelectCustomerDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1054, 586); this.Controls.Add(this.panel1); this.Controls.Add(this.flowLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MinimizeBox = false; this.Name = "SelectCustomerDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "选择客户"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5; private Controls.ColorButton searchBtn; private Controls.ColorButton backBtn; } }