namespace MOTINOVA_MC_Test
{
partial class Licences
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.button_Confirm = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.textBox_CPU_ID = new System.Windows.Forms.TextBox();
this.textBox_LicencePath = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.button_Select = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button_Confirm
//
this.button_Confirm.Location = new System.Drawing.Point(235, 175);
this.button_Confirm.Name = "button_Confirm";
this.button_Confirm.Size = new System.Drawing.Size(75, 37);
this.button_Confirm.TabIndex = 0;
this.button_Confirm.Text = "确认";
this.button_Confirm.UseVisualStyleBackColor = true;
this.button_Confirm.Click += new System.EventHandler(this.button_Confirm_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(25, 71);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(58, 21);
this.label1.TabIndex = 1;
this.label1.Text = "序列号";
//
// textBox_CPU_ID
//
this.textBox_CPU_ID.Location = new System.Drawing.Point(107, 68);
this.textBox_CPU_ID.Name = "textBox_CPU_ID";
this.textBox_CPU_ID.ReadOnly = true;
this.textBox_CPU_ID.Size = new System.Drawing.Size(203, 29);
this.textBox_CPU_ID.TabIndex = 2;
//
// textBox_LicencePath
//
this.textBox_LicencePath.Location = new System.Drawing.Point(107, 117);
this.textBox_LicencePath.Name = "textBox_LicencePath";
this.textBox_LicencePath.Size = new System.Drawing.Size(203, 29);
this.textBox_LicencePath.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(25, 120);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 21);
this.label2.TabIndex = 3;
this.label2.Text = "许可文件";
//
// button_Select
//
this.button_Select.Location = new System.Drawing.Point(325, 118);
this.button_Select.Name = "button_Select";
this.button_Select.Size = new System.Drawing.Size(34, 27);
this.button_Select.TabIndex = 0;
this.button_Select.Text = "...";
this.button_Select.UseVisualStyleBackColor = true;
this.button_Select.Click += new System.EventHandler(this.button_Select_Click);
//
// Licences
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(384, 261);
this.Controls.Add(this.textBox_LicencePath);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox_CPU_ID);
this.Controls.Add(this.label1);
this.Controls.Add(this.button_Select);
this.Controls.Add(this.button_Confirm);
this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
this.MaximizeBox = false;
this.Name = "Licences";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Licences";
this.Load += new System.EventHandler(this.Licences_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button_Confirm;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button_Select;
public System.Windows.Forms.TextBox textBox_CPU_ID;
public System.Windows.Forms.TextBox textBox_LicencePath;
}
}