|
|
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.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
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;
|
|
|
//
|
|
|
// 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(358, 10);
|
|
|
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(235, 10);
|
|
|
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.flowLayoutPanel5);
|
|
|
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, 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;
|
|
|
//
|
|
|
// 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 WinFormControl.UButton uButton1;
|
|
|
private WinFormControl.UButton searchBtn;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
|
|
|
}
|
|
|
}
|