878 lines
35 KiB
C#
878 lines
35 KiB
C#
namespace VS2010SampleNET
|
|
{
|
|
partial class FormMain
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lIsRegistered = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.lTrialTimeUnitsTotal = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.lTrialTimeUnitsLeft = new System.Windows.Forms.Label();
|
|
this.btnShowRegistation = new System.Windows.Forms.Button();
|
|
this.btnSortArray = new System.Windows.Forms.Button();
|
|
this.lIsProtected = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lLicenseType = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.timerUpdateUnits = new System.Windows.Forms.Timer(this.components);
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.lCurrentActivationDate = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.lFirstRegistrationDate = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.lCurrentRegistrationDate = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.lCustomerName = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.lCustomerEMail = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.lLicenseExpirationDaysTotal = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.lLicenseExpirationDaysLeft = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.lLicenseCode = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.tbLicenseCode = new System.Windows.Forms.TextBox();
|
|
this.btnRegister = new System.Windows.Forms.Button();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.lIntelliProtectorVersion = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.lOrderDate = new System.Windows.Forms.Label();
|
|
this.lTrialDaysTotal = new System.Windows.Forms.Label();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.lTrialDaysLeft = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.lLicenseExpirationDate = new System.Windows.Forms.Label();
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
this.lCurrentPPVersion = new System.Windows.Forms.Label();
|
|
this.label27 = new System.Windows.Forms.Label();
|
|
this.lLaunchesTotal = new System.Windows.Forms.Label();
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
this.lLaunchesLeft = new System.Windows.Forms.Label();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.label31 = new System.Windows.Forms.Label();
|
|
this.lSupportExpirationDaysTotal = new System.Windows.Forms.Label();
|
|
this.lSupportExpirationDate = new System.Windows.Forms.Label();
|
|
this.lSupportExpirationDaysLeft = new System.Windows.Forms.Label();
|
|
this.label35 = new System.Windows.Forms.Label();
|
|
this.lSupportExpirationPPVersion = new System.Windows.Forms.Label();
|
|
this.label37 = new System.Windows.Forms.Label();
|
|
this.lRenewLicenseLink = new System.Windows.Forms.Label();
|
|
this.label39 = new System.Windows.Forms.Label();
|
|
this.lBuyNowLink = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.tbRenewalCode = new System.Windows.Forms.TextBox();
|
|
this.btnRenew = new System.Windows.Forms.Button();
|
|
this.lProtectionDate = new System.Windows.Forms.Label();
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
this.btnRegistrationByEmail = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(471, 513);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(229, 13);
|
|
this.label1.TabIndex = 37;
|
|
this.label1.Text = "IntelliProtector sample. Visual Studio 2010.NET";
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOk.Location = new System.Drawing.Point(624, 7);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(75, 23);
|
|
this.btnOk.TabIndex = 33;
|
|
this.btnOk.Text = "Ok";
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(624, 36);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 34;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(13, 29);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(101, 13);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "Software registered:";
|
|
//
|
|
// lIsRegistered
|
|
//
|
|
this.lIsRegistered.AutoSize = true;
|
|
this.lIsRegistered.Location = new System.Drawing.Point(142, 29);
|
|
this.lIsRegistered.Name = "lIsRegistered";
|
|
this.lIsRegistered.Size = new System.Drawing.Size(19, 13);
|
|
this.lIsRegistered.TabIndex = 3;
|
|
this.lIsRegistered.Text = "no";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(13, 178);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(100, 13);
|
|
this.label4.TabIndex = 16;
|
|
this.label4.Text = "Trial time units total:";
|
|
//
|
|
// lTrialTimeUnitsTotal
|
|
//
|
|
this.lTrialTimeUnitsTotal.AutoSize = true;
|
|
this.lTrialTimeUnitsTotal.Location = new System.Drawing.Point(120, 178);
|
|
this.lTrialTimeUnitsTotal.Name = "lTrialTimeUnitsTotal";
|
|
this.lTrialTimeUnitsTotal.Size = new System.Drawing.Size(208, 13);
|
|
this.lTrialTimeUnitsTotal.TabIndex = 17;
|
|
this.lTrialTimeUnitsTotal.Text = "* mins | * hours | * days | * weeks | * months";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(13, 214);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(94, 13);
|
|
this.label6.TabIndex = 18;
|
|
this.label6.Text = "Trial time units left:";
|
|
//
|
|
// lTrialTimeUnitsLeft
|
|
//
|
|
this.lTrialTimeUnitsLeft.AutoSize = true;
|
|
this.lTrialTimeUnitsLeft.Location = new System.Drawing.Point(120, 214);
|
|
this.lTrialTimeUnitsLeft.Name = "lTrialTimeUnitsLeft";
|
|
this.lTrialTimeUnitsLeft.Size = new System.Drawing.Size(208, 13);
|
|
this.lTrialTimeUnitsLeft.TabIndex = 19;
|
|
this.lTrialTimeUnitsLeft.Text = "* mins | * hours | * days | * weeks | * months";
|
|
//
|
|
// btnShowRegistation
|
|
//
|
|
this.btnShowRegistation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnShowRegistation.Location = new System.Drawing.Point(547, 84);
|
|
this.btnShowRegistation.Name = "btnShowRegistation";
|
|
this.btnShowRegistation.Size = new System.Drawing.Size(153, 23);
|
|
this.btnShowRegistation.TabIndex = 35;
|
|
this.btnShowRegistation.Text = "Show Registration Window";
|
|
this.btnShowRegistation.UseVisualStyleBackColor = true;
|
|
this.btnShowRegistation.Click += new System.EventHandler(this.btnShowRegistation_Click);
|
|
//
|
|
// btnSortArray
|
|
//
|
|
this.btnSortArray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSortArray.Location = new System.Drawing.Point(547, 114);
|
|
this.btnSortArray.Name = "btnSortArray";
|
|
this.btnSortArray.Size = new System.Drawing.Size(153, 23);
|
|
this.btnSortArray.TabIndex = 36;
|
|
this.btnSortArray.Text = "Sort array (encrypted call)";
|
|
this.btnSortArray.UseVisualStyleBackColor = true;
|
|
this.btnSortArray.Click += new System.EventHandler(this.btnSortArray_Click);
|
|
//
|
|
// lIsProtected
|
|
//
|
|
this.lIsProtected.AutoSize = true;
|
|
this.lIsProtected.Location = new System.Drawing.Point(142, 12);
|
|
this.lIsProtected.Name = "lIsProtected";
|
|
this.lIsProtected.Size = new System.Drawing.Size(19, 13);
|
|
this.lIsProtected.TabIndex = 1;
|
|
this.lIsProtected.Text = "no";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(13, 12);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(100, 13);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "Software protected:";
|
|
//
|
|
// lLicenseType
|
|
//
|
|
this.lLicenseType.AutoSize = true;
|
|
this.lLicenseType.Location = new System.Drawing.Point(142, 46);
|
|
this.lLicenseType.Name = "lLicenseType";
|
|
this.lLicenseType.Size = new System.Drawing.Size(16, 13);
|
|
this.lLicenseType.TabIndex = 5;
|
|
this.lLicenseType.Text = "-1";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(13, 46);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(70, 13);
|
|
this.label8.TabIndex = 4;
|
|
this.label8.Text = "License type:";
|
|
//
|
|
// timerUpdateUnits
|
|
//
|
|
this.timerUpdateUnits.Enabled = true;
|
|
this.timerUpdateUnits.Interval = 30000;
|
|
this.timerUpdateUnits.Tick += new System.EventHandler(this.timerUpdateUnits_Tick);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(13, 93);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(117, 13);
|
|
this.label7.TabIndex = 10;
|
|
this.label7.Text = "Current activation date:";
|
|
//
|
|
// lCurrentActivationDate
|
|
//
|
|
this.lCurrentActivationDate.Location = new System.Drawing.Point(142, 93);
|
|
this.lCurrentActivationDate.Name = "lCurrentActivationDate";
|
|
this.lCurrentActivationDate.Size = new System.Drawing.Size(179, 13);
|
|
this.lCurrentActivationDate.TabIndex = 11;
|
|
this.lCurrentActivationDate.Text = "date";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(13, 112);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(107, 13);
|
|
this.label10.TabIndex = 12;
|
|
this.label10.Text = "First registration date:";
|
|
//
|
|
// lFirstRegistrationDate
|
|
//
|
|
this.lFirstRegistrationDate.Location = new System.Drawing.Point(142, 112);
|
|
this.lFirstRegistrationDate.Name = "lFirstRegistrationDate";
|
|
this.lFirstRegistrationDate.Size = new System.Drawing.Size(179, 13);
|
|
this.lFirstRegistrationDate.TabIndex = 13;
|
|
this.lFirstRegistrationDate.Text = "date";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(13, 131);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(122, 13);
|
|
this.label12.TabIndex = 14;
|
|
this.label12.Text = "Current registration date:";
|
|
//
|
|
// lCurrentRegistrationDate
|
|
//
|
|
this.lCurrentRegistrationDate.Location = new System.Drawing.Point(142, 131);
|
|
this.lCurrentRegistrationDate.Name = "lCurrentRegistrationDate";
|
|
this.lCurrentRegistrationDate.Size = new System.Drawing.Size(179, 13);
|
|
this.lCurrentRegistrationDate.TabIndex = 15;
|
|
this.lCurrentRegistrationDate.Text = "date";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(251, 12);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(83, 13);
|
|
this.label9.TabIndex = 6;
|
|
this.label9.Text = "Customer name:";
|
|
//
|
|
// lCustomerName
|
|
//
|
|
this.lCustomerName.Location = new System.Drawing.Point(342, 12);
|
|
this.lCustomerName.Name = "lCustomerName";
|
|
this.lCustomerName.Size = new System.Drawing.Size(209, 13);
|
|
this.lCustomerName.TabIndex = 8;
|
|
this.lCustomerName.Text = "customer name";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(251, 29);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(84, 13);
|
|
this.label13.TabIndex = 7;
|
|
this.label13.Text = "Customer e-mail:";
|
|
//
|
|
// lCustomerEMail
|
|
//
|
|
this.lCustomerEMail.Location = new System.Drawing.Point(342, 29);
|
|
this.lCustomerEMail.Name = "lCustomerEMail";
|
|
this.lCustomerEMail.Size = new System.Drawing.Size(209, 13);
|
|
this.lCustomerEMail.TabIndex = 9;
|
|
this.lCustomerEMail.Text = "customer e-mail";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(13, 312);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(143, 13);
|
|
this.label11.TabIndex = 20;
|
|
this.label11.Text = "License expiration days total:";
|
|
//
|
|
// lLicenseExpirationDaysTotal
|
|
//
|
|
this.lLicenseExpirationDaysTotal.AutoSize = true;
|
|
this.lLicenseExpirationDaysTotal.Location = new System.Drawing.Point(158, 312);
|
|
this.lLicenseExpirationDaysTotal.Name = "lLicenseExpirationDaysTotal";
|
|
this.lLicenseExpirationDaysTotal.Size = new System.Drawing.Size(13, 13);
|
|
this.lLicenseExpirationDaysTotal.TabIndex = 21;
|
|
this.lLicenseExpirationDaysTotal.Text = "0";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(13, 329);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(137, 13);
|
|
this.label15.TabIndex = 22;
|
|
this.label15.Text = "License expiration days left:";
|
|
//
|
|
// lLicenseExpirationDaysLeft
|
|
//
|
|
this.lLicenseExpirationDaysLeft.AutoSize = true;
|
|
this.lLicenseExpirationDaysLeft.Location = new System.Drawing.Point(158, 329);
|
|
this.lLicenseExpirationDaysLeft.Name = "lLicenseExpirationDaysLeft";
|
|
this.lLicenseExpirationDaysLeft.Size = new System.Drawing.Size(13, 13);
|
|
this.lLicenseExpirationDaysLeft.TabIndex = 23;
|
|
this.lLicenseExpirationDaysLeft.Text = "0";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(10, 403);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(74, 13);
|
|
this.label17.TabIndex = 29;
|
|
this.label17.Text = "License code:";
|
|
//
|
|
// lLicenseCode
|
|
//
|
|
this.lLicenseCode.Location = new System.Drawing.Point(130, 403);
|
|
this.lLicenseCode.Name = "lLicenseCode";
|
|
this.lLicenseCode.Size = new System.Drawing.Size(301, 13);
|
|
this.lLicenseCode.TabIndex = 30;
|
|
this.lLicenseCode.Text = "license code";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Location = new System.Drawing.Point(13, 431);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(74, 13);
|
|
this.label19.TabIndex = 26;
|
|
this.label19.Text = "License code:";
|
|
//
|
|
// tbLicenseCode
|
|
//
|
|
this.tbLicenseCode.Location = new System.Drawing.Point(111, 428);
|
|
this.tbLicenseCode.Name = "tbLicenseCode";
|
|
this.tbLicenseCode.Size = new System.Drawing.Size(301, 20);
|
|
this.tbLicenseCode.TabIndex = 27;
|
|
//
|
|
// btnRegister
|
|
//
|
|
this.btnRegister.Location = new System.Drawing.Point(418, 428);
|
|
this.btnRegister.Name = "btnRegister";
|
|
this.btnRegister.Size = new System.Drawing.Size(75, 23);
|
|
this.btnRegister.TabIndex = 28;
|
|
this.btnRegister.Text = "Register";
|
|
this.btnRegister.UseVisualStyleBackColor = true;
|
|
this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click);
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(13, 488);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(114, 13);
|
|
this.label14.TabIndex = 31;
|
|
this.label14.Text = "IntelliProtector version:";
|
|
//
|
|
// lIntelliProtectorVersion
|
|
//
|
|
this.lIntelliProtectorVersion.AutoSize = true;
|
|
this.lIntelliProtectorVersion.Location = new System.Drawing.Point(130, 488);
|
|
this.lIntelliProtectorVersion.Name = "lIntelliProtectorVersion";
|
|
this.lIntelliProtectorVersion.Size = new System.Drawing.Size(41, 13);
|
|
this.lIntelliProtectorVersion.TabIndex = 32;
|
|
this.lIntelliProtectorVersion.Text = "version";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(13, 74);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(60, 13);
|
|
this.label16.TabIndex = 10;
|
|
this.label16.Text = "Order date:";
|
|
//
|
|
// lOrderDate
|
|
//
|
|
this.lOrderDate.Location = new System.Drawing.Point(142, 74);
|
|
this.lOrderDate.Name = "lOrderDate";
|
|
this.lOrderDate.Size = new System.Drawing.Size(179, 13);
|
|
this.lOrderDate.TabIndex = 11;
|
|
this.lOrderDate.Text = "date";
|
|
//
|
|
// lTrialDaysTotal
|
|
//
|
|
this.lTrialDaysTotal.AutoSize = true;
|
|
this.lTrialDaysTotal.Location = new System.Drawing.Point(120, 194);
|
|
this.lTrialDaysTotal.Name = "lTrialDaysTotal";
|
|
this.lTrialDaysTotal.Size = new System.Drawing.Size(13, 13);
|
|
this.lTrialDaysTotal.TabIndex = 39;
|
|
this.lTrialDaysTotal.Text = "0";
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Location = new System.Drawing.Point(13, 194);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(78, 13);
|
|
this.label20.TabIndex = 38;
|
|
this.label20.Text = "Trial days total:";
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(13, 230);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(72, 13);
|
|
this.label21.TabIndex = 38;
|
|
this.label21.Text = "Trial days left:";
|
|
//
|
|
// lTrialDaysLeft
|
|
//
|
|
this.lTrialDaysLeft.AutoSize = true;
|
|
this.lTrialDaysLeft.Location = new System.Drawing.Point(120, 230);
|
|
this.lTrialDaysLeft.Name = "lTrialDaysLeft";
|
|
this.lTrialDaysLeft.Size = new System.Drawing.Size(13, 13);
|
|
this.lTrialDaysLeft.TabIndex = 39;
|
|
this.lTrialDaysLeft.Text = "0";
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(13, 295);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(119, 13);
|
|
this.label18.TabIndex = 20;
|
|
this.label18.Text = "License expiration date:";
|
|
//
|
|
// lLicenseExpirationDate
|
|
//
|
|
this.lLicenseExpirationDate.AutoSize = true;
|
|
this.lLicenseExpirationDate.Location = new System.Drawing.Point(158, 295);
|
|
this.lLicenseExpirationDate.Name = "lLicenseExpirationDate";
|
|
this.lLicenseExpirationDate.Size = new System.Drawing.Size(28, 13);
|
|
this.lLicenseExpirationDate.TabIndex = 21;
|
|
this.lLicenseExpirationDate.Text = "date";
|
|
//
|
|
// label25
|
|
//
|
|
this.label25.AutoSize = true;
|
|
this.label25.Location = new System.Drawing.Point(251, 46);
|
|
this.label25.Name = "label25";
|
|
this.label25.Size = new System.Drawing.Size(84, 13);
|
|
this.label25.TabIndex = 7;
|
|
this.label25.Text = "Product version:";
|
|
//
|
|
// lCurrentPPVersion
|
|
//
|
|
this.lCurrentPPVersion.Location = new System.Drawing.Point(342, 46);
|
|
this.lCurrentPPVersion.Name = "lCurrentPPVersion";
|
|
this.lCurrentPPVersion.Size = new System.Drawing.Size(131, 13);
|
|
this.lCurrentPPVersion.TabIndex = 9;
|
|
this.lCurrentPPVersion.Text = "1.0";
|
|
//
|
|
// label27
|
|
//
|
|
this.label27.AutoSize = true;
|
|
this.label27.Location = new System.Drawing.Point(13, 254);
|
|
this.label27.Name = "label27";
|
|
this.label27.Size = new System.Drawing.Size(99, 13);
|
|
this.label27.TabIndex = 38;
|
|
this.label27.Text = "Trial launches total:";
|
|
//
|
|
// lLaunchesTotal
|
|
//
|
|
this.lLaunchesTotal.AutoSize = true;
|
|
this.lLaunchesTotal.Location = new System.Drawing.Point(120, 254);
|
|
this.lLaunchesTotal.Name = "lLaunchesTotal";
|
|
this.lLaunchesTotal.Size = new System.Drawing.Size(13, 13);
|
|
this.lLaunchesTotal.TabIndex = 39;
|
|
this.lLaunchesTotal.Text = "0";
|
|
//
|
|
// label29
|
|
//
|
|
this.label29.AutoSize = true;
|
|
this.label29.Location = new System.Drawing.Point(13, 272);
|
|
this.label29.Name = "label29";
|
|
this.label29.Size = new System.Drawing.Size(93, 13);
|
|
this.label29.TabIndex = 38;
|
|
this.label29.Text = "Trial launches left:";
|
|
//
|
|
// lLaunchesLeft
|
|
//
|
|
this.lLaunchesLeft.AutoSize = true;
|
|
this.lLaunchesLeft.Location = new System.Drawing.Point(120, 272);
|
|
this.lLaunchesLeft.Name = "lLaunchesLeft";
|
|
this.lLaunchesLeft.Size = new System.Drawing.Size(13, 13);
|
|
this.lLaunchesLeft.TabIndex = 39;
|
|
this.lLaunchesLeft.Text = "0";
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.Location = new System.Drawing.Point(337, 330);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(143, 13);
|
|
this.label23.TabIndex = 20;
|
|
this.label23.Text = "Support expiration days total:";
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.AutoSize = true;
|
|
this.label24.Location = new System.Drawing.Point(337, 295);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(119, 13);
|
|
this.label24.TabIndex = 20;
|
|
this.label24.Text = "Support expiration date:";
|
|
//
|
|
// label31
|
|
//
|
|
this.label31.AutoSize = true;
|
|
this.label31.Location = new System.Drawing.Point(337, 347);
|
|
this.label31.Name = "label31";
|
|
this.label31.Size = new System.Drawing.Size(137, 13);
|
|
this.label31.TabIndex = 22;
|
|
this.label31.Text = "Support expiration days left:";
|
|
//
|
|
// lSupportExpirationDaysTotal
|
|
//
|
|
this.lSupportExpirationDaysTotal.AutoSize = true;
|
|
this.lSupportExpirationDaysTotal.Location = new System.Drawing.Point(482, 330);
|
|
this.lSupportExpirationDaysTotal.Name = "lSupportExpirationDaysTotal";
|
|
this.lSupportExpirationDaysTotal.Size = new System.Drawing.Size(13, 13);
|
|
this.lSupportExpirationDaysTotal.TabIndex = 21;
|
|
this.lSupportExpirationDaysTotal.Text = "0";
|
|
//
|
|
// lSupportExpirationDate
|
|
//
|
|
this.lSupportExpirationDate.AutoSize = true;
|
|
this.lSupportExpirationDate.Location = new System.Drawing.Point(482, 295);
|
|
this.lSupportExpirationDate.Name = "lSupportExpirationDate";
|
|
this.lSupportExpirationDate.Size = new System.Drawing.Size(28, 13);
|
|
this.lSupportExpirationDate.TabIndex = 21;
|
|
this.lSupportExpirationDate.Text = "date";
|
|
//
|
|
// lSupportExpirationDaysLeft
|
|
//
|
|
this.lSupportExpirationDaysLeft.AutoSize = true;
|
|
this.lSupportExpirationDaysLeft.Location = new System.Drawing.Point(482, 347);
|
|
this.lSupportExpirationDaysLeft.Name = "lSupportExpirationDaysLeft";
|
|
this.lSupportExpirationDaysLeft.Size = new System.Drawing.Size(13, 13);
|
|
this.lSupportExpirationDaysLeft.TabIndex = 23;
|
|
this.lSupportExpirationDaysLeft.Text = "0";
|
|
//
|
|
// label35
|
|
//
|
|
this.label35.AutoSize = true;
|
|
this.label35.Location = new System.Drawing.Point(337, 312);
|
|
this.label35.Name = "label35";
|
|
this.label35.Size = new System.Drawing.Size(132, 13);
|
|
this.label35.TabIndex = 22;
|
|
this.label35.Text = "Support expiration version:";
|
|
//
|
|
// lSupportExpirationPPVersion
|
|
//
|
|
this.lSupportExpirationPPVersion.AutoSize = true;
|
|
this.lSupportExpirationPPVersion.Location = new System.Drawing.Point(482, 312);
|
|
this.lSupportExpirationPPVersion.Name = "lSupportExpirationPPVersion";
|
|
this.lSupportExpirationPPVersion.Size = new System.Drawing.Size(22, 13);
|
|
this.lSupportExpirationPPVersion.TabIndex = 23;
|
|
this.lSupportExpirationPPVersion.Text = "1.5";
|
|
//
|
|
// label37
|
|
//
|
|
this.label37.AutoSize = true;
|
|
this.label37.Location = new System.Drawing.Point(10, 387);
|
|
this.label37.Name = "label37";
|
|
this.label37.Size = new System.Drawing.Size(114, 13);
|
|
this.label37.TabIndex = 29;
|
|
this.label37.Text = "Purchase renewal link:";
|
|
//
|
|
// lRenewLicenseLink
|
|
//
|
|
this.lRenewLicenseLink.Location = new System.Drawing.Point(130, 387);
|
|
this.lRenewLicenseLink.Name = "lRenewLicenseLink";
|
|
this.lRenewLicenseLink.Size = new System.Drawing.Size(350, 13);
|
|
this.lRenewLicenseLink.TabIndex = 30;
|
|
this.lRenewLicenseLink.Text = "http://www.mysite.com/purchase2.html";
|
|
//
|
|
// label39
|
|
//
|
|
this.label39.AutoSize = true;
|
|
this.label39.Location = new System.Drawing.Point(10, 371);
|
|
this.label39.Name = "label39";
|
|
this.label39.Size = new System.Drawing.Size(110, 13);
|
|
this.label39.TabIndex = 29;
|
|
this.label39.Text = "Purchase license link:";
|
|
//
|
|
// lBuyNowLink
|
|
//
|
|
this.lBuyNowLink.Location = new System.Drawing.Point(130, 371);
|
|
this.lBuyNowLink.Name = "lBuyNowLink";
|
|
this.lBuyNowLink.Size = new System.Drawing.Size(350, 13);
|
|
this.lBuyNowLink.TabIndex = 30;
|
|
this.lBuyNowLink.Text = "http://www.mysite.com/purchase1.html";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(12, 457);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(79, 13);
|
|
this.label5.TabIndex = 26;
|
|
this.label5.Text = "Renewal code:";
|
|
//
|
|
// tbRenewalCode
|
|
//
|
|
this.tbRenewalCode.Location = new System.Drawing.Point(110, 454);
|
|
this.tbRenewalCode.Name = "tbRenewalCode";
|
|
this.tbRenewalCode.Size = new System.Drawing.Size(301, 20);
|
|
this.tbRenewalCode.TabIndex = 27;
|
|
//
|
|
// btnRenew
|
|
//
|
|
this.btnRenew.Location = new System.Drawing.Point(417, 454);
|
|
this.btnRenew.Name = "btnRenew";
|
|
this.btnRenew.Size = new System.Drawing.Size(75, 23);
|
|
this.btnRenew.TabIndex = 28;
|
|
this.btnRenew.Text = "Renew";
|
|
this.btnRenew.UseVisualStyleBackColor = true;
|
|
this.btnRenew.Click += new System.EventHandler(this.btnRenew_Click);
|
|
//
|
|
// lProtectionDate
|
|
//
|
|
this.lProtectionDate.Location = new System.Drawing.Point(142, 149);
|
|
this.lProtectionDate.Name = "lProtectionDate";
|
|
this.lProtectionDate.Size = new System.Drawing.Size(179, 13);
|
|
this.lProtectionDate.TabIndex = 41;
|
|
this.lProtectionDate.Text = "date";
|
|
//
|
|
// label26
|
|
//
|
|
this.label26.AutoSize = true;
|
|
this.label26.Location = new System.Drawing.Point(13, 149);
|
|
this.label26.Name = "label26";
|
|
this.label26.Size = new System.Drawing.Size(82, 13);
|
|
this.label26.TabIndex = 40;
|
|
this.label26.Text = "Protection date:";
|
|
//
|
|
// btnRegistrationByEmail
|
|
//
|
|
this.btnRegistrationByEmail.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnRegistrationByEmail.Location = new System.Drawing.Point(547, 143);
|
|
this.btnRegistrationByEmail.Name = "btnRegistrationByEmail";
|
|
this.btnRegistrationByEmail.Size = new System.Drawing.Size(153, 23);
|
|
this.btnRegistrationByEmail.TabIndex = 42;
|
|
this.btnRegistrationByEmail.Text = "Registration By Email";
|
|
this.btnRegistrationByEmail.UseVisualStyleBackColor = true;
|
|
this.btnRegistrationByEmail.Click += new System.EventHandler(this.btnRegistrationByEmail_Click);
|
|
//
|
|
// FormMain
|
|
//
|
|
this.AcceptButton = this.btnOk;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(711, 535);
|
|
this.Controls.Add(this.btnRegistrationByEmail);
|
|
this.Controls.Add(this.lProtectionDate);
|
|
this.Controls.Add(this.label26);
|
|
this.Controls.Add(this.lLaunchesLeft);
|
|
this.Controls.Add(this.lLaunchesTotal);
|
|
this.Controls.Add(this.lTrialDaysLeft);
|
|
this.Controls.Add(this.lTrialDaysTotal);
|
|
this.Controls.Add(this.label29);
|
|
this.Controls.Add(this.label27);
|
|
this.Controls.Add(this.label21);
|
|
this.Controls.Add(this.label20);
|
|
this.Controls.Add(this.btnRenew);
|
|
this.Controls.Add(this.btnRegister);
|
|
this.Controls.Add(this.tbRenewalCode);
|
|
this.Controls.Add(this.tbLicenseCode);
|
|
this.Controls.Add(this.lCurrentRegistrationDate);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.lFirstRegistrationDate);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.lOrderDate);
|
|
this.Controls.Add(this.lCurrentActivationDate);
|
|
this.Controls.Add(this.label16);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.lCurrentPPVersion);
|
|
this.Controls.Add(this.lCustomerEMail);
|
|
this.Controls.Add(this.lCustomerName);
|
|
this.Controls.Add(this.label25);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.lIntelliProtectorVersion);
|
|
this.Controls.Add(this.lSupportExpirationPPVersion);
|
|
this.Controls.Add(this.lSupportExpirationDaysLeft);
|
|
this.Controls.Add(this.lLicenseExpirationDaysLeft);
|
|
this.Controls.Add(this.lSupportExpirationDate);
|
|
this.Controls.Add(this.lLicenseExpirationDate);
|
|
this.Controls.Add(this.lSupportExpirationDaysTotal);
|
|
this.Controls.Add(this.lLicenseExpirationDaysTotal);
|
|
this.Controls.Add(this.lBuyNowLink);
|
|
this.Controls.Add(this.lRenewLicenseLink);
|
|
this.Controls.Add(this.lLicenseCode);
|
|
this.Controls.Add(this.lLicenseType);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label14);
|
|
this.Controls.Add(this.label35);
|
|
this.Controls.Add(this.label31);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label19);
|
|
this.Controls.Add(this.label24);
|
|
this.Controls.Add(this.label18);
|
|
this.Controls.Add(this.label23);
|
|
this.Controls.Add(this.label39);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.label37);
|
|
this.Controls.Add(this.label17);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.lIsProtected);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.lTrialTimeUnitsLeft);
|
|
this.Controls.Add(this.lTrialTimeUnitsTotal);
|
|
this.Controls.Add(this.lIsRegistered);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.btnSortArray);
|
|
this.Controls.Add(this.btnShowRegistation);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "FormMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FormMain. Sample .NET";
|
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnOk;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label lIsRegistered;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label lTrialTimeUnitsTotal;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label lTrialTimeUnitsLeft;
|
|
private System.Windows.Forms.Button btnShowRegistation;
|
|
private System.Windows.Forms.Button btnSortArray;
|
|
private System.Windows.Forms.Label lIsProtected;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label lLicenseType;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Timer timerUpdateUnits;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label lCurrentActivationDate;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label lFirstRegistrationDate;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label lCurrentRegistrationDate;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label lCustomerName;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label lCustomerEMail;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label lLicenseExpirationDaysTotal;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label lLicenseExpirationDaysLeft;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label lLicenseCode;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.TextBox tbLicenseCode;
|
|
private System.Windows.Forms.Button btnRegister;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label lIntelliProtectorVersion;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Label lOrderDate;
|
|
private System.Windows.Forms.Label lTrialDaysTotal;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label lTrialDaysLeft;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label lLicenseExpirationDate;
|
|
private System.Windows.Forms.Label label25;
|
|
private System.Windows.Forms.Label lCurrentPPVersion;
|
|
private System.Windows.Forms.Label label27;
|
|
private System.Windows.Forms.Label lLaunchesTotal;
|
|
private System.Windows.Forms.Label label29;
|
|
private System.Windows.Forms.Label lLaunchesLeft;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.Label label31;
|
|
private System.Windows.Forms.Label lSupportExpirationDaysTotal;
|
|
private System.Windows.Forms.Label lSupportExpirationDate;
|
|
private System.Windows.Forms.Label lSupportExpirationDaysLeft;
|
|
private System.Windows.Forms.Label label35;
|
|
private System.Windows.Forms.Label lSupportExpirationPPVersion;
|
|
private System.Windows.Forms.Label label37;
|
|
private System.Windows.Forms.Label lRenewLicenseLink;
|
|
private System.Windows.Forms.Label label39;
|
|
private System.Windows.Forms.Label lBuyNowLink;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox tbRenewalCode;
|
|
private System.Windows.Forms.Button btnRenew;
|
|
private System.Windows.Forms.Label lProtectionDate;
|
|
private System.Windows.Forms.Label label26;
|
|
private System.Windows.Forms.Button btnRegistrationByEmail;
|
|
}
|
|
}
|
|
|