namespace LYFZ.Software.UI.Dresses
{
partial class FrmDressEntry
{
///
/// 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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDressEntry));
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_DressNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_DressType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_PlacedRegion = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_DressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_DressBrand = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_DressSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_DressQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_CostPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_RentPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_SalePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_IsEnabled = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Dsfm_DressRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbDsfm_IsEnabled = new LYFZ.ComponentLibrary.ComboBoxEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
this.CtvDsfm_DressType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxBasicEx();
this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
this.panelEx3.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.AutoScroll = true;
this.plExMainContainer.Controls.Add(this.panelEx2);
this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// openFileDialog2
//
this.openFileDialog2.FileName = "openFileDialog1";
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.dgv);
this.panelEx2.Controls.Add(this.ucPagerEx1);
this.panelEx2.Controls.Add(this.panelEx3);
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx2.Location = new System.Drawing.Point(3, 3);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(904, 499);
this.panelEx2.TabIndex = 195;
//
// dgv
//
this.dgv.AllowUserToAddRows = false;
this.dgv.AllowUserToDeleteRows = false;
this.dgv.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
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;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgv.ColumnHeadersHeight = 24;
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.Dsfm_DressNumber,
this.Dsfm_DressType,
this.Dsfm_PlacedRegion,
this.Dsfm_DressName,
this.Dsfm_DressBrand,
this.Dsfm_DressSize,
this.Dsfm_DressQuantity,
this.Dsfm_CostPrice,
this.Dsfm_RentPrice,
this.Dsfm_SalePrice,
this.Dsfm_IsEnabled,
this.Dsfm_CreateDateTime,
this.Dsfm_DressRemark});
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv.EnableHeadersVisualStyles = false;
this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
"dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
"dgv_dgv_dgv";
this.dgv.IsCompleteBonding = false;
this.dgv.Location = new System.Drawing.Point(0, 40);
this.dgv.MultiSelect = false;
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(904, 435);
this.dgv.TabIndex = 209;
//
// ID
//
this.ID.HeaderText = "ID";
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Visible = false;
//
// Dsfm_DressNumber
//
this.Dsfm_DressNumber.HeaderText = "编号";
this.Dsfm_DressNumber.Name = "Dsfm_DressNumber";
this.Dsfm_DressNumber.ReadOnly = true;
//
// Dsfm_DressType
//
this.Dsfm_DressType.HeaderText = "类别";
this.Dsfm_DressType.Name = "Dsfm_DressType";
this.Dsfm_DressType.ReadOnly = true;
//
// Dsfm_PlacedRegion
//
this.Dsfm_PlacedRegion.HeaderText = "摆放区域";
this.Dsfm_PlacedRegion.Name = "Dsfm_PlacedRegion";
this.Dsfm_PlacedRegion.ReadOnly = true;
//
// Dsfm_DressName
//
this.Dsfm_DressName.HeaderText = "名称";
this.Dsfm_DressName.Name = "Dsfm_DressName";
this.Dsfm_DressName.ReadOnly = true;
//
// Dsfm_DressBrand
//
this.Dsfm_DressBrand.HeaderText = "品牌";
this.Dsfm_DressBrand.Name = "Dsfm_DressBrand";
this.Dsfm_DressBrand.ReadOnly = true;
//
// Dsfm_DressSize
//
this.Dsfm_DressSize.HeaderText = "尺码";
this.Dsfm_DressSize.Name = "Dsfm_DressSize";
this.Dsfm_DressSize.ReadOnly = true;
//
// Dsfm_DressQuantity
//
this.Dsfm_DressQuantity.HeaderText = "数量";
this.Dsfm_DressQuantity.Name = "Dsfm_DressQuantity";
this.Dsfm_DressQuantity.ReadOnly = true;
//
// Dsfm_CostPrice
//
this.Dsfm_CostPrice.HeaderText = "成本价";
this.Dsfm_CostPrice.Name = "Dsfm_CostPrice";
this.Dsfm_CostPrice.ReadOnly = true;
//
// Dsfm_RentPrice
//
this.Dsfm_RentPrice.HeaderText = "出租价";
this.Dsfm_RentPrice.Name = "Dsfm_RentPrice";
this.Dsfm_RentPrice.ReadOnly = true;
//
// Dsfm_SalePrice
//
this.Dsfm_SalePrice.HeaderText = "出售价";
this.Dsfm_SalePrice.Name = "Dsfm_SalePrice";
this.Dsfm_SalePrice.ReadOnly = true;
//
// Dsfm_IsEnabled
//
this.Dsfm_IsEnabled.HeaderText = "状态";
this.Dsfm_IsEnabled.Name = "Dsfm_IsEnabled";
this.Dsfm_IsEnabled.ReadOnly = true;
//
// Dsfm_CreateDateTime
//
this.Dsfm_CreateDateTime.HeaderText = "录入时间";
this.Dsfm_CreateDateTime.Name = "Dsfm_CreateDateTime";
this.Dsfm_CreateDateTime.ReadOnly = true;
//
// Dsfm_DressRemark
//
this.Dsfm_DressRemark.HeaderText = "备注";
this.Dsfm_DressRemark.Name = "Dsfm_DressRemark";
this.Dsfm_DressRemark.ReadOnly = true;
//
// ucPagerEx1
//
this.ucPagerEx1.CurrentPageCount = 0;
this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ucPagerEx1.Location = new System.Drawing.Point(0, 475);
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(904, 24);
this.ucPagerEx1.TabIndex = 221;
this.ucPagerEx1.TbDataSource = null;
//
// panelEx3
//
this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderWidth = 1;
this.panelEx3.Controls.Add(this.cmbDsfm_IsEnabled);
this.panelEx3.Controls.Add(this.labelEx1);
this.panelEx3.Controls.Add(this.btnExport);
this.panelEx3.Controls.Add(this.CtvDsfm_DressType);
this.panelEx3.Controls.Add(this.txtkeyword);
this.panelEx3.Controls.Add(this.btnDelete);
this.panelEx3.Controls.Add(this.labelEx3);
this.panelEx3.Controls.Add(this.btnUpdate);
this.panelEx3.Controls.Add(this.btnSlect);
this.panelEx3.Controls.Add(this.btnAdd);
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx3.Location = new System.Drawing.Point(0, 0);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(904, 40);
this.panelEx3.TabIndex = 197;
//
// cmbDsfm_IsEnabled
//
this.cmbDsfm_IsEnabled.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.cmbDsfm_IsEnabled.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.cmbDsfm_IsEnabled.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.cmbDsfm_IsEnabled.Font = new System.Drawing.Font("宋体", 10.5F);
this.cmbDsfm_IsEnabled.FormattingEnabled = true;
this.cmbDsfm_IsEnabled.IsCustomColor = false;
this.cmbDsfm_IsEnabled.Items.AddRange(new object[] {
"",
"上架",
"下架"});
this.cmbDsfm_IsEnabled.Location = new System.Drawing.Point(313, 12);
this.cmbDsfm_IsEnabled.Name = "cmbDsfm_IsEnabled";
this.cmbDsfm_IsEnabled.ReadOnly = false;
this.cmbDsfm_IsEnabled.Size = new System.Drawing.Size(102, 22);
this.cmbDsfm_IsEnabled.TabIndex = 222;
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx1.Location = new System.Drawing.Point(272, 14);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(44, 17);
this.labelEx1.TabIndex = 221;
this.labelEx1.Text = "状态:";
//
// btnExport
//
this.btnExport.BackColor = System.Drawing.Color.Transparent;
this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnExport.ForeColor = System.Drawing.Color.White;
this.btnExport.IsCustomBackImg = false;
this.btnExport.IsShowText = true;
this.btnExport.Location = new System.Drawing.Point(809, 9);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(87, 26);
this.btnExport.TabIndex = 204;
this.btnExport.Text = " 导 出";
this.btnExport.UseVisualStyleBackColor = false;
//
// CtvDsfm_DressType
//
this.CtvDsfm_DressType.AfterSelectLevelFirstNode = true;
this.CtvDsfm_DressType.DropDownHeight = 220;
this.CtvDsfm_DressType.DropDownShow = false;
this.CtvDsfm_DressType.FormattingEnabled = true;
this.CtvDsfm_DressType.IntegralHeight = false;
this.CtvDsfm_DressType.IsNodeMouseClick = true;
this.CtvDsfm_DressType.IsSelectParentNode = false;
this.CtvDsfm_DressType.Location = new System.Drawing.Point(52, 13);
this.CtvDsfm_DressType.Name = "CtvDsfm_DressType";
this.CtvDsfm_DressType.ReadOnly = true;
this.CtvDsfm_DressType.SelectedNode = null;
this.CtvDsfm_DressType.Size = new System.Drawing.Size(100, 20);
this.CtvDsfm_DressType.StrGetName = "";
this.CtvDsfm_DressType.StrKey = null;
this.CtvDsfm_DressType.TabIndex = 220;
//
// 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(162, 11);
this.txtkeyword.Name = "txtkeyword";
this.txtkeyword.Size = new System.Drawing.Size(102, 23);
this.txtkeyword.TabIndex = 199;
//
// 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(716, 9);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(87, 26);
this.btnDelete.TabIndex = 202;
this.btnDelete.Text = " 删 除";
this.btnDelete.UseVisualStyleBackColor = false;
//
// labelEx3
//
this.labelEx3.AutoSize = true;
this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx3.Location = new System.Drawing.Point(9, 14);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(44, 17);
this.labelEx3.TabIndex = 207;
this.labelEx3.Text = "类别:";
//
// btnUpdate
//
this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnUpdate.ForeColor = System.Drawing.Color.White;
this.btnUpdate.IsCustomBackImg = false;
this.btnUpdate.IsShowText = true;
this.btnUpdate.Location = new System.Drawing.Point(623, 9);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(87, 26);
this.btnUpdate.TabIndex = 201;
this.btnUpdate.Text = " 修 改";
this.btnUpdate.UseVisualStyleBackColor = 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(436, 9);
this.btnSlect.Name = "btnSlect";
this.btnSlect.Size = new System.Drawing.Size(87, 26);
this.btnSlect.TabIndex = 198;
this.btnSlect.Text = " 查 询";
this.btnSlect.UseVisualStyleBackColor = false;
//
// btnAdd
//
this.btnAdd.BackColor = System.Drawing.Color.Transparent;
this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnAdd.ForeColor = System.Drawing.Color.White;
this.btnAdd.IsCustomBackImg = false;
this.btnAdd.IsShowText = true;
this.btnAdd.Location = new System.Drawing.Point(530, 9);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(87, 26);
this.btnAdd.TabIndex = 200;
this.btnAdd.Text = " 增 加";
this.btnAdd.UseVisualStyleBackColor = false;
//
// FrmDressEntry
//
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(910, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsShowUcNavigationTool = true;
this.Name = "FrmDressEntry";
this.Text = "礼服录入";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
this.panelEx3.ResumeLayout(false);
this.panelEx3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
protected System.Windows.Forms.OpenFileDialog openFileDialog1;
protected System.Windows.Forms.OpenFileDialog openFileDialog2;
private ComponentLibrary.PanelEx panelEx2;
protected ComponentLibrary.DataGridViewEx dgv;
private ComponentLibrary.LabelEx labelEx3;
protected ComponentLibrary.ButtonEx btnSlect;
protected ComponentLibrary.ButtonEx btnAdd;
protected ComponentLibrary.ButtonEx btnUpdate;
protected ComponentLibrary.ButtonEx btnExport;
protected ComponentLibrary.ButtonEx btnDelete;
protected ComponentLibrary.TextBoxBasicEx txtkeyword;
private ComponentLibrary.PanelEx panelEx3;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressType;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_PlacedRegion;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressName;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressBrand;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressSize;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressQuantity;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_CostPrice;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_RentPrice;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_SalePrice;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_IsEnabled;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_CreateDateTime;
private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressRemark;
protected ComponentLibrary.ComboBoxTreeViewEx CtvDsfm_DressType;
protected UCPager.ucPagerEx ucPagerEx1;
protected ComponentLibrary.ComboBoxEx cmbDsfm_IsEnabled;
private ComponentLibrary.LabelEx labelEx1;
}
}