| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0301
- {
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0301));
- this.dgvDataTonnage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnType = new System.Windows.Forms.DataGridViewComboBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.TurnoverInterval = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
- this.colInOut = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
- this.colOut = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.KilnID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDataTonnage)).BeginInit();
- this.SuspendLayout();
- //
- // dgvDataTonnage
- //
- this.dgvDataTonnage.AllowUserToDeleteRows = false;
- this.dgvDataTonnage.AllowUserToModifyRows = true;
- this.dgvDataTonnage.AllowUserToOrderColumns = true;
- this.dgvDataTonnage.AllowUserToResizeRows = false;
- this.dgvDataTonnage.AllowUserToSortRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDataTonnage.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvDataTonnage.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.dgvDataTonnage.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.dgvDataTonnage.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvDataTonnage.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvDataTonnage.CellHeight = 23;
- this.dgvDataTonnage.ChildNodeColumnName = null;
- this.dgvDataTonnage.ChildNodeColumnText = null;
- this.dgvDataTonnage.ColumnDeep = 1;
- this.dgvDataTonnage.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.dgvDataTonnage.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvDataTonnage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDataTonnage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.KilnCode,
- this.KilnName,
- this.KilnType,
- this.ValueFlag,
- this.TurnoverInterval,
- this.colInOut,
- this.colOut,
- this.Remarks,
- this.KilnID});
- this.dgvDataTonnage.ColumnTreeView = null;
- this.dgvDataTonnage.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.dgvDataTonnage.DynamicColumnName = "";
- this.dgvDataTonnage.EnableHeadersVisualStyles = false;
- this.dgvDataTonnage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvDataTonnage.HorizontalMergeColumn = null;
- this.dgvDataTonnage.IsAutoCountSum = true;
- this.dgvDataTonnage.IsAutoResizeColumns = false;
- this.dgvDataTonnage.IsClickF12 = false;
- this.dgvDataTonnage.IsOpenMergeCellFlag = false;
- this.dgvDataTonnage.IsSubTotalFlag = false;
- this.dgvDataTonnage.IsTopDeep = false;
- this.dgvDataTonnage.Location = new System.Drawing.Point(12, 12);
- this.dgvDataTonnage.MergeColumnNames = null;
- this.dgvDataTonnage.MergeDetailColumnNames = null;
- this.dgvDataTonnage.MergeDetailOnlyColumn = null;
- this.dgvDataTonnage.MergeOnlyColumn = null;
- this.dgvDataTonnage.MultiSelect = false;
- this.dgvDataTonnage.Name = "dgvDataTonnage";
- this.dgvDataTonnage.RefreshAtHscroll = false;
- this.dgvDataTonnage.RowHeadersWidth = 50;
- this.dgvDataTonnage.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDataTonnage.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvDataTonnage.RowTemplate.Height = 21;
- this.dgvDataTonnage.Size = new System.Drawing.Size(703, 287);
- this.dgvDataTonnage.SortOrderColumnName = null;
- this.dgvDataTonnage.TabIndex = 0;
- this.dgvDataTonnage.Tag = true;
- this.dgvDataTonnage.TotalSumColumns = null;
- this.dgvDataTonnage.ViewRowFilter = "";
- this.dgvDataTonnage.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataTonnage_CellValidated);
- this.dgvDataTonnage.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataTonnage_CellValidating);
- this.dgvDataTonnage.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataTonnage_DefaultValuesNeeded);
- this.dgvDataTonnage.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataTonnage_EditingControlShowing);
- this.dgvDataTonnage.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataTonnage_RowValidated);
- this.dgvDataTonnage.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataTonnage_RowValidating);
- this.dgvDataTonnage.Sorted += new System.EventHandler(this.dgvDataTonnage_Sorted);
- this.dgvDataTonnage.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataTonnage_UserAddedRow);
- //
- // KilnCode
- //
- this.KilnCode.DataPropertyName = "KilnCode";
- this.KilnCode.HeaderText = "窑炉编码";
- this.KilnCode.MaxInputLength = 10;
- this.KilnCode.Name = "KilnCode";
- //
- // KilnName
- //
- this.KilnName.DataPropertyName = "KilnName";
- this.KilnName.HeaderText = "窑炉名称";
- this.KilnName.MaxInputLength = 50;
- this.KilnName.Name = "KilnName";
- this.KilnName.Width = 170;
- //
- // KilnType
- //
- this.KilnType.DataPropertyName = "KilnType";
- this.KilnType.HeaderText = "窑炉类别";
- this.KilnType.Name = "KilnType";
- this.KilnType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.KilnType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- this.ValueFlag.FalseValue = "0";
- this.ValueFlag.HeaderText = "正常";
- 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 = 60;
- //
- // TurnoverInterval
- //
- this.TurnoverInterval.DataPropertyName = "TurnoverInterval";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.TurnoverInterval.DefaultCellStyle = dataGridViewCellStyle3;
- this.TurnoverInterval.HeaderText = "周转率(分钟)";
- this.TurnoverInterval.MaxValue = new decimal(new int[] {
- 99999,
- 0,
- 0,
- 0});
- this.TurnoverInterval.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.TurnoverInterval.Name = "TurnoverInterval";
- this.TurnoverInterval.Number = new System.Drawing.Point(5, 0);
- this.TurnoverInterval.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.TurnoverInterval.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // colInOut
- //
- this.colInOut.DataPropertyName = "INOUTMINTIMEIINTERVAL";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.colInOut.DefaultCellStyle = dataGridViewCellStyle4;
- this.colInOut.HeaderText = "入卸窑间隔(分钟)";
- this.colInOut.MaxValue = new decimal(new int[] {
- 99999,
- 0,
- 0,
- 0});
- this.colInOut.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.colInOut.Name = "colInOut";
- this.colInOut.Number = new System.Drawing.Point(5, 0);
- this.colInOut.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.colInOut.Width = 120;
- //
- // colOut
- //
- this.colOut.DataPropertyName = "OUTMINTIMEIINTERVAL";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.colOut.DefaultCellStyle = dataGridViewCellStyle5;
- this.colOut.HeaderText = "卸窑间隔(分钟)";
- this.colOut.MaxValue = new decimal(new int[] {
- 99999,
- 0,
- 0,
- 0});
- this.colOut.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.colOut.Name = "colOut";
- this.colOut.Number = new System.Drawing.Point(5, 0);
- this.colOut.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.MaxInputLength = 500;
- this.Remarks.Name = "Remarks";
- this.Remarks.Width = 170;
- //
- // 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;
- //
- // 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(630, 304);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- 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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(539, 304);
- this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- 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);
- //
- // chkDisplayDisabledData
- //
- this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- 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, 304);
- 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);
- //
- // F_MST_0301
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Window;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(727, 358);
- this.Controls.Add(this.chkDisplayDisabledData);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.dgvDataTonnage);
- 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_0301";
- 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.F_MST_0301_FormClosing);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0301_FormClosed);
- this.Load += new System.EventHandler(this.F_MST_0301_Load);
- this.Controls.SetChildIndex(this.dgvDataTonnage, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDataTonnage)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvDataTonnage;
- 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_CheckBox chkDisplayDisabledData;
- #endregion
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
- private System.Windows.Forms.DataGridViewComboBoxColumn KilnType;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private Basics.BaseControls.C_DGV_Column_Digital TurnoverInterval;
- private Basics.BaseControls.C_DGV_Column_Digital colInOut;
- private Basics.BaseControls.C_DGV_Column_Digital colOut;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnID;
- }
- }
|