tbf/TBF/Rig/BridgeComponents/GciBridge/UI/StaraTuraAPI_GciBridge/CombinedActionsView.Designer.cs

167 lines
7.5 KiB
C#

namespace TBF.Rig.BridgeComponents.GciBridge.UI.StaraTuraAPI_GciBridge
{
partial class CombinedActionsView
{
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.GroupBox grpStorage;
private System.Windows.Forms.Button btnGetPcb;
private System.Windows.Forms.Button btnGetPasswordByPcb;
private System.Windows.Forms.Button btnSetPasswordByPcb;
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.grpStorage = new System.Windows.Forms.GroupBox();
this.btnSetPasswordByPcb = new System.Windows.Forms.Button();
this.btnGetPasswordByPcb = new System.Windows.Forms.Button();
this.btnGetPcb = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.txtLog = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.grpStorage.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// grpStorage
//
this.grpStorage.Controls.Add(this.btnSetPasswordByPcb);
this.grpStorage.Controls.Add(this.btnGetPasswordByPcb);
this.grpStorage.Controls.Add(this.btnGetPcb);
this.grpStorage.Location = new System.Drawing.Point(10, 10);
this.grpStorage.Name = "grpStorage";
this.grpStorage.Size = new System.Drawing.Size(200, 139);
this.grpStorage.TabIndex = 0;
this.grpStorage.TabStop = false;
this.grpStorage.Text = "Slots by selection in the table";
//
// btnSetPasswordByPcb
//
this.btnSetPasswordByPcb.Location = new System.Drawing.Point(12, 96);
this.btnSetPasswordByPcb.Name = "btnSetPasswordByPcb";
this.btnSetPasswordByPcb.Size = new System.Drawing.Size(175, 28);
this.btnSetPasswordByPcb.TabIndex = 2;
this.btnSetPasswordByPcb.Text = "GCI/SetPassword(slot)";
this.btnSetPasswordByPcb.UseVisualStyleBackColor = true;
this.btnSetPasswordByPcb.Click += new System.EventHandler(this.btnSetPasswordByPcb_Click);
//
// btnGetPasswordByPcb
//
this.btnGetPasswordByPcb.Location = new System.Drawing.Point(12, 62);
this.btnGetPasswordByPcb.Name = "btnGetPasswordByPcb";
this.btnGetPasswordByPcb.Size = new System.Drawing.Size(175, 28);
this.btnGetPasswordByPcb.TabIndex = 1;
this.btnGetPasswordByPcb.Text = "UDSR/GetPassword(PCB)";
this.btnGetPasswordByPcb.UseVisualStyleBackColor = true;
this.btnGetPasswordByPcb.Click += new System.EventHandler(this.btnGetPasswordByPcb_Click);
//
// btnGetPcb
//
this.btnGetPcb.Location = new System.Drawing.Point(12, 28);
this.btnGetPcb.Name = "btnGetPcb";
this.btnGetPcb.Size = new System.Drawing.Size(175, 28);
this.btnGetPcb.TabIndex = 0;
this.btnGetPcb.Text = "GCI/GetPCB(slot)";
this.btnGetPcb.UseVisualStyleBackColor = true;
this.btnGetPcb.Click += new System.EventHandler(this.btnGetPcb_Click);
//
// btnCancel
//
this.btnCancel.Enabled = false;
this.btnCancel.Location = new System.Drawing.Point(10, 320);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(200, 30);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
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(220, 10);
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(500, 340);
this.txtLog.TabIndex = 4;
this.txtLog.WordWrap = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Location = new System.Drawing.Point(10, 166);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 139);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Combined actions";
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 96);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(175, 28);
this.button1.TabIndex = 2;
this.button1.Text = "...";
this.button1.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(12, 62);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(175, 28);
this.button2.TabIndex = 1;
this.button2.Text = "...";
this.button2.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(12, 28);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(175, 28);
this.button3.TabIndex = 0;
this.button3.Text = "Connect/FullPass/Login";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// CombinedInterfaceView
//
this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.grpStorage);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.txtLog);
this.Name = "CombinedInterfaceView";
this.Size = new System.Drawing.Size(740, 370);
this.grpStorage.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
}
}