| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0302
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0302));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dgvKilnCar = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
- this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.splSplit = new System.Windows.Forms.SplitContainer();
- this.tvwkiln = new System.Windows.Forms.TreeView();
- this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnCarName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MaxGoodsNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
- this.KilnCarNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.KilnCarID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCar)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splSplit)).BeginInit();
- this.splSplit.Panel1.SuspendLayout();
- this.splSplit.Panel2.SuspendLayout();
- this.splSplit.SuspendLayout();
- this.SuspendLayout();
- //
- // 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);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(612, 462);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 3;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // 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);
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(521, 462);
- this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 2;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // dgvKilnCar
- //
- this.dgvKilnCar.AllowUserToDeleteRows = false;
- this.dgvKilnCar.AllowUserToModifyRows = true;
- this.dgvKilnCar.AllowUserToOrderColumns = true;
- this.dgvKilnCar.AllowUserToResizeRows = false;
- this.dgvKilnCar.AllowUserToSortRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvKilnCar.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvKilnCar.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvKilnCar.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvKilnCar.CellHeight = 23;
- this.dgvKilnCar.ChildNodeColumnName = null;
- this.dgvKilnCar.ChildNodeColumnText = null;
- this.dgvKilnCar.ColumnDeep = 1;
- this.dgvKilnCar.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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- 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.dgvKilnCar.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvKilnCar.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvKilnCar.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.KilnCarCode,
- this.KilnID,
- this.KilnCarName,
- this.MaxGoodsNum,
- this.KilnCarNum,
- this.Remarks,
- this.ValueFlag,
- this.KilnCarID});
- this.dgvKilnCar.ColumnTreeView = null;
- this.dgvKilnCar.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.dgvKilnCar.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvKilnCar.DynamicColumnName = "";
- this.dgvKilnCar.EnableHeadersVisualStyles = false;
- this.dgvKilnCar.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvKilnCar.IsAutoCountSum = true;
- this.dgvKilnCar.IsAutoResizeColumns = false;
- this.dgvKilnCar.IsClickF12 = false;
- this.dgvKilnCar.IsSubTotalFlag = false;
- this.dgvKilnCar.Location = new System.Drawing.Point(0, 0);
- this.dgvKilnCar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.dgvKilnCar.MultiSelect = false;
- this.dgvKilnCar.Name = "dgvKilnCar";
- this.dgvKilnCar.RefreshAtHscroll = false;
- this.dgvKilnCar.RowHeadersWidth = 50;
- this.dgvKilnCar.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvKilnCar.RowsDefaultCellStyle = dataGridViewCellStyle10;
- this.dgvKilnCar.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
- this.dgvKilnCar.RowTemplate.Height = 21;
- this.dgvKilnCar.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvKilnCar.Size = new System.Drawing.Size(498, 443);
- this.dgvKilnCar.SortOrderColumnName = null;
- this.dgvKilnCar.TabIndex = 1;
- this.dgvKilnCar.Tag = true;
- this.dgvKilnCar.TotalSumColumns = null;
- this.dgvKilnCar.ViewRowFilter = "";
- this.dgvKilnCar.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvKilnCar_CellValidated);
- this.dgvKilnCar.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvKilnCar_CellValidating);
- this.dgvKilnCar.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvKiln_DefaultValuesNeeded);
- this.dgvKilnCar.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvKilnCar_EditingControlShowing);
- this.dgvKilnCar.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvKilnCar_RowValidated);
- this.dgvKilnCar.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvKilnCar_RowValidating);
- this.dgvKilnCar.Sorted += new System.EventHandler(this.dgvKilnCar_Sorted);
- this.dgvKilnCar.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvKilnCar_UserAddedRow);
- //
- // imglstNavigation
- //
- this.imglstNavigation.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
- this.imglstNavigation.ImageSize = new System.Drawing.Size(16, 16);
- this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
- //
- // chkDisplayDisabledData
- //
- this.chkDisplayDisabledData.AutoSize = true;
- this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
- this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 461);
- this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
- this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
- this.chkDisplayDisabledData.TabIndex = 1;
- this.chkDisplayDisabledData.Text = "显示停用记录";
- this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
- this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
- //
- // splSplit
- //
- this.splSplit.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.splSplit.BackColor = System.Drawing.SystemColors.Control;
- this.splSplit.Location = new System.Drawing.Point(12, 12);
- this.splSplit.Name = "splSplit";
- //
- // splSplit.Panel1
- //
- this.splSplit.Panel1.Controls.Add(this.tvwkiln);
- //
- // splSplit.Panel2
- //
- this.splSplit.Panel2.Controls.Add(this.dgvKilnCar);
- this.splSplit.Size = new System.Drawing.Size(685, 443);
- this.splSplit.SplitterDistance = 185;
- this.splSplit.SplitterWidth = 2;
- this.splSplit.TabIndex = 0;
- //
- // tvwkiln
- //
- this.tvwkiln.HideSelection = false;
- this.tvwkiln.Location = new System.Drawing.Point(0, 0);
- this.tvwkiln.Name = "tvwkiln";
- this.tvwkiln.Size = new System.Drawing.Size(182, 442);
- this.tvwkiln.TabIndex = 0;
- this.tvwkiln.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.tvwKiln_AfterCollapse);
- this.tvwkiln.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvwKiln_AfterExpand);
- this.tvwkiln.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwKiln_BeforeSelect);
- this.tvwkiln.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwkiln_AfterSelect);
- //
- // KilnCarCode
- //
- this.KilnCarCode.DataPropertyName = "KilnCarCode";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.KilnCarCode.DefaultCellStyle = dataGridViewCellStyle3;
- this.KilnCarCode.HeaderText = "窑车编码";
- this.KilnCarCode.MaxInputLength = 10;
- this.KilnCarCode.Name = "KilnCarCode";
- //
- // KilnID
- //
- this.KilnID.DataPropertyName = "KilnID";
- this.KilnID.HeaderText = "窑炉ID";
- this.KilnID.Name = "KilnID";
- this.KilnID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.KilnID.Visible = false;
- //
- // KilnCarName
- //
- this.KilnCarName.DataPropertyName = "KilnCarName";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F);
- this.KilnCarName.DefaultCellStyle = dataGridViewCellStyle4;
- this.KilnCarName.HeaderText = "窑车名称";
- this.KilnCarName.MaxInputLength = 50;
- this.KilnCarName.Name = "KilnCarName";
- this.KilnCarName.Width = 113;
- //
- // MaxGoodsNum
- //
- this.MaxGoodsNum.AllowNegative = false;
- this.MaxGoodsNum.DataPropertyName = "MaxGoodsNum";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.MaxGoodsNum.DefaultCellStyle = dataGridViewCellStyle5;
- this.MaxGoodsNum.HasComma = false;
- this.MaxGoodsNum.HeaderText = "最大产品数量";
- this.MaxGoodsNum.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.MaxGoodsNum.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.MaxGoodsNum.Name = "MaxGoodsNum";
- this.MaxGoodsNum.Number = new System.Drawing.Point(3, 0);
- this.MaxGoodsNum.ShowDecimal = false;
- this.MaxGoodsNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // KilnCarNum
- //
- this.KilnCarNum.AllowNegative = false;
- this.KilnCarNum.DataPropertyName = "KilnCarNum";
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.KilnCarNum.DefaultCellStyle = dataGridViewCellStyle6;
- this.KilnCarNum.HasComma = false;
- this.KilnCarNum.HeaderText = "窑车序号";
- this.KilnCarNum.MaxValue = new decimal(new int[] {
- 1410065407,
- 2,
- 0,
- 0});
- this.KilnCarNum.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.KilnCarNum.Name = "KilnCarNum";
- this.KilnCarNum.Number = new System.Drawing.Point(10, 0);
- this.KilnCarNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F);
- this.Remarks.DefaultCellStyle = dataGridViewCellStyle7;
- this.Remarks.HeaderText = "备注";
- this.Remarks.MaxInputLength = 500;
- this.Remarks.Name = "Remarks";
- this.Remarks.Width = 150;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F);
- dataGridViewCellStyle8.NullValue = false;
- this.ValueFlag.DefaultCellStyle = dataGridViewCellStyle8;
- this.ValueFlag.FalseValue = "0";
- this.ValueFlag.HeaderText = "正常";
- this.ValueFlag.IndeterminateValue = "0";
- this.ValueFlag.Name = "ValueFlag";
- this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ValueFlag.TrueValue = "1";
- this.ValueFlag.Width = 50;
- //
- // KilnCarID
- //
- this.KilnCarID.DataPropertyName = "KilnCarID";
- dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.KilnCarID.DefaultCellStyle = dataGridViewCellStyle9;
- this.KilnCarID.HeaderText = "窑车ID";
- this.KilnCarID.Name = "KilnCarID";
- this.KilnCarID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.KilnCarID.Visible = false;
- this.KilnCarID.Width = 80;
- //
- // F_MST_0302
- //
- 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(709, 518);
- this.Controls.Add(this.splSplit);
- this.Controls.Add(this.chkDisplayDisabledData);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.btnCancel);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_MST_0302";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusBackColor = System.Drawing.SystemColors.Window;
- this.StatusSizingGrip = false;
- this.Text = "窑车管理";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmGoodsKind_FormClosing);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmGoodsKind_FormClosed);
- this.Load += new System.EventHandler(this.F_MST_0302_Load);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
- this.Controls.SetChildIndex(this.splSplit, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCar)).EndInit();
- this.splSplit.Panel1.ResumeLayout(false);
- this.splSplit.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splSplit)).EndInit();
- this.splSplit.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvKilnCar;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
- private System.Windows.Forms.SplitContainer splSplit;
- private System.Windows.Forms.ImageList imglstNavigation;
- #endregion
- private System.Windows.Forms.TreeView tvwkiln;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnID;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarName;
- private Basics.BaseControls.C_DGV_Column_Digital MaxGoodsNum;
- private Basics.BaseControls.C_DGV_Column_Digital KilnCarNum;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarID;
- }
- }
|