namespace LYFZ.Software.UI.Dresses { partial class FrmDressManagement { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDressManagement)); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.listViewData = new LYFZ.ComponentLibrary.ListViewEx(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolSelected = new System.Windows.Forms.ToolStripMenuItem(); this.toolCancel = new System.Windows.Forms.ToolStripMenuItem(); this.toolpic = new System.Windows.Forms.ToolStripMenuItem(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.btnDetermine = new LYFZ.ComponentLibrary.ButtonEx(); this.lblPreselected = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx(); this.btnValetMangstar = new LYFZ.ComponentLibrary.ButtonEx(); this.btnSaleManagement = new LYFZ.ComponentLibrary.ButtonEx(); this.btnRentalManagement = new LYFZ.ComponentLibrary.ButtonEx(); this.txtok = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.dtTakeDressTime = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.btnValet = new LYFZ.ComponentLibrary.ButtonEx(); this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx(); this.btnSaveDay = new LYFZ.ComponentLibrary.ButtonForm(); this.txtDayNumber = new LYFZ.ComponentLibrary.TextBoxBasicEx(); this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx(); this.btnRental = new LYFZ.ComponentLibrary.ButtonEx(); this.btnPreselection = new LYFZ.ComponentLibrary.ButtonEx(); this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.cmbtreevDressType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.lblDressDetails = new LYFZ.ComponentLibrary.LabelEx(); this.txtDressRemark = new LYFZ.ComponentLibrary.TextBoxEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx2.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx3.SuspendLayout(); this.panelEx4.SuspendLayout(); this.panelEx5.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx2); this.plExMainContainer.Location = new System.Drawing.Point(0, 40); this.plExMainContainer.Size = new System.Drawing.Size(1090, 505); // // plFormMainContent // this.plFormMainContent.Padding = new System.Windows.Forms.Padding(3); this.plFormMainContent.Size = new System.Drawing.Size(1090, 545); this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(1031, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(1058, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(1004, 0); // // 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.listViewData); this.panelEx2.Controls.Add(this.panelEx1); this.panelEx2.Controls.Add(this.panelEx3); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx2.Location = new System.Drawing.Point(0, 0); this.panelEx2.Name = "panelEx2"; this.panelEx2.Padding = new System.Windows.Forms.Padding(5); this.panelEx2.Size = new System.Drawing.Size(1090, 505); this.panelEx2.TabIndex = 196; // // listViewData // this.listViewData.CheckBoxes = true; this.listViewData.ContextMenuStrip = this.contextMenuStrip1; this.listViewData.Dock = System.Windows.Forms.DockStyle.Fill; this.listViewData.Location = new System.Drawing.Point(5, 85); this.listViewData.Name = "listViewData"; this.listViewData.Size = new System.Drawing.Size(840, 415); this.listViewData.TabIndex = 224; this.listViewData.UseCompatibleStateImageBehavior = false; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolSelected, this.toolCancel, this.toolpic}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(125, 70); // // toolSelected // this.toolSelected.Name = "toolSelected"; this.toolSelected.Size = new System.Drawing.Size(124, 22); this.toolSelected.Text = "选中"; // // toolCancel // this.toolCancel.Name = "toolCancel"; this.toolCancel.Size = new System.Drawing.Size(124, 22); this.toolCancel.Text = "取消"; // // toolpic // this.toolpic.Name = "toolpic"; this.toolpic.Size = new System.Drawing.Size(124, 22); this.toolpic.Text = "查看原图"; // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.txtDressRemark); this.panelEx1.Controls.Add(this.lblDressDetails); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Right; this.panelEx1.Location = new System.Drawing.Point(845, 85); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(240, 415); this.panelEx1.TabIndex = 227; this.panelEx1.Visible = false; // // 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.btnDetermine); this.panelEx3.Controls.Add(this.lblPreselected); this.panelEx3.Controls.Add(this.panelEx4); this.panelEx3.Controls.Add(this.txtok); this.panelEx3.Controls.Add(this.dtTakeDressTime); this.panelEx3.Controls.Add(this.btnValet); this.panelEx3.Controls.Add(this.panelEx5); this.panelEx3.Controls.Add(this.btnRental); this.panelEx3.Controls.Add(this.btnPreselection); this.panelEx3.Controls.Add(this.btnSlect); this.panelEx3.Controls.Add(this.labelEx4); this.panelEx3.Controls.Add(this.labelEx3); this.panelEx3.Controls.Add(this.cmbtreevDressType); this.panelEx3.Controls.Add(this.labelEx1); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx3.Location = new System.Drawing.Point(5, 5); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(1080, 80); this.panelEx3.TabIndex = 197; // // btnDetermine // this.btnDetermine.BackColor = System.Drawing.Color.Transparent; this.btnDetermine.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDetermine.BackImg"))); this.btnDetermine.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnDetermine.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnDetermine.ForeColor = System.Drawing.Color.White; this.btnDetermine.IsCustomBackImg = false; this.btnDetermine.IsShowText = true; this.btnDetermine.Location = new System.Drawing.Point(412, 13); this.btnDetermine.Name = "btnDetermine"; this.btnDetermine.Size = new System.Drawing.Size(65, 25); this.btnDetermine.TabIndex = 284; this.btnDetermine.Text = " 确 定"; this.btnDetermine.UseVisualStyleBackColor = false; this.btnDetermine.Visible = false; // // lblPreselected // this.lblPreselected.AutoSize = true; this.lblPreselected.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lblPreselected.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lblPreselected.Location = new System.Drawing.Point(15, 77); this.lblPreselected.Name = "lblPreselected"; this.lblPreselected.Size = new System.Drawing.Size(0, 17); this.lblPreselected.TabIndex = 243; this.lblPreselected.Visible = false; // // panelEx4 // this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx4.BorderWidth = 1; this.panelEx4.Controls.Add(this.btnValetMangstar); this.panelEx4.Controls.Add(this.btnSaleManagement); this.panelEx4.Controls.Add(this.btnRentalManagement); this.panelEx4.Location = new System.Drawing.Point(631, 5); this.panelEx4.Name = "panelEx4"; this.panelEx4.Size = new System.Drawing.Size(240, 40); this.panelEx4.TabIndex = 283; // // btnValetMangstar // this.btnValetMangstar.BackColor = System.Drawing.Color.Transparent; this.btnValetMangstar.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnValetMangstar.BackImg"))); this.btnValetMangstar.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnValetMangstar.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnValetMangstar.ForeColor = System.Drawing.Color.White; this.btnValetMangstar.IsCustomBackImg = false; this.btnValetMangstar.IsShowText = true; this.btnValetMangstar.Location = new System.Drawing.Point(158, 7); this.btnValetMangstar.Name = "btnValetMangstar"; this.btnValetMangstar.Size = new System.Drawing.Size(70, 25); this.btnValetMangstar.TabIndex = 284; this.btnValetMangstar.Text = " 送洗管理"; this.btnValetMangstar.UseVisualStyleBackColor = false; this.btnValetMangstar.Click += new System.EventHandler(this.buttonEx1_Click); // // btnSaleManagement // this.btnSaleManagement.BackColor = System.Drawing.Color.Transparent; this.btnSaleManagement.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaleManagement.BackImg"))); this.btnSaleManagement.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSaleManagement.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSaleManagement.ForeColor = System.Drawing.Color.White; this.btnSaleManagement.IsCustomBackImg = false; this.btnSaleManagement.IsShowText = true; this.btnSaleManagement.Location = new System.Drawing.Point(82, 7); this.btnSaleManagement.Name = "btnSaleManagement"; this.btnSaleManagement.Size = new System.Drawing.Size(70, 25); this.btnSaleManagement.TabIndex = 283; this.btnSaleManagement.Text = " 出售管理"; this.btnSaleManagement.UseVisualStyleBackColor = false; // // btnRentalManagement // this.btnRentalManagement.BackColor = System.Drawing.Color.Transparent; this.btnRentalManagement.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRentalManagement.BackImg"))); this.btnRentalManagement.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnRentalManagement.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnRentalManagement.ForeColor = System.Drawing.Color.White; this.btnRentalManagement.IsCustomBackImg = false; this.btnRentalManagement.IsShowText = true; this.btnRentalManagement.Location = new System.Drawing.Point(6, 7); this.btnRentalManagement.Name = "btnRentalManagement"; this.btnRentalManagement.Size = new System.Drawing.Size(70, 25); this.btnRentalManagement.TabIndex = 282; this.btnRentalManagement.Text = " 出租管理"; this.btnRentalManagement.UseVisualStyleBackColor = false; // // txtok // this.txtok.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtok.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtok.EmptyTextTip = null; this.txtok.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtok.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtok.Location = new System.Drawing.Point(96, 50); this.txtok.Name = "txtok"; this.txtok.ReadOnly = true; this.txtok.Size = new System.Drawing.Size(972, 23); this.txtok.TabIndex = 226; // // dtTakeDressTime // this.dtTakeDressTime.CustomFormat = " "; this.dtTakeDressTime.DateValue = ""; this.dtTakeDressTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.dtTakeDressTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtTakeDressTime.IsShowTime = false; this.dtTakeDressTime.Location = new System.Drawing.Point(245, 14); this.dtTakeDressTime.Name = "dtTakeDressTime"; this.dtTakeDressTime.Size = new System.Drawing.Size(90, 23); this.dtTakeDressTime.TabIndex = 277; // // btnValet // this.btnValet.BackColor = System.Drawing.Color.Transparent; this.btnValet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnValet.BackImg"))); this.btnValet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnValet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnValet.ForeColor = System.Drawing.Color.White; this.btnValet.IsCustomBackImg = false; this.btnValet.IsShowText = true; this.btnValet.Location = new System.Drawing.Point(554, 13); this.btnValet.Name = "btnValet"; this.btnValet.Size = new System.Drawing.Size(65, 25); this.btnValet.TabIndex = 202; this.btnValet.Text = " 送 洗"; this.btnValet.UseVisualStyleBackColor = false; // // panelEx5 // this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelEx5.BorderWidth = 1; this.panelEx5.Controls.Add(this.btnSaveDay); this.panelEx5.Controls.Add(this.txtDayNumber); this.panelEx5.Controls.Add(this.labelEx13); this.panelEx5.Location = new System.Drawing.Point(870, 5); this.panelEx5.Name = "panelEx5"; this.panelEx5.Size = new System.Drawing.Size(199, 40); this.panelEx5.TabIndex = 228; // // btnSaveDay // this.btnSaveDay.BackColor = System.Drawing.Color.Transparent; this.btnSaveDay.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveDay.BackImg"))); this.btnSaveDay.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSaveDay.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSaveDay.ForeColor = System.Drawing.Color.White; this.btnSaveDay.IsCustomBackImg = false; this.btnSaveDay.IsShowText = true; this.btnSaveDay.Location = new System.Drawing.Point(129, 7); this.btnSaveDay.Name = "btnSaveDay"; this.btnSaveDay.Size = new System.Drawing.Size(60, 26); this.btnSaveDay.TabIndex = 282; this.btnSaveDay.Text = " 保 存"; this.btnSaveDay.UseVisualStyleBackColor = false; // // txtDayNumber // this.txtDayNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtDayNumber.EmptyTextTip = null; this.txtDayNumber.EmptyTextTipColor = System.Drawing.Color.DarkGray; this.txtDayNumber.Font = new System.Drawing.Font("微软雅黑", 9F); this.txtDayNumber.Location = new System.Drawing.Point(72, 9); this.txtDayNumber.Name = "txtDayNumber"; this.txtDayNumber.Size = new System.Drawing.Size(51, 23); this.txtDayNumber.TabIndex = 282; // // labelEx13 // this.labelEx13.AutoSize = true; this.labelEx13.BackColor = System.Drawing.Color.Transparent; this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103))))); this.labelEx13.Location = new System.Drawing.Point(3, 12); this.labelEx13.Name = "labelEx13"; this.labelEx13.Size = new System.Drawing.Size(68, 17); this.labelEx13.TabIndex = 282; this.labelEx13.Text = "回衣天数:"; // // btnRental // this.btnRental.BackColor = System.Drawing.Color.Transparent; this.btnRental.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRental.BackImg"))); this.btnRental.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnRental.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnRental.ForeColor = System.Drawing.Color.White; this.btnRental.IsCustomBackImg = false; this.btnRental.IsShowText = true; this.btnRental.Location = new System.Drawing.Point(483, 13); this.btnRental.Name = "btnRental"; this.btnRental.Size = new System.Drawing.Size(65, 25); this.btnRental.TabIndex = 201; this.btnRental.Text = " 租 售"; this.btnRental.UseVisualStyleBackColor = false; // // btnPreselection // this.btnPreselection.BackColor = System.Drawing.Color.Transparent; this.btnPreselection.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPreselection.BackImg"))); this.btnPreselection.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnPreselection.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnPreselection.ForeColor = System.Drawing.Color.White; this.btnPreselection.IsCustomBackImg = false; this.btnPreselection.IsShowText = true; this.btnPreselection.Location = new System.Drawing.Point(412, 13); this.btnPreselection.Name = "btnPreselection"; this.btnPreselection.Size = new System.Drawing.Size(65, 25); this.btnPreselection.TabIndex = 200; this.btnPreselection.Text = " 预 选"; this.btnPreselection.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(341, 13); this.btnSlect.Name = "btnSlect"; this.btnSlect.Size = new System.Drawing.Size(65, 25); this.btnSlect.TabIndex = 198; this.btnSlect.Text = " 查 询"; this.btnSlect.UseVisualStyleBackColor = false; // // labelEx4 // this.labelEx4.AutoSize = true; this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx4.Location = new System.Drawing.Point(4, 53); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(92, 17); this.labelEx4.TabIndex = 225; this.labelEx4.Text = "已选礼服编号:"; // // 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, 16); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(44, 17); this.labelEx3.TabIndex = 207; this.labelEx3.Text = "类别:"; // // cmbtreevDressType // this.cmbtreevDressType.AfterSelectLevelFirstNode = true; this.cmbtreevDressType.DropDownHeight = 220; this.cmbtreevDressType.DropDownShow = false; this.cmbtreevDressType.FormattingEnabled = true; this.cmbtreevDressType.IntegralHeight = false; this.cmbtreevDressType.IsNodeMouseClick = true; this.cmbtreevDressType.IsSelectParentNode = false; this.cmbtreevDressType.Location = new System.Drawing.Point(49, 15); this.cmbtreevDressType.Name = "cmbtreevDressType"; this.cmbtreevDressType.ReadOnly = true; this.cmbtreevDressType.SelectedNode = null; this.cmbtreevDressType.Size = new System.Drawing.Size(120, 20); this.cmbtreevDressType.StrGetName = ""; this.cmbtreevDressType.StrKey = null; this.cmbtreevDressType.TabIndex = 220; // // 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(179, 17); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(68, 17); this.labelEx1.TabIndex = 221; this.labelEx1.Text = "取衣时间:"; // // lblDressDetails // this.lblDressDetails.AutoSize = true; this.lblDressDetails.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.lblDressDetails.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lblDressDetails.Location = new System.Drawing.Point(3, 12); this.lblDressDetails.Name = "lblDressDetails"; this.lblDressDetails.Size = new System.Drawing.Size(48, 19); this.lblDressDetails.TabIndex = 228; this.lblDressDetails.Text = "编号:"; // // txtDressRemark // this.txtDressRemark.BackColor = System.Drawing.Color.Transparent; this.txtDressRemark.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtDressRemark.Icon = null; this.txtDressRemark.IconIsButton = false; this.txtDressRemark.IsPasswordChat = '\0'; this.txtDressRemark.IsSystemPasswordChar = false; this.txtDressRemark.Lines = new string[0]; this.txtDressRemark.Location = new System.Drawing.Point(9, 195); this.txtDressRemark.Margin = new System.Windows.Forms.Padding(0); this.txtDressRemark.MaxLength = 32767; this.txtDressRemark.MinimumSize = new System.Drawing.Size(0, 24); this.txtDressRemark.MouseBack = null; this.txtDressRemark.Multiline = true; this.txtDressRemark.Name = "txtDressRemark"; this.txtDressRemark.NormlBack = null; this.txtDressRemark.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4); this.txtDressRemark.ReadOnly = true; this.txtDressRemark.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtDressRemark.Size = new System.Drawing.Size(228, 206); this.txtDressRemark.TabIndex = 229; this.txtDressRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtDressRemark.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.txtDressRemark.WaterText = ""; this.txtDressRemark.WordWrap = true; // // FrmDressManagement // 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(1090, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsShowUcNavigationTool = true; this.Name = "FrmDressManagement"; 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.panelEx2.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.panelEx3.ResumeLayout(false); this.panelEx3.PerformLayout(); this.panelEx4.ResumeLayout(false); this.panelEx5.ResumeLayout(false); this.panelEx5.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx2; protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevDressType; protected ComponentLibrary.ButtonEx btnSlect; protected ComponentLibrary.ButtonEx btnPreselection; protected ComponentLibrary.ButtonEx btnRental; protected ComponentLibrary.ButtonEx btnValet; private ComponentLibrary.LabelEx labelEx1; protected ComponentLibrary.ListViewEx listViewData; protected ComponentLibrary.TextBoxBasicEx txtok; private ComponentLibrary.LabelEx labelEx4; private ComponentLibrary.LabelEx labelEx3; protected ComponentLibrary.PanelEx panelEx1; protected System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem toolSelected; private System.Windows.Forms.ToolStripMenuItem toolCancel; protected ComponentLibrary.ButtonForm btnSaveDay; protected ComponentLibrary.TextBoxBasicEx txtDayNumber; protected System.Windows.Forms.ToolStripMenuItem toolpic; private ComponentLibrary.PanelEx panelEx3; protected ComponentLibrary.ButtonEx btnSaleManagement; protected ComponentLibrary.ButtonEx btnRentalManagement; protected ComponentLibrary.ButtonEx btnValetMangstar; protected ComponentLibrary.LabelEx lblPreselected; protected ComponentLibrary.LabelEx labelEx13; protected ComponentLibrary.PanelEx panelEx4; protected ComponentLibrary.PanelEx panelEx5; protected ComponentLibrary.ButtonEx btnDetermine; protected internal ComponentLibrary.DateTimePickerEx dtTakeDressTime; protected internal ComponentLibrary.LabelEx lblDressDetails; protected internal ComponentLibrary.TextBoxEx txtDressRemark; } }