123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071 |
- namespace LYFZ.Software.UI.InitialSet
- {
- partial class FrmProductSet
- {
- /// <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(FrmProductSet));
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.listViewData_Product = new LYFZ.ComponentLibrary.ListViewEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmbtreevProdClassQuery = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.chkUpperShelves = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.chkDownShelves = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtProd_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtProd_CostPrice = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtProd_SalesPrice = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtProd_PurchasePrice = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.txtProd_Batch = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtProd_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.btnUnit = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
- this.cmbtreevProdClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtProd_AlarmQuantity = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
- this.picFam_PhotoAlbum = new LYFZ.ComponentLibrary.PictureBoxEx();
- this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
- this.btnUpload = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnPicDelete = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnReset = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtProd_PrintArea = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.cmbtreevProdUnit = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.cmbtreevProdIsEnabled = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.btn_UpdateLoad = new LYFZ.ComponentLibrary.ButtonForm();
- this.btnSupplierSelect = new LYFZ.ComponentLibrary.ButtonForm();
- this.txtProd_Vendor = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx17 = new LYFZ.ComponentLibrary.LabelEx();
- this.cmbtreevProdAvailability = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.txtProd_Height = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
- this.txtProd_Width = new LYFZ.ComponentLibrary.TextBoxBasicEx();
- this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx20 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
- this.rdo_Product = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdo_HalfProduct = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.panelEx3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picFam_PhotoAlbum)).BeginInit();
- this.panelEx1.SuspendLayout();
- this.panelEx4.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- this.plExMainContainer.Size = new System.Drawing.Size(1072, 657);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(1072, 657);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(1013, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(1040, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(986, 0);
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.Black;
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.listViewData_Product);
- this.panelEx2.Controls.Add(this.panelEx3);
- this.panelEx2.Controls.Add(this.ucPagerEx1);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(337, 5);
- this.panelEx2.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Padding = new System.Windows.Forms.Padding(5);
- this.panelEx2.Size = new System.Drawing.Size(730, 647);
- this.panelEx2.TabIndex = 1;
- //
- // listViewData_Product
- //
- this.listViewData_Product.Dock = System.Windows.Forms.DockStyle.Fill;
- this.listViewData_Product.FullRowSelect = true;
- this.listViewData_Product.IsDefaultShowGroups = false;
- this.listViewData_Product.Location = new System.Drawing.Point(5, 40);
- this.listViewData_Product.Name = "listViewData_Product";
- this.listViewData_Product.Size = new System.Drawing.Size(720, 579);
- this.listViewData_Product.TabIndex = 2292;
- this.listViewData_Product.UseCompatibleStateImageBehavior = false;
- //
- // 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.btnQuery);
- this.panelEx3.Controls.Add(this.txtQueryText);
- this.panelEx3.Controls.Add(this.labelEx1);
- this.panelEx3.Controls.Add(this.cmbtreevProdClassQuery);
- this.panelEx3.Controls.Add(this.chkUpperShelves);
- this.panelEx3.Controls.Add(this.chkDownShelves);
- this.panelEx3.Controls.Add(this.labelEx11);
- this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx3.Location = new System.Drawing.Point(5, 5);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(720, 35);
- this.panelEx3.TabIndex = 226;
- //
- // 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(572, 5);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(70, 25);
- this.btnQuery.TabIndex = 2235;
- this.btnQuery.Text = " 查 询";
- this.btnQuery.UseVisualStyleBackColor = false;
- //
- // txtQueryText
- //
- this.txtQueryText.BackColor = System.Drawing.Color.Transparent;
- this.txtQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.txtQueryText.Icon = null;
- this.txtQueryText.IconIsButton = false;
- this.txtQueryText.IsPasswordChat = '\0';
- this.txtQueryText.IsSystemPasswordChar = false;
- this.txtQueryText.Lines = new string[0];
- this.txtQueryText.Location = new System.Drawing.Point(451, 6);
- this.txtQueryText.Margin = new System.Windows.Forms.Padding(0);
- this.txtQueryText.MaxLength = 32767;
- this.txtQueryText.MinimumSize = new System.Drawing.Size(0, 24);
- this.txtQueryText.MouseBack = null;
- this.txtQueryText.Multiline = false;
- this.txtQueryText.Name = "txtQueryText";
- this.txtQueryText.NormlBack = null;
- this.txtQueryText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
- this.txtQueryText.ReadOnly = false;
- this.txtQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.txtQueryText.Size = new System.Drawing.Size(116, 25);
- this.txtQueryText.TabIndex = 2234;
- this.txtQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.txtQueryText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
- this.txtQueryText.WaterText = "";
- this.txtQueryText.WordWrap = true;
- //
- // 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(384, 10);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(68, 17);
- this.labelEx1.TabIndex = 226;
- this.labelEx1.Text = "商品名称:";
- //
- // cmbtreevProdClassQuery
- //
- this.cmbtreevProdClassQuery.AfterSelectLevelFirstNode = true;
- this.cmbtreevProdClassQuery.DropDownHeight = 220;
- this.cmbtreevProdClassQuery.DropDownShow = false;
- this.cmbtreevProdClassQuery.FormattingEnabled = true;
- this.cmbtreevProdClassQuery.IntegralHeight = false;
- this.cmbtreevProdClassQuery.IsNodeMouseClick = true;
- this.cmbtreevProdClassQuery.IsSelectParentNode = true;
- this.cmbtreevProdClassQuery.Location = new System.Drawing.Point(215, 9);
- this.cmbtreevProdClassQuery.Name = "cmbtreevProdClassQuery";
- this.cmbtreevProdClassQuery.ReadOnly = true;
- this.cmbtreevProdClassQuery.SelectedNode = null;
- this.cmbtreevProdClassQuery.Size = new System.Drawing.Size(154, 20);
- this.cmbtreevProdClassQuery.StrGetName = "";
- this.cmbtreevProdClassQuery.StrGetTagName = "";
- this.cmbtreevProdClassQuery.StrKey = null;
- this.cmbtreevProdClassQuery.TabIndex = 190;
- //
- // chkUpperShelves
- //
- this.chkUpperShelves.AutoSize = true;
- this.chkUpperShelves.BackColor = System.Drawing.Color.Transparent;
- this.chkUpperShelves.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkUpperShelves.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkUpperShelves.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkUpperShelves.Fourstates = false;
- this.chkUpperShelves.IsGreenTick = false;
- this.chkUpperShelves.Location = new System.Drawing.Point(8, 8);
- this.chkUpperShelves.Name = "chkUpperShelves";
- this.chkUpperShelves.Size = new System.Drawing.Size(51, 21);
- this.chkUpperShelves.TabIndex = 224;
- this.chkUpperShelves.Text = "上架";
- this.chkUpperShelves.UseVisualStyleBackColor = false;
- //
- // chkDownShelves
- //
- this.chkDownShelves.AutoSize = true;
- this.chkDownShelves.BackColor = System.Drawing.Color.Transparent;
- this.chkDownShelves.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.chkDownShelves.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.chkDownShelves.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.chkDownShelves.Fourstates = false;
- this.chkDownShelves.IsGreenTick = false;
- this.chkDownShelves.Location = new System.Drawing.Point(66, 8);
- this.chkDownShelves.Name = "chkDownShelves";
- this.chkDownShelves.Size = new System.Drawing.Size(51, 21);
- this.chkDownShelves.TabIndex = 225;
- this.chkDownShelves.Text = "下架";
- this.chkDownShelves.UseVisualStyleBackColor = false;
- //
- // labelEx11
- //
- this.labelEx11.AutoSize = true;
- this.labelEx11.BackColor = System.Drawing.Color.Transparent;
- 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(126, 10);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(92, 17);
- this.labelEx11.TabIndex = 67;
- this.labelEx11.Text = "商品类别名称:";
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(5, 619);
- this.ucPagerEx1.Name = "ucPagerEx1";
- this.ucPagerEx1.NMax = 0;
- this.ucPagerEx1.PageCount = 0;
- this.ucPagerEx1.PageCurrent = 1;
- this.ucPagerEx1.PageSize = 20;
- this.ucPagerEx1.Size = new System.Drawing.Size(720, 23);
- this.ucPagerEx1.TabIndex = 223;
- this.ucPagerEx1.TbDataSource = null;
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- //
- // 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(11, 15);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(73, 17);
- this.labelEx2.TabIndex = 192;
- this.labelEx2.Text = "*商品类别:";
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
- this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.IsCustomBackImg = false;
- this.btnSave.IsShowText = true;
- this.btnSave.Location = new System.Drawing.Point(91, 611);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(70, 28);
- this.btnSave.TabIndex = 193;
- this.btnSave.Text = " 保 存";
- this.btnSave.UseVisualStyleBackColor = false;
- //
- // btnDelete
- //
- this.btnDelete.BackColor = System.Drawing.Color.Transparent;
- this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
- this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnDelete.ForeColor = System.Drawing.Color.White;
- this.btnDelete.IsCustomBackImg = false;
- this.btnDelete.IsShowText = true;
- this.btnDelete.Location = new System.Drawing.Point(167, 611);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(70, 28);
- this.btnDelete.TabIndex = 195;
- this.btnDelete.Text = " 删 除";
- this.btnDelete.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(11, 45);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(73, 17);
- this.labelEx3.TabIndex = 198;
- this.labelEx3.Text = "*商品名称:";
- //
- // txtProd_Name
- //
- this.txtProd_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtProd_Name.EmptyTextTip = null;
- this.txtProd_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtProd_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtProd_Name.Location = new System.Drawing.Point(79, 42);
- this.txtProd_Name.MaxLength = 90;
- this.txtProd_Name.Name = "txtProd_Name";
- this.txtProd_Name.Size = new System.Drawing.Size(160, 23);
- this.txtProd_Name.TabIndex = 2;
- //
- // 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(16, 76);
- this.labelEx4.Name = "labelEx4";
- this.labelEx4.Size = new System.Drawing.Size(68, 17);
- this.labelEx4.TabIndex = 200;
- this.labelEx4.Text = "商品单位:";
- //
- // 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(11, 144);
- this.labelEx5.Name = "labelEx5";
- this.labelEx5.Size = new System.Drawing.Size(73, 17);
- this.labelEx5.TabIndex = 201;
- this.labelEx5.Text = "*进货价格:";
- //
- // txtProd_CostPrice
- //
- this.txtProd_CostPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtProd_CostPrice.EmptyTextTip = null;
- this.txtProd_CostPrice.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtProd_CostPrice.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtProd_CostPrice.Location = new System.Drawing.Point(79, 141);
- this.txtProd_CostPrice.Name = "txtProd_CostPrice";
- this.txtProd_CostPrice.Size = new System.Drawing.Size(80, 23);
- this.txtProd_CostPrice.TabIndex = 5;
- //
- // 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(167, 144);
- this.labelEx6.Name = "labelEx6";
- this.labelEx6.Size = new System.Drawing.Size(73, 17);
- this.labelEx6.TabIndex = 203;
- this.labelEx6.Text = "*商品卖价:";
- //
- // txtProd_SalesPrice
- //
- this.txtProd_SalesPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtProd_SalesPrice.EmptyTextTip = null;
- this.txtProd_SalesPrice.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtProd_SalesPrice.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtProd_SalesPrice.Location = new System.Drawing.Point(235, 141);
- this.txtProd_SalesPrice.Name = "txtProd_SalesPrice";
- this.txtProd_SalesPrice.Size = new System.Drawing.Size(80, 23);
- this.txtProd_SalesPrice.TabIndex = 6;
- //
- // 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(16, 177);
- this.labelEx7.Name = "labelEx7";
- this.labelEx7.Size = new System.Drawing.Size(68, 17);
- this.labelEx7.TabIndex = 205;
- this.labelEx7.Text = "制作费用:";
- //
- // txtProd_PurchasePrice
- //
- this.txtProd_PurchasePrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtProd_PurchasePrice.EmptyTextTip = null;
- this.txtProd_PurchasePrice.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtProd_PurchasePrice.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtProd_PurchasePrice.Location = new System.Drawing.Point(79, 174);
- this.txtProd_PurchasePrice.Name = "txtProd_PurchasePrice";
- this.txtProd_PurchasePrice.Size = new System.Drawing.Size(80, 23);
- this.txtProd_PurchasePrice.TabIndex = 7;
- //
- // 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(11, 209);
- this.labelEx8.Name = "labelEx8";
- this.labelEx8.Size = new System.Drawing.Size(73, 17);
- this.labelEx8.TabIndex = 207;
- this.labelEx8.Text = "*商品状态:";
- //
- // 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(40, 338);
- this.labelEx9.Name = "labelEx9";
- this.labelEx9.Size = new System.Drawing.Size(44, 17);
- this.labelEx9.TabIndex = 208;
- this.labelEx9.Text = "备注:";
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(243, 611);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(70, 28);
- this.btnClose.TabIndex = 194;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // txtProd_Batch
- //
- this.txtProd_Batch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtProd_Batch.EmptyTextTip = null;
- this.txtProd_Batch.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtProd_Batch.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtProd_Batch.Location = new System.Drawing.Point(243, 42);
- this.txtProd_Batch.Name = "txtProd_Batch";
- this.txtProd_Batch.Size = new System.Drawing.Size(55, 23);
- this.txtProd_Batch.TabIndex = 3;
- //
- // labelEx10
- //
- this.labelEx10.AutoSize = true;
- this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx10.Location = new System.Drawing.Point(301, 43);
- this.labelEx10.Name = "labelEx10";
- this.labelEx10.Size = new System.Drawing.Size(18, 20);
- this.labelEx10.TabIndex = 212;
- this.labelEx10.Text = "P";
- //
- // txtProd_Remark
- //
- this.txtProd_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtProd_Remark.EmptyTextTip = null;
- this.txtProd_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtProd_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtProd_Remark.Location = new System.Drawing.Point(79, 340);
- this.txtProd_Remark.Multiline = true;
- this.txtProd_Remark.Name = "txtProd_Remark";
- this.txtProd_Remark.Size = new System.Drawing.Size(236, 56);
- this.txtProd_Remark.TabIndex = 12;
- //
- // btnUnit
- //
- this.btnUnit.BackColor = System.Drawing.Color.Transparent;
- this.btnUnit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUnit.BackImg")));
- this.btnUnit.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnUnit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnUnit.ForeColor = System.Drawing.Color.White;
- this.btnUnit.IsCustomBackImg = false;
- this.btnUnit.IsShowText = true;
- this.btnUnit.Location = new System.Drawing.Point(268, 73);
- this.btnUnit.Name = "btnUnit";
- this.btnUnit.Size = new System.Drawing.Size(47, 25);
- this.btnUnit.TabIndex = 215;
- this.btnUnit.Text = " 设置";
- this.btnUnit.UseVisualStyleBackColor = false;
- //
- // btnSet
- //
- this.btnSet.BackColor = System.Drawing.Color.Transparent;
- this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
- this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSet.ForeColor = System.Drawing.Color.White;
- this.btnSet.IsCustomBackImg = false;
- this.btnSet.IsShowText = true;
- this.btnSet.Location = new System.Drawing.Point(268, 12);
- this.btnSet.Name = "btnSet";
- this.btnSet.Size = new System.Drawing.Size(47, 25);
- this.btnSet.TabIndex = 216;
- this.btnSet.Text = " 设置";
- this.btnSet.UseVisualStyleBackColor = false;
- //
- // cmbtreevProdClass
- //
- this.cmbtreevProdClass.AfterSelectLevelFirstNode = true;
- this.cmbtreevProdClass.DropDownHeight = 220;
- this.cmbtreevProdClass.DropDownShow = false;
- this.cmbtreevProdClass.FormattingEnabled = true;
- this.cmbtreevProdClass.IntegralHeight = false;
- this.cmbtreevProdClass.IsNodeMouseClick = true;
- this.cmbtreevProdClass.IsSelectParentNode = false;
- this.cmbtreevProdClass.Location = new System.Drawing.Point(79, 14);
- this.cmbtreevProdClass.Name = "cmbtreevProdClass";
- this.cmbtreevProdClass.ReadOnly = true;
- this.cmbtreevProdClass.SelectedNode = null;
- this.cmbtreevProdClass.Size = new System.Drawing.Size(182, 20);
- this.cmbtreevProdClass.StrGetName = "";
- this.cmbtreevProdClass.StrGetTagName = "";
- this.cmbtreevProdClass.StrKey = null;
- this.cmbtreevProdClass.TabIndex = 0;
- //
- // 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(167, 177);
- this.labelEx12.Name = "labelEx12";
- this.labelEx12.Size = new System.Drawing.Size(73, 17);
- this.labelEx12.TabIndex = 218;
- this.labelEx12.Text = "*报警数量:";
- //
- // txtProd_AlarmQuantity
- //
- this.txtProd_AlarmQuantity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtProd_AlarmQuantity.EmptyTextTip = null;
- this.txtProd_AlarmQuantity.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtProd_AlarmQuantity.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtProd_AlarmQuantity.Location = new System.Drawing.Point(235, 174);
- this.txtProd_AlarmQuantity.Name = "txtProd_AlarmQuantity";
- this.txtProd_AlarmQuantity.Size = new System.Drawing.Size(80, 23);
- this.txtProd_AlarmQuantity.TabIndex = 8;
- this.txtProd_AlarmQuantity.Text = "0";
- //
- // 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(167, 209);
- this.labelEx13.Name = "labelEx13";
- this.labelEx13.Size = new System.Drawing.Size(73, 17);
- this.labelEx13.TabIndex = 220;
- this.labelEx13.Text = "*库存状态:";
- //
- // labelEx14
- //
- this.labelEx14.AutoSize = true;
- this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx14.Location = new System.Drawing.Point(13, 409);
- this.labelEx14.Name = "labelEx14";
- this.labelEx14.Size = new System.Drawing.Size(61, 19);
- this.labelEx14.TabIndex = 221;
- this.labelEx14.Text = "商品图片";
- //
- // picFam_PhotoAlbum
- //
- this.picFam_PhotoAlbum.BackColor = System.Drawing.Color.Silver;
- this.picFam_PhotoAlbum.Cursor = System.Windows.Forms.Cursors.Hand;
- this.picFam_PhotoAlbum.Location = new System.Drawing.Point(17, 438);
- this.picFam_PhotoAlbum.Name = "picFam_PhotoAlbum";
- this.picFam_PhotoAlbum.Size = new System.Drawing.Size(297, 163);
- this.picFam_PhotoAlbum.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.picFam_PhotoAlbum.TabIndex = 224;
- this.picFam_PhotoAlbum.TabStop = false;
- //
- // labelEx16
- //
- this.labelEx16.AutoSize = true;
- this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx16.Location = new System.Drawing.Point(256, 272);
- this.labelEx16.Name = "labelEx16";
- this.labelEx16.Size = new System.Drawing.Size(63, 20);
- this.labelEx16.TabIndex = 227;
- this.labelEx16.Text = "(m2) / P";
- //
- // btnUpload
- //
- this.btnUpload.BackColor = System.Drawing.Color.Transparent;
- this.btnUpload.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpload.BackImg")));
- this.btnUpload.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnUpload.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnUpload.ForeColor = System.Drawing.Color.White;
- this.btnUpload.IsCustomBackImg = false;
- this.btnUpload.IsShowText = true;
- this.btnUpload.Location = new System.Drawing.Point(105, 407);
- this.btnUpload.Name = "btnUpload";
- this.btnUpload.Size = new System.Drawing.Size(65, 25);
- this.btnUpload.TabIndex = 228;
- this.btnUpload.Text = " 浏 览";
- this.btnUpload.UseVisualStyleBackColor = false;
- //
- // btnPicDelete
- //
- this.btnPicDelete.BackColor = System.Drawing.Color.Transparent;
- this.btnPicDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPicDelete.BackImg")));
- this.btnPicDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnPicDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnPicDelete.ForeColor = System.Drawing.Color.White;
- this.btnPicDelete.IsCustomBackImg = false;
- this.btnPicDelete.IsShowText = true;
- this.btnPicDelete.Location = new System.Drawing.Point(176, 407);
- this.btnPicDelete.Name = "btnPicDelete";
- this.btnPicDelete.Size = new System.Drawing.Size(65, 25);
- this.btnPicDelete.TabIndex = 229;
- this.btnPicDelete.Text = " 删 除";
- this.btnPicDelete.UseVisualStyleBackColor = false;
- //
- // btnReset
- //
- 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(15, 611);
- this.btnReset.Name = "btnReset";
- this.btnReset.Size = new System.Drawing.Size(70, 28);
- this.btnReset.TabIndex = 230;
- this.btnReset.Text = " 重 置";
- this.btnReset.UseVisualStyleBackColor = false;
- //
- // labelEx15
- //
- this.labelEx15.AutoSize = true;
- this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx15.Location = new System.Drawing.Point(16, 274);
- this.labelEx15.Name = "labelEx15";
- this.labelEx15.Size = new System.Drawing.Size(68, 17);
- this.labelEx15.TabIndex = 226;
- this.labelEx15.Text = "冲印面积:";
- //
- // txtProd_PrintArea
- //
- this.txtProd_PrintArea.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtProd_PrintArea.EmptyTextTip = null;
- this.txtProd_PrintArea.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtProd_PrintArea.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtProd_PrintArea.Location = new System.Drawing.Point(79, 271);
- this.txtProd_PrintArea.Name = "txtProd_PrintArea";
- this.txtProd_PrintArea.Size = new System.Drawing.Size(175, 23);
- this.txtProd_PrintArea.TabIndex = 11;
- this.txtProd_PrintArea.Text = "0";
- //
- // cmbtreevProdUnit
- //
- this.cmbtreevProdUnit.AfterSelectLevelFirstNode = true;
- this.cmbtreevProdUnit.DropDownHeight = 220;
- this.cmbtreevProdUnit.DropDownShow = false;
- this.cmbtreevProdUnit.FormattingEnabled = true;
- this.cmbtreevProdUnit.IntegralHeight = false;
- this.cmbtreevProdUnit.IsNodeMouseClick = true;
- this.cmbtreevProdUnit.IsSelectParentNode = false;
- this.cmbtreevProdUnit.Location = new System.Drawing.Point(79, 75);
- this.cmbtreevProdUnit.Name = "cmbtreevProdUnit";
- this.cmbtreevProdUnit.ReadOnly = true;
- this.cmbtreevProdUnit.SelectedNode = null;
- this.cmbtreevProdUnit.Size = new System.Drawing.Size(182, 20);
- this.cmbtreevProdUnit.StrGetName = "";
- this.cmbtreevProdUnit.StrGetTagName = "";
- this.cmbtreevProdUnit.StrKey = null;
- this.cmbtreevProdUnit.TabIndex = 231;
- //
- // cmbtreevProdIsEnabled
- //
- this.cmbtreevProdIsEnabled.AfterSelectLevelFirstNode = true;
- this.cmbtreevProdIsEnabled.DropDownHeight = 220;
- this.cmbtreevProdIsEnabled.DropDownShow = false;
- this.cmbtreevProdIsEnabled.FormattingEnabled = true;
- this.cmbtreevProdIsEnabled.IntegralHeight = false;
- this.cmbtreevProdIsEnabled.IsNodeMouseClick = true;
- this.cmbtreevProdIsEnabled.IsSelectParentNode = false;
- this.cmbtreevProdIsEnabled.Location = new System.Drawing.Point(79, 208);
- this.cmbtreevProdIsEnabled.Name = "cmbtreevProdIsEnabled";
- this.cmbtreevProdIsEnabled.ReadOnly = true;
- this.cmbtreevProdIsEnabled.SelectedNode = null;
- this.cmbtreevProdIsEnabled.Size = new System.Drawing.Size(80, 20);
- this.cmbtreevProdIsEnabled.StrGetName = "";
- this.cmbtreevProdIsEnabled.StrGetTagName = "";
- this.cmbtreevProdIsEnabled.StrKey = null;
- this.cmbtreevProdIsEnabled.TabIndex = 232;
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.Black;
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.panelEx4);
- this.panelEx1.Controls.Add(this.btn_UpdateLoad);
- this.panelEx1.Controls.Add(this.btnSupplierSelect);
- this.panelEx1.Controls.Add(this.txtProd_Vendor);
- this.panelEx1.Controls.Add(this.labelEx17);
- this.panelEx1.Controls.Add(this.cmbtreevProdAvailability);
- this.panelEx1.Controls.Add(this.cmbtreevProdIsEnabled);
- this.panelEx1.Controls.Add(this.cmbtreevProdUnit);
- this.panelEx1.Controls.Add(this.txtProd_PrintArea);
- this.panelEx1.Controls.Add(this.labelEx15);
- this.panelEx1.Controls.Add(this.btnReset);
- this.panelEx1.Controls.Add(this.btnPicDelete);
- this.panelEx1.Controls.Add(this.btnUpload);
- this.panelEx1.Controls.Add(this.labelEx16);
- this.panelEx1.Controls.Add(this.picFam_PhotoAlbum);
- this.panelEx1.Controls.Add(this.labelEx14);
- this.panelEx1.Controls.Add(this.labelEx13);
- this.panelEx1.Controls.Add(this.txtProd_AlarmQuantity);
- this.panelEx1.Controls.Add(this.labelEx12);
- this.panelEx1.Controls.Add(this.cmbtreevProdClass);
- this.panelEx1.Controls.Add(this.btnSet);
- this.panelEx1.Controls.Add(this.btnUnit);
- this.panelEx1.Controls.Add(this.txtProd_Remark);
- this.panelEx1.Controls.Add(this.labelEx10);
- this.panelEx1.Controls.Add(this.txtProd_Batch);
- this.panelEx1.Controls.Add(this.btnClose);
- this.panelEx1.Controls.Add(this.labelEx20);
- this.panelEx1.Controls.Add(this.labelEx9);
- this.panelEx1.Controls.Add(this.labelEx8);
- this.panelEx1.Controls.Add(this.txtProd_PurchasePrice);
- this.panelEx1.Controls.Add(this.labelEx7);
- this.panelEx1.Controls.Add(this.txtProd_Height);
- this.panelEx1.Controls.Add(this.txtProd_SalesPrice);
- this.panelEx1.Controls.Add(this.labelEx19);
- this.panelEx1.Controls.Add(this.txtProd_Width);
- this.panelEx1.Controls.Add(this.labelEx6);
- this.panelEx1.Controls.Add(this.labelEx18);
- this.panelEx1.Controls.Add(this.txtProd_CostPrice);
- this.panelEx1.Controls.Add(this.labelEx5);
- this.panelEx1.Controls.Add(this.labelEx4);
- this.panelEx1.Controls.Add(this.txtProd_Name);
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.btnDelete);
- this.panelEx1.Controls.Add(this.btnSave);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
- this.panelEx1.Location = new System.Drawing.Point(5, 5);
- this.panelEx1.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(332, 647);
- this.panelEx1.TabIndex = 0;
- //
- // btn_UpdateLoad
- //
- this.btn_UpdateLoad.BackColor = System.Drawing.Color.Transparent;
- this.btn_UpdateLoad.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_UpdateLoad.BackImg")));
- this.btn_UpdateLoad.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_UpdateLoad.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_UpdateLoad.ForeColor = System.Drawing.Color.White;
- this.btn_UpdateLoad.IsCustomBackImg = false;
- this.btn_UpdateLoad.IsShowText = true;
- this.btn_UpdateLoad.Location = new System.Drawing.Point(247, 407);
- this.btn_UpdateLoad.Name = "btn_UpdateLoad";
- this.btn_UpdateLoad.Size = new System.Drawing.Size(65, 25);
- this.btn_UpdateLoad.TabIndex = 237;
- this.btn_UpdateLoad.Text = " 上 传";
- this.btn_UpdateLoad.UseVisualStyleBackColor = false;
- //
- // btnSupplierSelect
- //
- this.btnSupplierSelect.BackColor = System.Drawing.Color.Transparent;
- this.btnSupplierSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSupplierSelect.BackImg")));
- this.btnSupplierSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnSupplierSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnSupplierSelect.ForeColor = System.Drawing.Color.White;
- this.btnSupplierSelect.IsCustomBackImg = false;
- this.btnSupplierSelect.IsShowText = true;
- this.btnSupplierSelect.Location = new System.Drawing.Point(268, 236);
- this.btnSupplierSelect.Name = "btnSupplierSelect";
- this.btnSupplierSelect.Size = new System.Drawing.Size(47, 25);
- this.btnSupplierSelect.TabIndex = 236;
- this.btnSupplierSelect.Text = " 选择";
- this.btnSupplierSelect.UseVisualStyleBackColor = false;
- //
- // txtProd_Vendor
- //
- this.txtProd_Vendor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtProd_Vendor.EmptyTextTip = null;
- this.txtProd_Vendor.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtProd_Vendor.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtProd_Vendor.Location = new System.Drawing.Point(79, 237);
- this.txtProd_Vendor.Name = "txtProd_Vendor";
- this.txtProd_Vendor.ReadOnly = true;
- this.txtProd_Vendor.Size = new System.Drawing.Size(182, 23);
- this.txtProd_Vendor.TabIndex = 235;
- //
- // labelEx17
- //
- this.labelEx17.AutoSize = true;
- this.labelEx17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx17.Location = new System.Drawing.Point(28, 240);
- this.labelEx17.Name = "labelEx17";
- this.labelEx17.Size = new System.Drawing.Size(56, 17);
- this.labelEx17.TabIndex = 234;
- this.labelEx17.Text = "供应商:";
- //
- // cmbtreevProdAvailability
- //
- this.cmbtreevProdAvailability.AfterSelectLevelFirstNode = true;
- this.cmbtreevProdAvailability.DropDownHeight = 220;
- this.cmbtreevProdAvailability.DropDownShow = false;
- this.cmbtreevProdAvailability.FormattingEnabled = true;
- this.cmbtreevProdAvailability.IntegralHeight = false;
- this.cmbtreevProdAvailability.IsNodeMouseClick = true;
- this.cmbtreevProdAvailability.IsSelectParentNode = false;
- this.cmbtreevProdAvailability.Location = new System.Drawing.Point(235, 208);
- this.cmbtreevProdAvailability.Name = "cmbtreevProdAvailability";
- this.cmbtreevProdAvailability.ReadOnly = true;
- this.cmbtreevProdAvailability.SelectedNode = null;
- this.cmbtreevProdAvailability.Size = new System.Drawing.Size(80, 20);
- this.cmbtreevProdAvailability.StrGetName = "";
- this.cmbtreevProdAvailability.StrGetTagName = "";
- this.cmbtreevProdAvailability.StrKey = null;
- this.cmbtreevProdAvailability.TabIndex = 233;
- //
- // txtProd_Height
- //
- this.txtProd_Height.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtProd_Height.EmptyTextTip = null;
- this.txtProd_Height.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtProd_Height.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtProd_Height.Location = new System.Drawing.Point(235, 108);
- this.txtProd_Height.Name = "txtProd_Height";
- this.txtProd_Height.Size = new System.Drawing.Size(80, 23);
- this.txtProd_Height.TabIndex = 6;
- this.txtProd_Height.Text = "0";
- //
- // labelEx19
- //
- this.labelEx19.AutoSize = true;
- this.labelEx19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx19.Location = new System.Drawing.Point(159, 110);
- this.labelEx19.Name = "labelEx19";
- this.labelEx19.Size = new System.Drawing.Size(81, 17);
- this.labelEx19.TabIndex = 203;
- this.labelEx19.Text = "商品高(cm):";
- //
- // txtProd_Width
- //
- this.txtProd_Width.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtProd_Width.EmptyTextTip = null;
- this.txtProd_Width.EmptyTextTipColor = System.Drawing.Color.DarkGray;
- this.txtProd_Width.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.txtProd_Width.Location = new System.Drawing.Point(78, 108);
- this.txtProd_Width.Name = "txtProd_Width";
- this.txtProd_Width.Size = new System.Drawing.Size(80, 23);
- this.txtProd_Width.TabIndex = 5;
- this.txtProd_Width.Text = "0";
- //
- // labelEx18
- //
- this.labelEx18.AutoSize = true;
- this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx18.Location = new System.Drawing.Point(3, 111);
- this.labelEx18.Name = "labelEx18";
- this.labelEx18.Size = new System.Drawing.Size(81, 17);
- this.labelEx18.TabIndex = 201;
- this.labelEx18.Text = "商品宽(cm):";
- //
- // labelEx20
- //
- this.labelEx20.AutoSize = true;
- this.labelEx20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx20.Location = new System.Drawing.Point(15, 306);
- this.labelEx20.Name = "labelEx20";
- this.labelEx20.Size = new System.Drawing.Size(68, 17);
- this.labelEx20.TabIndex = 208;
- this.labelEx20.Text = "商品状况:";
- //
- // panelEx4
- //
- this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx4.BorderWidth = 1;
- this.panelEx4.Controls.Add(this.rdo_HalfProduct);
- this.panelEx4.Controls.Add(this.rdo_Product);
- this.panelEx4.Location = new System.Drawing.Point(79, 305);
- this.panelEx4.Name = "panelEx4";
- this.panelEx4.Size = new System.Drawing.Size(236, 25);
- this.panelEx4.TabIndex = 238;
- //
- // rdo_Product
- //
- this.rdo_Product.AutoSize = true;
- this.rdo_Product.BackColor = System.Drawing.Color.Transparent;
- this.rdo_Product.Checked = true;
- this.rdo_Product.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdo_Product.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdo_Product.Location = new System.Drawing.Point(3, 2);
- this.rdo_Product.Name = "rdo_Product";
- this.rdo_Product.Size = new System.Drawing.Size(50, 21);
- this.rdo_Product.TabIndex = 0;
- this.rdo_Product.TabStop = true;
- this.rdo_Product.Text = "成品";
- this.rdo_Product.UseVisualStyleBackColor = false;
- //
- // rdo_HalfProduct
- //
- this.rdo_HalfProduct.AutoSize = true;
- this.rdo_HalfProduct.BackColor = System.Drawing.Color.Transparent;
- this.rdo_HalfProduct.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.rdo_HalfProduct.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdo_HalfProduct.Location = new System.Drawing.Point(73, 2);
- this.rdo_HalfProduct.Name = "rdo_HalfProduct";
- this.rdo_HalfProduct.Size = new System.Drawing.Size(62, 21);
- this.rdo_HalfProduct.TabIndex = 0;
- this.rdo_HalfProduct.Text = "半成品";
- this.rdo_HalfProduct.UseVisualStyleBackColor = false;
- //
- // FrmProductSet
- //
- 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(1072, 722);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.Name = "FrmProductSet";
- this.Text = "商品设置";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx3.ResumeLayout(false);
- this.panelEx3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picFam_PhotoAlbum)).EndInit();
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- this.panelEx4.ResumeLayout(false);
- this.panelEx4.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- private ComponentLibrary.LabelEx labelEx11;
- protected UCPager.ucPagerEx ucPagerEx1;
- protected System.Windows.Forms.OpenFileDialog openFileDialog1;
- protected internal ComponentLibrary.CheckBoxEx chkDownShelves;
- protected internal ComponentLibrary.CheckBoxEx chkUpperShelves;
- private ComponentLibrary.PanelEx panelEx3;
- protected internal ComponentLibrary.ListViewEx listViewData_Product;
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevProdAvailability;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevProdIsEnabled;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevProdUnit;
- protected ComponentLibrary.TextBoxBasicEx txtProd_PrintArea;
- private ComponentLibrary.LabelEx labelEx15;
- protected ComponentLibrary.ButtonEx btnReset;
- protected ComponentLibrary.ButtonForm btnPicDelete;
- protected ComponentLibrary.ButtonForm btnUpload;
- private ComponentLibrary.LabelEx labelEx16;
- protected ComponentLibrary.PictureBoxEx picFam_PhotoAlbum;
- private ComponentLibrary.LabelEx labelEx14;
- private ComponentLibrary.LabelEx labelEx13;
- protected ComponentLibrary.TextBoxBasicEx txtProd_AlarmQuantity;
- private ComponentLibrary.LabelEx labelEx12;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevProdClass;
- protected ComponentLibrary.ButtonForm btnSet;
- protected ComponentLibrary.ButtonForm btnUnit;
- protected ComponentLibrary.TextBoxBasicEx txtProd_Remark;
- private ComponentLibrary.LabelEx labelEx10;
- protected ComponentLibrary.TextBoxBasicEx txtProd_Batch;
- protected ComponentLibrary.ButtonEx btnClose;
- private ComponentLibrary.LabelEx labelEx9;
- private ComponentLibrary.LabelEx labelEx8;
- protected ComponentLibrary.TextBoxBasicEx txtProd_PurchasePrice;
- private ComponentLibrary.LabelEx labelEx7;
- protected ComponentLibrary.TextBoxBasicEx txtProd_SalesPrice;
- private ComponentLibrary.LabelEx labelEx6;
- protected ComponentLibrary.TextBoxBasicEx txtProd_CostPrice;
- private ComponentLibrary.LabelEx labelEx5;
- private ComponentLibrary.LabelEx labelEx4;
- protected ComponentLibrary.TextBoxBasicEx txtProd_Name;
- private ComponentLibrary.LabelEx labelEx3;
- protected ComponentLibrary.ButtonEx btnDelete;
- protected ComponentLibrary.ButtonEx btnSave;
- private ComponentLibrary.LabelEx labelEx2;
- protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevProdClassQuery;
- private ComponentLibrary.LabelEx labelEx1;
- protected internal ComponentLibrary.ButtonEx btnQuery;
- protected internal ComponentLibrary.TextBoxEx txtQueryText;
- private ComponentLibrary.LabelEx labelEx17;
- protected internal ComponentLibrary.TextBoxBasicEx txtProd_Vendor;
- protected internal ComponentLibrary.ButtonForm btnSupplierSelect;
- protected ComponentLibrary.TextBoxBasicEx txtProd_Height;
- private ComponentLibrary.LabelEx labelEx19;
- protected ComponentLibrary.TextBoxBasicEx txtProd_Width;
- private ComponentLibrary.LabelEx labelEx18;
- protected ComponentLibrary.ButtonForm btn_UpdateLoad;
- private ComponentLibrary.LabelEx labelEx20;
- private ComponentLibrary.PanelEx panelEx4;
- protected ComponentLibrary.RadioButtonEx rdo_Product;
- protected ComponentLibrary.RadioButtonEx rdo_HalfProduct;
- }
- }
|