mirror of
https://github.com/zhaopeiym/IoTClient
synced 2025-10-26 22:15:44 +08:00
225 lines
9.2 KiB
C#
225 lines
9.2 KiB
C#
namespace IoTClient.Tool
|
||
{
|
||
partial class BACnetControl
|
||
{
|
||
/// <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.listBox1 = new System.Windows.Forms.ListBox();
|
||
this.txt_msgList = new System.Windows.Forms.TextBox();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.txt_address = new System.Windows.Forms.TextBox();
|
||
this.txt_value = new System.Windows.Forms.TextBox();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.groupBox1.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// listBox1
|
||
//
|
||
this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.listBox1.FormattingEnabled = true;
|
||
this.listBox1.ItemHeight = 12;
|
||
this.listBox1.Location = new System.Drawing.Point(3, 17);
|
||
this.listBox1.Name = "listBox1";
|
||
this.listBox1.Size = new System.Drawing.Size(169, 377);
|
||
this.listBox1.TabIndex = 0;
|
||
//
|
||
// txt_msgList
|
||
//
|
||
this.txt_msgList.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.txt_msgList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.txt_msgList.Location = new System.Drawing.Point(3, 17);
|
||
this.txt_msgList.Multiline = true;
|
||
this.txt_msgList.Name = "txt_msgList";
|
||
this.txt_msgList.Size = new System.Drawing.Size(690, 377);
|
||
this.txt_msgList.TabIndex = 1;
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Location = new System.Drawing.Point(290, 9);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(67, 23);
|
||
this.button3.TabIndex = 17;
|
||
this.button3.Text = "读 取";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
this.button3.Click += new System.EventHandler(this.Read_ClickAsync);
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(370, 14);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(17, 12);
|
||
this.label3.TabIndex = 16;
|
||
this.label3.Text = "值";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(149, 14);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(29, 12);
|
||
this.label2.TabIndex = 15;
|
||
this.label2.Text = "点名";
|
||
//
|
||
// txt_address
|
||
//
|
||
this.txt_address.Location = new System.Drawing.Point(185, 11);
|
||
this.txt_address.Name = "txt_address";
|
||
this.txt_address.Size = new System.Drawing.Size(100, 21);
|
||
this.txt_address.TabIndex = 14;
|
||
//
|
||
// txt_value
|
||
//
|
||
this.txt_value.Location = new System.Drawing.Point(398, 11);
|
||
this.txt_value.Name = "txt_value";
|
||
this.txt_value.Size = new System.Drawing.Size(100, 21);
|
||
this.txt_value.TabIndex = 13;
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Location = new System.Drawing.Point(504, 9);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(67, 23);
|
||
this.button2.TabIndex = 12;
|
||
this.button2.Text = "写 入";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.Write_ClickAsync);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(787, 9);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(75, 23);
|
||
this.button1.TabIndex = 11;
|
||
this.button1.Text = "重新扫描";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.listBox1);
|
||
this.groupBox1.Location = new System.Drawing.Point(3, 38);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(175, 397);
|
||
this.groupBox1.TabIndex = 18;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "设备";
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.Controls.Add(this.txt_msgList);
|
||
this.groupBox2.Location = new System.Drawing.Point(181, 38);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new System.Drawing.Size(696, 397);
|
||
this.groupBox2.TabIndex = 19;
|
||
this.groupBox2.TabStop = false;
|
||
//
|
||
// numericUpDown1
|
||
//
|
||
this.numericUpDown1.Location = new System.Drawing.Point(730, 10);
|
||
this.numericUpDown1.Maximum = new decimal(new int[] {
|
||
20,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown1.Minimum = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDown1.Name = "numericUpDown1";
|
||
this.numericUpDown1.Size = new System.Drawing.Size(51, 21);
|
||
this.numericUpDown1.TabIndex = 20;
|
||
this.numericUpDown1.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(693, 15);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(29, 12);
|
||
this.label1.TabIndex = 21;
|
||
this.label1.Text = "批量";
|
||
//
|
||
// BACnetControl
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.numericUpDown1);
|
||
this.Controls.Add(this.groupBox2);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.Controls.Add(this.button3);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.txt_address);
|
||
this.Controls.Add(this.txt_value);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Name = "BACnetControl";
|
||
this.Size = new System.Drawing.Size(880, 450);
|
||
this.Load += new System.EventHandler(this.BACnetControl_Load);
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.ListBox listBox1;
|
||
private System.Windows.Forms.TextBox txt_msgList;
|
||
private System.Windows.Forms.Button button3;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.TextBox txt_address;
|
||
private System.Windows.Forms.TextBox txt_value;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
||
private System.Windows.Forms.Label label1;
|
||
}
|
||
}
|