| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416 |
- namespace Dongke.IBOSS.PRD.Client.ReportModule
- {
- partial class F_RPT_04011201
- {
- /// <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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_04011201));
- 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.TurnoverInterval = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
- 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.sbp101 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.sbp102 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.sbp103 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.sbp201 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.sbp202 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- this.sbp203 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDataTonnage)).BeginInit();
- this.groupBox1.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.SuspendLayout();
- //
- // dgvDataTonnage
- //
- this.dgvDataTonnage.AllowUserToAddRows = false;
- this.dgvDataTonnage.AllowUserToDeleteRows = false;
- this.dgvDataTonnage.AllowUserToModifyRows = true;
- this.dgvDataTonnage.AllowUserToOrderColumns = true;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvDataTonnage.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- 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.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;
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvDataTonnage.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvDataTonnage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDataTonnage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.KilnCode,
- this.KilnName,
- this.TurnoverInterval,
- 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, 118);
- 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;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvDataTonnage.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvDataTonnage.RowTemplate.Height = 21;
- this.dgvDataTonnage.Size = new System.Drawing.Size(373, 181);
- this.dgvDataTonnage.SortOrderColumnName = null;
- this.dgvDataTonnage.TabIndex = 2;
- this.dgvDataTonnage.Tag = true;
- this.dgvDataTonnage.TotalSumColumns = null;
- this.dgvDataTonnage.ViewRowFilter = "";
- this.dgvDataTonnage.Sorted += new System.EventHandler(this.dgvDataTonnage_Sorted);
- //
- // KilnCode
- //
- this.KilnCode.DataPropertyName = "KilnCode";
- this.KilnCode.HeaderText = "窑炉编码";
- this.KilnCode.MaxInputLength = 10;
- this.KilnCode.Name = "KilnCode";
- this.KilnCode.ReadOnly = true;
- //
- // KilnName
- //
- this.KilnName.DataPropertyName = "KilnName";
- this.KilnName.HeaderText = "窑炉名称";
- this.KilnName.MaxInputLength = 50;
- this.KilnName.Name = "KilnName";
- this.KilnName.ReadOnly = true;
- //
- // TurnoverInterval
- //
- this.TurnoverInterval.DataPropertyName = "TurnoverInterval";
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.TurnoverInterval.DefaultCellStyle = dataGridViewCellStyle7;
- 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;
- //
- // KilnID
- //
- this.KilnID.DataPropertyName = "KilnID";
- this.KilnID.HeaderText = "窑炉ID";
- this.KilnID.Name = "KilnID";
- 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(300, 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 = 4;
- 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(209, 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 = 3;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // sbp101
- //
- this.sbp101.BackColor = System.Drawing.Color.Transparent;
- this.sbp101.DataSource = null;
- this.sbp101.Enabled = true;
- this.sbp101.IsEnablePurview = false;
- this.sbp101.IsMustInput = false;
- this.sbp101.Location = new System.Drawing.Point(6, 20);
- this.sbp101.ModelType = "1,2";
- this.sbp101.Name = "sbp101";
- this.sbp101.ProcedureCode = "";
- this.sbp101.ProcedureID = null;
- this.sbp101.ProcedureIDS = null;
- this.sbp101.ProcedureName = null;
- this.sbp101.Purview = null;
- this.sbp101.PurviewType = ((byte)(0));
- this.sbp101.Size = new System.Drawing.Size(170, 21);
- this.sbp101.TabIndex = 0;
- this.sbp101.Title = "开始工序";
- this.sbp101.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // sbp102
- //
- this.sbp102.BackColor = System.Drawing.Color.Transparent;
- this.sbp102.DataSource = null;
- this.sbp102.Enabled = true;
- this.sbp102.IsEnablePurview = false;
- this.sbp102.IsMustInput = false;
- this.sbp102.Location = new System.Drawing.Point(6, 47);
- this.sbp102.ModelType = "4,0";
- this.sbp102.Name = "sbp102";
- this.sbp102.ProcedureCode = "";
- this.sbp102.ProcedureID = null;
- this.sbp102.ProcedureIDS = null;
- this.sbp102.ProcedureName = null;
- this.sbp102.Purview = null;
- this.sbp102.PurviewType = ((byte)(0));
- this.sbp102.Size = new System.Drawing.Size(170, 21);
- this.sbp102.TabIndex = 1;
- this.sbp102.Title = "交接工序";
- this.sbp102.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // sbp103
- //
- this.sbp103.BackColor = System.Drawing.Color.Transparent;
- this.sbp103.DataSource = null;
- this.sbp103.Enabled = true;
- this.sbp103.IsEnablePurview = false;
- this.sbp103.IsMustInput = false;
- this.sbp103.Location = new System.Drawing.Point(6, 74);
- this.sbp103.ModelType = "-1";
- this.sbp103.Name = "sbp103";
- this.sbp103.ProcedureCode = "";
- this.sbp103.ProcedureID = null;
- this.sbp103.ProcedureIDS = null;
- this.sbp103.ProcedureName = null;
- this.sbp103.Purview = null;
- this.sbp103.PurviewType = ((byte)(0));
- this.sbp103.Size = new System.Drawing.Size(170, 21);
- this.sbp103.TabIndex = 2;
- this.sbp103.Title = "成检工序";
- this.sbp103.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.Color.Transparent;
- this.groupBox1.Controls.Add(this.sbp101);
- this.groupBox1.Controls.Add(this.sbp102);
- this.groupBox1.Controls.Add(this.sbp103);
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(184, 100);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "本烧";
- //
- // groupBox3
- //
- this.groupBox3.BackColor = System.Drawing.Color.Transparent;
- this.groupBox3.Controls.Add(this.sbp201);
- this.groupBox3.Controls.Add(this.sbp202);
- this.groupBox3.Controls.Add(this.sbp203);
- this.groupBox3.Location = new System.Drawing.Point(202, 12);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(184, 100);
- this.groupBox3.TabIndex = 1;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "重烧";
- //
- // sbp201
- //
- this.sbp201.BackColor = System.Drawing.Color.Transparent;
- this.sbp201.DataSource = null;
- this.sbp201.Enabled = true;
- this.sbp201.IsEnablePurview = false;
- this.sbp201.IsMustInput = false;
- this.sbp201.Location = new System.Drawing.Point(6, 20);
- this.sbp201.ModelType = "1,2";
- this.sbp201.Name = "sbp201";
- this.sbp201.ProcedureCode = "";
- this.sbp201.ProcedureID = null;
- this.sbp201.ProcedureIDS = null;
- this.sbp201.ProcedureName = null;
- this.sbp201.Purview = null;
- this.sbp201.PurviewType = ((byte)(0));
- this.sbp201.Size = new System.Drawing.Size(170, 21);
- this.sbp201.TabIndex = 0;
- this.sbp201.Title = "开始工序";
- this.sbp201.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // sbp202
- //
- this.sbp202.BackColor = System.Drawing.Color.Transparent;
- this.sbp202.DataSource = null;
- this.sbp202.Enabled = true;
- this.sbp202.IsEnablePurview = false;
- this.sbp202.IsMustInput = false;
- this.sbp202.Location = new System.Drawing.Point(6, 47);
- this.sbp202.ModelType = "4,0";
- this.sbp202.Name = "sbp202";
- this.sbp202.ProcedureCode = "";
- this.sbp202.ProcedureID = null;
- this.sbp202.ProcedureIDS = null;
- this.sbp202.ProcedureName = null;
- this.sbp202.Purview = null;
- this.sbp202.PurviewType = ((byte)(0));
- this.sbp202.Size = new System.Drawing.Size(170, 21);
- this.sbp202.TabIndex = 1;
- this.sbp202.Title = "交接工序";
- this.sbp202.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // sbp203
- //
- this.sbp203.BackColor = System.Drawing.Color.Transparent;
- this.sbp203.DataSource = null;
- this.sbp203.Enabled = true;
- this.sbp203.IsEnablePurview = false;
- this.sbp203.IsMustInput = false;
- this.sbp203.Location = new System.Drawing.Point(6, 74);
- this.sbp203.ModelType = "-1";
- this.sbp203.Name = "sbp203";
- this.sbp203.ProcedureCode = "";
- this.sbp203.ProcedureID = null;
- this.sbp203.ProcedureIDS = null;
- this.sbp203.ProcedureName = null;
- this.sbp203.Purview = null;
- this.sbp203.PurviewType = ((byte)(0));
- this.sbp203.Size = new System.Drawing.Size(170, 21);
- this.sbp203.TabIndex = 2;
- this.sbp203.Title = "成检工序";
- this.sbp203.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
- //
- // F_RPT_04011201
- //
- 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(397, 358);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.groupBox1);
- 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_RPT_04011201";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusBackColor = System.Drawing.SystemColors.Window;
- this.StatusSizingGrip = false;
- this.Text = "设置";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_04011201_FormClosed);
- this.Load += new System.EventHandler(this.F_RPT_04011201_Load);
- this.Controls.SetChildIndex(this.dgvDataTonnage, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.groupBox1, 0);
- this.Controls.SetChildIndex(this.groupBox3, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDataTonnage)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.groupBox3.ResumeLayout(false);
- 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;
- #endregion
- private Controls.SearchTextBox.dkProcedureSearchBox sbp101;
- private Controls.SearchTextBox.dkProcedureSearchBox sbp102;
- private Controls.SearchTextBox.dkProcedureSearchBox sbp103;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
- private Basics.BaseControls.C_DGV_Column_Digital TurnoverInterval;
- private System.Windows.Forms.DataGridViewTextBoxColumn KilnID;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox3;
- private Controls.SearchTextBox.dkProcedureSearchBox sbp201;
- private Controls.SearchTextBox.dkProcedureSearchBox sbp202;
- private Controls.SearchTextBox.dkProcedureSearchBox sbp203;
- }
- }
|