You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
326 lines
14 KiB
C#
326 lines
14 KiB
C#
namespace Mesnac.Equips.SetConfig.DataConfig
|
|
{
|
|
partial class NewEquipForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.listViewEquip = new System.Windows.Forms.ListView();
|
|
this.columnName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnRemark = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.comboBox3 = new System.Windows.Forms.ComboBox();
|
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.cbGroup = new System.Windows.Forms.CheckBox();
|
|
this.lblRange = new System.Windows.Forms.Label();
|
|
this.txtRange = new System.Windows.Forms.TextBox();
|
|
this.txt_num = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(83, 171);
|
|
this.textBox2.MaxLength = 10;
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(115, 21);
|
|
this.textBox2.TabIndex = 8;
|
|
this.textBox2.Text = "1000";
|
|
this.textBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox2_KeyPress);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(12, 174);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(65, 12);
|
|
this.label5.TabIndex = 34;
|
|
this.label5.Text = "读取频率:";
|
|
//
|
|
// listViewEquip
|
|
//
|
|
this.listViewEquip.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnName,
|
|
this.columnNo,
|
|
this.columnRemark});
|
|
this.listViewEquip.FullRowSelect = true;
|
|
this.listViewEquip.GridLines = true;
|
|
this.listViewEquip.Location = new System.Drawing.Point(302, 18);
|
|
this.listViewEquip.MultiSelect = false;
|
|
this.listViewEquip.Name = "listViewEquip";
|
|
this.listViewEquip.Size = new System.Drawing.Size(266, 154);
|
|
this.listViewEquip.TabIndex = 9;
|
|
this.listViewEquip.UseCompatibleStateImageBehavior = false;
|
|
this.listViewEquip.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// columnName
|
|
//
|
|
this.columnName.Text = "名称";
|
|
this.columnName.Width = 0;
|
|
//
|
|
// columnNo
|
|
//
|
|
this.columnNo.Text = "序号";
|
|
this.columnNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// columnRemark
|
|
//
|
|
this.columnRemark.Text = "模版描述信息";
|
|
this.columnRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.columnRemark.Width = 200;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(204, 146);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(46, 20);
|
|
this.button2.TabIndex = 7;
|
|
this.button2.Text = "详细";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(340, 199);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(195, 23);
|
|
this.button1.TabIndex = 10;
|
|
this.button1.Text = "确定";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// comboBox3
|
|
//
|
|
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox3.FormattingEnabled = true;
|
|
this.comboBox3.Location = new System.Drawing.Point(83, 145);
|
|
this.comboBox3.Name = "comboBox3";
|
|
this.comboBox3.Size = new System.Drawing.Size(115, 20);
|
|
this.comboBox3.TabIndex = 6;
|
|
this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
|
|
//
|
|
// comboBox2
|
|
//
|
|
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox2.FormattingEnabled = true;
|
|
this.comboBox2.Location = new System.Drawing.Point(83, 115);
|
|
this.comboBox2.Name = "comboBox2";
|
|
this.comboBox2.Size = new System.Drawing.Size(167, 20);
|
|
this.comboBox2.TabIndex = 5;
|
|
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(36, 150);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(41, 12);
|
|
this.label4.TabIndex = 28;
|
|
this.label4.Text = "通讯:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(36, 119);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
|
this.label3.TabIndex = 27;
|
|
this.label3.Text = "类型:";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(83, 18);
|
|
this.textBox1.MaxLength = 20;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(167, 21);
|
|
this.textBox1.TabIndex = 1;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(36, 88);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
|
this.label2.TabIndex = 25;
|
|
this.label2.Text = "品牌:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(36, 21);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 24;
|
|
this.label1.Text = "名称:";
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(83, 85);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(167, 20);
|
|
this.comboBox1.TabIndex = 4;
|
|
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(204, 174);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(29, 12);
|
|
this.label6.TabIndex = 89;
|
|
this.label6.Text = "毫秒";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(38, 56);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(29, 12);
|
|
this.label7.TabIndex = 90;
|
|
this.label7.Text = "群组";
|
|
//
|
|
// cbGroup
|
|
//
|
|
this.cbGroup.AutoSize = true;
|
|
this.cbGroup.Location = new System.Drawing.Point(83, 55);
|
|
this.cbGroup.Name = "cbGroup";
|
|
this.cbGroup.Size = new System.Drawing.Size(48, 16);
|
|
this.cbGroup.TabIndex = 2;
|
|
this.cbGroup.Text = "启用";
|
|
this.cbGroup.UseVisualStyleBackColor = true;
|
|
this.cbGroup.CheckedChanged += new System.EventHandler(this.cbGroup_CheckedChanged);
|
|
//
|
|
// lblRange
|
|
//
|
|
this.lblRange.AutoSize = true;
|
|
this.lblRange.Location = new System.Drawing.Point(140, 56);
|
|
this.lblRange.Name = "lblRange";
|
|
this.lblRange.Size = new System.Drawing.Size(29, 12);
|
|
this.lblRange.TabIndex = 92;
|
|
this.lblRange.Text = "范围";
|
|
//
|
|
// txtRange
|
|
//
|
|
this.txtRange.Location = new System.Drawing.Point(172, 52);
|
|
this.txtRange.Name = "txtRange";
|
|
this.txtRange.Size = new System.Drawing.Size(78, 21);
|
|
this.txtRange.TabIndex = 3;
|
|
//
|
|
// txt_num
|
|
//
|
|
this.txt_num.Location = new System.Drawing.Point(83, 198);
|
|
this.txt_num.MaxLength = 20;
|
|
this.txt_num.Name = "txt_num";
|
|
this.txt_num.Size = new System.Drawing.Size(167, 21);
|
|
this.txt_num.TabIndex = 93;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(36, 201);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(41, 12);
|
|
this.label8.TabIndex = 94;
|
|
this.label8.Text = "站号:";
|
|
//
|
|
// NewEquipForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(580, 234);
|
|
this.Controls.Add(this.txt_num);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.txtRange);
|
|
this.Controls.Add(this.lblRange);
|
|
this.Controls.Add(this.cbGroup);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.listViewEquip);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.comboBox3);
|
|
this.Controls.Add(this.comboBox2);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.MaximizeBox = false;
|
|
this.Name = "NewEquipForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "系统设备信息管理";
|
|
this.Load += new System.EventHandler(this.NewEquip_Load);
|
|
this.Shown += new System.EventHandler(this.NewEquip_Shown);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ListView listViewEquip;
|
|
private System.Windows.Forms.ColumnHeader columnName;
|
|
private System.Windows.Forms.ColumnHeader columnRemark;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.ComboBox comboBox3;
|
|
private System.Windows.Forms.ComboBox comboBox2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.ColumnHeader columnNo;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.CheckBox cbGroup;
|
|
private System.Windows.Forms.Label lblRange;
|
|
private System.Windows.Forms.TextBox txtRange;
|
|
private System.Windows.Forms.TextBox txt_num;
|
|
private System.Windows.Forms.Label label8;
|
|
}
|
|
} |