123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549 |
- namespace LYFZ.Software.UI.Dresses.SetSmallForm
- {
- partial class ToolboxDressSamllForm
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolboxDressSamllForm));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.panelLoadMore = new LYFZ.ComponentLibrary.PanelEx();
- this.lblLoadMore = new LYFZ.ComponentLibrary.LabelEx();
- this.listViewData_Source = new LYFZ.ComponentLibrary.ListViewEx();
- this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
- this.lblTotalDressCount = new LYFZ.ComponentLibrary.LabelEx();
- this.lblDressDetails = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.listViewData_Selected = new LYFZ.ComponentLibrary.ListViewEx();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.lblPrompt = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.dtTakeDressTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmbtreevDressType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
- this.btnSaveDay = new LYFZ.ComponentLibrary.ButtonForm();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDayNumber = new LYFZ.ComponentLibrary.TextBoxEx();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.panelEx3.SuspendLayout();
- this.panelLoadMore.SuspendLayout();
- this.panelEx5.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.panelEx4.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(930, 505);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Controls.Add(this.txtDayNumber);
- this.plFormMainContent.Controls.Add(this.cmbtreevDressType);
- this.plFormMainContent.Controls.Add(this.dtTakeDressTime);
- this.plFormMainContent.Controls.Add(this.txtQuery);
- this.plFormMainContent.Controls.Add(this.labelEx2);
- this.plFormMainContent.Controls.Add(this.btnSaveDay);
- this.plFormMainContent.Controls.Add(this.labelEx7);
- this.plFormMainContent.Controls.Add(this.labelEx3);
- this.plFormMainContent.Controls.Add(this.btnQuery);
- this.plFormMainContent.Controls.Add(this.labelEx4);
- this.plFormMainContent.Size = new System.Drawing.Size(930, 545);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.labelEx4, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.labelEx3, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.labelEx7, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.btnSaveDay, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.labelEx2, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.txtQuery, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.dtTakeDressTime, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.cmbtreevDressType, 0);
- this.plFormMainContent.Controls.SetChildIndex(this.txtDayNumber, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(871, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(898, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(844, 0);
- //
- // 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.panelEx3);
- this.panelEx1.Controls.Add(this.panelEx2);
- this.panelEx1.Controls.Add(this.panelEx4);
- 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);
- this.panelEx1.Size = new System.Drawing.Size(920, 495);
- this.panelEx1.TabIndex = 0;
- //
- // panelEx3
- //
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Controls.Add(this.panelLoadMore);
- this.panelEx3.Controls.Add(this.listViewData_Source);
- this.panelEx3.Controls.Add(this.panelEx5);
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx3.Location = new System.Drawing.Point(2, 42);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Padding = new System.Windows.Forms.Padding(2);
- this.panelEx3.Size = new System.Drawing.Size(633, 451);
- this.panelEx3.TabIndex = 1;
- //
- // panelLoadMore
- //
- this.panelLoadMore.BackColor = System.Drawing.Color.Silver;
- this.panelLoadMore.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelLoadMore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelLoadMore.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelLoadMore.BorderWidth = 1;
- this.panelLoadMore.Controls.Add(this.lblLoadMore);
- this.panelLoadMore.Location = new System.Drawing.Point(224, 336);
- this.panelLoadMore.Name = "panelLoadMore";
- this.panelLoadMore.Size = new System.Drawing.Size(200, 35);
- this.panelLoadMore.TabIndex = 2301;
- //
- // lblLoadMore
- //
- this.lblLoadMore.AutoSize = true;
- this.lblLoadMore.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lblLoadMore.ForeColor = System.Drawing.Color.Red;
- this.lblLoadMore.Location = new System.Drawing.Point(54, 2);
- this.lblLoadMore.Name = "lblLoadMore";
- this.lblLoadMore.Size = new System.Drawing.Size(92, 27);
- this.lblLoadMore.TabIndex = 0;
- this.lblLoadMore.Text = "显示更多";
- //
- // listViewData_Source
- //
- this.listViewData_Source.AllowDrop = true;
- this.listViewData_Source.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listViewData_Source.FullRowSelect = true;
- this.listViewData_Source.IsDefaultShowGroups = false;
- this.listViewData_Source.Location = new System.Drawing.Point(2, 2);
- this.listViewData_Source.Name = "listViewData_Source";
- this.listViewData_Source.Size = new System.Drawing.Size(629, 372);
- this.listViewData_Source.TabIndex = 2298;
- this.listViewData_Source.UseCompatibleStateImageBehavior = false;
- //
- // panelEx5
- //
- this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx5.BorderWidth = 1;
- this.panelEx5.Controls.Add(this.lblTotalDressCount);
- this.panelEx5.Controls.Add(this.lblDressDetails);
- this.panelEx5.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panelEx5.Location = new System.Drawing.Point(2, 374);
- this.panelEx5.Name = "panelEx5";
- this.panelEx5.Size = new System.Drawing.Size(629, 75);
- this.panelEx5.TabIndex = 2300;
- //
- // lblTotalDressCount
- //
- this.lblTotalDressCount.AutoSize = true;
- this.lblTotalDressCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.lblTotalDressCount.ForeColor = System.Drawing.Color.Red;
- this.lblTotalDressCount.Location = new System.Drawing.Point(15, 3);
- this.lblTotalDressCount.Name = "lblTotalDressCount";
- this.lblTotalDressCount.Size = new System.Drawing.Size(56, 17);
- this.lblTotalDressCount.TabIndex = 2239;
- this.lblTotalDressCount.Text = "礼服数:";
- this.toolTip1.SetToolTip(this.lblTotalDressCount, "点击设置每页加载条数");
- //
- // lblDressDetails
- //
- this.lblDressDetails.AutoSize = true;
- this.lblDressDetails.Font = new System.Drawing.Font("微软雅黑", 12F, 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(4, 23);
- this.lblDressDetails.Name = "lblDressDetails";
- this.lblDressDetails.Size = new System.Drawing.Size(68, 17);
- this.lblDressDetails.TabIndex = 280;
- this.lblDressDetails.Text = "礼服编号:";
- //
- // 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.listViewData_Selected);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Right;
- this.panelEx2.Location = new System.Drawing.Point(635, 42);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Padding = new System.Windows.Forms.Padding(2);
- this.panelEx2.Size = new System.Drawing.Size(283, 451);
- this.panelEx2.TabIndex = 0;
- //
- // listViewData_Selected
- //
- this.listViewData_Selected.AllowDrop = true;
- this.listViewData_Selected.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listViewData_Selected.FullRowSelect = true;
- this.listViewData_Selected.IsDefaultShowGroups = false;
- this.listViewData_Selected.Location = new System.Drawing.Point(2, 2);
- this.listViewData_Selected.Name = "listViewData_Selected";
- this.listViewData_Selected.Size = new System.Drawing.Size(279, 447);
- this.listViewData_Selected.TabIndex = 2299;
- this.listViewData_Selected.UseCompatibleStateImageBehavior = false;
- //
- // 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.lblPrompt);
- this.panelEx4.Controls.Add(this.labelEx6);
- this.panelEx4.Controls.Add(this.btnCancel);
- this.panelEx4.Controls.Add(this.btnOK);
- this.panelEx4.Controls.Add(this.labelEx1);
- this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx4.Location = new System.Drawing.Point(2, 2);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Size = new System.Drawing.Size(916, 40);
- this.panelEx4.TabIndex = 2300;
- //
- // lblPrompt
- //
- this.lblPrompt.AutoSize = true;
- this.lblPrompt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblPrompt.ForeColor = System.Drawing.Color.Red;
- this.lblPrompt.Location = new System.Drawing.Point(104, 19);
- this.lblPrompt.Name = "lblPrompt";
- this.lblPrompt.Size = new System.Drawing.Size(80, 17);
- this.lblPrompt.TabIndex = 2238;
- this.lblPrompt.Text = "礼服被选详情";
- this.lblPrompt.Visible = false;
- //
- // labelEx6
- //
- this.labelEx6.AutoSize = true;
- this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx6.Location = new System.Drawing.Point(5, 17);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(93, 19);
- this.labelEx6.TabIndex = 2237;
- this.labelEx6.Text = "可挑选的礼服";
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
- this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.IsCustomBackImg = false;
- this.btnCancel.IsShowText = true;
- this.btnCancel.Location = new System.Drawing.Point(840, 7);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(70, 27);
- this.btnCancel.TabIndex = 2236;
- this.btnCancel.Text = " 取 消";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // btnOK
- //
- this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOK.BackColor = System.Drawing.Color.Transparent;
- this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
- this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnOK.ForeColor = System.Drawing.Color.White;
- this.btnOK.IsCustomBackImg = false;
- this.btnOK.IsShowText = true;
- this.btnOK.Location = new System.Drawing.Point(764, 7);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(70, 27);
- this.btnOK.TabIndex = 2235;
- this.btnOK.Text = " 确 定";
- this.btnOK.UseVisualStyleBackColor = false;
- //
- // labelEx1
- //
- this.labelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(629, 17);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(93, 19);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "已挑选的礼服";
- //
- // 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(283, 8);
- this.dtTakeDressTime.Name = "dtTakeDressTime";
- this.dtTakeDressTime.Size = new System.Drawing.Size(95, 23);
- this.dtTakeDressTime.TabIndex = 282;
- //
- // 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(586, 5);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(70, 26);
- this.btnQuery.TabIndex = 278;
- this.btnQuery.Text = " 查 询";
- this.btnQuery.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(13, 10);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(44, 17);
- this.labelEx3.TabIndex = 279;
- 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(53, 9);
- this.cmbtreevDressType.Name = "cmbtreevDressType";
- this.cmbtreevDressType.ReadOnly = true;
- this.cmbtreevDressType.SelectedNode = null;
- this.cmbtreevDressType.Size = new System.Drawing.Size(154, 20);
- this.cmbtreevDressType.StrGetName = "";
- this.cmbtreevDressType.StrGetTagName = "";
- this.cmbtreevDressType.StrKey = null;
- this.cmbtreevDressType.TabIndex = 280;
- //
- // 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(218, 11);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(68, 17);
- this.labelEx2.TabIndex = 281;
- this.labelEx2.Text = "取衣时间:";
- //
- // 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(385, 10);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 2234;
- this.labelEx4.Text = "礼服名称:";
- //
- // txtQuery
- //
- this.txtQuery.BackColor = System.Drawing.Color.Transparent;
- this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtQuery.Icon = null;
- this.txtQuery.IconIsButton = false;
- this.txtQuery.IsPasswordChat = '\0';
- this.txtQuery.IsSystemPasswordChar = false;
- this.txtQuery.Lines = new string[0];
- this.txtQuery.Location = new System.Drawing.Point(450, 6);
- this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
- this.txtQuery.MaxLength = 32767;
- this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtQuery.MouseBack = null;
- this.txtQuery.Multiline = false;
- this.txtQuery.Name = "txtQuery";
- this.txtQuery.NormlBack = null;
- this.txtQuery.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtQuery.ReadOnly = false;
- this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtQuery.Size = new System.Drawing.Size(120, 26);
- this.txtQuery.TabIndex = 2233;
- this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtQuery.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtQuery.WaterText = "也可输入拼音";
- this.txtQuery.WordWrap = true;
- //
- // 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(854, 6);
- this.btnSaveDay.Name = "btnSaveDay";
- this.btnSaveDay.Size = new System.Drawing.Size(65, 26);
- this.btnSaveDay.TabIndex = 2238;
- this.btnSaveDay.Text = " 保 存";
- this.btnSaveDay.UseVisualStyleBackColor = false;
- //
- // labelEx7
- //
- this.labelEx7.AutoSize = true;
- this.labelEx7.BackColor = System.Drawing.Color.Transparent;
- this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx7.Location = new System.Drawing.Point(728, 10);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(68, 17);
- this.labelEx7.TabIndex = 2240;
- this.labelEx7.Text = "回衣天数:";
- //
- // txtDayNumber
- //
- this.txtDayNumber.BackColor = System.Drawing.Color.Transparent;
- this.txtDayNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDayNumber.Icon = null;
- this.txtDayNumber.IconIsButton = false;
- this.txtDayNumber.IsPasswordChat = '\0';
- this.txtDayNumber.IsSystemPasswordChar = false;
- this.txtDayNumber.Lines = new string[] {
- "0"};
- this.txtDayNumber.Location = new System.Drawing.Point(792, 6);
- this.txtDayNumber.Margin = new System.Windows.Forms.Padding(0);
- this.txtDayNumber.MaxLength = 32767;
- this.txtDayNumber.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtDayNumber.MouseBack = null;
- this.txtDayNumber.Multiline = false;
- this.txtDayNumber.Name = "txtDayNumber";
- this.txtDayNumber.NormlBack = null;
- this.txtDayNumber.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtDayNumber.ReadOnly = false;
- this.txtDayNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtDayNumber.Size = new System.Drawing.Size(55, 26);
- this.txtDayNumber.TabIndex = 2241;
- this.txtDayNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDayNumber.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtDayNumber.WaterText = "";
- this.txtDayNumber.WordWrap = true;
- //
- // ToolboxDressSamllForm
- //
- 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(930, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "ToolboxDressSamllForm";
- this.Text = "礼服工具箱(双击选中或移除)";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.plFormMainContent.PerformLayout();
- this.panelEx1.ResumeLayout(false);
- this.panelEx3.ResumeLayout(false);
- this.panelLoadMore.ResumeLayout(false);
- this.panelLoadMore.PerformLayout();
- this.panelEx5.ResumeLayout(false);
- this.panelEx5.PerformLayout();
- this.panelEx2.ResumeLayout(false);
- this.panelEx4.ResumeLayout(false);
- this.panelEx4.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.PanelEx panelEx3;
- private ComponentLibrary.PanelEx panelEx2;
- protected internal ComponentLibrary.ListViewEx listViewData_Source;
- protected internal ComponentLibrary.ListViewEx listViewData_Selected;
- private ComponentLibrary.PanelEx panelEx5;
- private ComponentLibrary.PanelEx panelEx4;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.DateTimePickerEx dtTakeDressTime;
- private ComponentLibrary.LabelEx labelEx3;
- private ComponentLibrary.LabelEx labelEx2;
- protected internal ComponentLibrary.TextBoxEx txtQuery;
- private ComponentLibrary.LabelEx labelEx4;
- protected internal ComponentLibrary.ButtonEx btnQuery;
- protected internal ComponentLibrary.ButtonEx btnCancel;
- protected internal ComponentLibrary.ButtonEx btnOK;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDressType;
- protected internal ComponentLibrary.LabelEx lblDressDetails;
- private ComponentLibrary.LabelEx labelEx6;
- protected ComponentLibrary.ButtonForm btnSaveDay;
- protected ComponentLibrary.LabelEx labelEx7;
- protected internal ComponentLibrary.TextBoxEx txtDayNumber;
- protected internal ComponentLibrary.LabelEx lblPrompt;
- protected internal ComponentLibrary.PanelEx panelLoadMore;
- protected internal ComponentLibrary.LabelEx lblLoadMore;
- protected internal ComponentLibrary.LabelEx lblTotalDressCount;
- private System.Windows.Forms.ToolTip toolTip1;
- }
- }
|