120 lines
4.4 KiB
C#
120 lines
4.4 KiB
C#
namespace EI_Image_Viewer_Activation
|
|
{
|
|
partial class Main
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
|
|
label1 = new Label();
|
|
label2 = new Label();
|
|
codeTBox = new TextBox();
|
|
activeSecreteTbox = new TextBox();
|
|
btnCopy = new Button();
|
|
SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Font = new Font("Microsoft YaHei UI", 15F, FontStyle.Regular, GraphicsUnit.Point);
|
|
label1.Location = new Point(54, 69);
|
|
label1.Margin = new Padding(4, 0, 4, 0);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(72, 27);
|
|
label1.TabIndex = 0;
|
|
label1.Text = "机器码";
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Font = new Font("Microsoft YaHei UI", 15F, FontStyle.Regular, GraphicsUnit.Point);
|
|
label2.Location = new Point(54, 183);
|
|
label2.Margin = new Padding(4, 0, 4, 0);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(72, 27);
|
|
label2.TabIndex = 1;
|
|
label2.Text = "激活码";
|
|
//
|
|
// codeTBox
|
|
//
|
|
codeTBox.Font = new Font("Microsoft YaHei UI", 15F, FontStyle.Regular, GraphicsUnit.Point);
|
|
codeTBox.Location = new Point(168, 69);
|
|
codeTBox.Margin = new Padding(4);
|
|
codeTBox.Name = "codeTBox";
|
|
codeTBox.Size = new Size(424, 33);
|
|
codeTBox.TabIndex = 2;
|
|
codeTBox.TextChanged += codeTBox_TextChanged;
|
|
//
|
|
// activeSecreteTbox
|
|
//
|
|
activeSecreteTbox.Enabled = false;
|
|
activeSecreteTbox.Font = new Font("Microsoft YaHei UI", 15F, FontStyle.Regular, GraphicsUnit.Point);
|
|
activeSecreteTbox.Location = new Point(168, 183);
|
|
activeSecreteTbox.Margin = new Padding(4);
|
|
activeSecreteTbox.Name = "activeSecreteTbox";
|
|
activeSecreteTbox.Size = new Size(424, 33);
|
|
activeSecreteTbox.TabIndex = 3;
|
|
//
|
|
// btnCopy
|
|
//
|
|
btnCopy.Font = new Font("Microsoft YaHei UI", 15F, FontStyle.Regular, GraphicsUnit.Point);
|
|
btnCopy.Location = new Point(619, 178);
|
|
btnCopy.Margin = new Padding(4);
|
|
btnCopy.Name = "btnCopy";
|
|
btnCopy.Size = new Size(144, 41);
|
|
btnCopy.TabIndex = 4;
|
|
btnCopy.Text = "拷贝";
|
|
btnCopy.UseVisualStyleBackColor = true;
|
|
btnCopy.Click += btnCopy_Click;
|
|
//
|
|
// Main
|
|
//
|
|
AutoScaleDimensions = new SizeF(10F, 21F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(818, 498);
|
|
Controls.Add(btnCopy);
|
|
Controls.Add(activeSecreteTbox);
|
|
Controls.Add(codeTBox);
|
|
Controls.Add(label2);
|
|
Controls.Add(label1);
|
|
Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
|
Icon = (Icon)resources.GetObject("$this.Icon");
|
|
Margin = new Padding(4);
|
|
Name = "Main";
|
|
Text = "EI_Image_viewer Activation";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label label1;
|
|
private Label label2;
|
|
private TextBox codeTBox;
|
|
private TextBox activeSecreteTbox;
|
|
private Button btnCopy;
|
|
}
|
|
} |