294 lines
14 KiB
C#
294 lines
14 KiB
C#
namespace TBF.Rig.BridgeComponents.GciBridge.UI.StaraTuraAPI_GciBridge
|
|
{
|
|
partial class SlotsComPortsRegistersActionsView
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
private System.Windows.Forms.GroupBox grpSlots;
|
|
|
|
private System.Windows.Forms.Button btnInitSlot;
|
|
private System.Windows.Forms.Button btnUpdateSlot;
|
|
private System.Windows.Forms.Button btnGetSlot;
|
|
private System.Windows.Forms.Button btnCleanAllSlots;
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.TextBox txtLog;
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && components != null)
|
|
components.Dispose();
|
|
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.grpSlots = new System.Windows.Forms.GroupBox();
|
|
this.writeRegisterNameComboBox = new System.Windows.Forms.ComboBox();
|
|
this.readRegisterNameComboBox = new System.Windows.Forms.ComboBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.writeRegisterValueTextBox = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.writeRegisterButton = new System.Windows.Forms.Button();
|
|
this.readRegisterButton = new System.Windows.Forms.Button();
|
|
this.btnConnect = new System.Windows.Forms.Button();
|
|
this.btnDisconnect = new System.Windows.Forms.Button();
|
|
this.btnLogin = new System.Windows.Forms.Button();
|
|
this.btnGetPcbId = new System.Windows.Forms.Button();
|
|
this.btnInitSlot = new System.Windows.Forms.Button();
|
|
this.btnUpdateSlot = new System.Windows.Forms.Button();
|
|
this.btnGetSlot = new System.Windows.Forms.Button();
|
|
this.btnCleanAllSlots = new System.Windows.Forms.Button();
|
|
this.btnCleanSlot = new System.Windows.Forms.Button();
|
|
this.writeRegisterValueTypeLabel = new System.Windows.Forms.Label();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.txtLog = new System.Windows.Forms.TextBox();
|
|
this.grpSlots.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// grpSlots
|
|
//
|
|
this.grpSlots.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.grpSlots.Controls.Add(this.writeRegisterNameComboBox);
|
|
this.grpSlots.Controls.Add(this.readRegisterNameComboBox);
|
|
this.grpSlots.Controls.Add(this.label4);
|
|
this.grpSlots.Controls.Add(this.writeRegisterValueTextBox);
|
|
this.grpSlots.Controls.Add(this.label3);
|
|
this.grpSlots.Controls.Add(this.label2);
|
|
this.grpSlots.Controls.Add(this.writeRegisterButton);
|
|
this.grpSlots.Controls.Add(this.readRegisterButton);
|
|
this.grpSlots.Controls.Add(this.btnConnect);
|
|
this.grpSlots.Controls.Add(this.btnDisconnect);
|
|
this.grpSlots.Controls.Add(this.btnLogin);
|
|
this.grpSlots.Controls.Add(this.btnGetPcbId);
|
|
this.grpSlots.Controls.Add(this.btnInitSlot);
|
|
this.grpSlots.Controls.Add(this.btnUpdateSlot);
|
|
this.grpSlots.Controls.Add(this.btnGetSlot);
|
|
this.grpSlots.Controls.Add(this.btnCleanAllSlots);
|
|
this.grpSlots.Controls.Add(this.btnCleanSlot);
|
|
this.grpSlots.Controls.Add(this.writeRegisterValueTypeLabel);
|
|
this.grpSlots.Location = new System.Drawing.Point(10, 10);
|
|
this.grpSlots.Name = "grpSlots";
|
|
this.grpSlots.Size = new System.Drawing.Size(726, 304);
|
|
this.grpSlots.TabIndex = 2;
|
|
this.grpSlots.TabStop = false;
|
|
this.grpSlots.Text = "Slots by selection in the table";
|
|
this.grpSlots.Enter += new System.EventHandler(this.grpSlots_Enter);
|
|
//
|
|
// writeRegisterNameComboBox
|
|
//
|
|
this.writeRegisterNameComboBox.FormattingEnabled = true;
|
|
this.writeRegisterNameComboBox.Location = new System.Drawing.Point(300, 264);
|
|
this.writeRegisterNameComboBox.Name = "writeRegisterNameComboBox";
|
|
this.writeRegisterNameComboBox.Size = new System.Drawing.Size(213, 21);
|
|
this.writeRegisterNameComboBox.TabIndex = 15;
|
|
//
|
|
// readRegisterNameComboBox
|
|
//
|
|
this.readRegisterNameComboBox.FormattingEnabled = true;
|
|
this.readRegisterNameComboBox.Location = new System.Drawing.Point(300, 230);
|
|
this.readRegisterNameComboBox.Name = "readRegisterNameComboBox";
|
|
this.readRegisterNameComboBox.Size = new System.Drawing.Size(213, 21);
|
|
this.readRegisterNameComboBox.TabIndex = 14;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(224, 233);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(78, 13);
|
|
this.label4.TabIndex = 13;
|
|
this.label4.Text = "Register name:";
|
|
//
|
|
// writeRegisterValueTextBox
|
|
//
|
|
this.writeRegisterValueTextBox.Location = new System.Drawing.Point(555, 264);
|
|
this.writeRegisterValueTextBox.Name = "writeRegisterValueTextBox";
|
|
this.writeRegisterValueTextBox.Size = new System.Drawing.Size(85, 20);
|
|
this.writeRegisterValueTextBox.TabIndex = 12;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(517, 267);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(36, 13);
|
|
this.label3.TabIndex = 10;
|
|
this.label3.Text = "value:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(224, 267);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(78, 13);
|
|
this.label2.TabIndex = 9;
|
|
this.label2.Text = "Register name:";
|
|
//
|
|
// writeRegisterButton
|
|
//
|
|
this.writeRegisterButton.Location = new System.Drawing.Point(15, 259);
|
|
this.writeRegisterButton.Name = "writeRegisterButton";
|
|
this.writeRegisterButton.Size = new System.Drawing.Size(203, 28);
|
|
this.writeRegisterButton.TabIndex = 7;
|
|
this.writeRegisterButton.Text = "WriteRegister(slot, registerName, value)";
|
|
this.writeRegisterButton.Click += new System.EventHandler(this.writeRegisterButton_Click);
|
|
//
|
|
// readRegisterButton
|
|
//
|
|
this.readRegisterButton.Location = new System.Drawing.Point(15, 225);
|
|
this.readRegisterButton.Name = "readRegisterButton";
|
|
this.readRegisterButton.Size = new System.Drawing.Size(203, 28);
|
|
this.readRegisterButton.TabIndex = 6;
|
|
this.readRegisterButton.Text = "ReadRegister(slot, registerName)";
|
|
this.readRegisterButton.Click += new System.EventHandler(this.readRegisterButton_Click);
|
|
//
|
|
// btnConnect
|
|
//
|
|
this.btnConnect.Location = new System.Drawing.Point(15, 158);
|
|
this.btnConnect.Name = "btnConnect";
|
|
this.btnConnect.Size = new System.Drawing.Size(150, 28);
|
|
this.btnConnect.TabIndex = 3;
|
|
this.btnConnect.Text = "Connect(slot)";
|
|
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
|
|
//
|
|
// btnDisconnect
|
|
//
|
|
this.btnDisconnect.Location = new System.Drawing.Point(15, 191);
|
|
this.btnDisconnect.Name = "btnDisconnect";
|
|
this.btnDisconnect.Size = new System.Drawing.Size(150, 28);
|
|
this.btnDisconnect.TabIndex = 4;
|
|
this.btnDisconnect.Text = "Disconnect(slot)";
|
|
this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
|
|
//
|
|
// btnLogin
|
|
//
|
|
this.btnLogin.Location = new System.Drawing.Point(171, 158);
|
|
this.btnLogin.Name = "btnLogin";
|
|
this.btnLogin.Size = new System.Drawing.Size(150, 28);
|
|
this.btnLogin.TabIndex = 17;
|
|
this.btnLogin.Text = "Login(slot)";
|
|
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
|
|
//
|
|
// btnGetPcbId
|
|
//
|
|
this.btnGetPcbId.Location = new System.Drawing.Point(15, 125);
|
|
this.btnGetPcbId.Name = "btnGetPcbId";
|
|
this.btnGetPcbId.Size = new System.Drawing.Size(150, 28);
|
|
this.btnGetPcbId.TabIndex = 5;
|
|
this.btnGetPcbId.Text = "GetPcb(slot)";
|
|
this.btnGetPcbId.Click += new System.EventHandler(this.btnGetPcbId_Click);
|
|
//
|
|
// btnInitSlot
|
|
//
|
|
this.btnInitSlot.Location = new System.Drawing.Point(15, 25);
|
|
this.btnInitSlot.Name = "btnInitSlot";
|
|
this.btnInitSlot.Size = new System.Drawing.Size(150, 28);
|
|
this.btnInitSlot.TabIndex = 0;
|
|
this.btnInitSlot.Text = "InitSlot(slot)";
|
|
this.btnInitSlot.Click += new System.EventHandler(this.btnInitSlot_Click);
|
|
//
|
|
// btnUpdateSlot
|
|
//
|
|
this.btnUpdateSlot.Location = new System.Drawing.Point(171, 25);
|
|
this.btnUpdateSlot.Name = "btnUpdateSlot";
|
|
this.btnUpdateSlot.Size = new System.Drawing.Size(150, 28);
|
|
this.btnUpdateSlot.TabIndex = 16;
|
|
this.btnUpdateSlot.Text = "UpdateSlot(slot)";
|
|
this.btnUpdateSlot.Click += new System.EventHandler(this.btnUpdateSlot_Click);
|
|
//
|
|
// btnGetSlot
|
|
//
|
|
this.btnGetSlot.Location = new System.Drawing.Point(15, 58);
|
|
this.btnGetSlot.Name = "btnGetSlot";
|
|
this.btnGetSlot.Size = new System.Drawing.Size(150, 28);
|
|
this.btnGetSlot.TabIndex = 1;
|
|
this.btnGetSlot.Text = "GetSlot(slot)";
|
|
this.btnGetSlot.Click += new System.EventHandler(this.btnGetSlot_Click);
|
|
//
|
|
// btnCleanAllSlots
|
|
//
|
|
this.btnCleanAllSlots.Location = new System.Drawing.Point(171, 92);
|
|
this.btnCleanAllSlots.Name = "btnCleanAllSlots";
|
|
this.btnCleanAllSlots.Size = new System.Drawing.Size(150, 28);
|
|
this.btnCleanAllSlots.TabIndex = 2;
|
|
this.btnCleanAllSlots.Text = "CleanAllSlots()";
|
|
this.btnCleanAllSlots.Click += new System.EventHandler(this.btnCleanAllSlots_Click);
|
|
//
|
|
// btnCleanSlot
|
|
//
|
|
this.btnCleanSlot.Location = new System.Drawing.Point(15, 92);
|
|
this.btnCleanSlot.Name = "btnCleanSlot";
|
|
this.btnCleanSlot.Size = new System.Drawing.Size(150, 28);
|
|
this.btnCleanSlot.TabIndex = 18;
|
|
this.btnCleanSlot.Text = "CleanSlot(slot)";
|
|
this.btnCleanSlot.Click += new System.EventHandler(this.btnCleanSlot_Click);
|
|
//
|
|
// writeRegisterValueTypeLabel
|
|
//
|
|
this.writeRegisterValueTypeLabel.AutoSize = true;
|
|
this.writeRegisterValueTypeLabel.Location = new System.Drawing.Point(646, 267);
|
|
this.writeRegisterValueTypeLabel.Name = "writeRegisterValueTypeLabel";
|
|
this.writeRegisterValueTypeLabel.Size = new System.Drawing.Size(36, 13);
|
|
this.writeRegisterValueTypeLabel.TabIndex = 19;
|
|
this.writeRegisterValueTypeLabel.Text = "type: -";
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Enabled = false;
|
|
this.btnCancel.Location = new System.Drawing.Point(519, 320);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(180, 30);
|
|
this.btnCancel.TabIndex = 4;
|
|
this.btnCancel.Text = "Cancel task";
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// txtLog
|
|
//
|
|
this.txtLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtLog.Location = new System.Drawing.Point(10, 356);
|
|
this.txtLog.Multiline = true;
|
|
this.txtLog.Name = "txtLog";
|
|
this.txtLog.ReadOnly = true;
|
|
this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.txtLog.Size = new System.Drawing.Size(726, 232);
|
|
this.txtLog.TabIndex = 5;
|
|
this.txtLog.WordWrap = false;
|
|
//
|
|
// SlotsComPortsRegistersActionsView
|
|
//
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Controls.Add(this.grpSlots);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.txtLog);
|
|
this.Name = "SlotsComPortsRegistersActionsView";
|
|
this.Size = new System.Drawing.Size(756, 603);
|
|
this.grpSlots.ResumeLayout(false);
|
|
this.grpSlots.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
private System.Windows.Forms.Button btnConnect;
|
|
private System.Windows.Forms.Button btnDisconnect;
|
|
private System.Windows.Forms.Button btnGetPcbId;
|
|
private System.Windows.Forms.Button readRegisterButton;
|
|
private System.Windows.Forms.TextBox writeRegisterValueTextBox;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button writeRegisterButton;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.ComboBox writeRegisterNameComboBox;
|
|
private System.Windows.Forms.ComboBox readRegisterNameComboBox;
|
|
private System.Windows.Forms.Button btnLogin;
|
|
private System.Windows.Forms.Button btnCleanSlot;
|
|
private System.Windows.Forms.Label writeRegisterValueTypeLabel;
|
|
}
|
|
} |