namespace Core.LgMes.Client.lgGlobalMap { partial class frmTundish { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// 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; } }