namespace LYFZ.Software.UI.Dresses.DressManagement
{
partial class FrmPreselected
{
///
/// 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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPreselected));
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsro_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsro_CreateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsro_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx2);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
this.plExMainContainer.Size = new System.Drawing.Size(661, 545);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(661, 545);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(602, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(629, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(575, 0);
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.ucPagerEx1);
this.panelEx2.Controls.Add(this.dgv);
this.panelEx2.Controls.Add(this.btnSelect);
this.panelEx2.Controls.Add(this.btnSlect);
this.panelEx2.Controls.Add(this.btnDelete);
this.panelEx2.Controls.Add(this.txtkeyword);
this.panelEx2.Controls.Add(this.panelEx3);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx2.Location = new System.Drawing.Point(10, 10);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(641, 525);
this.panelEx2.TabIndex = 196;
//
// ucPagerEx1
//
this.ucPagerEx1.CurrentPageCount = 0;
this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ucPagerEx1.Location = new System.Drawing.Point(0, 499);
this.ucPagerEx1.Name = "ucPagerEx1";
this.ucPagerEx1.NMax = 0;
this.ucPagerEx1.PageCount = 0;
this.ucPagerEx1.PageCurrent = 1;
this.ucPagerEx1.PageSize = 20;
this.ucPagerEx1.Size = new System.Drawing.Size(639, 24);
this.ucPagerEx1.TabIndex = 284;
this.ucPagerEx1.TbDataSource = null;
//
// dgv
//
this.dgv.AllowUserToAddRows = false;
this.dgv.AllowUserToDeleteRows = false;
this.dgv.AllowUserToResizeRows = false;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.LightCyan;
this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
this.dgv.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.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgv.BackgroundColor = System.Drawing.Color.White;
this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Navy;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
this.dgv.ColumnHeadersHeight = 24;
this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Dsro_Number,
this.Cus_Name,
this.Cus_Telephone,
this.Dsro_CreateName,
this.Dsro_CreateDateTime});
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv.DefaultCellStyle = dataGridViewCellStyle6;
this.dgv.EnableHeadersVisualStyles = false;
this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
this.dgv.IsCompleteBonding = false;
this.dgv.Location = new System.Drawing.Point(5, 48);
this.dgv.Name = "dgv";
this.dgv.ReadOnly = true;
this.dgv.RowHeadersVisible = false;
this.dgv.RowTemplate.Height = 23;
this.dgv.RowTemplate.ReadOnly = true;
this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv.Size = new System.Drawing.Size(630, 450);
this.dgv.TabIndex = 283;
//
// Column1
//
this.Column1.HeaderText = "ID";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Visible = false;
//
// Dsro_Number
//
this.Dsro_Number.HeaderText = "单号";
this.Dsro_Number.Name = "Dsro_Number";
this.Dsro_Number.ReadOnly = true;
//
// Cus_Name
//
this.Cus_Name.HeaderText = "客户名称";
this.Cus_Name.Name = "Cus_Name";
this.Cus_Name.ReadOnly = true;
//
// Cus_Telephone
//
this.Cus_Telephone.HeaderText = "电话";
this.Cus_Telephone.Name = "Cus_Telephone";
this.Cus_Telephone.ReadOnly = true;
//
// Dsro_CreateName
//
this.Dsro_CreateName.HeaderText = "录入人";
this.Dsro_CreateName.Name = "Dsro_CreateName";
this.Dsro_CreateName.ReadOnly = true;
//
// Dsro_CreateDateTime
//
this.Dsro_CreateDateTime.HeaderText = "日期";
this.Dsro_CreateDateTime.Name = "Dsro_CreateDateTime";
this.Dsro_CreateDateTime.ReadOnly = true;
//
// btnSelect
//
this.btnSelect.BackColor = System.Drawing.Color.Transparent;
this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSelect.ForeColor = System.Drawing.Color.White;
this.btnSelect.IsCustomBackImg = false;
this.btnSelect.IsShowText = true;
this.btnSelect.Location = new System.Drawing.Point(324, 7);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(87, 26);
this.btnSelect.TabIndex = 210;
this.btnSelect.Text = " 选 择";
this.btnSelect.UseVisualStyleBackColor = false;
this.btnSelect.Visible = false;
//
// btnSlect
//
this.btnSlect.BackColor = System.Drawing.Color.Transparent;
this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSlect.ForeColor = System.Drawing.Color.White;
this.btnSlect.IsCustomBackImg = false;
this.btnSlect.IsShowText = true;
this.btnSlect.Location = new System.Drawing.Point(138, 7);
this.btnSlect.Name = "btnSlect";
this.btnSlect.Size = new System.Drawing.Size(87, 26);
this.btnSlect.TabIndex = 198;
this.btnSlect.Text = " 查 询";
this.btnSlect.UseVisualStyleBackColor = false;
//
// btnDelete
//
this.btnDelete.BackColor = System.Drawing.Color.Transparent;
this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnDelete.ForeColor = System.Drawing.Color.White;
this.btnDelete.IsCustomBackImg = false;
this.btnDelete.IsShowText = true;
this.btnDelete.Location = new System.Drawing.Point(231, 7);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(87, 26);
this.btnDelete.TabIndex = 202;
this.btnDelete.Text = " 删 除";
this.btnDelete.UseVisualStyleBackColor = false;
//
// txtkeyword
//
this.txtkeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtkeyword.EmptyTextTip = null;
this.txtkeyword.EmptyTextTipColor = System.Drawing.Color.DarkGray;
this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 9F);
this.txtkeyword.Location = new System.Drawing.Point(7, 8);
this.txtkeyword.Name = "txtkeyword";
this.txtkeyword.Size = new System.Drawing.Size(121, 23);
this.txtkeyword.TabIndex = 199;
//
// panelEx3
//
this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderWidth = 1;
this.panelEx3.Location = new System.Drawing.Point(1, 42);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(639, 1);
this.panelEx3.TabIndex = 197;
//
// FrmPreselected
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(661, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.Name = "FrmPreselected";
this.Padding = new System.Windows.Forms.Padding(10);
this.Text = "已预选管理";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
this.panelEx2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx2;
protected ComponentLibrary.ButtonEx btnSlect;
protected ComponentLibrary.ButtonEx btnDelete;
protected ComponentLibrary.TextBoxBasicEx txtkeyword;
private ComponentLibrary.PanelEx panelEx3;
protected ComponentLibrary.ButtonEx btnSelect;
protected UCPager.ucPagerEx ucPagerEx1;
protected ComponentLibrary.DataGridViewEx dgv;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_Number;
private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateName;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateDateTime;
}
}