namespace Welling_Motor_Debug_Tool
{
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_LicenceEnter = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.textBox_CPU_ID = new System.Windows.Forms.TextBox();
this.button_LicenceSelect = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.textBox_LicencePath = new System.Windows.Forms.TextBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// button_LicenceEnter
//
this.button_LicenceEnter.Location = new System.Drawing.Point(283, 171);
this.button_LicenceEnter.Name = "button_LicenceEnter";
this.button_LicenceEnter.Size = new System.Drawing.Size(75, 35);
this.button_LicenceEnter.TabIndex = 0;
this.button_LicenceEnter.Text = "确认";
this.button_LicenceEnter.UseVisualStyleBackColor = true;
this.button_LicenceEnter.Click += new System.EventHandler(this.button_LicenceEnter_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(27, 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, 67);
this.textBox_CPU_ID.Name = "textBox_CPU_ID";
this.textBox_CPU_ID.ReadOnly = true;
this.textBox_CPU_ID.Size = new System.Drawing.Size(215, 29);
this.textBox_CPU_ID.TabIndex = 2;
//
// button_LicenceSelect
//
this.button_LicenceSelect.Location = new System.Drawing.Point(328, 121);
this.button_LicenceSelect.Name = "button_LicenceSelect";
this.button_LicenceSelect.Size = new System.Drawing.Size(30, 29);
this.button_LicenceSelect.TabIndex = 3;
this.button_LicenceSelect.Text = "...";
this.button_LicenceSelect.UseVisualStyleBackColor = true;
this.button_LicenceSelect.Click += new System.EventHandler(this.button_LicenceSelect_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(27, 125);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(58, 21);
this.label2.TabIndex = 4;
this.label2.Text = "许可证";
//
// textBox_LicencePath
//
this.textBox_LicencePath.Location = new System.Drawing.Point(107, 121);
this.textBox_LicencePath.Name = "textBox_LicencePath";
this.textBox_LicencePath.ReadOnly = true;
this.textBox_LicencePath.Size = new System.Drawing.Size(215, 29);
this.textBox_LicencePath.TabIndex = 5;
//
// pictureBox1
//
this.pictureBox1.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
this.pictureBox1.Location = new System.Drawing.Point(12, 216);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(136, 33);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 41;
this.pictureBox1.TabStop = false;
//
// Licences
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.ClientSize = new System.Drawing.Size(384, 261);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.textBox_LicencePath);
this.Controls.Add(this.label2);
this.Controls.Add(this.button_LicenceSelect);
this.Controls.Add(this.textBox_CPU_ID);
this.Controls.Add(this.label1);
this.Controls.Add(this.button_LicenceEnter);
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);
this.MaximizeBox = false;
this.Name = "Licences";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Licences";
this.Load += new System.EventHandler(this.Licences_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button_LicenceEnter;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button_LicenceSelect;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.TextBox textBox_CPU_ID;
public System.Windows.Forms.TextBox textBox_LicencePath;
private System.Windows.Forms.PictureBox pictureBox1;
}
}