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

144 lines
6.4 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.lblPcbId = new System.Windows.Forms.Label();
this.txtPcbId = new System.Windows.Forms.TextBox();
this.btnGetPasswordByPcb = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.txtLog = new System.Windows.Forms.TextBox();
this.getCalibrationParamsButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.calibrationParamsTextBox = new System.Windows.Forms.TextBox();
this.grpStorage.SuspendLayout();
this.SuspendLayout();
//
// grpStorage
//
this.grpStorage.Controls.Add(this.calibrationParamsTextBox);
this.grpStorage.Controls.Add(this.label1);
this.grpStorage.Controls.Add(this.getCalibrationParamsButton);
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(215, 261);
this.grpStorage.TabIndex = 0;
this.grpStorage.TabStop = false;
this.grpStorage.Text = "UniDataStorageReader for GCI";
//
// 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;
//
// btnGetPasswordByPcb
//
this.btnGetPasswordByPcb.Location = new System.Drawing.Point(13, 48);
this.btnGetPasswordByPcb.Name = "btnGetPasswordByPcb";
this.btnGetPasswordByPcb.Size = new System.Drawing.Size(196, 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(231, 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(489, 340);
this.txtLog.TabIndex = 4;
this.txtLog.WordWrap = false;
//
// getCalibrationParamsButton
//
this.getCalibrationParamsButton.Location = new System.Drawing.Point(13, 139);
this.getCalibrationParamsButton.Name = "getCalibrationParamsButton";
this.getCalibrationParamsButton.Size = new System.Drawing.Size(196, 34);
this.getCalibrationParamsButton.TabIndex = 3;
this.getCalibrationParamsButton.Text = "Get CalibrationParams (by MeterSize)";
this.getCalibrationParamsButton.UseVisualStyleBackColor = true;
this.getCalibrationParamsButton.Click += new System.EventHandler(this.getCalibrationParamsButton_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 116);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(54, 13);
this.label1.TabIndex = 4;
this.label1.Text = "MeterSize";
//
// calibrationParamsTextBox
//
this.calibrationParamsTextBox.Location = new System.Drawing.Point(65, 113);
this.calibrationParamsTextBox.Name = "calibrationParamsTextBox";
this.calibrationParamsTextBox.Size = new System.Drawing.Size(120, 20);
this.calibrationParamsTextBox.TabIndex = 5;
//
// 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;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button getCalibrationParamsButton;
private System.Windows.Forms.TextBox calibrationParamsTextBox;
}
}