namespace GetWdtSignalData
{
partial class Form1
{
///
/// 必要なデザイナー変数です。
///
private System.ComponentModel.IContainer components = null;
///
/// 使用中のリソースをすべてクリーンアップします。
///
/// マネージド リソースを破棄する場合は true を指定し、その他の場合は false を指定します。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows フォーム デザイナーで生成されたコード
///
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
/// コード エディターで変更しないでください。
///
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnDisconnect = new System.Windows.Forms.Button();
this.btnConnect = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txbFailureCount = new System.Windows.Forms.TextBox();
this.txbInterval = new System.Windows.Forms.TextBox();
this.txbPort = new System.Windows.Forms.TextBox();
this.txbIpAddress = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.cmbMacAddress = new System.Windows.Forms.ComboBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnSelect = new System.Windows.Forms.Button();
this.btnGetVariableNames = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.txbTimeStamp = new System.Windows.Forms.TextBox();
this.txbLQI = new System.Windows.Forms.TextBox();
this.txbBuzzer = new System.Windows.Forms.TextBox();
this.txbWhite = new System.Windows.Forms.TextBox();
this.txbBlue = new System.Windows.Forms.TextBox();
this.txbGreen = new System.Windows.Forms.TextBox();
this.txbYellow = new System.Windows.Forms.TextBox();
this.txbRed = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.btnGetValue = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnDisconnect);
this.groupBox1.Controls.Add(this.btnConnect);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txbFailureCount);
this.groupBox1.Controls.Add(this.txbInterval);
this.groupBox1.Controls.Add(this.txbPort);
this.groupBox1.Controls.Add(this.txbIpAddress);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(274, 169);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Connection";
//
// btnDisconnect
//
this.btnDisconnect.Enabled = false;
this.btnDisconnect.Location = new System.Drawing.Point(148, 129);
this.btnDisconnect.Name = "btnDisconnect";
this.btnDisconnect.Size = new System.Drawing.Size(75, 23);
this.btnDisconnect.TabIndex = 5;
this.btnDisconnect.Text = "Disconnect";
this.btnDisconnect.UseVisualStyleBackColor = true;
this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
//
// btnConnect
//
this.btnConnect.Location = new System.Drawing.Point(58, 129);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(75, 23);
this.btnConnect.TabIndex = 4;
this.btnConnect.Text = "Connect";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(27, 101);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(70, 12);
this.label4.TabIndex = 1;
this.label4.Text = "FailureCount";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(205, 101);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(33, 12);
this.label6.TabIndex = 1;
this.label6.Text = "times";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(203, 76);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(20, 12);
this.label5.TabIndex = 1;
this.label5.Text = "ms";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(54, 76);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(43, 12);
this.label3.TabIndex = 1;
this.label3.Text = "Interval";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(71, 47);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(26, 12);
this.label2.TabIndex = 1;
this.label2.Text = "Port";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(82, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(15, 12);
this.label1.TabIndex = 1;
this.label1.Text = "IP";
//
// txbFailureCount
//
this.txbFailureCount.Location = new System.Drawing.Point(108, 94);
this.txbFailureCount.Name = "txbFailureCount";
this.txbFailureCount.Size = new System.Drawing.Size(89, 19);
this.txbFailureCount.TabIndex = 3;
this.txbFailureCount.Text = "3";
this.txbFailureCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txbInterval
//
this.txbInterval.Location = new System.Drawing.Point(108, 69);
this.txbInterval.Name = "txbInterval";
this.txbInterval.Size = new System.Drawing.Size(89, 19);
this.txbInterval.TabIndex = 2;
this.txbInterval.Text = "1000";
this.txbInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txbPort
//
this.txbPort.Location = new System.Drawing.Point(108, 44);
this.txbPort.Name = "txbPort";
this.txbPort.Size = new System.Drawing.Size(140, 19);
this.txbPort.TabIndex = 1;
this.txbPort.Text = "10001";
this.txbPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txbIpAddress
//
this.txbIpAddress.Location = new System.Drawing.Point(108, 19);
this.txbIpAddress.Name = "txbIpAddress";
this.txbIpAddress.Size = new System.Drawing.Size(140, 19);
this.txbIpAddress.TabIndex = 0;
this.txbIpAddress.Text = "192.168.0.1";
this.txbIpAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.cmbMacAddress);
this.groupBox2.Controls.Add(this.btnCancel);
this.groupBox2.Controls.Add(this.btnSelect);
this.groupBox2.Controls.Add(this.btnGetVariableNames);
this.groupBox2.Location = new System.Drawing.Point(13, 189);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(273, 146);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "SelectWdt";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(32, 79);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(188, 12);
this.label8.TabIndex = 5;
this.label8.Text = "*It will take sometime to be display";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(128, 15);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(115, 12);
this.label7.TabIndex = 5;
this.label7.Text = "WDT_MAC_ADDRESS";
//
// cmbMacAddress
//
this.cmbMacAddress.FormattingEnabled = true;
this.cmbMacAddress.Location = new System.Drawing.Point(115, 43);
this.cmbMacAddress.Name = "cmbMacAddress";
this.cmbMacAddress.Size = new System.Drawing.Size(142, 20);
this.cmbMacAddress.TabIndex = 1;
//
// btnCancel
//
this.btnCancel.Enabled = false;
this.btnCancel.Location = new System.Drawing.Point(147, 108);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSelect
//
this.btnSelect.Enabled = false;
this.btnSelect.Location = new System.Drawing.Point(57, 108);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(75, 23);
this.btnSelect.TabIndex = 2;
this.btnSelect.Text = "Select";
this.btnSelect.UseVisualStyleBackColor = true;
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// btnGetVariableNames
//
this.btnGetVariableNames.Enabled = false;
this.btnGetVariableNames.Location = new System.Drawing.Point(21, 29);
this.btnGetVariableNames.Name = "btnGetVariableNames";
this.btnGetVariableNames.Size = new System.Drawing.Size(75, 23);
this.btnGetVariableNames.TabIndex = 0;
this.btnGetVariableNames.Text = "Get";
this.btnGetVariableNames.UseVisualStyleBackColor = true;
this.btnGetVariableNames.Click += new System.EventHandler(this.btnGetVariableNames_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.txbTimeStamp);
this.groupBox3.Controls.Add(this.txbLQI);
this.groupBox3.Controls.Add(this.txbBuzzer);
this.groupBox3.Controls.Add(this.txbWhite);
this.groupBox3.Controls.Add(this.txbBlue);
this.groupBox3.Controls.Add(this.txbGreen);
this.groupBox3.Controls.Add(this.txbYellow);
this.groupBox3.Controls.Add(this.txbRed);
this.groupBox3.Controls.Add(this.label18);
this.groupBox3.Controls.Add(this.label17);
this.groupBox3.Controls.Add(this.label16);
this.groupBox3.Controls.Add(this.label15);
this.groupBox3.Controls.Add(this.label14);
this.groupBox3.Controls.Add(this.label13);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.btnGetValue);
this.groupBox3.Location = new System.Drawing.Point(13, 346);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(273, 257);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Value";
//
// txbTimeStamp
//
this.txbTimeStamp.Location = new System.Drawing.Point(81, 223);
this.txbTimeStamp.Name = "txbTimeStamp";
this.txbTimeStamp.ReadOnly = true;
this.txbTimeStamp.Size = new System.Drawing.Size(120, 19);
this.txbTimeStamp.TabIndex = 7;
this.txbTimeStamp.TabStop = false;
this.txbTimeStamp.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txbLQI
//
this.txbLQI.Location = new System.Drawing.Point(81, 198);
this.txbLQI.Name = "txbLQI";
this.txbLQI.ReadOnly = true;
this.txbLQI.Size = new System.Drawing.Size(45, 19);
this.txbLQI.TabIndex = 7;
this.txbLQI.TabStop = false;
this.txbLQI.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txbBuzzer
//
this.txbBuzzer.Location = new System.Drawing.Point(81, 173);
this.txbBuzzer.Name = "txbBuzzer";
this.txbBuzzer.ReadOnly = true;
this.txbBuzzer.Size = new System.Drawing.Size(45, 19);
this.txbBuzzer.TabIndex = 7;
this.txbBuzzer.TabStop = false;
this.txbBuzzer.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txbWhite
//
this.txbWhite.Location = new System.Drawing.Point(81, 148);
this.txbWhite.Name = "txbWhite";
this.txbWhite.ReadOnly = true;
this.txbWhite.Size = new System.Drawing.Size(45, 19);
this.txbWhite.TabIndex = 7;
this.txbWhite.TabStop = false;
this.txbWhite.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txbBlue
//
this.txbBlue.Location = new System.Drawing.Point(81, 123);
this.txbBlue.Name = "txbBlue";
this.txbBlue.ReadOnly = true;
this.txbBlue.Size = new System.Drawing.Size(45, 19);
this.txbBlue.TabIndex = 7;
this.txbBlue.TabStop = false;
this.txbBlue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txbGreen
//
this.txbGreen.Location = new System.Drawing.Point(81, 96);
this.txbGreen.Name = "txbGreen";
this.txbGreen.ReadOnly = true;
this.txbGreen.Size = new System.Drawing.Size(45, 19);
this.txbGreen.TabIndex = 7;
this.txbGreen.TabStop = false;
this.txbGreen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txbYellow
//
this.txbYellow.Location = new System.Drawing.Point(81, 70);
this.txbYellow.Name = "txbYellow";
this.txbYellow.ReadOnly = true;
this.txbYellow.Size = new System.Drawing.Size(45, 19);
this.txbYellow.TabIndex = 7;
this.txbYellow.TabStop = false;
this.txbYellow.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txbRed
//
this.txbRed.Location = new System.Drawing.Point(81, 41);
this.txbRed.Name = "txbRed";
this.txbRed.ReadOnly = true;
this.txbRed.Size = new System.Drawing.Size(45, 19);
this.txbRed.TabIndex = 2;
this.txbRed.TabStop = false;
this.txbRed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(13, 226);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(62, 12);
this.label18.TabIndex = 6;
this.label18.Text = "TimeStamp";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(13, 200);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(22, 12);
this.label17.TabIndex = 6;
this.label17.Text = "LQI";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(13, 174);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(39, 12);
this.label16.TabIndex = 6;
this.label16.Text = "Buzzer";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(13, 122);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(28, 12);
this.label15.TabIndex = 6;
this.label15.Text = "Blue";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(13, 148);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(33, 12);
this.label14.TabIndex = 6;
this.label14.Text = "White";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(13, 96);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(35, 12);
this.label13.TabIndex = 6;
this.label13.Text = "Green";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(13, 70);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(38, 12);
this.label12.TabIndex = 6;
this.label12.Text = "Yellow";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(13, 44);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(25, 12);
this.label11.TabIndex = 6;
this.label11.Text = "Red";
//
// label9
//
this.label9.AutoSize = true;
this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label9.Location = new System.Drawing.Point(141, 138);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(116, 74);
this.label9.TabIndex = 5;
this.label9.Text = "LQI\r\n\r\n 0~ 50: Bad\r\n 51~100: Slightly bad\r\n101~150: Good\r\n151~255: Very good";
//
// label10
//
this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label10.Location = new System.Drawing.Point(142, 52);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(115, 77);
this.label10.TabIndex = 5;
this.label10.Text = "Light(buzzer)\r\n\r\n0: Unused(Mute)\r\n1: Light off(Ring)\r\n2: Lights up\r\n4: Blink";
//
// btnGetValue
//
this.btnGetValue.Enabled = false;
this.btnGetValue.Location = new System.Drawing.Point(142, 18);
this.btnGetValue.Name = "btnGetValue";
this.btnGetValue.Size = new System.Drawing.Size(90, 23);
this.btnGetValue.TabIndex = 0;
this.btnGetValue.Text = "GetValue";
this.btnGetValue.UseVisualStyleBackColor = true;
this.btnGetValue.Click += new System.EventHandler(this.btnGetValue_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(308, 615);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.Text = "GetWdtSignalData";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnDisconnect;
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txbFailureCount;
private System.Windows.Forms.TextBox txbInterval;
private System.Windows.Forms.TextBox txbPort;
private System.Windows.Forms.TextBox txbIpAddress;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnGetVariableNames;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cmbMacAddress;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnSelect;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox txbTimeStamp;
private System.Windows.Forms.TextBox txbLQI;
private System.Windows.Forms.TextBox txbBuzzer;
private System.Windows.Forms.TextBox txbWhite;
private System.Windows.Forms.TextBox txbBlue;
private System.Windows.Forms.TextBox txbGreen;
private System.Windows.Forms.TextBox txbYellow;
private System.Windows.Forms.TextBox txbRed;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button btnGetValue;
}
}