namespace Demo1_CSharp { partial class Form1 { /// /// 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.ComboBox_Slot = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.Button_GetFirmwareVer = new System.Windows.Forms.Button(); this.Button_GetPMID = new System.Windows.Forms.Button(); this.Button_SetPMID = new System.Windows.Forms.Button(); this.Button_BaudRate = new System.Windows.Forms.Button(); this.ComboBox_BaudRate = new System.Windows.Forms.ComboBox(); this.Button_SetBaudRate = new System.Windows.Forms.Button(); this.Button_ResetFirmware = new System.Windows.Forms.Button(); this.Button_SearchAllSlave = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.Button_GetAllSlaveInfo = new System.Windows.Forms.Button(); this.ListBox_AllSlave = new System.Windows.Forms.ListBox(); this.button_Active = new System.Windows.Forms.Button(); this.TBox_PMID = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // ComboBox_Slot // this.ComboBox_Slot.Items.Add("0"); this.ComboBox_Slot.Items.Add("1"); this.ComboBox_Slot.Items.Add("2"); this.ComboBox_Slot.Items.Add("3"); this.ComboBox_Slot.Items.Add("4"); this.ComboBox_Slot.Items.Add("5"); this.ComboBox_Slot.Items.Add("6"); this.ComboBox_Slot.Items.Add("7"); this.ComboBox_Slot.Location = new System.Drawing.Point(73, 29); this.ComboBox_Slot.Name = "ComboBox_Slot"; this.ComboBox_Slot.Size = new System.Drawing.Size(60, 23); this.ComboBox_Slot.TabIndex = 0; // // label1 // this.label1.Location = new System.Drawing.Point(12, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(55, 20); this.label1.Text = "Slot No."; // // Button_GetFirmwareVer // this.Button_GetFirmwareVer.Location = new System.Drawing.Point(259, 29); this.Button_GetFirmwareVer.Name = "Button_GetFirmwareVer"; this.Button_GetFirmwareVer.Size = new System.Drawing.Size(111, 23); this.Button_GetFirmwareVer.TabIndex = 2; this.Button_GetFirmwareVer.Text = "Firmware Ver"; this.Button_GetFirmwareVer.Click += new System.EventHandler(this.Button_GetFirmwareVer_Click); // // Button_GetPMID // this.Button_GetPMID.Location = new System.Drawing.Point(12, 58); this.Button_GetPMID.Name = "Button_GetPMID"; this.Button_GetPMID.Size = new System.Drawing.Size(72, 23); this.Button_GetPMID.TabIndex = 3; this.Button_GetPMID.Text = "All PM ID"; this.Button_GetPMID.Click += new System.EventHandler(this.Button_GetPMID_Click); // // Button_SetPMID // this.Button_SetPMID.Location = new System.Drawing.Point(306, 58); this.Button_SetPMID.Name = "Button_SetPMID"; this.Button_SetPMID.Size = new System.Drawing.Size(64, 23); this.Button_SetPMID.TabIndex = 5; this.Button_SetPMID.Text = "Set PMID"; this.Button_SetPMID.Click += new System.EventHandler(this.Button_SetPMID_Click); // // Button_BaudRate // this.Button_BaudRate.Location = new System.Drawing.Point(12, 87); this.Button_BaudRate.Name = "Button_BaudRate"; this.Button_BaudRate.Size = new System.Drawing.Size(72, 23); this.Button_BaudRate.TabIndex = 6; this.Button_BaudRate.Text = "Baud Rate"; this.Button_BaudRate.Click += new System.EventHandler(this.Button_BaudRate_Click); // // ComboBox_BaudRate // this.ComboBox_BaudRate.Items.Add("125k bps"); this.ComboBox_BaudRate.Items.Add("250k bps"); this.ComboBox_BaudRate.Items.Add("500k bps"); this.ComboBox_BaudRate.Location = new System.Drawing.Point(90, 87); this.ComboBox_BaudRate.Name = "ComboBox_BaudRate"; this.ComboBox_BaudRate.Size = new System.Drawing.Size(84, 23); this.ComboBox_BaudRate.TabIndex = 7; // // Button_SetBaudRate // this.Button_SetBaudRate.Location = new System.Drawing.Point(180, 87); this.Button_SetBaudRate.Name = "Button_SetBaudRate"; this.Button_SetBaudRate.Size = new System.Drawing.Size(54, 23); this.Button_SetBaudRate.TabIndex = 8; this.Button_SetBaudRate.Text = "Set"; this.Button_SetBaudRate.Click += new System.EventHandler(this.Button_SetBaudRate_Click); // // Button_ResetFirmware // this.Button_ResetFirmware.Location = new System.Drawing.Point(259, 87); this.Button_ResetFirmware.Name = "Button_ResetFirmware"; this.Button_ResetFirmware.Size = new System.Drawing.Size(111, 23); this.Button_ResetFirmware.TabIndex = 9; this.Button_ResetFirmware.Text = "Reset Firmware"; this.Button_ResetFirmware.Click += new System.EventHandler(this.Button_ResetFirmware_Click); // // Button_SearchAllSlave // this.Button_SearchAllSlave.Location = new System.Drawing.Point(12, 116); this.Button_SearchAllSlave.Name = "Button_SearchAllSlave"; this.Button_SearchAllSlave.Size = new System.Drawing.Size(121, 24); this.Button_SearchAllSlave.TabIndex = 10; this.Button_SearchAllSlave.Text = "Search All Slaves"; this.Button_SearchAllSlave.Click += new System.EventHandler(this.Button_SearchAllSlave_Click); // // label2 // this.label2.Location = new System.Drawing.Point(139, 120); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 20); this.label2.Text = "---->>"; // // Button_GetAllSlaveInfo // this.Button_GetAllSlaveInfo.Location = new System.Drawing.Point(180, 116); this.Button_GetAllSlaveInfo.Name = "Button_GetAllSlaveInfo"; this.Button_GetAllSlaveInfo.Size = new System.Drawing.Size(190, 24); this.Button_GetAllSlaveInfo.TabIndex = 12; this.Button_GetAllSlaveInfo.Text = "Get All Slave Information"; this.Button_GetAllSlaveInfo.Click += new System.EventHandler(this.Button_GetAllSlaveInfo_Click); // // ListBox_AllSlave // this.ListBox_AllSlave.Location = new System.Drawing.Point(12, 146); this.ListBox_AllSlave.Name = "ListBox_AllSlave"; this.ListBox_AllSlave.Size = new System.Drawing.Size(358, 130); this.ListBox_AllSlave.TabIndex = 13; // // button_Active // this.button_Active.Location = new System.Drawing.Point(139, 29); this.button_Active.Name = "button_Active"; this.button_Active.Size = new System.Drawing.Size(95, 23); this.button_Active.TabIndex = 16; this.button_Active.Text = "Activ Module"; this.button_Active.Click += new System.EventHandler(this.button_Active_Click); // // TBox_PMID // this.TBox_PMID.Location = new System.Drawing.Point(90, 58); this.TBox_PMID.Name = "TBox_PMID"; this.TBox_PMID.Size = new System.Drawing.Size(210, 23); this.TBox_PMID.TabIndex = 19; this.TBox_PMID.Text = "0,1,2,3,4,5;"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(501, 455); this.Controls.Add(this.TBox_PMID); this.Controls.Add(this.button_Active); this.Controls.Add(this.ListBox_AllSlave); this.Controls.Add(this.Button_GetAllSlaveInfo); this.Controls.Add(this.label2); this.Controls.Add(this.Button_SearchAllSlave); this.Controls.Add(this.Button_ResetFirmware); this.Controls.Add(this.Button_SetBaudRate); this.Controls.Add(this.ComboBox_BaudRate); this.Controls.Add(this.Button_BaudRate); this.Controls.Add(this.Button_SetPMID); this.Controls.Add(this.Button_GetPMID); this.Controls.Add(this.Button_GetFirmwareVer); this.Controls.Add(this.label1); this.Controls.Add(this.ComboBox_Slot); this.Name = "Form1"; this.Text = "Form1"; this.Closed += new System.EventHandler(this.Form1_Closed); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox ComboBox_Slot; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button Button_GetFirmwareVer; private System.Windows.Forms.Button Button_GetPMID; private System.Windows.Forms.Button Button_SetPMID; private System.Windows.Forms.Button Button_BaudRate; private System.Windows.Forms.ComboBox ComboBox_BaudRate; private System.Windows.Forms.Button Button_SetBaudRate; private System.Windows.Forms.Button Button_ResetFirmware; private System.Windows.Forms.Button Button_SearchAllSlave; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button Button_GetAllSlaveInfo; private System.Windows.Forms.ListBox ListBox_AllSlave; private System.Windows.Forms.Button button_Active; private System.Windows.Forms.TextBox TBox_PMID; } }