namespace LYFZ.Software.UI.Dresses { partial class DressEnteredManagedFormMain { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DressEnteredManagedFormMain)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.listViewData_Dress = new LYFZ.ComponentLibrary.ListViewEx(); this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx(); this.panelEx11 = new LYFZ.ComponentLibrary.PanelEx(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.panelKeyWord = new LYFZ.ComponentLibrary.PanelEx(); this.txtKeyWord = new LYFZ.ComponentLibrary.TextBoxEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.panelCategory = new LYFZ.ComponentLibrary.PanelEx(); this.cmbtreevCategory = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx(); this.chkDownRack = new LYFZ.ComponentLibrary.CheckBoxEx(); this.chkUpperRack = new LYFZ.ComponentLibrary.CheckBoxEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.panelQuery = new LYFZ.ComponentLibrary.PanelEx(); this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx(); this.panelAdded = new LYFZ.ComponentLibrary.PanelEx(); this.btnAdded = new LYFZ.ComponentLibrary.ButtonEx(); this.panelUpdata = new LYFZ.ComponentLibrary.PanelEx(); this.btnUpdata = new LYFZ.ComponentLibrary.ButtonEx(); this.panelDeleted = new LYFZ.ComponentLibrary.PanelEx(); this.btnDeleted = new LYFZ.ComponentLibrary.ButtonEx(); this.panelUseRecord = new LYFZ.ComponentLibrary.PanelEx(); this.btnUseRecord = new LYFZ.ComponentLibrary.ButtonEx(); this.panelExport = new LYFZ.ComponentLibrary.PanelEx(); this.btnExport = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.exToolTip1 = new LYFZ.ComponentLibrary.ExToolTip(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.panelKeyWord.SuspendLayout(); this.panelCategory.SuspendLayout(); this.panelEx4.SuspendLayout(); this.panelQuery.SuspendLayout(); this.panelAdded.SuspendLayout(); this.panelUpdata.SuspendLayout(); this.panelDeleted.SuspendLayout(); this.panelUseRecord.SuspendLayout(); this.panelExport.SuspendLayout(); this.panelEx2.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Location = new System.Drawing.Point(0, 40); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5); this.plExMainContainer.Size = new System.Drawing.Size(910, 505); this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.listViewData_Dress); this.panelEx1.Controls.Add(this.ucPagerEx1); this.panelEx1.Controls.Add(this.panelEx11); this.panelEx1.Controls.Add(this.flowLayoutPanel1); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(5, 5); this.panelEx1.Name = "panelEx1"; this.panelEx1.Padding = new System.Windows.Forms.Padding(2, 5, 2, 2); this.panelEx1.Size = new System.Drawing.Size(900, 495); this.panelEx1.TabIndex = 0; // // listViewData_Dress // this.listViewData_Dress.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewData_Dress.FullRowSelect = true; this.listViewData_Dress.IsDefaultShowGroups = false; this.listViewData_Dress.Location = new System.Drawing.Point(2, 39); this.listViewData_Dress.Name = "listViewData_Dress"; this.listViewData_Dress.Size = new System.Drawing.Size(896, 430); this.listViewData_Dress.TabIndex = 2293; this.listViewData_Dress.UseCompatibleStateImageBehavior = false; // // ucPagerEx1 // this.ucPagerEx1.CurrentPageCount = 0; this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom; this.ucPagerEx1.Location = new System.Drawing.Point(2, 469); 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(896, 24); this.ucPagerEx1.TabIndex = 2296; this.ucPagerEx1.TbDataSource = null; // // panelEx11 // this.panelEx11.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx11.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx11.BorderWidth = 1; this.panelEx11.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx11.Location = new System.Drawing.Point(2, 37); this.panelEx11.Name = "panelEx11"; this.panelEx11.Size = new System.Drawing.Size(896, 2); this.panelEx11.TabIndex = 2295; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.panelKeyWord); this.flowLayoutPanel1.Controls.Add(this.panelCategory); this.flowLayoutPanel1.Controls.Add(this.panelEx4); this.flowLayoutPanel1.Controls.Add(this.panelQuery); this.flowLayoutPanel1.Controls.Add(this.panelAdded); this.flowLayoutPanel1.Controls.Add(this.panelUpdata); this.flowLayoutPanel1.Controls.Add(this.panelDeleted); this.flowLayoutPanel1.Controls.Add(this.panelUseRecord); this.flowLayoutPanel1.Controls.Add(this.panelExport); this.flowLayoutPanel1.Controls.Add(this.panelEx2); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 5); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(896, 32); this.flowLayoutPanel1.TabIndex = 2294; // // panelKeyWord // this.panelKeyWord.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelKeyWord.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelKeyWord.BorderWidth = 1; this.panelKeyWord.Controls.Add(this.txtKeyWord); this.panelKeyWord.Controls.Add(this.labelEx2); this.panelKeyWord.Location = new System.Drawing.Point(0, 0); this.panelKeyWord.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2); this.panelKeyWord.Name = "panelKeyWord"; this.panelKeyWord.Size = new System.Drawing.Size(195, 30); this.panelKeyWord.TabIndex = 2295; // // txtKeyWord // this.txtKeyWord.BackColor = System.Drawing.Color.Transparent; this.txtKeyWord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtKeyWord.Icon = null; this.txtKeyWord.IconIsButton = false; this.txtKeyWord.IsPasswordChat = '\0'; this.txtKeyWord.IsSystemPasswordChar = false; this.txtKeyWord.Lines = new string[0]; this.txtKeyWord.Location = new System.Drawing.Point(56, 2); this.txtKeyWord.Margin = new System.Windows.Forms.Padding(0); this.txtKeyWord.MaxLength = 32767; this.txtKeyWord.MinimumSize = new System.Drawing.Size(0, 24); this.txtKeyWord.MouseBack = null; this.txtKeyWord.Multiline = false; this.txtKeyWord.Name = "txtKeyWord"; this.txtKeyWord.NormlBack = null; this.txtKeyWord.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4); this.txtKeyWord.ReadOnly = false; this.txtKeyWord.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtKeyWord.Size = new System.Drawing.Size(133, 25); this.txtKeyWord.TabIndex = 2231; this.txtKeyWord.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtKeyWord.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.txtKeyWord.WaterText = "礼服名称、编号"; this.txtKeyWord.WordWrap = true; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx2.Location = new System.Drawing.Point(4, 6); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(56, 17); this.labelEx2.TabIndex = 1; this.labelEx2.Text = "关键字:"; // // panelCategory // this.panelCategory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelCategory.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelCategory.BorderWidth = 1; this.panelCategory.Controls.Add(this.cmbtreevCategory); this.panelCategory.Controls.Add(this.labelEx1); this.panelCategory.Location = new System.Drawing.Point(195, 0); this.panelCategory.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2); this.panelCategory.Name = "panelCategory"; this.panelCategory.Size = new System.Drawing.Size(195, 30); this.panelCategory.TabIndex = 0; // // cmbtreevCategory // this.cmbtreevCategory.AfterSelectLevelFirstNode = true; this.cmbtreevCategory.DropDownHeight = 220; this.cmbtreevCategory.DropDownShow = false; this.cmbtreevCategory.FormattingEnabled = true; this.cmbtreevCategory.IntegralHeight = false; this.cmbtreevCategory.IsNodeMouseClick = true; this.cmbtreevCategory.IsSelectParentNode = false; this.cmbtreevCategory.Location = new System.Drawing.Point(46, 5); this.cmbtreevCategory.Name = "cmbtreevCategory"; this.cmbtreevCategory.ReadOnly = false; this.cmbtreevCategory.SelectedNode = null; this.cmbtreevCategory.Size = new System.Drawing.Size(143, 20); this.cmbtreevCategory.StrGetName = ""; this.cmbtreevCategory.StrGetTagName = ""; this.cmbtreevCategory.StrKey = null; this.cmbtreevCategory.TabIndex = 1; // // 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(4, 6); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(44, 17); this.labelEx1.TabIndex = 0; this.labelEx1.Text = "类别:"; // // panelEx4 // this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx4.BorderWidth = 1; this.panelEx4.Controls.Add(this.chkDownRack); this.panelEx4.Controls.Add(this.chkUpperRack); this.panelEx4.Controls.Add(this.labelEx3); this.panelEx4.Location = new System.Drawing.Point(390, 0); this.panelEx4.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(160, 30); this.panelEx4.TabIndex = 2296; // // chkDownRack // this.chkDownRack.AutoSize = true; this.chkDownRack.BackColor = System.Drawing.Color.Transparent; this.chkDownRack.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkDownRack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkDownRack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkDownRack.Fourstates = false; this.chkDownRack.IsGreenTick = false; this.chkDownRack.Location = new System.Drawing.Point(101, 4); this.chkDownRack.Name = "chkDownRack"; this.chkDownRack.Size = new System.Drawing.Size(51, 21); this.chkDownRack.TabIndex = 3; this.chkDownRack.Text = "下架"; this.chkDownRack.UseVisualStyleBackColor = false; // // chkUpperRack // this.chkUpperRack.AutoSize = true; this.chkUpperRack.BackColor = System.Drawing.Color.Transparent; this.chkUpperRack.Checked = true; this.chkUpperRack.CheckState = System.Windows.Forms.CheckState.Checked; this.chkUpperRack.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkUpperRack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkUpperRack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkUpperRack.Fourstates = false; this.chkUpperRack.IsGreenTick = false; this.chkUpperRack.Location = new System.Drawing.Point(46, 4); this.chkUpperRack.Name = "chkUpperRack"; this.chkUpperRack.Size = new System.Drawing.Size(51, 21); this.chkUpperRack.TabIndex = 2; this.chkUpperRack.Text = "上架"; this.chkUpperRack.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(4, 6); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(44, 17); this.labelEx3.TabIndex = 1; this.labelEx3.Text = "状态:"; // // panelQuery // this.panelQuery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelQuery.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelQuery.BorderWidth = 1; this.panelQuery.Controls.Add(this.btnQuery); this.panelQuery.Location = new System.Drawing.Point(550, 0); this.panelQuery.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2); this.panelQuery.Name = "panelQuery"; this.panelQuery.Size = new System.Drawing.Size(90, 30); this.panelQuery.TabIndex = 2297; // // btnQuery // this.btnQuery.BackColor = System.Drawing.Color.Transparent; this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg"))); this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnQuery.ForeColor = System.Drawing.Color.White; this.btnQuery.IsCustomBackImg = false; this.btnQuery.IsShowText = true; this.btnQuery.Location = new System.Drawing.Point(2, 1); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(85, 28); this.btnQuery.TabIndex = 0; this.btnQuery.Text = " 查 询"; this.btnQuery.UseVisualStyleBackColor = false; // // panelAdded // this.panelAdded.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelAdded.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelAdded.BorderWidth = 1; this.panelAdded.Controls.Add(this.btnAdded); this.panelAdded.Location = new System.Drawing.Point(640, 0); this.panelAdded.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2); this.panelAdded.Name = "panelAdded"; this.panelAdded.Size = new System.Drawing.Size(90, 30); this.panelAdded.TabIndex = 2298; // // btnAdded // this.btnAdded.BackColor = System.Drawing.Color.Transparent; this.btnAdded.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdded.BackImg"))); this.btnAdded.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnAdded.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnAdded.ForeColor = System.Drawing.Color.White; this.btnAdded.IsCustomBackImg = false; this.btnAdded.IsShowText = true; this.btnAdded.Location = new System.Drawing.Point(2, 1); this.btnAdded.Name = "btnAdded"; this.btnAdded.Size = new System.Drawing.Size(85, 28); this.btnAdded.TabIndex = 0; this.btnAdded.Text = " 添 加"; this.btnAdded.UseVisualStyleBackColor = false; // // panelUpdata // this.panelUpdata.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelUpdata.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelUpdata.BorderWidth = 1; this.panelUpdata.Controls.Add(this.btnUpdata); this.panelUpdata.Location = new System.Drawing.Point(730, 0); this.panelUpdata.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2); this.panelUpdata.Name = "panelUpdata"; this.panelUpdata.Size = new System.Drawing.Size(90, 30); this.panelUpdata.TabIndex = 2298; // // btnUpdata // this.btnUpdata.BackColor = System.Drawing.Color.Transparent; this.btnUpdata.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdata.BackImg"))); this.btnUpdata.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnUpdata.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnUpdata.ForeColor = System.Drawing.Color.White; this.btnUpdata.IsCustomBackImg = false; this.btnUpdata.IsShowText = true; this.btnUpdata.Location = new System.Drawing.Point(2, 1); this.btnUpdata.Name = "btnUpdata"; this.btnUpdata.Size = new System.Drawing.Size(85, 28); this.btnUpdata.TabIndex = 0; this.btnUpdata.Text = " 修 改"; this.btnUpdata.UseVisualStyleBackColor = false; // // panelDeleted // this.panelDeleted.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelDeleted.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelDeleted.BorderWidth = 1; this.panelDeleted.Controls.Add(this.btnDeleted); this.panelDeleted.Location = new System.Drawing.Point(0, 32); this.panelDeleted.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2); this.panelDeleted.Name = "panelDeleted"; this.panelDeleted.Size = new System.Drawing.Size(90, 30); this.panelDeleted.TabIndex = 2298; // // btnDeleted // this.btnDeleted.BackColor = System.Drawing.Color.Transparent; this.btnDeleted.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeleted.BackImg"))); this.btnDeleted.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnDeleted.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnDeleted.ForeColor = System.Drawing.Color.White; this.btnDeleted.IsCustomBackImg = false; this.btnDeleted.IsShowText = true; this.btnDeleted.Location = new System.Drawing.Point(2, 1); this.btnDeleted.Name = "btnDeleted"; this.btnDeleted.Size = new System.Drawing.Size(85, 28); this.btnDeleted.TabIndex = 0; this.btnDeleted.Text = " 删 除"; this.btnDeleted.UseVisualStyleBackColor = false; // // panelUseRecord // this.panelUseRecord.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelUseRecord.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelUseRecord.BorderWidth = 1; this.panelUseRecord.Controls.Add(this.btnUseRecord); this.panelUseRecord.Location = new System.Drawing.Point(90, 32); this.panelUseRecord.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2); this.panelUseRecord.Name = "panelUseRecord"; this.panelUseRecord.Size = new System.Drawing.Size(90, 30); this.panelUseRecord.TabIndex = 2298; // // btnUseRecord // this.btnUseRecord.BackColor = System.Drawing.Color.Transparent; this.btnUseRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUseRecord.BackImg"))); this.btnUseRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnUseRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnUseRecord.ForeColor = System.Drawing.Color.White; this.btnUseRecord.IsCustomBackImg = false; this.btnUseRecord.IsShowText = true; this.btnUseRecord.Location = new System.Drawing.Point(2, 1); this.btnUseRecord.Name = "btnUseRecord"; this.btnUseRecord.Size = new System.Drawing.Size(85, 28); this.btnUseRecord.TabIndex = 0; this.btnUseRecord.Text = " 使用记录"; this.btnUseRecord.UseVisualStyleBackColor = false; // // panelExport // this.panelExport.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelExport.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelExport.BorderWidth = 1; this.panelExport.Controls.Add(this.btnExport); this.panelExport.Location = new System.Drawing.Point(180, 32); this.panelExport.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2); this.panelExport.Name = "panelExport"; this.panelExport.Size = new System.Drawing.Size(90, 30); this.panelExport.TabIndex = 2299; // // 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(2, 1); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(85, 28); this.btnExport.TabIndex = 0; this.btnExport.Text = " 导 出"; this.btnExport.UseVisualStyleBackColor = false; // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.btnClose); this.panelEx2.Location = new System.Drawing.Point(270, 32); this.panelEx2.Margin = new System.Windows.Forms.Padding(0, 0, 0, 2); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(90, 30); this.panelEx2.TabIndex = 2300; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg"))); this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.IsCustomBackImg = false; this.btnClose.IsShowText = true; this.btnClose.Location = new System.Drawing.Point(2, 1); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 28); this.btnClose.TabIndex = 0; this.btnClose.Text = " 关 闭"; this.btnClose.UseVisualStyleBackColor = false; // // exToolTip1 // this.exToolTip1.OwnerDraw = true; this.exToolTip1.ShowAlways = true; this.exToolTip1.ToolTipFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); // // DressEnteredManagedFormMain // 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 = "DressEnteredManagedFormMain"; this.Text = "礼服管理"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.flowLayoutPanel1.ResumeLayout(false); this.panelKeyWord.ResumeLayout(false); this.panelKeyWord.PerformLayout(); this.panelCategory.ResumeLayout(false); this.panelCategory.PerformLayout(); this.panelEx4.ResumeLayout(false); this.panelEx4.PerformLayout(); this.panelQuery.ResumeLayout(false); this.panelAdded.ResumeLayout(false); this.panelUpdata.ResumeLayout(false); this.panelDeleted.ResumeLayout(false); this.panelUseRecord.ResumeLayout(false); this.panelExport.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; protected internal ComponentLibrary.ListViewEx listViewData_Dress; private ComponentLibrary.PanelEx panelCategory; private ComponentLibrary.PanelEx panelKeyWord; private ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx1; private ComponentLibrary.PanelEx panelEx4; private ComponentLibrary.LabelEx labelEx3; protected internal ComponentLibrary.PanelEx panelQuery; protected internal ComponentLibrary.PanelEx panelAdded; protected internal ComponentLibrary.PanelEx panelUpdata; protected internal ComponentLibrary.PanelEx panelDeleted; protected internal ComponentLibrary.PanelEx panelUseRecord; protected internal ComponentLibrary.PanelEx panelExport; protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevCategory; protected internal ComponentLibrary.CheckBoxEx chkDownRack; protected internal ComponentLibrary.CheckBoxEx chkUpperRack; protected internal ComponentLibrary.TextBoxEx txtKeyWord; protected internal ComponentLibrary.ButtonEx btnQuery; protected internal ComponentLibrary.ButtonEx btnAdded; protected internal ComponentLibrary.ButtonEx btnUpdata; protected internal ComponentLibrary.ButtonEx btnDeleted; protected internal ComponentLibrary.ButtonEx btnUseRecord; protected internal ComponentLibrary.ButtonEx btnExport; protected internal UCPager.ucPagerEx ucPagerEx1; protected internal ComponentLibrary.PanelEx panelEx2; protected internal ComponentLibrary.ButtonEx btnClose; private ComponentLibrary.PanelEx panelEx11; protected ComponentLibrary.ExToolTip exToolTip1; } }