134 lines
6.0 KiB
C#
134 lines
6.0 KiB
C#
namespace CowainHmi
|
||
{
|
||
partial class 变量表格监控
|
||
{
|
||
/// <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 组件设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
this.dgvData = new System.Windows.Forms.DataGridView();
|
||
this.VarName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.VarDesc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.VarValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// dgvData
|
||
//
|
||
this.dgvData.AllowUserToAddRows = false;
|
||
this.dgvData.AllowUserToResizeRows = false;
|
||
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.VarName,
|
||
this.VarDesc,
|
||
this.Address,
|
||
this.VarValue});
|
||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
|
||
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
|
||
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
||
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
|
||
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.dgvData.DefaultCellStyle = dataGridViewCellStyle1;
|
||
this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.dgvData.Location = new System.Drawing.Point(0, 0);
|
||
this.dgvData.Name = "dgvData";
|
||
this.dgvData.ReadOnly = true;
|
||
this.dgvData.RowHeadersWidth = 51;
|
||
this.dgvData.RowTemplate.Height = 23;
|
||
this.dgvData.Size = new System.Drawing.Size(839, 679);
|
||
this.dgvData.TabIndex = 2;
|
||
this.dgvData.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellClick);
|
||
this.dgvData.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvData_RowPostPaint);
|
||
//
|
||
// VarName
|
||
//
|
||
this.VarName.DataPropertyName = "VarName";
|
||
this.VarName.HeaderText = "名称";
|
||
this.VarName.MinimumWidth = 6;
|
||
this.VarName.Name = "VarName";
|
||
this.VarName.ReadOnly = true;
|
||
this.VarName.Width = 200;
|
||
//
|
||
// VarDesc
|
||
//
|
||
this.VarDesc.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||
this.VarDesc.DataPropertyName = "VarDesc";
|
||
this.VarDesc.HeaderText = "注释";
|
||
this.VarDesc.MinimumWidth = 6;
|
||
this.VarDesc.Name = "VarDesc";
|
||
this.VarDesc.ReadOnly = true;
|
||
//
|
||
// Address
|
||
//
|
||
this.Address.DataPropertyName = "Address";
|
||
this.Address.HeaderText = "地址";
|
||
this.Address.MinimumWidth = 6;
|
||
this.Address.Name = "Address";
|
||
this.Address.ReadOnly = true;
|
||
this.Address.Width = 125;
|
||
//
|
||
// VarValue
|
||
//
|
||
this.VarValue.DataPropertyName = "VarValue";
|
||
this.VarValue.HeaderText = "值";
|
||
this.VarValue.MinimumWidth = 6;
|
||
this.VarValue.Name = "VarValue";
|
||
this.VarValue.ReadOnly = true;
|
||
this.VarValue.Width = 125;
|
||
//
|
||
// timer1
|
||
//
|
||
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||
//
|
||
// ucPlcDataTable
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.dgvData);
|
||
this.Name = "ucPlcDataTable";
|
||
this.Size = new System.Drawing.Size(839, 679);
|
||
this.Load += new System.EventHandler(this.ucPlcDataTable_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.DataGridView dgvData;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn VarName;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn VarDesc;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Address;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn VarValue;
|
||
private System.Windows.Forms.Timer timer1;
|
||
}
|
||
}
|