271 lines
13 KiB
C#
271 lines
13 KiB
C#
namespace TBF.Rig.BridgeComponents.GciBridge.UI.StaraTuraAPI_GciBridge
|
|
{
|
|
partial class PreadjustmentActionsView
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
private System.Windows.Forms.GroupBox grpSlots;
|
|
|
|
private System.Windows.Forms.Button preparationActionButton;
|
|
private System.Windows.Forms.Button btnUpdateSlot;
|
|
private System.Windows.Forms.Button detectActionButton;
|
|
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.preparationActionButton = new System.Windows.Forms.Button();
|
|
this.btnUpdateSlot = new System.Windows.Forms.Button();
|
|
this.detectActionButton = new System.Windows.Forms.Button();
|
|
this.btnCleanAllSlots = new System.Windows.Forms.Button();
|
|
this.btnCleanSlot = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.txtLog = new System.Windows.Forms.TextBox();
|
|
this.grpSlots.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// grpSlots
|
|
//
|
|
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.preparationActionButton);
|
|
this.grpSlots.Controls.Add(this.btnUpdateSlot);
|
|
this.grpSlots.Controls.Add(this.detectActionButton);
|
|
this.grpSlots.Controls.Add(this.btnCleanAllSlots);
|
|
this.grpSlots.Controls.Add(this.btnCleanSlot);
|
|
this.grpSlots.Location = new System.Drawing.Point(10, 10);
|
|
this.grpSlots.Name = "grpSlots";
|
|
this.grpSlots.Size = new System.Drawing.Size(689, 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(117, 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)";
|
|
//
|
|
// 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)";
|
|
//
|
|
// 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)";
|
|
//
|
|
// 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)";
|
|
//
|
|
// 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)";
|
|
//
|
|
// preparationActionButton
|
|
//
|
|
this.preparationActionButton.Location = new System.Drawing.Point(15, 25);
|
|
this.preparationActionButton.Name = "preparationActionButton";
|
|
this.preparationActionButton.Size = new System.Drawing.Size(150, 28);
|
|
this.preparationActionButton.TabIndex = 0;
|
|
this.preparationActionButton.Text = "Preparation";
|
|
this.preparationActionButton.Click += new System.EventHandler(this.preparationActionButton_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)";
|
|
//
|
|
// detectActionButton
|
|
//
|
|
this.detectActionButton.Location = new System.Drawing.Point(15, 58);
|
|
this.detectActionButton.Name = "detectActionButton";
|
|
this.detectActionButton.Size = new System.Drawing.Size(150, 28);
|
|
this.detectActionButton.TabIndex = 1;
|
|
this.detectActionButton.Text = "Detect";
|
|
this.detectActionButton.Click += new System.EventHandler(this.detectActionButton_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()";
|
|
//
|
|
// 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)";
|
|
//
|
|
// 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(689, 232);
|
|
this.txtLog.TabIndex = 5;
|
|
this.txtLog.WordWrap = false;
|
|
//
|
|
// PreadjustmentActionsView
|
|
//
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Controls.Add(this.grpSlots);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.txtLog);
|
|
this.Name = "PreadjustmentActionsView";
|
|
this.Size = new System.Drawing.Size(719, 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;
|
|
}
|
|
} |