672 lines
38 KiB
C#
672 lines
38 KiB
C#
namespace SiWiComMSI
|
|
{
|
|
partial class SiWiComDevTool_Main
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SiWiComDevTool_Main));
|
|
this.rtfTerminal = new System.Windows.Forms.RichTextBox();
|
|
this.comport = new System.IO.Ports.SerialPort(this.components);
|
|
this.lstComPort = new System.Windows.Forms.ListBox();
|
|
this.lblSelectPort = new System.Windows.Forms.Label();
|
|
this.imgConnect = new System.Windows.Forms.ImageList(this.components);
|
|
this.imgClose = new System.Windows.Forms.ImageList(this.components);
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.btnConnect = new System.Windows.Forms.Button();
|
|
this.btnIDLE = new System.Windows.Forms.Button();
|
|
this.btnMASTER = new System.Windows.Forms.Button();
|
|
this.btnSLAVE = new System.Windows.Forms.Button();
|
|
this.btnNOICEMAKER = new System.Windows.Forms.Button();
|
|
this.listLocalMasterAddr = new System.Windows.Forms.ListBox();
|
|
this.listLocalDeviceAddr = new System.Windows.Forms.ListBox();
|
|
this.listRemoteOldDeviceAddr = new System.Windows.Forms.ListBox();
|
|
this.listRemoteNewDeviceAddr = new System.Windows.Forms.ListBox();
|
|
this.listRemoteMasterAddr = new System.Windows.Forms.ListBox();
|
|
this.lblLocalDeviceAddr = new System.Windows.Forms.Label();
|
|
this.lblLocalMasterAddr = new System.Windows.Forms.Label();
|
|
this.lblRemoteOldDeviceAddr = new System.Windows.Forms.Label();
|
|
this.lblRemoteNewDeviceAddr = new System.Windows.Forms.Label();
|
|
this.lblRemoteMasterAddr = new System.Windows.Forms.Label();
|
|
this.txtLocalWakeUpTime = new System.Windows.Forms.TextBox();
|
|
this.txtRemoteWakeUpTime = new System.Windows.Forms.TextBox();
|
|
this.btnSendLocal = new System.Windows.Forms.Button();
|
|
this.btnSendRemote = new System.Windows.Forms.Button();
|
|
this.lblTemp = new System.Windows.Forms.Label();
|
|
this.lblBat = new System.Windows.Forms.Label();
|
|
this.lblRSSI = new System.Windows.Forms.Label();
|
|
this.lblAddr = new System.Windows.Forms.Label();
|
|
this.btnGetLocalData = new System.Windows.Forms.Button();
|
|
this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
|
|
this.SuspendLayout();
|
|
//
|
|
// rtfTerminal
|
|
//
|
|
this.rtfTerminal.BackColor = System.Drawing.Color.White;
|
|
this.rtfTerminal.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtfTerminal.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rtfTerminal.Location = new System.Drawing.Point(37, 163);
|
|
this.rtfTerminal.MaxLength = 100;
|
|
this.rtfTerminal.Name = "rtfTerminal";
|
|
this.rtfTerminal.Size = new System.Drawing.Size(368, 241);
|
|
this.rtfTerminal.TabIndex = 1;
|
|
this.rtfTerminal.Text = "";
|
|
//
|
|
// comport
|
|
//
|
|
this.comport.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.comport_DataReceived);
|
|
//
|
|
// lstComPort
|
|
//
|
|
this.lstComPort.BackColor = System.Drawing.Color.LightGray;
|
|
this.lstComPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lstComPort.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lstComPort.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lstComPort.ForeColor = System.Drawing.Color.Black;
|
|
this.lstComPort.FormattingEnabled = true;
|
|
this.lstComPort.ItemHeight = 12;
|
|
this.lstComPort.Location = new System.Drawing.Point(670, 133);
|
|
this.lstComPort.Name = "lstComPort";
|
|
this.lstComPort.Size = new System.Drawing.Size(70, 14);
|
|
this.lstComPort.TabIndex = 62;
|
|
this.lstComPort.Visible = false;
|
|
this.lstComPort.SelectedIndexChanged += new System.EventHandler(this.lstComPort_SelectedIndexChanged);
|
|
//
|
|
// lblSelectPort
|
|
//
|
|
this.lblSelectPort.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblSelectPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblSelectPort.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblSelectPort.Location = new System.Drawing.Point(670, 120);
|
|
this.lblSelectPort.Name = "lblSelectPort";
|
|
this.lblSelectPort.Size = new System.Drawing.Size(70, 14);
|
|
this.lblSelectPort.TabIndex = 63;
|
|
this.lblSelectPort.Text = "Select port:";
|
|
this.lblSelectPort.Visible = false;
|
|
//
|
|
// imgConnect
|
|
//
|
|
this.imgConnect.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgConnect.ImageStream")));
|
|
this.imgConnect.TransparentColor = System.Drawing.Color.Transparent;
|
|
this.imgConnect.Images.SetKeyName(0, "btnConnect_U.jpg");
|
|
this.imgConnect.Images.SetKeyName(1, "btnConnect_D.jpg");
|
|
//
|
|
// imgClose
|
|
//
|
|
this.imgClose.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgClose.ImageStream")));
|
|
this.imgClose.TransparentColor = System.Drawing.Color.Transparent;
|
|
this.imgClose.Images.SetKeyName(0, "btnClose_U.jpg");
|
|
this.imgClose.Images.SetKeyName(1, "btnClose_D.jpg");
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.BackColor = System.Drawing.Color.White;
|
|
this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnClose.FlatAppearance.BorderSize = 0;
|
|
this.btnClose.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
|
|
this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
|
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnClose.ImageIndex = 0;
|
|
this.btnClose.ImageList = this.imgClose;
|
|
this.btnClose.Location = new System.Drawing.Point(685, 119);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(46, 15);
|
|
this.btnClose.TabIndex = 65;
|
|
this.btnClose.UseVisualStyleBackColor = false;
|
|
this.btnClose.MouseLeave += new System.EventHandler(this.btnClose_MouseLeave);
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
this.btnClose.MouseEnter += new System.EventHandler(this.btnClose_MouseEnter);
|
|
//
|
|
// btnConnect
|
|
//
|
|
this.btnConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnConnect.BackColor = System.Drawing.Color.White;
|
|
this.btnConnect.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.btnConnect.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnConnect.FlatAppearance.BorderSize = 0;
|
|
this.btnConnect.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
|
|
this.btnConnect.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
|
|
this.btnConnect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnConnect.ImageIndex = 0;
|
|
this.btnConnect.ImageList = this.imgConnect;
|
|
this.btnConnect.Location = new System.Drawing.Point(606, 119);
|
|
this.btnConnect.Name = "btnConnect";
|
|
this.btnConnect.Size = new System.Drawing.Size(59, 15);
|
|
this.btnConnect.TabIndex = 66;
|
|
this.btnConnect.UseVisualStyleBackColor = false;
|
|
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click_1);
|
|
//
|
|
// btnIDLE
|
|
//
|
|
this.btnIDLE.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnIDLE.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnIDLE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.btnIDLE.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnIDLE.FlatAppearance.BorderSize = 0;
|
|
this.btnIDLE.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btnIDLE.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btnIDLE.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnIDLE.ImageIndex = 0;
|
|
this.btnIDLE.Location = new System.Drawing.Point(453, 142);
|
|
this.btnIDLE.Name = "btnIDLE";
|
|
this.btnIDLE.Size = new System.Drawing.Size(33, 12);
|
|
this.btnIDLE.TabIndex = 67;
|
|
this.btnIDLE.UseVisualStyleBackColor = false;
|
|
this.btnIDLE.Click += new System.EventHandler(this.btnIDLE_Click);
|
|
//
|
|
// btnMASTER
|
|
//
|
|
this.btnMASTER.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnMASTER.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnMASTER.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.btnMASTER.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnMASTER.FlatAppearance.BorderSize = 0;
|
|
this.btnMASTER.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btnMASTER.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btnMASTER.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnMASTER.ImageIndex = 0;
|
|
this.btnMASTER.Location = new System.Drawing.Point(497, 142);
|
|
this.btnMASTER.Name = "btnMASTER";
|
|
this.btnMASTER.Size = new System.Drawing.Size(52, 12);
|
|
this.btnMASTER.TabIndex = 68;
|
|
this.btnMASTER.UseVisualStyleBackColor = false;
|
|
this.btnMASTER.Click += new System.EventHandler(this.btnMASTER_Click);
|
|
//
|
|
// btnSLAVE
|
|
//
|
|
this.btnSLAVE.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSLAVE.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnSLAVE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.btnSLAVE.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnSLAVE.FlatAppearance.BorderSize = 0;
|
|
this.btnSLAVE.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btnSLAVE.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btnSLAVE.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnSLAVE.ImageIndex = 0;
|
|
this.btnSLAVE.Location = new System.Drawing.Point(561, 142);
|
|
this.btnSLAVE.Name = "btnSLAVE";
|
|
this.btnSLAVE.Size = new System.Drawing.Size(40, 12);
|
|
this.btnSLAVE.TabIndex = 69;
|
|
this.btnSLAVE.UseVisualStyleBackColor = false;
|
|
this.btnSLAVE.Click += new System.EventHandler(this.btnSLAVE_Click);
|
|
//
|
|
// btnNOICEMAKER
|
|
//
|
|
this.btnNOICEMAKER.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnNOICEMAKER.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnNOICEMAKER.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.btnNOICEMAKER.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnNOICEMAKER.FlatAppearance.BorderSize = 0;
|
|
this.btnNOICEMAKER.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btnNOICEMAKER.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btnNOICEMAKER.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnNOICEMAKER.ImageIndex = 0;
|
|
this.btnNOICEMAKER.Location = new System.Drawing.Point(615, 142);
|
|
this.btnNOICEMAKER.Name = "btnNOICEMAKER";
|
|
this.btnNOICEMAKER.Size = new System.Drawing.Size(86, 12);
|
|
this.btnNOICEMAKER.TabIndex = 70;
|
|
this.btnNOICEMAKER.UseVisualStyleBackColor = false;
|
|
this.btnNOICEMAKER.Click += new System.EventHandler(this.btnNOICEMAKER_Click);
|
|
//
|
|
// listLocalMasterAddr
|
|
//
|
|
this.listLocalMasterAddr.BackColor = System.Drawing.Color.LightGray;
|
|
this.listLocalMasterAddr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.listLocalMasterAddr.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.listLocalMasterAddr.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.listLocalMasterAddr.FormattingEnabled = true;
|
|
this.listLocalMasterAddr.ItemHeight = 14;
|
|
this.listLocalMasterAddr.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"15",
|
|
"16"});
|
|
this.listLocalMasterAddr.Location = new System.Drawing.Point(515, 210);
|
|
this.listLocalMasterAddr.Name = "listLocalMasterAddr";
|
|
this.listLocalMasterAddr.Size = new System.Drawing.Size(34, 156);
|
|
this.listLocalMasterAddr.TabIndex = 71;
|
|
this.listLocalMasterAddr.Visible = false;
|
|
this.listLocalMasterAddr.SelectedIndexChanged += new System.EventHandler(this.listLocalMasterAddr_SelectedIndexChanged);
|
|
//
|
|
// listLocalDeviceAddr
|
|
//
|
|
this.listLocalDeviceAddr.BackColor = System.Drawing.Color.LightGray;
|
|
this.listLocalDeviceAddr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.listLocalDeviceAddr.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.listLocalDeviceAddr.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.listLocalDeviceAddr.FormattingEnabled = true;
|
|
this.listLocalDeviceAddr.ItemHeight = 14;
|
|
this.listLocalDeviceAddr.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"15",
|
|
"16"});
|
|
this.listLocalDeviceAddr.Location = new System.Drawing.Point(515, 194);
|
|
this.listLocalDeviceAddr.Name = "listLocalDeviceAddr";
|
|
this.listLocalDeviceAddr.Size = new System.Drawing.Size(34, 156);
|
|
this.listLocalDeviceAddr.TabIndex = 72;
|
|
this.listLocalDeviceAddr.Visible = false;
|
|
this.listLocalDeviceAddr.SelectedIndexChanged += new System.EventHandler(this.listLocalDeviceAddr_SelectedIndexChanged);
|
|
//
|
|
// listRemoteOldDeviceAddr
|
|
//
|
|
this.listRemoteOldDeviceAddr.BackColor = System.Drawing.Color.LightGray;
|
|
this.listRemoteOldDeviceAddr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.listRemoteOldDeviceAddr.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.listRemoteOldDeviceAddr.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.listRemoteOldDeviceAddr.FormattingEnabled = true;
|
|
this.listRemoteOldDeviceAddr.ItemHeight = 14;
|
|
this.listRemoteOldDeviceAddr.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"15",
|
|
"16"});
|
|
this.listRemoteOldDeviceAddr.Location = new System.Drawing.Point(658, 194);
|
|
this.listRemoteOldDeviceAddr.Name = "listRemoteOldDeviceAddr";
|
|
this.listRemoteOldDeviceAddr.Size = new System.Drawing.Size(34, 156);
|
|
this.listRemoteOldDeviceAddr.TabIndex = 73;
|
|
this.listRemoteOldDeviceAddr.Visible = false;
|
|
this.listRemoteOldDeviceAddr.SelectedIndexChanged += new System.EventHandler(this.listRemoteOldDeviceAddr_SelectedIndexChanged);
|
|
//
|
|
// listRemoteNewDeviceAddr
|
|
//
|
|
this.listRemoteNewDeviceAddr.BackColor = System.Drawing.Color.LightGray;
|
|
this.listRemoteNewDeviceAddr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.listRemoteNewDeviceAddr.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.listRemoteNewDeviceAddr.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.listRemoteNewDeviceAddr.FormattingEnabled = true;
|
|
this.listRemoteNewDeviceAddr.ItemHeight = 14;
|
|
this.listRemoteNewDeviceAddr.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"15",
|
|
"16"});
|
|
this.listRemoteNewDeviceAddr.Location = new System.Drawing.Point(658, 210);
|
|
this.listRemoteNewDeviceAddr.Name = "listRemoteNewDeviceAddr";
|
|
this.listRemoteNewDeviceAddr.Size = new System.Drawing.Size(34, 156);
|
|
this.listRemoteNewDeviceAddr.TabIndex = 74;
|
|
this.listRemoteNewDeviceAddr.Visible = false;
|
|
this.listRemoteNewDeviceAddr.SelectedIndexChanged += new System.EventHandler(this.listRemoteNewDeviceAddr_SelectedIndexChanged);
|
|
//
|
|
// listRemoteMasterAddr
|
|
//
|
|
this.listRemoteMasterAddr.BackColor = System.Drawing.Color.LightGray;
|
|
this.listRemoteMasterAddr.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.listRemoteMasterAddr.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.listRemoteMasterAddr.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.listRemoteMasterAddr.FormattingEnabled = true;
|
|
this.listRemoteMasterAddr.ItemHeight = 14;
|
|
this.listRemoteMasterAddr.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"11",
|
|
"12",
|
|
"13",
|
|
"14",
|
|
"15",
|
|
"16"});
|
|
this.listRemoteMasterAddr.Location = new System.Drawing.Point(658, 226);
|
|
this.listRemoteMasterAddr.Name = "listRemoteMasterAddr";
|
|
this.listRemoteMasterAddr.Size = new System.Drawing.Size(34, 156);
|
|
this.listRemoteMasterAddr.TabIndex = 75;
|
|
this.listRemoteMasterAddr.Visible = false;
|
|
this.listRemoteMasterAddr.SelectedIndexChanged += new System.EventHandler(this.listRemoteMasterAddr_SelectedIndexChanged);
|
|
//
|
|
// lblLocalDeviceAddr
|
|
//
|
|
this.lblLocalDeviceAddr.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblLocalDeviceAddr.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblLocalDeviceAddr.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLocalDeviceAddr.Location = new System.Drawing.Point(515, 194);
|
|
this.lblLocalDeviceAddr.Name = "lblLocalDeviceAddr";
|
|
this.lblLocalDeviceAddr.Size = new System.Drawing.Size(34, 16);
|
|
this.lblLocalDeviceAddr.TabIndex = 76;
|
|
this.lblLocalDeviceAddr.Text = "0";
|
|
this.lblLocalDeviceAddr.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.lblLocalDeviceAddr.Click += new System.EventHandler(this.lblLocalDeviceAddr_Click);
|
|
//
|
|
// lblLocalMasterAddr
|
|
//
|
|
this.lblLocalMasterAddr.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblLocalMasterAddr.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblLocalMasterAddr.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLocalMasterAddr.Location = new System.Drawing.Point(515, 210);
|
|
this.lblLocalMasterAddr.Name = "lblLocalMasterAddr";
|
|
this.lblLocalMasterAddr.Size = new System.Drawing.Size(34, 16);
|
|
this.lblLocalMasterAddr.TabIndex = 77;
|
|
this.lblLocalMasterAddr.Text = "0";
|
|
this.lblLocalMasterAddr.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.lblLocalMasterAddr.Click += new System.EventHandler(this.lblLocalMasterAddr_Click);
|
|
//
|
|
// lblRemoteOldDeviceAddr
|
|
//
|
|
this.lblRemoteOldDeviceAddr.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblRemoteOldDeviceAddr.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblRemoteOldDeviceAddr.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblRemoteOldDeviceAddr.Location = new System.Drawing.Point(658, 194);
|
|
this.lblRemoteOldDeviceAddr.Name = "lblRemoteOldDeviceAddr";
|
|
this.lblRemoteOldDeviceAddr.Size = new System.Drawing.Size(34, 16);
|
|
this.lblRemoteOldDeviceAddr.TabIndex = 78;
|
|
this.lblRemoteOldDeviceAddr.Text = "0";
|
|
this.lblRemoteOldDeviceAddr.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.lblRemoteOldDeviceAddr.Click += new System.EventHandler(this.lblRemoteOldDeviceAddr_Click);
|
|
//
|
|
// lblRemoteNewDeviceAddr
|
|
//
|
|
this.lblRemoteNewDeviceAddr.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblRemoteNewDeviceAddr.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblRemoteNewDeviceAddr.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblRemoteNewDeviceAddr.Location = new System.Drawing.Point(658, 210);
|
|
this.lblRemoteNewDeviceAddr.Name = "lblRemoteNewDeviceAddr";
|
|
this.lblRemoteNewDeviceAddr.Size = new System.Drawing.Size(34, 16);
|
|
this.lblRemoteNewDeviceAddr.TabIndex = 79;
|
|
this.lblRemoteNewDeviceAddr.Text = "0";
|
|
this.lblRemoteNewDeviceAddr.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.lblRemoteNewDeviceAddr.Click += new System.EventHandler(this.lblRemoteNewDeviceAddr_Click);
|
|
//
|
|
// lblRemoteMasterAddr
|
|
//
|
|
this.lblRemoteMasterAddr.BackColor = System.Drawing.Color.LightGray;
|
|
this.lblRemoteMasterAddr.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.lblRemoteMasterAddr.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblRemoteMasterAddr.Location = new System.Drawing.Point(658, 226);
|
|
this.lblRemoteMasterAddr.Name = "lblRemoteMasterAddr";
|
|
this.lblRemoteMasterAddr.Size = new System.Drawing.Size(34, 16);
|
|
this.lblRemoteMasterAddr.TabIndex = 80;
|
|
this.lblRemoteMasterAddr.Text = "0";
|
|
this.lblRemoteMasterAddr.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.lblRemoteMasterAddr.Click += new System.EventHandler(this.lblRemoteMasterAddr_Click);
|
|
//
|
|
// txtLocalWakeUpTime
|
|
//
|
|
this.txtLocalWakeUpTime.BackColor = System.Drawing.Color.LightGray;
|
|
this.txtLocalWakeUpTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.txtLocalWakeUpTime.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.txtLocalWakeUpTime.Location = new System.Drawing.Point(515, 226);
|
|
this.txtLocalWakeUpTime.MaxLength = 3;
|
|
this.txtLocalWakeUpTime.Name = "txtLocalWakeUpTime";
|
|
this.txtLocalWakeUpTime.Size = new System.Drawing.Size(34, 13);
|
|
this.txtLocalWakeUpTime.TabIndex = 81;
|
|
this.txtLocalWakeUpTime.Text = "0";
|
|
this.txtLocalWakeUpTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// txtRemoteWakeUpTime
|
|
//
|
|
this.txtRemoteWakeUpTime.BackColor = System.Drawing.Color.LightGray;
|
|
this.txtRemoteWakeUpTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.txtRemoteWakeUpTime.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.txtRemoteWakeUpTime.Location = new System.Drawing.Point(658, 242);
|
|
this.txtRemoteWakeUpTime.MaxLength = 3;
|
|
this.txtRemoteWakeUpTime.Name = "txtRemoteWakeUpTime";
|
|
this.txtRemoteWakeUpTime.Size = new System.Drawing.Size(34, 13);
|
|
this.txtRemoteWakeUpTime.TabIndex = 82;
|
|
this.txtRemoteWakeUpTime.Text = "0";
|
|
this.txtRemoteWakeUpTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// btnSendLocal
|
|
//
|
|
this.btnSendLocal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSendLocal.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnSendLocal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.btnSendLocal.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnSendLocal.FlatAppearance.BorderSize = 0;
|
|
this.btnSendLocal.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btnSendLocal.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btnSendLocal.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnSendLocal.ImageIndex = 0;
|
|
this.btnSendLocal.Location = new System.Drawing.Point(490, 282);
|
|
this.btnSendLocal.Name = "btnSendLocal";
|
|
this.btnSendLocal.Size = new System.Drawing.Size(33, 12);
|
|
this.btnSendLocal.TabIndex = 83;
|
|
this.btnSendLocal.UseVisualStyleBackColor = false;
|
|
this.btnSendLocal.Click += new System.EventHandler(this.btnSendLocal_Click);
|
|
//
|
|
// btnSendRemote
|
|
//
|
|
this.btnSendRemote.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSendRemote.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnSendRemote.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.btnSendRemote.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnSendRemote.FlatAppearance.BorderSize = 0;
|
|
this.btnSendRemote.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btnSendRemote.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btnSendRemote.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnSendRemote.ImageIndex = 0;
|
|
this.btnSendRemote.Location = new System.Drawing.Point(598, 282);
|
|
this.btnSendRemote.Name = "btnSendRemote";
|
|
this.btnSendRemote.Size = new System.Drawing.Size(33, 12);
|
|
this.btnSendRemote.TabIndex = 84;
|
|
this.btnSendRemote.UseVisualStyleBackColor = false;
|
|
this.btnSendRemote.Click += new System.EventHandler(this.btnSendRemote_Click);
|
|
//
|
|
// lblTemp
|
|
//
|
|
this.lblTemp.AutoSize = true;
|
|
this.lblTemp.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblTemp.Font = new System.Drawing.Font("Verdana", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblTemp.Location = new System.Drawing.Point(254, 52);
|
|
this.lblTemp.Name = "lblTemp";
|
|
this.lblTemp.Size = new System.Drawing.Size(95, 35);
|
|
this.lblTemp.TabIndex = 85;
|
|
this.lblTemp.Text = "--,- C";
|
|
//
|
|
// lblBat
|
|
//
|
|
this.lblBat.AutoSize = true;
|
|
this.lblBat.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblBat.Font = new System.Drawing.Font("Verdana", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblBat.Location = new System.Drawing.Point(383, 52);
|
|
this.lblBat.Name = "lblBat";
|
|
this.lblBat.Size = new System.Drawing.Size(92, 35);
|
|
this.lblBat.TabIndex = 86;
|
|
this.lblBat.Text = "-,- V ";
|
|
//
|
|
// lblRSSI
|
|
//
|
|
this.lblRSSI.AutoSize = true;
|
|
this.lblRSSI.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblRSSI.Font = new System.Drawing.Font("Verdana", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblRSSI.Location = new System.Drawing.Point(492, 52);
|
|
this.lblRSSI.Name = "lblRSSI";
|
|
this.lblRSSI.Size = new System.Drawing.Size(126, 35);
|
|
this.lblRSSI.TabIndex = 87;
|
|
this.lblRSSI.Text = "---,- dB";
|
|
//
|
|
// lblAddr
|
|
//
|
|
this.lblAddr.AutoSize = true;
|
|
this.lblAddr.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblAddr.Font = new System.Drawing.Font("Verdana", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblAddr.Location = new System.Drawing.Point(647, 52);
|
|
this.lblAddr.Name = "lblAddr";
|
|
this.lblAddr.Size = new System.Drawing.Size(41, 35);
|
|
this.lblAddr.TabIndex = 88;
|
|
this.lblAddr.Text = "--";
|
|
//
|
|
// btnGetLocalData
|
|
//
|
|
this.btnGetLocalData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnGetLocalData.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnGetLocalData.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.btnGetLocalData.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnGetLocalData.FlatAppearance.BorderSize = 0;
|
|
this.btnGetLocalData.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btnGetLocalData.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btnGetLocalData.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnGetLocalData.ImageIndex = 0;
|
|
this.btnGetLocalData.Location = new System.Drawing.Point(453, 281);
|
|
this.btnGetLocalData.Name = "btnGetLocalData";
|
|
this.btnGetLocalData.Size = new System.Drawing.Size(26, 12);
|
|
this.btnGetLocalData.TabIndex = 89;
|
|
this.btnGetLocalData.UseVisualStyleBackColor = false;
|
|
this.btnGetLocalData.Click += new System.EventHandler(this.btnGetLocalData_Click);
|
|
//
|
|
// SiWiComDevTool_Main
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
|
this.ClientSize = new System.Drawing.Size(743, 430);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.btnGetLocalData);
|
|
this.Controls.Add(this.lblAddr);
|
|
this.Controls.Add(this.lblRSSI);
|
|
this.Controls.Add(this.lblBat);
|
|
this.Controls.Add(this.lblTemp);
|
|
this.Controls.Add(this.listRemoteMasterAddr);
|
|
this.Controls.Add(this.listLocalMasterAddr);
|
|
this.Controls.Add(this.listLocalDeviceAddr);
|
|
this.Controls.Add(this.txtLocalWakeUpTime);
|
|
this.Controls.Add(this.btnSLAVE);
|
|
this.Controls.Add(this.btnMASTER);
|
|
this.Controls.Add(this.btnIDLE);
|
|
this.Controls.Add(this.btnConnect);
|
|
this.Controls.Add(this.lstComPort);
|
|
this.Controls.Add(this.lblSelectPort);
|
|
this.Controls.Add(this.rtfTerminal);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.lblLocalDeviceAddr);
|
|
this.Controls.Add(this.lblLocalMasterAddr);
|
|
this.Controls.Add(this.listRemoteOldDeviceAddr);
|
|
this.Controls.Add(this.listRemoteNewDeviceAddr);
|
|
this.Controls.Add(this.lblRemoteNewDeviceAddr);
|
|
this.Controls.Add(this.lblRemoteOldDeviceAddr);
|
|
this.Controls.Add(this.btnSendRemote);
|
|
this.Controls.Add(this.btnSendLocal);
|
|
this.Controls.Add(this.lblRemoteMasterAddr);
|
|
this.Controls.Add(this.txtRemoteWakeUpTime);
|
|
this.Controls.Add(this.btnNOICEMAKER);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "SiWiComDevTool_Main";
|
|
this.Text = "[SiWiCom devTool]";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SiWiComMSI_Main_FormClosing);
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
private System.IO.Ports.SerialPort serialPort1;
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.RichTextBox rtfTerminal;
|
|
private System.IO.Ports.SerialPort comport;
|
|
internal System.Windows.Forms.ListBox lstComPort;
|
|
internal System.Windows.Forms.Label lblSelectPort;
|
|
internal System.Windows.Forms.ImageList imgConnect;
|
|
internal System.Windows.Forms.ImageList imgClose;
|
|
internal System.Windows.Forms.Button btnClose;
|
|
internal System.Windows.Forms.Button btnConnect;
|
|
internal System.Windows.Forms.Button btnIDLE;
|
|
internal System.Windows.Forms.Button btnMASTER;
|
|
internal System.Windows.Forms.Button btnSLAVE;
|
|
internal System.Windows.Forms.Button btnNOICEMAKER;
|
|
internal System.Windows.Forms.ListBox listLocalMasterAddr;
|
|
internal System.Windows.Forms.ListBox listLocalDeviceAddr;
|
|
internal System.Windows.Forms.ListBox listRemoteOldDeviceAddr;
|
|
internal System.Windows.Forms.ListBox listRemoteNewDeviceAddr;
|
|
internal System.Windows.Forms.ListBox listRemoteMasterAddr;
|
|
internal System.Windows.Forms.Label lblLocalDeviceAddr;
|
|
internal System.Windows.Forms.Label lblLocalMasterAddr;
|
|
internal System.Windows.Forms.Label lblRemoteOldDeviceAddr;
|
|
internal System.Windows.Forms.Label lblRemoteNewDeviceAddr;
|
|
internal System.Windows.Forms.Label lblRemoteMasterAddr;
|
|
private System.Windows.Forms.TextBox txtLocalWakeUpTime;
|
|
private System.Windows.Forms.TextBox txtRemoteWakeUpTime;
|
|
internal System.Windows.Forms.Button btnSendLocal;
|
|
internal System.Windows.Forms.Button btnSendRemote;
|
|
private System.Windows.Forms.Label lblTemp;
|
|
private System.Windows.Forms.Label lblBat;
|
|
private System.Windows.Forms.Label lblRSSI;
|
|
private System.Windows.Forms.Label lblAddr;
|
|
internal System.Windows.Forms.Button btnGetLocalData;
|
|
|
|
}
|
|
}
|
|
|