You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

170 lines
7.4 KiB

namespace ButcherFactory.Dialogs
{
partial class SelectCustomerDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectCustomerDialog));
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.uButton1 = new WinFormControl.UButton();
this.searchBtn = new WinFormControl.UButton();
this.panel1 = new System.Windows.Forms.Panel();
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(1000, 278);
this.flowLayoutPanel1.TabIndex = 0;
//
// flowLayoutPanel2
//
this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 47);
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(26, 114);
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(62, 179);
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, 9);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(194, 29);
this.textBox1.TabIndex = 4;
//
// uButton1
//
this.uButton1.AsClicked = false;
this.uButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("uButton1.BackgroundImage")));
this.uButton1.EnableGroup = false;
this.uButton1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214)))));
this.uButton1.FlatAppearance.BorderSize = 0;
this.uButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.uButton1.Font = new System.Drawing.Font("宋体", 12F);
this.uButton1.ForeColor = System.Drawing.Color.Black;
this.uButton1.Location = new System.Drawing.Point(233, 9);
this.uButton1.Name = "uButton1";
this.uButton1.PlaySound = false;
this.uButton1.SelfControlEnable = false;
this.uButton1.Size = new System.Drawing.Size(80, 30);
this.uButton1.SoundType = WinFormControl.SoundType.Click;
this.uButton1.TabIndex = 5;
this.uButton1.Text = "退格";
this.uButton1.UseVisualStyleBackColor = true;
this.uButton1.WithStataHode = false;
this.uButton1.Click += new System.EventHandler(this.uButton1_Click);
//
// searchBtn
//
this.searchBtn.AsClicked = false;
this.searchBtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("searchBtn.BackgroundImage")));
this.searchBtn.EnableGroup = false;
this.searchBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214)))));
this.searchBtn.FlatAppearance.BorderSize = 0;
this.searchBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.searchBtn.Font = new System.Drawing.Font("宋体", 12F);
this.searchBtn.ForeColor = System.Drawing.Color.Black;
this.searchBtn.Location = new System.Drawing.Point(340, 9);
this.searchBtn.Name = "searchBtn";
this.searchBtn.PlaySound = false;
this.searchBtn.SelfControlEnable = false;
this.searchBtn.Size = new System.Drawing.Size(80, 30);
this.searchBtn.SoundType = WinFormControl.SoundType.Click;
this.searchBtn.TabIndex = 6;
this.searchBtn.Text = "检索";
this.searchBtn.UseVisualStyleBackColor = true;
this.searchBtn.WithStataHode = false;
this.searchBtn.Click += new System.EventHandler(this.searchBtn_Click);
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(this.searchBtn);
this.panel1.Controls.Add(this.flowLayoutPanel2);
this.panel1.Controls.Add(this.uButton1);
this.panel1.Controls.Add(this.flowLayoutPanel3);
this.panel1.Controls.Add(this.flowLayoutPanel4);
this.panel1.Location = new System.Drawing.Point(2, 286);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1000, 238);
this.panel1.TabIndex = 7;
//
// 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(1005, 536);
this.Controls.Add(this.panel1);
this.Controls.Add(this.flowLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
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 WinFormControl.UButton uButton1;
private WinFormControl.UButton searchBtn;
private System.Windows.Forms.Panel panel1;
}
}