| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_2302
- {
- /// <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(F_PM_2302));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.lblOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblOrderDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dtpOrderDateFrom = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.scbSAPCode1 = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbSAPCode();
- this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
- this.dgvOrderDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.lbldis = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtDisplayNo = new Dongke.WinForm.Controls.TxtNumerical();
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrderDetail)).BeginInit();
- this.SuspendLayout();
- //
- // lblOrganizationName
- //
- this.lblOrganizationName.AutoSize = true;
- this.lblOrganizationName.BackColor = System.Drawing.Color.Transparent;
- this.lblOrganizationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblOrganizationName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblOrganizationName.IsMustInput = true;
- this.lblOrganizationName.Location = new System.Drawing.Point(26, 15);
- this.lblOrganizationName.Name = "lblOrganizationName";
- this.lblOrganizationName.Size = new System.Drawing.Size(41, 12);
- this.lblOrganizationName.TabIndex = 0;
- this.lblOrganizationName.Text = "订单号";
- //
- // txtOrderNo
- //
- this.txtOrderNo.BackColor = System.Drawing.Color.Yellow;
- this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtOrderNo.IsMustInput = true;
- this.txtOrderNo.Location = new System.Drawing.Point(71, 12);
- this.txtOrderNo.MaxLength = 100;
- this.txtOrderNo.Name = "txtOrderNo";
- this.txtOrderNo.Size = new System.Drawing.Size(329, 21);
- this.txtOrderNo.TabIndex = 1;
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(224, 391);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 11;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(315, 391);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 12;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
- //
- // lblOrderDate
- //
- this.lblOrderDate.AutoSize = true;
- this.lblOrderDate.BackColor = System.Drawing.Color.Transparent;
- this.lblOrderDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblOrderDate.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblOrderDate.Location = new System.Drawing.Point(13, 42);
- this.lblOrderDate.Name = "lblOrderDate";
- this.lblOrderDate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.lblOrderDate.Size = new System.Drawing.Size(53, 12);
- this.lblOrderDate.TabIndex = 2;
- this.lblOrderDate.Text = "订单日期";
- //
- // dtpOrderDateFrom
- //
- this.dtpOrderDateFrom.CustomFormat = "yyyy-MM-dd";
- this.dtpOrderDateFrom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpOrderDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpOrderDateFrom.Location = new System.Drawing.Point(71, 39);
- this.dtpOrderDateFrom.Name = "dtpOrderDateFrom";
- this.dtpOrderDateFrom.Size = new System.Drawing.Size(127, 21);
- this.dtpOrderDateFrom.TabIndex = 3;
- this.dtpOrderDateFrom.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRemarks.Location = new System.Drawing.Point(34, 69);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 6;
- this.lblRemarks.Text = "备注";
- //
- // txtRemarks
- //
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(69, 66);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtRemarks.Size = new System.Drawing.Size(331, 51);
- this.txtRemarks.TabIndex = 7;
- //
- // scbSAPCode1
- //
- this.scbSAPCode1.CheckedData = null;
- this.scbSAPCode1.Location = new System.Drawing.Point(71, 123);
- this.scbSAPCode1.MultiSelect = true;
- this.scbSAPCode1.Name = "scbSAPCode1";
- this.scbSAPCode1.Size = new System.Drawing.Size(329, 21);
- this.scbSAPCode1.TabIndex = 9;
- this.scbSAPCode1.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbSAPCode1_TextValueChanged);
- //
- // lblLabel6
- //
- this.lblLabel6.Location = new System.Drawing.Point(14, 127);
- this.lblLabel6.MustInput = true;
- this.lblLabel6.Name = "lblLabel6";
- this.lblLabel6.Size = new System.Drawing.Size(53, 12);
- this.lblLabel6.TabIndex = 8;
- this.lblLabel6.Text = "物料编码";
- //
- // dgvOrderDetail
- //
- this.dgvOrderDetail.AllowUserToModifyRows = true;
- this.dgvOrderDetail.AllowUserToOrderColumns = true;
- this.dgvOrderDetail.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvOrderDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvOrderDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvOrderDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvOrderDetail.CellHeight = 23;
- this.dgvOrderDetail.ChildNodeColumnName = null;
- this.dgvOrderDetail.ChildNodeColumnText = null;
- this.dgvOrderDetail.ColumnDeep = 1;
- this.dgvOrderDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F);
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvOrderDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvOrderDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvOrderDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.MaterialCode,
- this.GoodsCode,
- this.LogoName,
- this.dataGridViewTextBoxColumn4});
- this.dgvOrderDetail.ColumnTreeView = null;
- this.dgvOrderDetail.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
- this.dgvOrderDetail.DynamicColumnName = "";
- this.dgvOrderDetail.EnableHeadersVisualStyles = false;
- this.dgvOrderDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvOrderDetail.FormatQuantityColumns = null;
- this.dgvOrderDetail.HorizontalMergeColumn = null;
- this.dgvOrderDetail.IsAutoCountSum = true;
- this.dgvOrderDetail.IsAutoResizeColumns = false;
- this.dgvOrderDetail.IsClickF12 = false;
- this.dgvOrderDetail.IsOpenMergeCellFlag = false;
- this.dgvOrderDetail.IsSubTotalFlag = false;
- this.dgvOrderDetail.IsTopDeep = false;
- this.dgvOrderDetail.Location = new System.Drawing.Point(10, 150);
- this.dgvOrderDetail.MergeColumnNames = null;
- this.dgvOrderDetail.MergeDetailColumnNames = null;
- this.dgvOrderDetail.MergeDetailOnlyColumn = null;
- this.dgvOrderDetail.MergeOnlyColumn = null;
- this.dgvOrderDetail.MultiSelect = false;
- this.dgvOrderDetail.Name = "dgvOrderDetail";
- this.dgvOrderDetail.RefreshAtHscroll = false;
- this.dgvOrderDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- this.dgvOrderDetail.RowHeadersWidth = 50;
- this.dgvOrderDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvOrderDetail.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvOrderDetail.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
- this.dgvOrderDetail.RowTemplate.Height = 21;
- this.dgvOrderDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvOrderDetail.Size = new System.Drawing.Size(388, 236);
- this.dgvOrderDetail.SortOrderColumnName = null;
- this.dgvOrderDetail.TabIndex = 10;
- this.dgvOrderDetail.Tag = true;
- this.dgvOrderDetail.TotalSumColumns = null;
- this.dgvOrderDetail.ViewRowFilter = "";
- //
- // MaterialCode
- //
- this.MaterialCode.DataPropertyName = "MaterialCode";
- this.MaterialCode.HeaderText = "物料编码";
- this.MaterialCode.Name = "MaterialCode";
- //
- // GoodsCode
- //
- this.GoodsCode.DataPropertyName = "GoodsCode";
- this.GoodsCode.HeaderText = "产品编码";
- this.GoodsCode.Name = "GoodsCode";
- this.GoodsCode.ReadOnly = true;
- //
- // LogoName
- //
- this.LogoName.DataPropertyName = "LogoName";
- this.LogoName.HeaderText = "商标";
- this.LogoName.Name = "LogoName";
- this.LogoName.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "OrderID";
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle3;
- this.dataGridViewTextBoxColumn4.HeaderText = "OrderID";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Visible = false;
- //
- // lbldis
- //
- this.lbldis.AutoSize = true;
- this.lbldis.BackColor = System.Drawing.Color.Transparent;
- this.lbldis.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbldis.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lbldis.Location = new System.Drawing.Point(289, 43);
- this.lbldis.Name = "lbldis";
- this.lbldis.Size = new System.Drawing.Size(53, 12);
- this.lbldis.TabIndex = 4;
- this.lbldis.Text = "显示顺序";
- //
- // txtDisplayNo
- //
- this.txtDisplayNo.DataValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtDisplayNo.Location = new System.Drawing.Point(348, 39);
- this.txtDisplayNo.MaxValue = new decimal(new int[] {
- 9999,
- 0,
- 0,
- 0});
- this.txtDisplayNo.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtDisplayNo.Name = "txtDisplayNo";
- this.txtDisplayNo.Number = new System.Drawing.Point(4, 0);
- this.txtDisplayNo.ShowBorderColor = false;
- this.txtDisplayNo.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None;
- this.txtDisplayNo.ShowMustInputAlert = false;
- this.txtDisplayNo.Size = new System.Drawing.Size(52, 21);
- this.txtDisplayNo.TabIndex = 5;
- //
- // F_PM_2302
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(412, 446);
- this.Controls.Add(this.txtDisplayNo);
- this.Controls.Add(this.scbSAPCode1);
- this.Controls.Add(this.lblLabel6);
- this.Controls.Add(this.dgvOrderDetail);
- this.Controls.Add(this.lblOrderDate);
- this.Controls.Add(this.dtpOrderDateFrom);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.lbldis);
- this.Controls.Add(this.lblRemarks);
- this.Controls.Add(this.lblOrganizationName);
- this.Controls.Add(this.txtRemarks);
- this.Controls.Add(this.txtOrderNo);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PM_2302";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "FrmAddEditOrder";
- this.Load += new System.EventHandler(this.F_PM_2302_Load);
- this.Click += new System.EventHandler(this.F_PM_2302_Load);
- this.Controls.SetChildIndex(this.txtOrderNo, 0);
- this.Controls.SetChildIndex(this.txtRemarks, 0);
- this.Controls.SetChildIndex(this.lblOrganizationName, 0);
- this.Controls.SetChildIndex(this.lblRemarks, 0);
- this.Controls.SetChildIndex(this.lbldis, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.dtpOrderDateFrom, 0);
- this.Controls.SetChildIndex(this.lblOrderDate, 0);
- this.Controls.SetChildIndex(this.dgvOrderDetail, 0);
- this.Controls.SetChildIndex(this.lblLabel6, 0);
- this.Controls.SetChildIndex(this.scbSAPCode1, 0);
- this.Controls.SetChildIndex(this.txtDisplayNo, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrderDetail)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblOrganizationName;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtOrderNo;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Label lblOrderDate;
- private Basics.BaseControls.C_DateTimePicker dtpOrderDateFrom;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Controls.SearchBox.ScbSAPCode scbSAPCode1;
- private WinForm.Controls.LblLabel lblLabel6;
- private Basics.BaseControls.C_DataGridView dgvOrderDetail;
- private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn LogoName;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private Basics.BaseControls.C_Label lbldis;
- private WinForm.Controls.TxtNumerical txtDisplayNo;
- }
- }
|