109 lines
4.5 KiB
C#
109 lines
4.5 KiB
C#
namespace TBF.Rig.BridgeComponents.GciBridge.UI.StaraTuraAPI_GciBridge
|
|
{
|
|
partial class UniDataSorageActionsView
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
private System.Windows.Forms.GroupBox grpStorage;
|
|
private System.Windows.Forms.Button btnGetPasswordByPcb;
|
|
|
|
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.btnGetPasswordByPcb = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.txtLog = new System.Windows.Forms.TextBox();
|
|
this.lblPcbId = new System.Windows.Forms.Label();
|
|
this.txtPcbId = new System.Windows.Forms.TextBox();
|
|
this.grpStorage.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// grpStorage
|
|
//
|
|
this.grpStorage.Controls.Add(this.lblPcbId);
|
|
this.grpStorage.Controls.Add(this.txtPcbId);
|
|
this.grpStorage.Controls.Add(this.btnGetPasswordByPcb);
|
|
this.grpStorage.Location = new System.Drawing.Point(10, 37);
|
|
this.grpStorage.Name = "grpStorage";
|
|
this.grpStorage.Size = new System.Drawing.Size(200, 261);
|
|
this.grpStorage.TabIndex = 0;
|
|
this.grpStorage.TabStop = false;
|
|
this.grpStorage.Text = "UniDataStorageReader for GCI";
|
|
//
|
|
// btnGetPasswordByPcb
|
|
//
|
|
this.btnGetPasswordByPcb.Location = new System.Drawing.Point(10, 55);
|
|
this.btnGetPasswordByPcb.Name = "btnGetPasswordByPcb";
|
|
this.btnGetPasswordByPcb.Size = new System.Drawing.Size(175, 28);
|
|
this.btnGetPasswordByPcb.TabIndex = 2;
|
|
this.btnGetPasswordByPcb.Text = "Get password (by PCB)";
|
|
this.btnGetPasswordByPcb.UseVisualStyleBackColor = true;
|
|
this.btnGetPasswordByPcb.Click += new System.EventHandler(this.btnGetPasswordByPcb_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.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;
|
|
//
|
|
// lblPcbId
|
|
//
|
|
this.lblPcbId.AutoSize = true;
|
|
this.lblPcbId.Location = new System.Drawing.Point(10, 25);
|
|
this.lblPcbId.Name = "lblPcbId";
|
|
this.lblPcbId.Size = new System.Drawing.Size(45, 13);
|
|
this.lblPcbId.TabIndex = 0;
|
|
this.lblPcbId.Text = "PCB ID:";
|
|
//
|
|
// txtPcbId
|
|
//
|
|
this.txtPcbId.Location = new System.Drawing.Point(65, 22);
|
|
this.txtPcbId.Name = "txtPcbId";
|
|
this.txtPcbId.Size = new System.Drawing.Size(120, 20);
|
|
this.txtPcbId.TabIndex = 1;
|
|
//
|
|
// UniDataSorageActionsView
|
|
//
|
|
this.Controls.Add(this.grpStorage);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.txtLog);
|
|
this.Name = "UniDataSorageActionsView";
|
|
this.Size = new System.Drawing.Size(740, 370);
|
|
this.grpStorage.ResumeLayout(false);
|
|
this.grpStorage.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
private System.Windows.Forms.Label lblPcbId;
|
|
private System.Windows.Forms.TextBox txtPcbId;
|
|
}
|
|
} |