namespace Demo1_CSharp { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; private System.Windows.Forms.MainMenu mainMenu1; /// /// 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.mainMenu1 = new System.Windows.Forms.MainMenu(); 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_MasterID = new System.Windows.Forms.Button(); this.ComboBox_MasterID = new System.Windows.Forms.ComboBox(); this.Button_SetMasterID = 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.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(148, 29); this.Button_GetFirmwareVer.Name = "Button_GetFirmwareVer"; this.Button_GetFirmwareVer.Size = new System.Drawing.Size(102, 23); this.Button_GetFirmwareVer.TabIndex = 2; this.Button_GetFirmwareVer.Text = "Firmware Ver"; this.Button_GetFirmwareVer.Click += new System.EventHandler(this.Button_GetFirmwareVer_Click); // // Button_MasterID // this.Button_MasterID.Location = new System.Drawing.Point(12, 58); this.Button_MasterID.Name = "Button_MasterID"; this.Button_MasterID.Size = new System.Drawing.Size(72, 23); this.Button_MasterID.TabIndex = 3; this.Button_MasterID.Text = "Master ID"; this.Button_MasterID.Click += new System.EventHandler(this.Button_MasterID_Click); // // ComboBox_MasterID // this.ComboBox_MasterID.Items.Add("0"); this.ComboBox_MasterID.Items.Add("1"); this.ComboBox_MasterID.Items.Add("2"); this.ComboBox_MasterID.Items.Add("3"); this.ComboBox_MasterID.Items.Add("4"); this.ComboBox_MasterID.Items.Add("5"); this.ComboBox_MasterID.Items.Add("6"); this.ComboBox_MasterID.Items.Add("7"); this.ComboBox_MasterID.Items.Add("8"); this.ComboBox_MasterID.Items.Add("9"); this.ComboBox_MasterID.Items.Add("10"); this.ComboBox_MasterID.Items.Add("11"); this.ComboBox_MasterID.Items.Add("12"); this.ComboBox_MasterID.Items.Add("13"); this.ComboBox_MasterID.Items.Add("14"); this.ComboBox_MasterID.Items.Add("15"); this.ComboBox_MasterID.Items.Add("16"); this.ComboBox_MasterID.Items.Add("17"); this.ComboBox_MasterID.Items.Add("18"); this.ComboBox_MasterID.Items.Add("19"); this.ComboBox_MasterID.Items.Add("20"); this.ComboBox_MasterID.Items.Add("21"); this.ComboBox_MasterID.Items.Add("22"); this.ComboBox_MasterID.Items.Add("23"); this.ComboBox_MasterID.Items.Add("24"); this.ComboBox_MasterID.Items.Add("25"); this.ComboBox_MasterID.Items.Add("26"); this.ComboBox_MasterID.Items.Add("27"); this.ComboBox_MasterID.Items.Add("28"); this.ComboBox_MasterID.Items.Add("29"); this.ComboBox_MasterID.Items.Add("30"); this.ComboBox_MasterID.Items.Add("31"); this.ComboBox_MasterID.Items.Add("32"); this.ComboBox_MasterID.Items.Add("33"); this.ComboBox_MasterID.Items.Add("34"); this.ComboBox_MasterID.Items.Add("35"); this.ComboBox_MasterID.Items.Add("36"); this.ComboBox_MasterID.Items.Add("37"); this.ComboBox_MasterID.Items.Add("38"); this.ComboBox_MasterID.Items.Add("39"); this.ComboBox_MasterID.Items.Add("40"); this.ComboBox_MasterID.Items.Add("41"); this.ComboBox_MasterID.Items.Add("42"); this.ComboBox_MasterID.Items.Add("43"); this.ComboBox_MasterID.Items.Add("44"); this.ComboBox_MasterID.Items.Add("45"); this.ComboBox_MasterID.Items.Add("46"); this.ComboBox_MasterID.Items.Add("47"); this.ComboBox_MasterID.Items.Add("48"); this.ComboBox_MasterID.Items.Add("49"); this.ComboBox_MasterID.Items.Add("50"); this.ComboBox_MasterID.Items.Add("51"); this.ComboBox_MasterID.Items.Add("52"); this.ComboBox_MasterID.Items.Add("53"); this.ComboBox_MasterID.Items.Add("54"); this.ComboBox_MasterID.Items.Add("55"); this.ComboBox_MasterID.Items.Add("56"); this.ComboBox_MasterID.Items.Add("57"); this.ComboBox_MasterID.Items.Add("58"); this.ComboBox_MasterID.Items.Add("59"); this.ComboBox_MasterID.Items.Add("60"); this.ComboBox_MasterID.Items.Add("61"); this.ComboBox_MasterID.Items.Add("62"); this.ComboBox_MasterID.Items.Add("63"); this.ComboBox_MasterID.Location = new System.Drawing.Point(90, 58); this.ComboBox_MasterID.Name = "ComboBox_MasterID"; this.ComboBox_MasterID.Size = new System.Drawing.Size(84, 23); this.ComboBox_MasterID.TabIndex = 4; // // Button_SetMasterID // this.Button_SetMasterID.Location = new System.Drawing.Point(180, 58); this.Button_SetMasterID.Name = "Button_SetMasterID"; this.Button_SetMasterID.Size = new System.Drawing.Size(54, 23); this.Button_SetMasterID.TabIndex = 5; this.Button_SetMasterID.Text = "Set"; this.Button_SetMasterID.Click += new System.EventHandler(this.Button_SetMasterID_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; // // 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.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_SetMasterID); this.Controls.Add(this.ComboBox_MasterID); this.Controls.Add(this.Button_MasterID); this.Controls.Add(this.Button_GetFirmwareVer); this.Controls.Add(this.label1); this.Controls.Add(this.ComboBox_Slot); this.Menu = this.mainMenu1; 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_MasterID; private System.Windows.Forms.ComboBox ComboBox_MasterID; private System.Windows.Forms.Button Button_SetMasterID; 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; } }