123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405 |
- namespace LYFZ.Software.UI.InventoryManagement.Receipt
- {
- partial class FrmWarehousing
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmWarehousing));
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
- this.cmbFactory = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.CtvSelect = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
- this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
- this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
- this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Ir_ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Prod_Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Prod_AlarmQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Prod_PreSaleQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pis_PurchasePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pis_PurchaseVendor = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pis_PurchaseQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pis_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pis_ProductCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Pis_ProductNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.contextMenuStripEx1 = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
- this.选择商品厂商ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnWarehousing = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
- this.contextMenuStripEx1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.panelEx2);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.ucPagerEx1);
- this.panelEx2.Controls.Add(this.cmbFactory);
- this.panelEx2.Controls.Add(this.CtvSelect);
- this.panelEx2.Controls.Add(this.labelEx11);
- this.panelEx2.Controls.Add(this.panelEx3);
- this.panelEx2.Controls.Add(this.dgv1);
- this.panelEx2.Controls.Add(this.btnClose);
- this.panelEx2.Controls.Add(this.btnWarehousing);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelEx2.Location = new System.Drawing.Point(10, 10);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(890, 525);
- this.panelEx2.TabIndex = 199;
- //
- // ucPagerEx1
- //
- this.ucPagerEx1.CurrentPageCount = 0;
- this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucPagerEx1.Location = new System.Drawing.Point(0, 499);
- 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(888, 24);
- this.ucPagerEx1.TabIndex = 238;
- this.ucPagerEx1.TbDataSource = null;
- //
- // cmbFactory
- //
- this.cmbFactory.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cmbFactory.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cmbFactory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cmbFactory.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cmbFactory.FormattingEnabled = true;
- this.cmbFactory.IsCustomColor = false;
- this.cmbFactory.Location = new System.Drawing.Point(442, 83);
- this.cmbFactory.Name = "cmbFactory";
- this.cmbFactory.ReadOnly = true;
- this.cmbFactory.Size = new System.Drawing.Size(157, 22);
- this.cmbFactory.TabIndex = 237;
- this.cmbFactory.Visible = false;
- //
- // CtvSelect
- //
- this.CtvSelect.AfterSelectLevelFirstNode = true;
- this.CtvSelect.DropDownHeight = 220;
- this.CtvSelect.DropDownShow = false;
- this.CtvSelect.FormattingEnabled = true;
- this.CtvSelect.IntegralHeight = false;
- this.CtvSelect.IsNodeMouseClick = true;
- this.CtvSelect.IsSelectParentNode = false;
- this.CtvSelect.Location = new System.Drawing.Point(82, 11);
- this.CtvSelect.Name = "CtvSelect";
- this.CtvSelect.ReadOnly = true;
- this.CtvSelect.SelectedNode = null;
- this.CtvSelect.Size = new System.Drawing.Size(164, 20);
- this.CtvSelect.StrGetName = "";
- this.CtvSelect.StrKey = null;
- this.CtvSelect.TabIndex = 236;
- //
- // 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)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
- this.labelEx11.Location = new System.Drawing.Point(19, 13);
- this.labelEx11.Name = "labelEx11";
- this.labelEx11.Size = new System.Drawing.Size(68, 17);
- this.labelEx11.TabIndex = 235;
- this.labelEx11.Text = "商品查询:";
- //
- // panelEx3
- //
- this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx3.BorderWidth = 1;
- this.panelEx3.Location = new System.Drawing.Point(0, 40);
- this.panelEx3.Name = "panelEx3";
- this.panelEx3.Size = new System.Drawing.Size(890, 1);
- this.panelEx3.TabIndex = 232;
- //
- // dgv1
- //
- this.dgv1.AllowUserToAddRows = false;
- this.dgv1.AllowUserToDeleteRows = false;
- this.dgv1.AllowUserToOrderColumns = true;
- this.dgv1.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgv1.BackgroundColor = System.Drawing.Color.White;
- this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv1.ColumnHeadersHeight = 24;
- this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ID,
- this.Ir_ProductName,
- this.Prod_Quantity,
- this.Sc_ClassName,
- this.Prod_AlarmQuantity,
- this.Prod_PreSaleQuantity,
- this.Pis_PurchasePrice,
- this.Pis_PurchaseVendor,
- this.Pis_PurchaseQuantity,
- this.Pis_Remark,
- this.Pis_ProductCategory,
- this.Pis_ProductNumber});
- this.dgv1.ContextMenuStrip = this.contextMenuStripEx1;
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv1.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgv1.EnableHeadersVisualStyles = false;
- this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgv1.GridViewUniquelyIdentify = "_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_" +
- "dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1";
- this.dgv1.IsCompleteBonding = false;
- this.dgv1.IsCopyCellValue = true;
- this.dgv1.Location = new System.Drawing.Point(10, 48);
- this.dgv1.Name = "dgv1";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- this.dgv1.RowHeadersVisible = false;
- this.dgv1.RowTemplate.Height = 23;
- this.dgv1.RowTemplate.ReadOnly = true;
- this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgv1.Size = new System.Drawing.Size(870, 450);
- this.dgv1.TabIndex = 231;
- //
- // ID
- //
- this.ID.HeaderText = "ID";
- this.ID.Name = "ID";
- this.ID.Visible = false;
- //
- // Ir_ProductName
- //
- this.Ir_ProductName.HeaderText = "商品名称";
- this.Ir_ProductName.Name = "Ir_ProductName";
- this.Ir_ProductName.ReadOnly = true;
- //
- // Prod_Quantity
- //
- this.Prod_Quantity.HeaderText = "库存";
- this.Prod_Quantity.Name = "Prod_Quantity";
- this.Prod_Quantity.ReadOnly = true;
- //
- // Sc_ClassName
- //
- this.Sc_ClassName.HeaderText = "商品类别";
- this.Sc_ClassName.Name = "Sc_ClassName";
- this.Sc_ClassName.ReadOnly = true;
- //
- // Prod_AlarmQuantity
- //
- this.Prod_AlarmQuantity.HeaderText = "报警数量";
- this.Prod_AlarmQuantity.Name = "Prod_AlarmQuantity";
- this.Prod_AlarmQuantity.ReadOnly = true;
- //
- // Prod_PreSaleQuantity
- //
- this.Prod_PreSaleQuantity.HeaderText = "预售数量";
- this.Prod_PreSaleQuantity.Name = "Prod_PreSaleQuantity";
- this.Prod_PreSaleQuantity.ReadOnly = true;
- //
- // Pis_PurchasePrice
- //
- this.Pis_PurchasePrice.HeaderText = "商品单价";
- this.Pis_PurchasePrice.Name = "Pis_PurchasePrice";
- //
- // Pis_PurchaseVendor
- //
- this.Pis_PurchaseVendor.HeaderText = "商品厂商";
- this.Pis_PurchaseVendor.Name = "Pis_PurchaseVendor";
- //
- // Pis_PurchaseQuantity
- //
- this.Pis_PurchaseQuantity.HeaderText = "入库数量";
- this.Pis_PurchaseQuantity.Name = "Pis_PurchaseQuantity";
- //
- // Pis_Remark
- //
- this.Pis_Remark.HeaderText = "备注";
- this.Pis_Remark.Name = "Pis_Remark";
- //
- // Pis_ProductCategory
- //
- this.Pis_ProductCategory.HeaderText = "商品类别编码";
- this.Pis_ProductCategory.Name = "Pis_ProductCategory";
- this.Pis_ProductCategory.ReadOnly = true;
- this.Pis_ProductCategory.Visible = false;
- //
- // Pis_ProductNumber
- //
- this.Pis_ProductNumber.HeaderText = "商品编号";
- this.Pis_ProductNumber.Name = "Pis_ProductNumber";
- this.Pis_ProductNumber.ReadOnly = true;
- this.Pis_ProductNumber.Visible = false;
- //
- // contextMenuStripEx1
- //
- this.contextMenuStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.选择商品厂商ToolStripMenuItem});
- this.contextMenuStripEx1.Name = "contextMenuStripEx1";
- this.contextMenuStripEx1.Size = new System.Drawing.Size(149, 26);
- //
- // 选择商品厂商ToolStripMenuItem
- //
- this.选择商品厂商ToolStripMenuItem.Name = "选择商品厂商ToolStripMenuItem";
- this.选择商品厂商ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
- this.选择商品厂商ToolStripMenuItem.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(366, 9);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(80, 26);
- this.btnClose.TabIndex = 228;
- this.btnClose.Text = " 取 消";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // btnWarehousing
- //
- this.btnWarehousing.BackColor = System.Drawing.Color.Transparent;
- this.btnWarehousing.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWarehousing.BackImg")));
- this.btnWarehousing.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnWarehousing.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnWarehousing.ForeColor = System.Drawing.Color.White;
- this.btnWarehousing.IsCustomBackImg = false;
- this.btnWarehousing.IsShowText = true;
- this.btnWarehousing.Location = new System.Drawing.Point(270, 9);
- this.btnWarehousing.Name = "btnWarehousing";
- this.btnWarehousing.Size = new System.Drawing.Size(80, 26);
- this.btnWarehousing.TabIndex = 211;
- this.btnWarehousing.Text = " 保 存";
- this.btnWarehousing.UseVisualStyleBackColor = false;
- //
- // FrmWarehousing
- //
- 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 = "FrmWarehousing";
- this.Text = "入库单";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- 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.panelEx2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
- this.contextMenuStripEx1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx2;
- protected ComponentLibrary.ButtonEx btnWarehousing;
- protected ComponentLibrary.ButtonEx btnClose;
- protected ComponentLibrary.DataGridViewEx dgv1;
- private System.Windows.Forms.DataGridViewTextBoxColumn ID;
- private System.Windows.Forms.DataGridViewTextBoxColumn Ir_ProductName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Quantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn Sc_ClassName;
- private System.Windows.Forms.DataGridViewTextBoxColumn Prod_AlarmQuantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn Prod_PreSaleQuantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pis_PurchasePrice;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pis_PurchaseVendor;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pis_PurchaseQuantity;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pis_Remark;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pis_ProductCategory;
- private System.Windows.Forms.DataGridViewTextBoxColumn Pis_ProductNumber;
- protected ComponentLibrary.ComboBoxTreeViewEx CtvSelect;
- private ComponentLibrary.LabelEx labelEx11;
- private ComponentLibrary.PanelEx panelEx3;
- protected ComponentLibrary.ComboBoxEx cmbFactory;
- protected ComponentLibrary.ContextMenuStripEx contextMenuStripEx1;
- private System.Windows.Forms.ToolStripMenuItem 选择商品厂商ToolStripMenuItem;
- protected UCPager.ucPagerEx ucPagerEx1;
- }
- }
|