123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- namespace LYFZ.Software.UI.Dresses.SetSmallForm
- {
- partial class DressOpenOrderSendWashSmallForm
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DressOpenOrderSendWashSmallForm));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnDressDelete = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnDressToolbox = new LYFZ.ComponentLibrary.ButtonForm();
- this.listViewData = new LYFZ.ComponentLibrary.ListViewEx();
- this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtEnterName = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
- this.txtOrderNumber = new LYFZ.ComponentLibrary.TextBoxEx();
- this.dtpSendWashTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.dtpReservationBackTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.lbltxtDsro_ReservationBackTime = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnNewOrder = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCloseed = new LYFZ.ComponentLibrary.ButtonEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.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(10);
- this.plExMainContainer.Size = new System.Drawing.Size(955, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.panelEx2);
- this.plFormMainContent.Controls.Add(this.btnNewOrder);
- this.plFormMainContent.Controls.Add(this.btnSaveed);
- this.plFormMainContent.Controls.Add(this.btnCloseed);
- this.plFormMainContent.Size = new System.Drawing.Size(955, 545);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnCloseed, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnSaveed, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnNewOrder, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.panelEx2, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(896, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(923, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(869, 0);
- //
- // 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.btnDressDelete);
- this.panelEx1.Controls.Add(this.btnDressToolbox);
- this.panelEx1.Controls.Add(this.listViewData);
- this.panelEx1.Controls.Add(this.labelEx18);
- this.panelEx1.Controls.Add(this.txtEnterName);
- this.panelEx1.Controls.Add(this.txtRemark);
- this.panelEx1.Controls.Add(this.txtOrderNumber);
- this.panelEx1.Controls.Add(this.dtpSendWashTime);
- this.panelEx1.Controls.Add(this.dtpReservationBackTime);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.lbltxtDsro_ReservationBackTime);
- this.panelEx1.Controls.Add(this.labelEx16);
- this.panelEx1.Controls.Add(this.labelEx7);
- this.panelEx1.Controls.Add(this.labelEx6);
- this.panelEx1.Controls.Add(this.labelEx1);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
- this.panelEx1.Location = new System.Drawing.Point(10, 10);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(935, 485);
- this.panelEx1.TabIndex = 0;
- //
- // btnDressDelete
- //
- this.btnDressDelete.BackColor = System.Drawing.Color.Transparent;
- this.btnDressDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDressDelete.BackImg")));
- this.btnDressDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDressDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDressDelete.ForeColor = System.Drawing.Color.White;
- this.btnDressDelete.IsCustomBackImg = false;
- this.btnDressDelete.IsShowText = true;
- this.btnDressDelete.Location = new System.Drawing.Point(740, 171);
- this.btnDressDelete.Name = "btnDressDelete";
- this.btnDressDelete.Size = new System.Drawing.Size(85, 28);
- this.btnDressDelete.TabIndex = 6;
- this.btnDressDelete.Text = " 删 除";
- this.btnDressDelete.UseVisualStyleBackColor = false;
- //
- // btnDressToolbox
- //
- this.btnDressToolbox.BackColor = System.Drawing.Color.Transparent;
- this.btnDressToolbox.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDressToolbox.BackImg")));
- this.btnDressToolbox.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDressToolbox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDressToolbox.ForeColor = System.Drawing.Color.White;
- this.btnDressToolbox.IsCustomBackImg = false;
- this.btnDressToolbox.IsShowText = true;
- this.btnDressToolbox.Location = new System.Drawing.Point(832, 171);
- this.btnDressToolbox.Name = "btnDressToolbox";
- this.btnDressToolbox.Size = new System.Drawing.Size(90, 28);
- this.btnDressToolbox.TabIndex = 5;
- this.btnDressToolbox.Text = " 礼服工具箱";
- this.btnDressToolbox.UseVisualStyleBackColor = false;
- //
- // listViewData
- //
- this.listViewData.AllowDrop = true;
- this.listViewData.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.listViewData.FullRowSelect = true;
- this.listViewData.IsDefaultShowGroups = false;
- this.listViewData.Location = new System.Drawing.Point(13, 204);
- this.listViewData.Name = "listViewData";
- this.listViewData.Size = new System.Drawing.Size(910, 270);
- this.listViewData.TabIndex = 2301;
- this.listViewData.UseCompatibleStateImageBehavior = false;
- //
- // labelEx18
- //
- this.labelEx18.AutoSize = true;
- this.labelEx18.BackColor = System.Drawing.Color.Transparent;
- this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx18.Location = new System.Drawing.Point(13, 176);
- this.labelEx18.Name = "labelEx18";
- this.labelEx18.Size = new System.Drawing.Size(56, 17);
- this.labelEx18.TabIndex = 2300;
- this.labelEx18.Text = "礼服资料";
- //
- // txtEnterName
- //
- this.txtEnterName.BackColor = System.Drawing.Color.Transparent;
- this.txtEnterName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtEnterName.Icon = null;
- this.txtEnterName.IconIsButton = false;
- this.txtEnterName.IsPasswordChat = '\0';
- this.txtEnterName.IsSystemPasswordChar = false;
- this.txtEnterName.Lines = new string[0];
- this.txtEnterName.Location = new System.Drawing.Point(804, 48);
- this.txtEnterName.Margin = new System.Windows.Forms.Padding(0);
- this.txtEnterName.MaxLength = 32767;
- this.txtEnterName.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtEnterName.MouseBack = null;
- this.txtEnterName.Multiline = false;
- this.txtEnterName.Name = "txtEnterName";
- this.txtEnterName.NormlBack = null;
- this.txtEnterName.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtEnterName.ReadOnly = true;
- this.txtEnterName.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtEnterName.Size = new System.Drawing.Size(117, 25);
- this.txtEnterName.TabIndex = 2254;
- this.txtEnterName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtEnterName.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtEnterName.WaterText = "";
- this.txtEnterName.WordWrap = true;
- //
- // txtRemark
- //
- this.txtRemark.BackColor = System.Drawing.Color.Transparent;
- this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtRemark.Icon = null;
- this.txtRemark.IconIsButton = false;
- this.txtRemark.IsPasswordChat = '\0';
- this.txtRemark.IsSystemPasswordChar = false;
- this.txtRemark.Lines = new string[0];
- this.txtRemark.Location = new System.Drawing.Point(87, 82);
- this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
- this.txtRemark.MaxLength = 32767;
- this.txtRemark.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtRemark.MouseBack = null;
- this.txtRemark.Multiline = true;
- this.txtRemark.Name = "txtRemark";
- this.txtRemark.NormlBack = null;
- this.txtRemark.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtRemark.ReadOnly = false;
- this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtRemark.Size = new System.Drawing.Size(835, 59);
- this.txtRemark.TabIndex = 4;
- this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtRemark.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtRemark.WaterText = "";
- this.txtRemark.WordWrap = true;
- //
- // txtOrderNumber
- //
- this.txtOrderNumber.BackColor = System.Drawing.Color.Transparent;
- this.txtOrderNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtOrderNumber.Icon = null;
- this.txtOrderNumber.IconIsButton = false;
- this.txtOrderNumber.IsPasswordChat = '\0';
- this.txtOrderNumber.IsSystemPasswordChar = false;
- this.txtOrderNumber.Lines = new string[0];
- this.txtOrderNumber.Location = new System.Drawing.Point(87, 48);
- this.txtOrderNumber.Margin = new System.Windows.Forms.Padding(0);
- this.txtOrderNumber.MaxLength = 32767;
- this.txtOrderNumber.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtOrderNumber.MouseBack = null;
- this.txtOrderNumber.Multiline = false;
- this.txtOrderNumber.Name = "txtOrderNumber";
- this.txtOrderNumber.NormlBack = null;
- this.txtOrderNumber.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtOrderNumber.ReadOnly = true;
- this.txtOrderNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtOrderNumber.Size = new System.Drawing.Size(150, 25);
- this.txtOrderNumber.TabIndex = 1;
- this.txtOrderNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtOrderNumber.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtOrderNumber.WaterText = "";
- this.txtOrderNumber.WordWrap = true;
- //
- // dtpSendWashTime
- //
- this.dtpSendWashTime.CustomFormat = " ";
- this.dtpSendWashTime.DateValue = "";
- this.dtpSendWashTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.dtpSendWashTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpSendWashTime.IsShowTime = false;
- this.dtpSendWashTime.Location = new System.Drawing.Point(354, 49);
- this.dtpSendWashTime.Name = "dtpSendWashTime";
- this.dtpSendWashTime.Size = new System.Drawing.Size(110, 23);
- this.dtpSendWashTime.TabIndex = 2;
- //
- // dtpReservationBackTime
- //
- this.dtpReservationBackTime.CustomFormat = " ";
- this.dtpReservationBackTime.DateValue = "";
- this.dtpReservationBackTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.dtpReservationBackTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpReservationBackTime.IsShowTime = false;
- this.dtpReservationBackTime.Location = new System.Drawing.Point(584, 49);
- this.dtpReservationBackTime.Name = "dtpReservationBackTime";
- this.dtpReservationBackTime.Size = new System.Drawing.Size(110, 23);
- this.dtpReservationBackTime.TabIndex = 3;
- //
- // 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(737, 52);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 2243;
- this.labelEx4.Text = "送洗人员:";
- //
- // lbltxtDsro_ReservationBackTime
- //
- this.lbltxtDsro_ReservationBackTime.AutoSize = true;
- this.lbltxtDsro_ReservationBackTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbltxtDsro_ReservationBackTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbltxtDsro_ReservationBackTime.Location = new System.Drawing.Point(508, 52);
- this.lbltxtDsro_ReservationBackTime.Name = "lbltxtDsro_ReservationBackTime";
- this.lbltxtDsro_ReservationBackTime.Size = new System.Drawing.Size(77, 17);
- this.lbltxtDsro_ReservationBackTime.TabIndex = 2242;
- this.lbltxtDsro_ReservationBackTime.Text = "* 还回时间:";
- //
- // labelEx16
- //
- this.labelEx16.AutoSize = true;
- this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx16.Location = new System.Drawing.Point(278, 52);
- this.labelEx16.Name = "labelEx16";
- this.labelEx16.Size = new System.Drawing.Size(77, 17);
- this.labelEx16.TabIndex = 2241;
- this.labelEx16.Text = "* 送洗时间:";
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx7.Location = new System.Drawing.Point(21, 86);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(68, 17);
- this.labelEx7.TabIndex = 2240;
- this.labelEx7.Text = "送洗备注:";
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(33, 52);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(56, 17);
- this.labelEx6.TabIndex = 2237;
- this.labelEx6.Text = "订单号:";
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.BackColor = System.Drawing.Color.Transparent;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx1.Location = new System.Drawing.Point(13, 20);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(56, 17);
- this.labelEx1.TabIndex = 2236;
- this.labelEx1.Text = "订单资料";
- //
- // btnNewOrder
- //
- this.btnNewOrder.BackColor = System.Drawing.Color.Transparent;
- this.btnNewOrder.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNewOrder.BackImg")));
- this.btnNewOrder.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnNewOrder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnNewOrder.ForeColor = System.Drawing.Color.White;
- this.btnNewOrder.IsCustomBackImg = false;
- this.btnNewOrder.IsShowText = true;
- this.btnNewOrder.Location = new System.Drawing.Point(641, 6);
- this.btnNewOrder.Name = "btnNewOrder";
- this.btnNewOrder.Size = new System.Drawing.Size(90, 28);
- this.btnNewOrder.TabIndex = 7;
- this.btnNewOrder.Text = " 新订单";
- this.btnNewOrder.UseVisualStyleBackColor = false;
- //
- // btnSaveed
- //
- this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
- this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
- this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSaveed.ForeColor = System.Drawing.Color.White;
- this.btnSaveed.IsCustomBackImg = false;
- this.btnSaveed.IsShowText = true;
- this.btnSaveed.Location = new System.Drawing.Point(744, 6);
- this.btnSaveed.Name = "btnSaveed";
- this.btnSaveed.Size = new System.Drawing.Size(90, 28);
- this.btnSaveed.TabIndex = 8;
- this.btnSaveed.Text = " 保 存";
- this.btnSaveed.UseVisualStyleBackColor = false;
- //
- // btnCloseed
- //
- this.btnCloseed.BackColor = System.Drawing.Color.Transparent;
- this.btnCloseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseed.BackImg")));
- this.btnCloseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCloseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCloseed.ForeColor = System.Drawing.Color.White;
- this.btnCloseed.IsCustomBackImg = false;
- this.btnCloseed.IsShowText = true;
- this.btnCloseed.Location = new System.Drawing.Point(844, 6);
- this.btnCloseed.Name = "btnCloseed";
- this.btnCloseed.Size = new System.Drawing.Size(90, 28);
- this.btnCloseed.TabIndex = 9;
- this.btnCloseed.Text = " 关 闭";
- this.btnCloseed.UseVisualStyleBackColor = false;
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Location = new System.Drawing.Point(12, 6);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(257, 28);
- this.panelEx2.TabIndex = 339;
- //
- // DressOpenOrderSendWashSmallForm
- //
- 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(955, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "DressOpenOrderSendWashSmallForm";
- this.Text = "送洗";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected ComponentLibrary.ButtonEx btnNewOrder;
- protected internal ComponentLibrary.ButtonEx btnSaveed;
- protected internal ComponentLibrary.ButtonEx btnCloseed;
- protected internal ComponentLibrary.TextBoxEx txtEnterName;
- protected internal ComponentLibrary.TextBoxEx txtRemark;
- protected internal ComponentLibrary.TextBoxEx txtOrderNumber;
- protected internal ComponentLibrary.DateTimePickerEx dtpSendWashTime;
- protected internal ComponentLibrary.DateTimePickerEx dtpReservationBackTime;
- private ComponentLibrary.LabelEx labelEx4;
- protected ComponentLibrary.LabelEx lbltxtDsro_ReservationBackTime;
- private ComponentLibrary.LabelEx labelEx16;
- private ComponentLibrary.LabelEx labelEx7;
- private ComponentLibrary.LabelEx labelEx6;
- protected internal ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.ButtonForm btnDressDelete;
- protected internal ComponentLibrary.ButtonForm btnDressToolbox;
- protected internal ComponentLibrary.ListViewEx listViewData;
- private ComponentLibrary.LabelEx labelEx18;
- private ComponentLibrary.PanelEx panelEx2;
- }
- }
|