namespace Bro.Device.Station.Forms
{
partial class MonitorSetBindFrm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.lvBinds = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.propGridMonitorSet = new System.Windows.Forms.PropertyGrid();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lblMethodCode = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lvBinds
//
this.lvBinds.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.lvBinds.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2});
this.lvBinds.FullRowSelect = true;
this.lvBinds.Location = new System.Drawing.Point(13, 13);
this.lvBinds.MultiSelect = false;
this.lvBinds.Name = "lvBinds";
this.lvBinds.Size = new System.Drawing.Size(241, 305);
this.lvBinds.TabIndex = 0;
this.lvBinds.UseCompatibleStateImageBehavior = false;
this.lvBinds.View = System.Windows.Forms.View.Details;
this.lvBinds.SelectedIndexChanged += new System.EventHandler(this.lvBinds_SelectedIndexChanged);
//
// columnHeader1
//
this.columnHeader1.DisplayIndex = 1;
this.columnHeader1.Text = "MonitorSet";
this.columnHeader1.Width = 141;
//
// columnHeader2
//
this.columnHeader2.DisplayIndex = 0;
this.columnHeader2.Text = "MethodCode";
this.columnHeader2.Width = 93;
//
// propGridMonitorSet
//
this.propGridMonitorSet.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.propGridMonitorSet.Location = new System.Drawing.Point(260, 114);
this.propGridMonitorSet.Name = "propGridMonitorSet";
this.propGridMonitorSet.Size = new System.Drawing.Size(266, 204);
this.propGridMonitorSet.TabIndex = 2;
this.propGridMonitorSet.ToolbarVisible = false;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(274, 88);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 12);
this.label1.TabIndex = 3;
this.label1.Text = "MonitorSet属性";
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(274, 19);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 3;
this.label2.Text = "MethodCode";
//
// lblMethodCode
//
this.lblMethodCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lblMethodCode.AutoSize = true;
this.lblMethodCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMethodCode.Location = new System.Drawing.Point(274, 41);
this.lblMethodCode.Name = "lblMethodCode";
this.lblMethodCode.Size = new System.Drawing.Size(33, 12);
this.lblMethodCode.TabIndex = 3;
this.lblMethodCode.Text = " ";
//
// MonitorSetBindFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(538, 330);
this.Controls.Add(this.lblMethodCode);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.propGridMonitorSet);
this.Controls.Add(this.lvBinds);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MonitorSetBindFrm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "PLC监听设置绑定界面";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView lvBinds;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.PropertyGrid propGridMonitorSet;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblMethodCode;
}
}