namespace Bro.Common.Base.UI
{
partial class CtrlPLCRunBase
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.txtRefreshFrequence = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.dgvMonitor = new System.Windows.Forms.DataGridView();
this.txtMonitorLines = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.cboFormat = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMonitor)).BeginInit();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.cboFormat);
this.splitContainer1.Panel1.Controls.Add(this.txtRefreshFrequence);
this.splitContainer1.Panel1.Controls.Add(this.label4);
this.splitContainer1.Panel1.Controls.Add(this.label3);
this.splitContainer1.Panel1.Controls.Add(this.dgvMonitor);
this.splitContainer1.Panel1.Controls.Add(this.txtMonitorLines);
this.splitContainer1.Panel1.Controls.Add(this.label2);
this.splitContainer1.Panel1.Controls.Add(this.label1);
this.splitContainer1.Panel2Collapsed = true;
this.splitContainer1.Size = new System.Drawing.Size(438, 406);
this.splitContainer1.SplitterDistance = 228;
this.splitContainer1.TabIndex = 0;
//
// txtRefreshFrequence
//
this.txtRefreshFrequence.Location = new System.Drawing.Point(226, 7);
this.txtRefreshFrequence.Name = "txtRefreshFrequence";
this.txtRefreshFrequence.Size = new System.Drawing.Size(50, 21);
this.txtRefreshFrequence.TabIndex = 4;
this.txtRefreshFrequence.Text = "1000";
this.txtRefreshFrequence.TextChanged += new System.EventHandler(this.txtRefreshFrequence_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(289, 13);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(17, 12);
this.label4.TabIndex = 3;
this.label4.Text = "ms";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(165, 13);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 3;
this.label3.Text = "显示频率:";
//
// dgvMonitor
//
this.dgvMonitor.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.dgvMonitor.BackgroundColor = System.Drawing.SystemColors.Control;
this.dgvMonitor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvMonitor.Location = new System.Drawing.Point(3, 34);
this.dgvMonitor.Name = "dgvMonitor";
this.dgvMonitor.RowTemplate.Height = 23;
this.dgvMonitor.Size = new System.Drawing.Size(432, 369);
this.dgvMonitor.TabIndex = 2;
//
// txtMonitorLines
//
this.txtMonitorLines.Location = new System.Drawing.Point(75, 7);
this.txtMonitorLines.Name = "txtMonitorLines";
this.txtMonitorLines.Size = new System.Drawing.Size(45, 21);
this.txtMonitorLines.TabIndex = 1;
this.txtMonitorLines.Text = "10";
this.txtMonitorLines.TextChanged += new System.EventHandler(this.txtMonitorLines_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(130, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 0;
this.label2.Text = "行";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "监听数据";
//
// cboFormat
//
this.cboFormat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cboFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFormat.FormattingEnabled = true;
this.cboFormat.Items.AddRange(new object[] {
"十进制显示",
"十六进制显示",
"二进制显示"});
this.cboFormat.Location = new System.Drawing.Point(330, 7);
this.cboFormat.Name = "cboFormat";
this.cboFormat.Size = new System.Drawing.Size(103, 20);
this.cboFormat.TabIndex = 5;
//
// CtrlPLCRunBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Name = "CtrlPLCRunBase";
this.Size = new System.Drawing.Size(438, 406);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvMonitor)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox txtMonitorLines;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView dgvMonitor;
private System.Windows.Forms.TextBox txtRefreshFrequence;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cboFormat;
}
}