| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- namespace Core.LgMes.Client.lgGlobalMap
- {
- partial class frmTundish
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.dataGVTundish = new System.Windows.Forms.DataGridView();
- this.RowCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Samplingvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Samplingdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panel1 = new System.Windows.Forms.Panel();
- this.lblSteelValue = new System.Windows.Forms.Label();
- this.lblHeatNoValue = new System.Windows.Forms.Label();
- this.lblSteel = new System.Windows.Forms.Label();
- this.lblHeatNo = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.dataGVTundish)).BeginInit();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // dataGVTundish
- //
- this.dataGVTundish.AllowUserToAddRows = false;
- this.dataGVTundish.BackgroundColor = System.Drawing.Color.White;
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightBlue;
- dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGVTundish.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
- this.dataGVTundish.ColumnHeadersHeight = 20;
- this.dataGVTundish.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.RowCount,
- this.Samplingvalue,
- this.Samplingdate});
- this.dataGVTundish.EnableHeadersVisualStyles = false;
- this.dataGVTundish.GridColor = System.Drawing.SystemColors.Control;
- this.dataGVTundish.Location = new System.Drawing.Point(5, 54);
- this.dataGVTundish.Name = "dataGVTundish";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dataGVTundish.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dataGVTundish.RowHeadersVisible = false;
- this.dataGVTundish.RowTemplate.Height = 23;
- this.dataGVTundish.Size = new System.Drawing.Size(291, 278);
- this.dataGVTundish.TabIndex = 0;
- //
- // RowCount
- //
- this.RowCount.HeaderText = "序号";
- this.RowCount.Name = "RowCount";
- this.RowCount.Width = 50;
- //
- // Samplingvalue
- //
- this.Samplingvalue.HeaderText = "采样值";
- this.Samplingvalue.Name = "Samplingvalue";
- this.Samplingvalue.Width = 80;
- //
- // Samplingdate
- //
- this.Samplingdate.HeaderText = "采样时间";
- this.Samplingdate.Name = "Samplingdate";
- this.Samplingdate.Width = 120;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.CornflowerBlue;
- this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel1.Controls.Add(this.lblSteelValue);
- this.panel1.Controls.Add(this.lblHeatNoValue);
- this.panel1.Controls.Add(this.lblSteel);
- this.panel1.Controls.Add(this.lblHeatNo);
- this.panel1.Location = new System.Drawing.Point(5, 5);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(291, 46);
- this.panel1.TabIndex = 1;
- //
- // lblSteelValue
- //
- this.lblSteelValue.AutoSize = true;
- this.lblSteelValue.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblSteelValue.ForeColor = System.Drawing.Color.White;
- this.lblSteelValue.Location = new System.Drawing.Point(196, 15);
- this.lblSteelValue.Name = "lblSteelValue";
- this.lblSteelValue.Size = new System.Drawing.Size(0, 14);
- this.lblSteelValue.TabIndex = 1;
- //
- // lblHeatNoValue
- //
- this.lblHeatNoValue.AutoSize = true;
- this.lblHeatNoValue.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblHeatNoValue.ForeColor = System.Drawing.Color.White;
- this.lblHeatNoValue.Location = new System.Drawing.Point(73, 15);
- this.lblHeatNoValue.Name = "lblHeatNoValue";
- this.lblHeatNoValue.Size = new System.Drawing.Size(0, 14);
- this.lblHeatNoValue.TabIndex = 1;
- //
- // lblSteel
- //
- this.lblSteel.AutoSize = true;
- this.lblSteel.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblSteel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
- this.lblSteel.Location = new System.Drawing.Point(157, 15);
- this.lblSteel.Name = "lblSteel";
- this.lblSteel.Size = new System.Drawing.Size(42, 14);
- this.lblSteel.TabIndex = 0;
- this.lblSteel.Text = "牌号:";
- //
- // lblHeatNo
- //
- this.lblHeatNo.AutoSize = true;
- this.lblHeatNo.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblHeatNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
- this.lblHeatNo.Location = new System.Drawing.Point(17, 15);
- this.lblHeatNo.Name = "lblHeatNo";
- this.lblHeatNo.Size = new System.Drawing.Size(56, 14);
- this.lblHeatNo.TabIndex = 0;
- this.lblHeatNo.Text = "熔炼号:";
- //
- // frmTundish
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.BackColor = System.Drawing.Color.SteelBlue;
- this.ClientSize = new System.Drawing.Size(301, 335);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.dataGVTundish);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmTundish";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "中包温度信息";
- this.Load += new System.EventHandler(this.frmTundish_Load);
- this.DoubleClick += new System.EventHandler(this.frmTundish_DoubleClick);
- ((System.ComponentModel.ISupportInitialize)(this.dataGVTundish)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.DataGridView dataGVTundish;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label lblSteelValue;
- private System.Windows.Forms.Label lblHeatNoValue;
- private System.Windows.Forms.Label lblSteel;
- private System.Windows.Forms.Label lblHeatNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn RowCount;
- private System.Windows.Forms.DataGridViewTextBoxColumn Samplingvalue;
- private System.Windows.Forms.DataGridViewTextBoxColumn Samplingdate;
- }
- }
|