123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922 |
- namespace LYFZ.Software.UI.Dresses.SetSmallForm
- {
- partial class DressEnteredAddedSmallForm
- {
- /// <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(DressEnteredAddedSmallForm));
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.listViewData_Dress = new LYFZ.ComponentLibrary.ListViewEx();
- this.panelEx14 = new LYFZ.ComponentLibrary.PanelEx();
- this.panelDressNumber = new LYFZ.ComponentLibrary.PanelEx();
- this.txtDressNumber = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDressSize = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDressBrand = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.chkDownRack = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.chkUpperRack = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.dtpDressBuyDate = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDressQuantity = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDressRentPrice = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDressSalePrice = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDressCostPrice = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtDressName = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnRegionSet = new LYFZ.ComponentLibrary.ButtonForm();
- this.cmbtreevDressPlacedRegion = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnCategorySet = new LYFZ.ComponentLibrary.ButtonForm();
- this.cmbtreevDressCategory = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnReset = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnDeleteVicePage = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnBrowseVicePage = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnDeleteCoverPage = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnBrowseCoverPage = new LYFZ.ComponentLibrary.ButtonForm();
- this.listVicePage = new LYFZ.ComponentLibrary.ListViewEx();
- this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
- this.lblCoverPage = new LYFZ.ComponentLibrary.LabelEx();
- this.pictCoverPage = new LYFZ.ComponentLibrary.PictureBoxEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- this.panelEx14.SuspendLayout();
- this.panelDressNumber.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictCoverPage)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- //
- // 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.panelEx14);
- 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, 535);
- 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, 335);
- this.listViewData_Dress.MultiSelect = false;
- this.listViewData_Dress.Name = "listViewData_Dress";
- this.listViewData_Dress.Size = new System.Drawing.Size(896, 198);
- this.listViewData_Dress.TabIndex = 2294;
- this.listViewData_Dress.UseCompatibleStateImageBehavior = false;
- //
- // panelEx14
- //
- this.panelEx14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx14.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx14.BorderWidth = 1;
- this.panelEx14.Controls.Add(this.panelDressNumber);
- this.panelEx14.Controls.Add(this.txtRemark);
- this.panelEx14.Controls.Add(this.labelEx12);
- this.panelEx14.Controls.Add(this.txtDressSize);
- this.panelEx14.Controls.Add(this.labelEx5);
- this.panelEx14.Controls.Add(this.txtDressBrand);
- this.panelEx14.Controls.Add(this.labelEx4);
- this.panelEx14.Controls.Add(this.chkDownRack);
- this.panelEx14.Controls.Add(this.chkUpperRack);
- this.panelEx14.Controls.Add(this.labelEx10);
- this.panelEx14.Controls.Add(this.dtpDressBuyDate);
- this.panelEx14.Controls.Add(this.labelEx11);
- this.panelEx14.Controls.Add(this.txtDressQuantity);
- this.panelEx14.Controls.Add(this.labelEx6);
- this.panelEx14.Controls.Add(this.txtDressRentPrice);
- this.panelEx14.Controls.Add(this.labelEx8);
- this.panelEx14.Controls.Add(this.txtDressSalePrice);
- this.panelEx14.Controls.Add(this.labelEx9);
- this.panelEx14.Controls.Add(this.txtDressCostPrice);
- this.panelEx14.Controls.Add(this.labelEx7);
- this.panelEx14.Controls.Add(this.txtDressName);
- this.panelEx14.Controls.Add(this.labelEx3);
- this.panelEx14.Controls.Add(this.btnRegionSet);
- this.panelEx14.Controls.Add(this.cmbtreevDressPlacedRegion);
- this.panelEx14.Controls.Add(this.labelEx2);
- this.panelEx14.Controls.Add(this.btnCategorySet);
- this.panelEx14.Controls.Add(this.cmbtreevDressCategory);
- this.panelEx14.Controls.Add(this.labelEx1);
- this.panelEx14.Controls.Add(this.btnReset);
- this.panelEx14.Controls.Add(this.btnSaveed);
- this.panelEx14.Controls.Add(this.btnCancel);
- this.panelEx14.Controls.Add(this.btnDeleteVicePage);
- this.panelEx14.Controls.Add(this.btnBrowseVicePage);
- this.panelEx14.Controls.Add(this.btnDeleteCoverPage);
- this.panelEx14.Controls.Add(this.btnBrowseCoverPage);
- this.panelEx14.Controls.Add(this.listVicePage);
- this.panelEx14.Controls.Add(this.labelEx14);
- this.panelEx14.Controls.Add(this.lblCoverPage);
- this.panelEx14.Controls.Add(this.pictCoverPage);
- this.panelEx14.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx14.Location = new System.Drawing.Point(2, 5);
- this.panelEx14.Name = "panelEx14";
- this.panelEx14.Size = new System.Drawing.Size(896, 330);
- this.panelEx14.TabIndex = 2295;
- //
- // panelDressNumber
- //
- this.panelDressNumber.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelDressNumber.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelDressNumber.BorderWidth = 1;
- this.panelDressNumber.Controls.Add(this.txtDressNumber);
- this.panelDressNumber.Controls.Add(this.labelEx13);
- this.panelDressNumber.Location = new System.Drawing.Point(701, 93);
- this.panelDressNumber.Name = "panelDressNumber";
- this.panelDressNumber.Size = new System.Drawing.Size(192, 25);
- this.panelDressNumber.TabIndex = 16360;
- //
- // txtDressNumber
- //
- this.txtDressNumber.BackColor = System.Drawing.Color.Transparent;
- this.txtDressNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDressNumber.Icon = null;
- this.txtDressNumber.IconIsButton = false;
- this.txtDressNumber.IsPasswordChat = '\0';
- this.txtDressNumber.IsSystemPasswordChar = false;
- this.txtDressNumber.Lines = new string[0];
- this.txtDressNumber.Location = new System.Drawing.Point(77, 0);
- this.txtDressNumber.Margin = new System.Windows.Forms.Padding(0);
- this.txtDressNumber.MaxLength = 32767;
- this.txtDressNumber.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtDressNumber.MouseBack = null;
- this.txtDressNumber.Multiline = false;
- this.txtDressNumber.Name = "txtDressNumber";
- this.txtDressNumber.NormlBack = null;
- this.txtDressNumber.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtDressNumber.ReadOnly = false;
- this.txtDressNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtDressNumber.Size = new System.Drawing.Size(110, 25);
- this.txtDressNumber.TabIndex = 16358;
- this.txtDressNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDressNumber.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtDressNumber.WaterText = "";
- this.txtDressNumber.WordWrap = true;
- //
- // labelEx13
- //
- this.labelEx13.AutoSize = true;
- this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx13.Location = new System.Drawing.Point(3, 4);
- this.labelEx13.Name = "labelEx13";
- this.labelEx13.Size = new System.Drawing.Size(77, 17);
- this.labelEx13.TabIndex = 16359;
- this.labelEx13.Text = "* 礼服编号:";
- //
- // txtRemark
- //
- this.txtRemark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- 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(82, 93);
- 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 = false;
- 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(608, 25);
- this.txtRemark.TabIndex = 10;
- 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;
- //
- // labelEx12
- //
- this.labelEx12.AutoSize = true;
- this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx12.Location = new System.Drawing.Point(17, 97);
- this.labelEx12.Name = "labelEx12";
- this.labelEx12.Size = new System.Drawing.Size(68, 17);
- this.labelEx12.TabIndex = 16357;
- this.labelEx12.Text = "礼服备注:";
- //
- // txtDressSize
- //
- this.txtDressSize.BackColor = System.Drawing.Color.Transparent;
- this.txtDressSize.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDressSize.Icon = null;
- this.txtDressSize.IconIsButton = false;
- this.txtDressSize.IsPasswordChat = '\0';
- this.txtDressSize.IsSystemPasswordChar = false;
- this.txtDressSize.Lines = new string[0];
- this.txtDressSize.Location = new System.Drawing.Point(684, 64);
- this.txtDressSize.Margin = new System.Windows.Forms.Padding(0);
- this.txtDressSize.MaxLength = 32767;
- this.txtDressSize.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtDressSize.MouseBack = null;
- this.txtDressSize.Multiline = false;
- this.txtDressSize.Name = "txtDressSize";
- this.txtDressSize.NormlBack = null;
- this.txtDressSize.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtDressSize.ReadOnly = false;
- this.txtDressSize.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtDressSize.Size = new System.Drawing.Size(204, 25);
- this.txtDressSize.TabIndex = 9;
- this.txtDressSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDressSize.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtDressSize.WaterText = "";
- this.txtDressSize.WordWrap = true;
- //
- // labelEx5
- //
- this.labelEx5.AutoSize = true;
- this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx5.Location = new System.Drawing.Point(619, 68);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(68, 17);
- this.labelEx5.TabIndex = 16354;
- this.labelEx5.Text = "礼服尺寸:";
- //
- // txtDressBrand
- //
- this.txtDressBrand.BackColor = System.Drawing.Color.Transparent;
- this.txtDressBrand.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDressBrand.Icon = null;
- this.txtDressBrand.IconIsButton = false;
- this.txtDressBrand.IsPasswordChat = '\0';
- this.txtDressBrand.IsSystemPasswordChar = false;
- this.txtDressBrand.Lines = new string[0];
- this.txtDressBrand.Location = new System.Drawing.Point(396, 64);
- this.txtDressBrand.Margin = new System.Windows.Forms.Padding(0);
- this.txtDressBrand.MaxLength = 32767;
- this.txtDressBrand.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtDressBrand.MouseBack = null;
- this.txtDressBrand.Multiline = false;
- this.txtDressBrand.Name = "txtDressBrand";
- this.txtDressBrand.NormlBack = null;
- this.txtDressBrand.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtDressBrand.ReadOnly = false;
- this.txtDressBrand.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtDressBrand.Size = new System.Drawing.Size(195, 25);
- this.txtDressBrand.TabIndex = 8;
- this.txtDressBrand.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDressBrand.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtDressBrand.WaterText = "";
- this.txtDressBrand.WordWrap = true;
- //
- // 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(331, 68);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 16352;
- this.labelEx4.Text = "礼服品牌:";
- //
- // 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(645, 37);
- this.chkDownRack.Name = "chkDownRack";
- this.chkDownRack.Size = new System.Drawing.Size(51, 21);
- this.chkDownRack.TabIndex = 32;
- 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(590, 37);
- this.chkUpperRack.Name = "chkUpperRack";
- this.chkUpperRack.Size = new System.Drawing.Size(51, 21);
- this.chkUpperRack.TabIndex = 31;
- this.chkUpperRack.Text = "上架";
- this.chkUpperRack.UseVisualStyleBackColor = false;
- //
- // labelEx10
- //
- this.labelEx10.AutoSize = true;
- this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx10.Location = new System.Drawing.Point(516, 39);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(77, 17);
- this.labelEx10.TabIndex = 16349;
- this.labelEx10.Text = "* 礼服状态:";
- //
- // dtpDressBuyDate
- //
- this.dtpDressBuyDate.CustomFormat = " ";
- this.dtpDressBuyDate.DateValue = "";
- this.dtpDressBuyDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpDressBuyDate.IsShowTime = false;
- this.dtpDressBuyDate.Location = new System.Drawing.Point(778, 37);
- this.dtpDressBuyDate.Name = "dtpDressBuyDate";
- this.dtpDressBuyDate.Size = new System.Drawing.Size(109, 21);
- this.dtpDressBuyDate.TabIndex = 33;
- //
- // labelEx11
- //
- this.labelEx11.AutoSize = true;
- this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx11.Location = new System.Drawing.Point(713, 39);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(68, 17);
- this.labelEx11.TabIndex = 16348;
- this.labelEx11.Text = "购买日期:";
- //
- // txtDressQuantity
- //
- this.txtDressQuantity.BackColor = System.Drawing.Color.Transparent;
- this.txtDressQuantity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDressQuantity.Icon = null;
- this.txtDressQuantity.IconIsButton = false;
- this.txtDressQuantity.IsPasswordChat = '\0';
- this.txtDressQuantity.IsSystemPasswordChar = false;
- this.txtDressQuantity.Lines = new string[0];
- this.txtDressQuantity.Location = new System.Drawing.Point(396, 35);
- this.txtDressQuantity.Margin = new System.Windows.Forms.Padding(0);
- this.txtDressQuantity.MaxLength = 32767;
- this.txtDressQuantity.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtDressQuantity.MouseBack = null;
- this.txtDressQuantity.Multiline = false;
- this.txtDressQuantity.Name = "txtDressQuantity";
- this.txtDressQuantity.NormlBack = null;
- this.txtDressQuantity.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtDressQuantity.ReadOnly = false;
- this.txtDressQuantity.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtDressQuantity.Size = new System.Drawing.Size(100, 25);
- this.txtDressQuantity.TabIndex = 7;
- this.txtDressQuantity.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDressQuantity.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtDressQuantity.WaterText = "";
- this.txtDressQuantity.WordWrap = true;
- //
- // 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(322, 39);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(77, 17);
- this.labelEx6.TabIndex = 16345;
- this.labelEx6.Text = "* 礼服数量:";
- //
- // txtDressRentPrice
- //
- this.txtDressRentPrice.BackColor = System.Drawing.Color.Transparent;
- this.txtDressRentPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDressRentPrice.Icon = null;
- this.txtDressRentPrice.IconIsButton = false;
- this.txtDressRentPrice.IsPasswordChat = '\0';
- this.txtDressRentPrice.IsSystemPasswordChar = false;
- this.txtDressRentPrice.Lines = new string[0];
- this.txtDressRentPrice.Location = new System.Drawing.Point(778, 6);
- this.txtDressRentPrice.Margin = new System.Windows.Forms.Padding(0);
- this.txtDressRentPrice.MaxLength = 32767;
- this.txtDressRentPrice.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtDressRentPrice.MouseBack = null;
- this.txtDressRentPrice.Multiline = false;
- this.txtDressRentPrice.Name = "txtDressRentPrice";
- this.txtDressRentPrice.NormlBack = null;
- this.txtDressRentPrice.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtDressRentPrice.ReadOnly = false;
- this.txtDressRentPrice.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtDressRentPrice.Size = new System.Drawing.Size(110, 25);
- this.txtDressRentPrice.TabIndex = 6;
- this.txtDressRentPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDressRentPrice.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtDressRentPrice.WaterText = "";
- this.txtDressRentPrice.WordWrap = true;
- //
- // labelEx8
- //
- this.labelEx8.AutoSize = true;
- this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx8.Location = new System.Drawing.Point(704, 10);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(77, 17);
- this.labelEx8.TabIndex = 16344;
- this.labelEx8.Text = "* 出租价格:";
- //
- // txtDressSalePrice
- //
- this.txtDressSalePrice.BackColor = System.Drawing.Color.Transparent;
- this.txtDressSalePrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDressSalePrice.Icon = null;
- this.txtDressSalePrice.IconIsButton = false;
- this.txtDressSalePrice.IsPasswordChat = '\0';
- this.txtDressSalePrice.IsSystemPasswordChar = false;
- this.txtDressSalePrice.Lines = new string[0];
- this.txtDressSalePrice.Location = new System.Drawing.Point(590, 6);
- this.txtDressSalePrice.Margin = new System.Windows.Forms.Padding(0);
- this.txtDressSalePrice.MaxLength = 32767;
- this.txtDressSalePrice.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtDressSalePrice.MouseBack = null;
- this.txtDressSalePrice.Multiline = false;
- this.txtDressSalePrice.Name = "txtDressSalePrice";
- this.txtDressSalePrice.NormlBack = null;
- this.txtDressSalePrice.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtDressSalePrice.ReadOnly = false;
- this.txtDressSalePrice.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtDressSalePrice.Size = new System.Drawing.Size(100, 25);
- this.txtDressSalePrice.TabIndex = 5;
- this.txtDressSalePrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDressSalePrice.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtDressSalePrice.WaterText = "";
- this.txtDressSalePrice.WordWrap = true;
- //
- // labelEx9
- //
- this.labelEx9.AutoSize = true;
- this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx9.Location = new System.Drawing.Point(516, 10);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(77, 17);
- this.labelEx9.TabIndex = 16342;
- this.labelEx9.Text = "* 出售价格:";
- //
- // txtDressCostPrice
- //
- this.txtDressCostPrice.BackColor = System.Drawing.Color.Transparent;
- this.txtDressCostPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDressCostPrice.Icon = null;
- this.txtDressCostPrice.IconIsButton = false;
- this.txtDressCostPrice.IsPasswordChat = '\0';
- this.txtDressCostPrice.IsSystemPasswordChar = false;
- this.txtDressCostPrice.Lines = new string[0];
- this.txtDressCostPrice.Location = new System.Drawing.Point(396, 6);
- this.txtDressCostPrice.Margin = new System.Windows.Forms.Padding(0);
- this.txtDressCostPrice.MaxLength = 32767;
- this.txtDressCostPrice.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtDressCostPrice.MouseBack = null;
- this.txtDressCostPrice.Multiline = false;
- this.txtDressCostPrice.Name = "txtDressCostPrice";
- this.txtDressCostPrice.NormlBack = null;
- this.txtDressCostPrice.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtDressCostPrice.ReadOnly = false;
- this.txtDressCostPrice.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtDressCostPrice.Size = new System.Drawing.Size(100, 25);
- this.txtDressCostPrice.TabIndex = 4;
- this.txtDressCostPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDressCostPrice.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtDressCostPrice.WaterText = "";
- this.txtDressCostPrice.WordWrap = true;
- //
- // 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(322, 10);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(77, 17);
- this.labelEx7.TabIndex = 16340;
- this.labelEx7.Text = "* 成本价格:";
- //
- // txtDressName
- //
- this.txtDressName.BackColor = System.Drawing.Color.Transparent;
- this.txtDressName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtDressName.Icon = null;
- this.txtDressName.IconIsButton = false;
- this.txtDressName.IsPasswordChat = '\0';
- this.txtDressName.IsSystemPasswordChar = false;
- this.txtDressName.Lines = new string[0];
- this.txtDressName.Location = new System.Drawing.Point(82, 64);
- this.txtDressName.Margin = new System.Windows.Forms.Padding(0);
- this.txtDressName.MaxLength = 32767;
- this.txtDressName.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtDressName.MouseBack = null;
- this.txtDressName.Multiline = false;
- this.txtDressName.Name = "txtDressName";
- this.txtDressName.NormlBack = null;
- this.txtDressName.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtDressName.ReadOnly = false;
- this.txtDressName.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtDressName.Size = new System.Drawing.Size(220, 25);
- this.txtDressName.TabIndex = 3;
- this.txtDressName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtDressName.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtDressName.WaterText = "";
- this.txtDressName.WordWrap = true;
- //
- // 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(8, 68);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(77, 17);
- this.labelEx3.TabIndex = 16337;
- this.labelEx3.Text = "* 礼服名称:";
- //
- // btnRegionSet
- //
- this.btnRegionSet.BackColor = System.Drawing.Color.Transparent;
- this.btnRegionSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRegionSet.BackImg")));
- this.btnRegionSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnRegionSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnRegionSet.ForeColor = System.Drawing.Color.White;
- this.btnRegionSet.IsCustomBackImg = false;
- this.btnRegionSet.IsShowText = true;
- this.btnRegionSet.Location = new System.Drawing.Point(247, 36);
- this.btnRegionSet.Name = "btnRegionSet";
- this.btnRegionSet.Size = new System.Drawing.Size(55, 23);
- this.btnRegionSet.TabIndex = 34;
- this.btnRegionSet.Text = " 设置";
- this.btnRegionSet.UseVisualStyleBackColor = false;
- //
- // cmbtreevDressPlacedRegion
- //
- this.cmbtreevDressPlacedRegion.AfterSelectLevelFirstNode = true;
- this.cmbtreevDressPlacedRegion.DropDownHeight = 220;
- this.cmbtreevDressPlacedRegion.DropDownShow = false;
- this.cmbtreevDressPlacedRegion.FormattingEnabled = true;
- this.cmbtreevDressPlacedRegion.IntegralHeight = false;
- this.cmbtreevDressPlacedRegion.IsNodeMouseClick = true;
- this.cmbtreevDressPlacedRegion.IsSelectParentNode = false;
- this.cmbtreevDressPlacedRegion.Location = new System.Drawing.Point(82, 36);
- this.cmbtreevDressPlacedRegion.Name = "cmbtreevDressPlacedRegion";
- this.cmbtreevDressPlacedRegion.ReadOnly = true;
- this.cmbtreevDressPlacedRegion.SelectedNode = null;
- this.cmbtreevDressPlacedRegion.Size = new System.Drawing.Size(160, 20);
- this.cmbtreevDressPlacedRegion.StrGetName = "";
- this.cmbtreevDressPlacedRegion.StrGetTagName = "";
- this.cmbtreevDressPlacedRegion.StrKey = null;
- this.cmbtreevDressPlacedRegion.TabIndex = 2;
- //
- // 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(8, 39);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(77, 17);
- this.labelEx2.TabIndex = 16335;
- this.labelEx2.Text = "* 摆放区域:";
- //
- // btnCategorySet
- //
- this.btnCategorySet.BackColor = System.Drawing.Color.Transparent;
- this.btnCategorySet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCategorySet.BackImg")));
- this.btnCategorySet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnCategorySet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnCategorySet.ForeColor = System.Drawing.Color.White;
- this.btnCategorySet.IsCustomBackImg = false;
- this.btnCategorySet.IsShowText = true;
- this.btnCategorySet.Location = new System.Drawing.Point(247, 7);
- this.btnCategorySet.Name = "btnCategorySet";
- this.btnCategorySet.Size = new System.Drawing.Size(55, 23);
- this.btnCategorySet.TabIndex = 30;
- this.btnCategorySet.Text = " 设置";
- this.btnCategorySet.UseVisualStyleBackColor = false;
- //
- // cmbtreevDressCategory
- //
- this.cmbtreevDressCategory.AfterSelectLevelFirstNode = true;
- this.cmbtreevDressCategory.DropDownHeight = 220;
- this.cmbtreevDressCategory.DropDownShow = false;
- this.cmbtreevDressCategory.FormattingEnabled = true;
- this.cmbtreevDressCategory.IntegralHeight = false;
- this.cmbtreevDressCategory.IsNodeMouseClick = true;
- this.cmbtreevDressCategory.IsSelectParentNode = false;
- this.cmbtreevDressCategory.Location = new System.Drawing.Point(82, 8);
- this.cmbtreevDressCategory.Name = "cmbtreevDressCategory";
- this.cmbtreevDressCategory.ReadOnly = true;
- this.cmbtreevDressCategory.SelectedNode = null;
- this.cmbtreevDressCategory.Size = new System.Drawing.Size(160, 20);
- this.cmbtreevDressCategory.StrGetName = "";
- this.cmbtreevDressCategory.StrGetTagName = "";
- this.cmbtreevDressCategory.StrKey = null;
- this.cmbtreevDressCategory.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(8, 10);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(77, 17);
- this.labelEx1.TabIndex = 15335;
- this.labelEx1.Text = "* 礼服类别:";
- //
- // btnReset
- //
- this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btnReset.BackColor = System.Drawing.Color.Transparent;
- this.btnReset.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReset.BackImg")));
- this.btnReset.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnReset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnReset.ForeColor = System.Drawing.Color.White;
- this.btnReset.IsCustomBackImg = false;
- this.btnReset.IsShowText = true;
- this.btnReset.Location = new System.Drawing.Point(320, 296);
- this.btnReset.Name = "btnReset";
- this.btnReset.Size = new System.Drawing.Size(85, 28);
- this.btnReset.TabIndex = 2302;
- this.btnReset.Text = " 重 置";
- this.btnReset.UseVisualStyleBackColor = false;
- //
- // btnSaveed
- //
- this.btnSaveed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- 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(423, 296);
- this.btnSaveed.Name = "btnSaveed";
- this.btnSaveed.Size = new System.Drawing.Size(85, 28);
- this.btnSaveed.TabIndex = 2301;
- this.btnSaveed.Text = " 保 存";
- this.btnSaveed.UseVisualStyleBackColor = false;
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- 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(527, 296);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 28);
- this.btnCancel.TabIndex = 2300;
- this.btnCancel.Text = " 取 消";
- this.btnCancel.UseVisualStyleBackColor = false;
- //
- // btnDeleteVicePage
- //
- this.btnDeleteVicePage.BackColor = System.Drawing.Color.Transparent;
- this.btnDeleteVicePage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeleteVicePage.BackImg")));
- this.btnDeleteVicePage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDeleteVicePage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDeleteVicePage.ForeColor = System.Drawing.Color.White;
- this.btnDeleteVicePage.IsCustomBackImg = false;
- this.btnDeleteVicePage.IsShowText = true;
- this.btnDeleteVicePage.Location = new System.Drawing.Point(772, 124);
- this.btnDeleteVicePage.Name = "btnDeleteVicePage";
- this.btnDeleteVicePage.Size = new System.Drawing.Size(55, 23);
- this.btnDeleteVicePage.TabIndex = 2299;
- this.btnDeleteVicePage.Text = " 删除";
- this.btnDeleteVicePage.UseVisualStyleBackColor = false;
- //
- // btnBrowseVicePage
- //
- this.btnBrowseVicePage.BackColor = System.Drawing.Color.Transparent;
- this.btnBrowseVicePage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBrowseVicePage.BackImg")));
- this.btnBrowseVicePage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnBrowseVicePage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnBrowseVicePage.ForeColor = System.Drawing.Color.White;
- this.btnBrowseVicePage.IsCustomBackImg = false;
- this.btnBrowseVicePage.IsShowText = true;
- this.btnBrowseVicePage.Location = new System.Drawing.Point(833, 124);
- this.btnBrowseVicePage.Name = "btnBrowseVicePage";
- this.btnBrowseVicePage.Size = new System.Drawing.Size(55, 23);
- this.btnBrowseVicePage.TabIndex = 2298;
- this.btnBrowseVicePage.Text = " 浏览";
- this.btnBrowseVicePage.UseVisualStyleBackColor = false;
- //
- // btnDeleteCoverPage
- //
- this.btnDeleteCoverPage.BackColor = System.Drawing.Color.Transparent;
- this.btnDeleteCoverPage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeleteCoverPage.BackImg")));
- this.btnDeleteCoverPage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDeleteCoverPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDeleteCoverPage.ForeColor = System.Drawing.Color.White;
- this.btnDeleteCoverPage.IsCustomBackImg = false;
- this.btnDeleteCoverPage.IsShowText = true;
- this.btnDeleteCoverPage.Location = new System.Drawing.Point(99, 124);
- this.btnDeleteCoverPage.Name = "btnDeleteCoverPage";
- this.btnDeleteCoverPage.Size = new System.Drawing.Size(55, 23);
- this.btnDeleteCoverPage.TabIndex = 2297;
- this.btnDeleteCoverPage.Text = " 删除";
- this.btnDeleteCoverPage.UseVisualStyleBackColor = false;
- //
- // btnBrowseCoverPage
- //
- this.btnBrowseCoverPage.BackColor = System.Drawing.Color.Transparent;
- this.btnBrowseCoverPage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBrowseCoverPage.BackImg")));
- this.btnBrowseCoverPage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnBrowseCoverPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnBrowseCoverPage.ForeColor = System.Drawing.Color.White;
- this.btnBrowseCoverPage.IsCustomBackImg = false;
- this.btnBrowseCoverPage.IsShowText = true;
- this.btnBrowseCoverPage.Location = new System.Drawing.Point(160, 124);
- this.btnBrowseCoverPage.Name = "btnBrowseCoverPage";
- this.btnBrowseCoverPage.Size = new System.Drawing.Size(55, 23);
- this.btnBrowseCoverPage.TabIndex = 2296;
- this.btnBrowseCoverPage.Text = " 浏览";
- this.btnBrowseCoverPage.UseVisualStyleBackColor = false;
- //
- // listVicePage
- //
- this.listVicePage.FullRowSelect = true;
- this.listVicePage.IsDefaultShowGroups = false;
- this.listVicePage.Location = new System.Drawing.Point(238, 149);
- this.listVicePage.Name = "listVicePage";
- this.listVicePage.Size = new System.Drawing.Size(650, 140);
- this.listVicePage.TabIndex = 2295;
- this.listVicePage.UseCompatibleStateImageBehavior = false;
- //
- // labelEx14
- //
- this.labelEx14.AutoSize = true;
- this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx14.Location = new System.Drawing.Point(235, 131);
- this.labelEx14.Name = "labelEx14";
- this.labelEx14.Size = new System.Drawing.Size(56, 17);
- this.labelEx14.TabIndex = 18;
- this.labelEx14.Text = "礼服页图";
- //
- // lblCoverPage
- //
- this.lblCoverPage.AutoSize = true;
- this.lblCoverPage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lblCoverPage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lblCoverPage.Location = new System.Drawing.Point(11, 131);
- this.lblCoverPage.Name = "lblCoverPage";
- this.lblCoverPage.Size = new System.Drawing.Size(56, 17);
- this.lblCoverPage.TabIndex = 17;
- this.lblCoverPage.Text = "礼服封面";
- //
- // pictCoverPage
- //
- this.pictCoverPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pictCoverPage.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pictCoverPage.Location = new System.Drawing.Point(15, 149);
- this.pictCoverPage.Name = "pictCoverPage";
- this.pictCoverPage.Size = new System.Drawing.Size(200, 140);
- this.pictCoverPage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictCoverPage.TabIndex = 16;
- this.pictCoverPage.TabStop = false;
- //
- // DressEnteredAddedSmallForm
- //
- 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.Name = "DressEnteredAddedSmallForm";
- 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.panelEx14.ResumeLayout(false);
- this.panelEx14.PerformLayout();
- this.panelDressNumber.ResumeLayout(false);
- this.panelDressNumber.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictCoverPage)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.PanelEx panelEx14;
- protected internal ComponentLibrary.ListViewEx listViewData_Dress;
- protected internal ComponentLibrary.ListViewEx listVicePage;
- private ComponentLibrary.LabelEx labelEx14;
- protected internal ComponentLibrary.ButtonEx btnSaveed;
- protected internal ComponentLibrary.ButtonEx btnCancel;
- protected internal ComponentLibrary.ButtonForm btnDeleteVicePage;
- protected internal ComponentLibrary.ButtonForm btnBrowseVicePage;
- protected internal ComponentLibrary.ButtonForm btnDeleteCoverPage;
- protected internal ComponentLibrary.ButtonForm btnBrowseCoverPage;
- protected internal ComponentLibrary.PictureBoxEx pictCoverPage;
- protected internal ComponentLibrary.LabelEx lblCoverPage;
- protected internal ComponentLibrary.ButtonEx btnReset;
- protected internal ComponentLibrary.TextBoxEx txtRemark;
- private ComponentLibrary.LabelEx labelEx12;
- protected internal ComponentLibrary.TextBoxEx txtDressSize;
- private ComponentLibrary.LabelEx labelEx5;
- protected internal ComponentLibrary.TextBoxEx txtDressBrand;
- private ComponentLibrary.LabelEx labelEx4;
- protected internal ComponentLibrary.CheckBoxEx chkDownRack;
- protected internal ComponentLibrary.CheckBoxEx chkUpperRack;
- private ComponentLibrary.LabelEx labelEx10;
- protected internal ComponentLibrary.DateTimePickerEx dtpDressBuyDate;
- private ComponentLibrary.LabelEx labelEx11;
- protected internal ComponentLibrary.TextBoxEx txtDressQuantity;
- private ComponentLibrary.LabelEx labelEx6;
- protected internal ComponentLibrary.TextBoxEx txtDressRentPrice;
- private ComponentLibrary.LabelEx labelEx8;
- protected internal ComponentLibrary.TextBoxEx txtDressSalePrice;
- private ComponentLibrary.LabelEx labelEx9;
- protected internal ComponentLibrary.TextBoxEx txtDressCostPrice;
- private ComponentLibrary.LabelEx labelEx7;
- protected internal ComponentLibrary.TextBoxEx txtDressName;
- private ComponentLibrary.LabelEx labelEx3;
- protected internal ComponentLibrary.ButtonForm btnRegionSet;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDressPlacedRegion;
- private ComponentLibrary.LabelEx labelEx2;
- protected internal ComponentLibrary.ButtonForm btnCategorySet;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDressCategory;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.TextBoxEx txtDressNumber;
- private ComponentLibrary.LabelEx labelEx13;
- protected internal ComponentLibrary.PanelEx panelDressNumber;
- }
- }
|