|
|
namespace ButcherFactory.SegmentStockUp_
|
|
|
{
|
|
|
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()
|
|
|
{
|
|
|
this.searchBox = new System.Windows.Forms.TextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
this.clearBtn = new ButcherFactory.Controls.ColorButton();
|
|
|
this.closeBtn = new ButcherFactory.Controls.ColorButton();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// searchBox
|
|
|
//
|
|
|
this.searchBox.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.searchBox.Location = new System.Drawing.Point(93, 10);
|
|
|
this.searchBox.Name = "searchBox";
|
|
|
this.searchBox.Size = new System.Drawing.Size(158, 30);
|
|
|
this.searchBox.TabIndex = 0;
|
|
|
this.searchBox.Click += new System.EventHandler(this.searchBox_Click);
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.label1.Location = new System.Drawing.Point(18, 15);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(69, 20);
|
|
|
this.label1.TabIndex = 1;
|
|
|
this.label1.Text = "搜索:";
|
|
|
//
|
|
|
// 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.Location = new System.Drawing.Point(19, 77);
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(789, 452);
|
|
|
this.flowLayoutPanel1.TabIndex = 2;
|
|
|
//
|
|
|
// clearBtn
|
|
|
//
|
|
|
this.clearBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.clearBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245)))));
|
|
|
this.clearBtn.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
this.clearBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.clearBtn.Location = new System.Drawing.Point(601, 17);
|
|
|
this.clearBtn.Name = "clearBtn";
|
|
|
this.clearBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.clearBtn.Size = new System.Drawing.Size(88, 39);
|
|
|
this.clearBtn.TabIndex = 3;
|
|
|
this.clearBtn.Text = "清空";
|
|
|
this.clearBtn.UseVisualStyleBackColor = false;
|
|
|
this.clearBtn.Click += new System.EventHandler(this.clearBtn_Click);
|
|
|
//
|
|
|
// closeBtn
|
|
|
//
|
|
|
this.closeBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.closeBtn.BackColor = System.Drawing.Color.Red;
|
|
|
this.closeBtn.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
this.closeBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.closeBtn.Location = new System.Drawing.Point(717, 17);
|
|
|
this.closeBtn.Name = "closeBtn";
|
|
|
this.closeBtn.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(215)))), ((int)(((byte)(107)))));
|
|
|
this.closeBtn.Size = new System.Drawing.Size(88, 39);
|
|
|
this.closeBtn.TabIndex = 4;
|
|
|
this.closeBtn.Text = "关闭";
|
|
|
this.closeBtn.UseVisualStyleBackColor = false;
|
|
|
this.closeBtn.Click += new System.EventHandler(this.closeBtn_Click);
|
|
|
//
|
|
|
// SelectCustomerDialog
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(824, 560);
|
|
|
this.Controls.Add(this.closeBtn);
|
|
|
this.Controls.Add(this.clearBtn);
|
|
|
this.Controls.Add(this.flowLayoutPanel1);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.searchBox);
|
|
|
this.Name = "SelectCustomerDialog";
|
|
|
this.Text = "选择客户";
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.TextBox searchBox;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
private Controls.ColorButton clearBtn;
|
|
|
private Controls.ColorButton closeBtn;
|
|
|
}
|
|
|
}
|