416 lines
20 KiB
C#
416 lines
20 KiB
C#
namespace ChildForms
|
|
{
|
|
partial class CopyProtectionSettings
|
|
{
|
|
/// <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 Component 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()
|
|
{
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.chckTreko3D = new System.Windows.Forms.CheckBox();
|
|
this.chckTreko = new System.Windows.Forms.CheckBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtFingerPrint = new System.Windows.Forms.TextBox();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.txtBase = new System.Windows.Forms.TextBox();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.txtBios = new System.Windows.Forms.TextBox();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.txtCPU = new System.Windows.Forms.TextBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.txtProductName = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.dateTimeEndDate = new System.Windows.Forms.DateTimePicker();
|
|
this.dateTimeStartDate = new System.Windows.Forms.DateTimePicker();
|
|
this.txtUserName = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.btnGenDefaultLic = new System.Windows.Forms.Button();
|
|
this.btnTestLicense = new System.Windows.Forms.Button();
|
|
this.btnGenLicense = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.chckExpired = new System.Windows.Forms.CheckBox();
|
|
this.btnUpdateLicense = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.btnUpdateLicense);
|
|
this.groupBox1.Controls.Add(this.chckExpired);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.groupBox2);
|
|
this.groupBox1.Controls.Add(this.txtFingerPrint);
|
|
this.groupBox1.Controls.Add(this.label18);
|
|
this.groupBox1.Controls.Add(this.txtBase);
|
|
this.groupBox1.Controls.Add(this.label17);
|
|
this.groupBox1.Controls.Add(this.txtBios);
|
|
this.groupBox1.Controls.Add(this.label16);
|
|
this.groupBox1.Controls.Add(this.txtCPU);
|
|
this.groupBox1.Controls.Add(this.label15);
|
|
this.groupBox1.Controls.Add(this.txtProductName);
|
|
this.groupBox1.Controls.Add(this.label14);
|
|
this.groupBox1.Controls.Add(this.label13);
|
|
this.groupBox1.Controls.Add(this.label12);
|
|
this.groupBox1.Controls.Add(this.dateTimeEndDate);
|
|
this.groupBox1.Controls.Add(this.dateTimeStartDate);
|
|
this.groupBox1.Controls.Add(this.txtUserName);
|
|
this.groupBox1.Controls.Add(this.label11);
|
|
this.groupBox1.Controls.Add(this.btnGenDefaultLic);
|
|
this.groupBox1.Controls.Add(this.btnTestLicense);
|
|
this.groupBox1.Controls.Add(this.btnGenLicense);
|
|
this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.groupBox1.Location = new System.Drawing.Point(3, 3);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(527, 466);
|
|
this.groupBox1.TabIndex = 28;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Copy Protection";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.chckTreko3D);
|
|
this.groupBox2.Controls.Add(this.chckTreko);
|
|
this.groupBox2.Controls.Add(this.label2);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.groupBox2.Location = new System.Drawing.Point(11, 150);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(509, 281);
|
|
this.groupBox2.TabIndex = 46;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Available Applications";
|
|
//
|
|
// chckTreko3D
|
|
//
|
|
this.chckTreko3D.AutoSize = true;
|
|
this.chckTreko3D.Location = new System.Drawing.Point(72, 53);
|
|
this.chckTreko3D.Name = "chckTreko3D";
|
|
this.chckTreko3D.Size = new System.Drawing.Size(15, 14);
|
|
this.chckTreko3D.TabIndex = 34;
|
|
this.chckTreko3D.UseVisualStyleBackColor = true;
|
|
//
|
|
// chckTreko
|
|
//
|
|
this.chckTreko.AutoSize = true;
|
|
this.chckTreko.Location = new System.Drawing.Point(72, 28);
|
|
this.chckTreko.Name = "chckTreko";
|
|
this.chckTreko.Size = new System.Drawing.Size(15, 14);
|
|
this.chckTreko.TabIndex = 33;
|
|
this.chckTreko.UseVisualStyleBackColor = true;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.label2.Location = new System.Drawing.Point(14, 53);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(52, 13);
|
|
this.label2.TabIndex = 32;
|
|
this.label2.Text = "Treko 3D";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.label1.Location = new System.Drawing.Point(31, 28);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(35, 13);
|
|
this.label1.TabIndex = 31;
|
|
this.label1.Text = "Treko";
|
|
//
|
|
// txtFingerPrint
|
|
//
|
|
this.txtFingerPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
this.txtFingerPrint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtFingerPrint.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.txtFingerPrint.Location = new System.Drawing.Point(283, 104);
|
|
this.txtFingerPrint.Name = "txtFingerPrint";
|
|
this.txtFingerPrint.Size = new System.Drawing.Size(238, 20);
|
|
this.txtFingerPrint.TabIndex = 45;
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.label18.Location = new System.Drawing.Point(226, 75);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(31, 13);
|
|
this.label18.TabIndex = 44;
|
|
this.label18.Text = "Base";
|
|
//
|
|
// txtBase
|
|
//
|
|
this.txtBase.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
this.txtBase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtBase.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.txtBase.Location = new System.Drawing.Point(283, 73);
|
|
this.txtBase.Name = "txtBase";
|
|
this.txtBase.Size = new System.Drawing.Size(238, 20);
|
|
this.txtBase.TabIndex = 43;
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.label17.Location = new System.Drawing.Point(227, 47);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(32, 13);
|
|
this.label17.TabIndex = 42;
|
|
this.label17.Text = "BIOS";
|
|
//
|
|
// txtBios
|
|
//
|
|
this.txtBios.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
this.txtBios.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtBios.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.txtBios.Location = new System.Drawing.Point(283, 44);
|
|
this.txtBios.Name = "txtBios";
|
|
this.txtBios.Size = new System.Drawing.Size(237, 20);
|
|
this.txtBios.TabIndex = 41;
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.label16.Location = new System.Drawing.Point(227, 21);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(29, 13);
|
|
this.label16.TabIndex = 40;
|
|
this.label16.Text = "CPU";
|
|
//
|
|
// txtCPU
|
|
//
|
|
this.txtCPU.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
this.txtCPU.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtCPU.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.txtCPU.Location = new System.Drawing.Point(283, 19);
|
|
this.txtCPU.Name = "txtCPU";
|
|
this.txtCPU.Size = new System.Drawing.Size(238, 20);
|
|
this.txtCPU.TabIndex = 39;
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.label15.Location = new System.Drawing.Point(217, 106);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(56, 13);
|
|
this.label15.TabIndex = 38;
|
|
this.label15.Text = "Fingerprint";
|
|
//
|
|
// txtProductName
|
|
//
|
|
this.txtProductName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
this.txtProductName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtProductName.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.txtProductName.Location = new System.Drawing.Point(90, 96);
|
|
this.txtProductName.Name = "txtProductName";
|
|
this.txtProductName.ReadOnly = true;
|
|
this.txtProductName.Size = new System.Drawing.Size(121, 20);
|
|
this.txtProductName.TabIndex = 37;
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.label14.Location = new System.Drawing.Point(6, 98);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(75, 13);
|
|
this.label14.TabIndex = 36;
|
|
this.label14.Text = "Product Name";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.label13.Location = new System.Drawing.Point(25, 75);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(52, 13);
|
|
this.label13.TabIndex = 35;
|
|
this.label13.Text = "End Date";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.label12.Location = new System.Drawing.Point(22, 47);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(55, 13);
|
|
this.label12.TabIndex = 34;
|
|
this.label12.Text = "Start Date";
|
|
//
|
|
// dateTimeEndDate
|
|
//
|
|
this.dateTimeEndDate.Location = new System.Drawing.Point(90, 70);
|
|
this.dateTimeEndDate.Name = "dateTimeEndDate";
|
|
this.dateTimeEndDate.Size = new System.Drawing.Size(121, 20);
|
|
this.dateTimeEndDate.TabIndex = 33;
|
|
//
|
|
// dateTimeStartDate
|
|
//
|
|
this.dateTimeStartDate.Location = new System.Drawing.Point(90, 45);
|
|
this.dateTimeStartDate.Name = "dateTimeStartDate";
|
|
this.dateTimeStartDate.Size = new System.Drawing.Size(121, 20);
|
|
this.dateTimeStartDate.TabIndex = 32;
|
|
//
|
|
// txtUserName
|
|
//
|
|
this.txtUserName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
this.txtUserName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtUserName.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.txtUserName.Location = new System.Drawing.Point(90, 19);
|
|
this.txtUserName.Name = "txtUserName";
|
|
this.txtUserName.Size = new System.Drawing.Size(121, 20);
|
|
this.txtUserName.TabIndex = 31;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.label11.Location = new System.Drawing.Point(17, 21);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(60, 13);
|
|
this.label11.TabIndex = 30;
|
|
this.label11.Text = "User Name";
|
|
//
|
|
// btnGenDefaultLic
|
|
//
|
|
this.btnGenDefaultLic.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.btnGenDefaultLic.Location = new System.Drawing.Point(10, 437);
|
|
this.btnGenDefaultLic.Name = "btnGenDefaultLic";
|
|
this.btnGenDefaultLic.Size = new System.Drawing.Size(124, 23);
|
|
this.btnGenDefaultLic.TabIndex = 29;
|
|
this.btnGenDefaultLic.Text = "Gen Default License";
|
|
this.btnGenDefaultLic.UseVisualStyleBackColor = true;
|
|
this.btnGenDefaultLic.Visible = false;
|
|
this.btnGenDefaultLic.Click += new System.EventHandler(this.btnGenDefaultLic_Click);
|
|
//
|
|
// btnTestLicense
|
|
//
|
|
this.btnTestLicense.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.btnTestLicense.Location = new System.Drawing.Point(269, 437);
|
|
this.btnTestLicense.Name = "btnTestLicense";
|
|
this.btnTestLicense.Size = new System.Drawing.Size(89, 23);
|
|
this.btnTestLicense.TabIndex = 28;
|
|
this.btnTestLicense.Text = "Test License";
|
|
this.btnTestLicense.UseVisualStyleBackColor = true;
|
|
this.btnTestLicense.Click += new System.EventHandler(this.btnTestLicense_Click);
|
|
//
|
|
// btnGenLicense
|
|
//
|
|
this.btnGenLicense.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.btnGenLicense.Location = new System.Drawing.Point(158, 437);
|
|
this.btnGenLicense.Name = "btnGenLicense";
|
|
this.btnGenLicense.Size = new System.Drawing.Size(85, 23);
|
|
this.btnGenLicense.TabIndex = 27;
|
|
this.btnGenLicense.Text = "Setup License";
|
|
this.btnGenLicense.UseVisualStyleBackColor = true;
|
|
this.btnGenLicense.Click += new System.EventHandler(this.btnGenLicense_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.ForeColor = System.Drawing.SystemColors.ControlLight;
|
|
this.label3.Location = new System.Drawing.Point(35, 127);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(42, 13);
|
|
this.label3.TabIndex = 47;
|
|
this.label3.Text = "Expired";
|
|
//
|
|
// chckExpired
|
|
//
|
|
this.chckExpired.AutoSize = true;
|
|
this.chckExpired.Location = new System.Drawing.Point(90, 127);
|
|
this.chckExpired.Name = "chckExpired";
|
|
this.chckExpired.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.chckExpired.Size = new System.Drawing.Size(15, 14);
|
|
this.chckExpired.TabIndex = 48;
|
|
this.chckExpired.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnUpdateLicense
|
|
//
|
|
this.btnUpdateLicense.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.btnUpdateLicense.Location = new System.Drawing.Point(387, 437);
|
|
this.btnUpdateLicense.Name = "btnUpdateLicense";
|
|
this.btnUpdateLicense.Size = new System.Drawing.Size(107, 23);
|
|
this.btnUpdateLicense.TabIndex = 49;
|
|
this.btnUpdateLicense.Text = "Update License";
|
|
this.btnUpdateLicense.UseVisualStyleBackColor = true;
|
|
this.btnUpdateLicense.Click += new System.EventHandler(this.btnUpdateLicense_Click);
|
|
//
|
|
// CopyProtectionSettings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "CopyProtectionSettings";
|
|
this.Size = new System.Drawing.Size(534, 472);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.TextBox txtFingerPrint;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.TextBox txtBase;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.TextBox txtBios;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.TextBox txtCPU;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.TextBox txtProductName;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.DateTimePicker dateTimeEndDate;
|
|
private System.Windows.Forms.DateTimePicker dateTimeStartDate;
|
|
private System.Windows.Forms.TextBox txtUserName;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Button btnGenDefaultLic;
|
|
private System.Windows.Forms.Button btnTestLicense;
|
|
private System.Windows.Forms.Button btnGenLicense;
|
|
private System.Windows.Forms.CheckBox chckTreko3D;
|
|
private System.Windows.Forms.CheckBox chckTreko;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.CheckBox chckExpired;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button btnUpdateLicense;
|
|
}
|
|
}
|