Ejemplo n.º 1
0
        KeyGen()
        {
            licenseComponent                       = new licX.LicXLicenseComponent();
            licenseComponent.ContactUrl            = "http://www.wanderlust-software.com";
            licenseComponent.MasterLicensePassword = "******";
            licenseComponent.ProductName           = "License Express(tm) for .NET";
            licenseComponent.VendorName            = "Wanderlust Software, LLC";
            licenseComponent.NagDuringEvaluation   = false;

            // Validate the licX license.
#if !INTERNAL
            try
            {
                license = (licX.LicXLicense)LicenseManager.Validate(this.GetType(), this);
            }
            catch (/* LicenseException e */ Exception)
            {
                // swallow the LicenseException if non valid key is used for KeyGen.

                //Console.WriteLine("Exception building license.");
                //Console.WriteLine(e);
                Application.Exit();
            }
#endif
        }
Ejemplo n.º 2
0
        KeyGen()
        {
            licenseComponent = new licX.LicXLicenseComponent();
            licenseComponent.ContactUrl             = "http://www.wanderlust-software.com";
            licenseComponent.MasterLicensePassword  = "******";
            licenseComponent.ProductName            = "License Express(tm) for .NET";
            licenseComponent.VendorName             = "Wanderlust Software, LLC";
            licenseComponent.NagDuringEvaluation    = false;

            // Validate the licX license.
#if !INTERNAL
            try
            {
                license = (licX.LicXLicense) LicenseManager.Validate(this.GetType(), this);            
            }
            catch( /* LicenseException e */Exception )
            {
                // swallow the LicenseException if non valid key is used for KeyGen.
                
                //Console.WriteLine("Exception building license.");
                //Console.WriteLine(e);
                Application.Exit();
            }
#endif
        }
Ejemplo n.º 3
0
Archivo: ga.cs Proyecto: mykwillis/genX
 private void InitializeComponent()
 {
     this.licXLicenseComponent1 = new licX.LicXLicenseComponent();
     //
     // licXLicenseComponent1
     //
     this.licXLicenseComponent1.ContactUrl            = "http://www.wanderlust-software.com";
     this.licXLicenseComponent1.ExpirationDate        = new System.DateTime(2003, 12, 31, 0, 0, 0, 0);
     this.licXLicenseComponent1.MasterLicensePassword = "******";
     this.licXLicenseComponent1.ProductName           = "genX Genetic Algorithm Library";
     this.licXLicenseComponent1.VendorName            = "Wanderlust Software, LLC";
 }
Ejemplo n.º 4
0
		public KeyGenWin()
		{
			//
			// Required for Windows Form Designer support
			//
			InitializeComponent();

            licenseComponent = new licX.LicXLicenseComponent();
            licenseComponent.ContactUrl             = "http://www.wanderlust-software.com";
            licenseComponent.MasterLicensePassword  = "******";
            licenseComponent.ProductName            = "License Express(tm) for .NET";
            licenseComponent.VendorName             = "Wanderlust Software, LLC";
            licenseComponent.NagDuringEvaluation    = false;

            // Validate the licX license.
           
            license = (licX.LicXLicense) LicenseManager.Validate(this.GetType(), this);            
            

//#if TempTakeoutToDebug
            if ( license.IsEvaluation )
            {   
                MessageBox.Show( 
                    "Because you have an evaluation version of License Express (tm), this utility " +
                    "will only generate evaluation license keys with a maximum " +
                    "expiration time of 2 days.  Visit http://www.wanderlust-software.com " +
                    "to purchase a retail license which provides full functionality.",
                    "Evaluation License Notice"
                    );

                evaluationButton.Checked = true;
                evaluationDays.Enabled = true;
                evaluationDays.Value = 2;
                evaluationDays.Maximum = 2;

                retailButton.Checked = false;
                retailButton.Enabled = false;                
                dateTimePicker.Enabled = false;
                expiresCheckBox.Enabled = false;
            }
// #endif

        }
Ejemplo n.º 5
0
		/// <summary>
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.label1 = new System.Windows.Forms.Label();
            this.evaluationLabel = new System.Windows.Forms.Label();
            this.licXLicenseComponent = new licX.LicXLicenseComponent();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(32, 32);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 48);
            this.label1.TabIndex = 0;
            this.label1.Text = "I am a licensed component.";
            // 
            // evaluationLabel
            // 
            this.evaluationLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.evaluationLabel.Location = new System.Drawing.Point(16, 112);
            this.evaluationLabel.Name = "evaluationLabel";
            this.evaluationLabel.Size = new System.Drawing.Size(120, 23);
            this.evaluationLabel.TabIndex = 1;
            this.evaluationLabel.Text = "Evaluation Version";
            this.evaluationLabel.Visible = false;
            // 
            // licXLicenseComponent
            // 
            this.licXLicenseComponent.ContactUrl = "asdf";
            this.licXLicenseComponent.ExpirationDate = new System.DateTime(((long)(0)));
            this.licXLicenseComponent.MasterLicensePassword = "******";
            this.licXLicenseComponent.ProductName = "asdf";
            this.licXLicenseComponent.VendorName = "asdf";
            // 
            // TestLicensedComponent
            // 
            this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                          this.evaluationLabel,
                                                                          this.label1});
            this.Name = "TestLicensedComponent";
            this.ResumeLayout(false);

        }
Ejemplo n.º 6
0
        public KeyGenWin()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            licenseComponent                       = new licX.LicXLicenseComponent();
            licenseComponent.ContactUrl            = "http://www.wanderlust-software.com";
            licenseComponent.MasterLicensePassword = "******";
            licenseComponent.ProductName           = "License Express(tm) for .NET";
            licenseComponent.VendorName            = "Wanderlust Software, LLC";
            licenseComponent.NagDuringEvaluation   = false;

            // Validate the licX license.

            license = (licX.LicXLicense)LicenseManager.Validate(this.GetType(), this);


//#if TempTakeoutToDebug
            if (license.IsEvaluation)
            {
                MessageBox.Show(
                    "Because you have an evaluation version of License Express (tm), this utility " +
                    "will only generate evaluation license keys with a maximum " +
                    "expiration time of 2 days.  Visit http://www.wanderlust-software.com " +
                    "to purchase a retail license which provides full functionality.",
                    "Evaluation License Notice"
                    );

                evaluationButton.Checked = true;
                evaluationDays.Enabled   = true;
                evaluationDays.Value     = 2;
                evaluationDays.Maximum   = 2;

                retailButton.Checked    = false;
                retailButton.Enabled    = false;
                dateTimePicker.Enabled  = false;
                expiresCheckBox.Enabled = false;
            }
// #endif
        }
Ejemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1               = new System.Windows.Forms.Label();
     this.evaluationLabel      = new System.Windows.Forms.Label();
     this.licXLicenseComponent = new licX.LicXLicenseComponent();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(32, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 48);
     this.label1.TabIndex = 0;
     this.label1.Text     = "I am a licensed component.";
     //
     // evaluationLabel
     //
     this.evaluationLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.evaluationLabel.Location = new System.Drawing.Point(16, 112);
     this.evaluationLabel.Name     = "evaluationLabel";
     this.evaluationLabel.Size     = new System.Drawing.Size(120, 23);
     this.evaluationLabel.TabIndex = 1;
     this.evaluationLabel.Text     = "Evaluation Version";
     this.evaluationLabel.Visible  = false;
     //
     // licXLicenseComponent
     //
     this.licXLicenseComponent.ContactUrl            = "asdf";
     this.licXLicenseComponent.ExpirationDate        = new System.DateTime(((long)(0)));
     this.licXLicenseComponent.MasterLicensePassword = "******";
     this.licXLicenseComponent.ProductName           = "asdf";
     this.licXLicenseComponent.VendorName            = "asdf";
     //
     // TestLicensedComponent
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.evaluationLabel,
         this.label1
     });
     this.Name = "TestLicensedComponent";
     this.ResumeLayout(false);
 }
Ejemplo n.º 8
0
Archivo: ga.cs Proyecto: mykwillis/genX
        private void InitializeComponent()
        {
			this.licXLicenseComponent1 = new licX.LicXLicenseComponent();
			// 
			// licXLicenseComponent1
			// 
			this.licXLicenseComponent1.ContactUrl = "http://www.wanderlust-software.com";
			this.licXLicenseComponent1.ExpirationDate = new System.DateTime(2003, 12, 31, 0, 0, 0, 0);
			this.licXLicenseComponent1.MasterLicensePassword = "******";
			this.licXLicenseComponent1.ProductName = "genX Genetic Algorithm Library";
			this.licXLicenseComponent1.VendorName = "Wanderlust Software, LLC";

		}
Ejemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(KeyGenWin));
     this.retailButton          = new System.Windows.Forms.RadioButton();
     this.evaluationButton      = new System.Windows.Forms.RadioButton();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.expiresCheckBox       = new System.Windows.Forms.CheckBox();
     this.dateTimePicker        = new System.Windows.Forms.DateTimePicker();
     this.evaluationDaysText    = new System.Windows.Forms.Label();
     this.evaluationDays        = new System.Windows.Forms.NumericUpDown();
     this.serialNumberCount     = new System.Windows.Forms.NumericUpDown();
     this.licenseKeyTextBox     = new System.Windows.Forms.TextBox();
     this.passwordTextBox       = new System.Windows.Forms.ComboBox();
     this.label2                = new System.Windows.Forms.Label();
     this.label3                = new System.Windows.Forms.Label();
     this.label4                = new System.Windows.Forms.Label();
     this.copyToClipboardButton = new System.Windows.Forms.Button();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.startingSerialNumber  = new System.Windows.Forms.NumericUpDown();
     this.label5                = new System.Windows.Forms.Label();
     this.licXLicenseComponent2 = new licX.LicXLicenseComponent();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.evaluationDays)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.serialNumberCount)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.startingSerialNumber)).BeginInit();
     this.SuspendLayout();
     //
     // retailButton
     //
     this.retailButton.Location        = new System.Drawing.Point(26, 32);
     this.retailButton.Name            = "retailButton";
     this.retailButton.Size            = new System.Drawing.Size(128, 23);
     this.retailButton.TabIndex        = 0;
     this.retailButton.TabStop         = true;
     this.retailButton.Text            = "Re&tail";
     this.retailButton.CheckedChanged += new System.EventHandler(this.retailButton_CheckedChanged);
     //
     // evaluationButton
     //
     this.evaluationButton.Checked         = true;
     this.evaluationButton.Location        = new System.Drawing.Point(26, 117);
     this.evaluationButton.Name            = "evaluationButton";
     this.evaluationButton.Size            = new System.Drawing.Size(128, 23);
     this.evaluationButton.TabIndex        = 1;
     this.evaluationButton.TabStop         = true;
     this.evaluationButton.Text            = "&Evaluation";
     this.evaluationButton.CheckedChanged += new System.EventHandler(this.evaluationButton_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.expiresCheckBox);
     this.groupBox1.Controls.Add(this.dateTimePicker);
     this.groupBox1.Controls.Add(this.evaluationDaysText);
     this.groupBox1.Controls.Add(this.evaluationDays);
     this.groupBox1.Controls.Add(this.retailButton);
     this.groupBox1.Controls.Add(this.evaluationButton);
     this.groupBox1.Location = new System.Drawing.Point(26, 58);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(422, 164);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "License Type";
     //
     // expiresCheckBox
     //
     this.expiresCheckBox.Location        = new System.Drawing.Point(51, 58);
     this.expiresCheckBox.Name            = "expiresCheckBox";
     this.expiresCheckBox.Size            = new System.Drawing.Size(103, 36);
     this.expiresCheckBox.TabIndex        = 2;
     this.expiresCheckBox.Text            = "Expires";
     this.expiresCheckBox.CheckedChanged += new System.EventHandler(this.expiresCheckBox_CheckedChanged);
     //
     // dateTimePicker
     //
     this.dateTimePicker.CustomFormat  = "MMM d, yyyy";
     this.dateTimePicker.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker.Location      = new System.Drawing.Point(154, 58);
     this.dateTimePicker.MinDate       = new System.DateTime(2003, 10, 2, 0, 0, 0, 0);
     this.dateTimePicker.Name          = "dateTimePicker";
     this.dateTimePicker.Size          = new System.Drawing.Size(192, 26);
     this.dateTimePicker.TabIndex      = 3;
     this.dateTimePicker.ValueChanged += new System.EventHandler(this.SomethingChanged);
     //
     // evaluationDaysText
     //
     this.evaluationDaysText.Enabled  = false;
     this.evaluationDaysText.Location = new System.Drawing.Point(230, 117);
     this.evaluationDaysText.Name     = "evaluationDaysText";
     this.evaluationDaysText.Size     = new System.Drawing.Size(52, 23);
     this.evaluationDaysText.TabIndex = 5;
     this.evaluationDaysText.Text     = "days";
     //
     // evaluationDays
     //
     this.evaluationDays.Location = new System.Drawing.Point(154, 117);
     this.evaluationDays.Maximum  = new System.Decimal(new int[] {
         365,
         0,
         0,
         0
     });
     this.evaluationDays.Name     = "evaluationDays";
     this.evaluationDays.Size     = new System.Drawing.Size(64, 26);
     this.evaluationDays.TabIndex = 4;
     this.evaluationDays.Value    = new System.Decimal(new int[] {
         2,
         0,
         0,
         0
     });
     this.evaluationDays.Validating   += new System.ComponentModel.CancelEventHandler(this.evaluationDays_Validating);
     this.evaluationDays.ValueChanged += new System.EventHandler(this.SomethingChanged);
     //
     // serialNumberCount
     //
     this.serialNumberCount.Location = new System.Drawing.Point(90, 94);
     this.serialNumberCount.Maximum  = new System.Decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.serialNumberCount.Name     = "serialNumberCount";
     this.serialNumberCount.Size     = new System.Drawing.Size(89, 26);
     this.serialNumberCount.TabIndex = 3;
     this.serialNumberCount.Value    = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.serialNumberCount.Validating   += new System.ComponentModel.CancelEventHandler(this.serialNumberCount_Validating);
     this.serialNumberCount.ValueChanged += new System.EventHandler(this.SomethingChanged);
     //
     // licenseKeyTextBox
     //
     this.licenseKeyTextBox.AllowDrop       = true;
     this.licenseKeyTextBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.licenseKeyTextBox.Font            = new System.Drawing.Font("Courier New", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.licenseKeyTextBox.Location        = new System.Drawing.Point(26, 281);
     this.licenseKeyTextBox.Multiline       = true;
     this.licenseKeyTextBox.Name            = "licenseKeyTextBox";
     this.licenseKeyTextBox.ReadOnly        = true;
     this.licenseKeyTextBox.ScrollBars      = System.Windows.Forms.ScrollBars.Vertical;
     this.licenseKeyTextBox.Size            = new System.Drawing.Size(665, 81);
     this.licenseKeyTextBox.TabIndex        = 5;
     this.licenseKeyTextBox.Text            = "";
     //
     // passwordTextBox
     //
     this.passwordTextBox.Location     = new System.Drawing.Point(154, 12);
     this.passwordTextBox.Name         = "passwordTextBox";
     this.passwordTextBox.Size         = new System.Drawing.Size(332, 28);
     this.passwordTextBox.TabIndex     = 1;
     this.passwordTextBox.Text         = "Default Master License Password";
     this.passwordTextBox.TextChanged += new System.EventHandler(this.SomethingChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(26, 19);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(102, 23);
     this.label2.TabIndex = 0;
     this.label2.Text     = "&Password:"******"label3";
     this.label3.Size     = new System.Drawing.Size(64, 34);
     this.label3.TabIndex = 0;
     this.label3.Text     = "&Start:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(13, 94);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(64, 33);
     this.label4.TabIndex = 2;
     this.label4.Text     = "C&ount:";
     //
     // copyToClipboardButton
     //
     this.copyToClipboardButton.Location = new System.Drawing.Point(486, 374);
     this.copyToClipboardButton.Name     = "copyToClipboardButton";
     this.copyToClipboardButton.Size     = new System.Drawing.Size(192, 34);
     this.copyToClipboardButton.TabIndex = 6;
     this.copyToClipboardButton.Text     = "&Copy to clipboard";
     this.copyToClipboardButton.Click   += new System.EventHandler(this.copyToClipboardButton_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.startingSerialNumber);
     this.groupBox2.Controls.Add(this.serialNumberCount);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Location = new System.Drawing.Point(461, 58);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(230, 164);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Serial Numbers";
     //
     // startingSerialNumber
     //
     this.startingSerialNumber.Location = new System.Drawing.Point(90, 35);
     this.startingSerialNumber.Maximum  = new System.Decimal(new int[] {
         99999999,
         0,
         0,
         0
     });
     this.startingSerialNumber.Name     = "startingSerialNumber";
     this.startingSerialNumber.Size     = new System.Drawing.Size(89, 26);
     this.startingSerialNumber.TabIndex = 1;
     this.startingSerialNumber.Value    = new System.Decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.startingSerialNumber.Validating   += new System.ComponentModel.CancelEventHandler(this.startingSerialNumber_Validating);
     this.startingSerialNumber.ValueChanged += new System.EventHandler(this.SomethingChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(26, 246);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(230, 23);
     this.label5.TabIndex = 3;
     this.label5.Text     = "Generated license keys:";
     //
     // licXLicenseComponent2
     //
     this.licXLicenseComponent2.ContactUrl            = "www.Wanderlust-Software.com";
     this.licXLicenseComponent2.ExpirationDate        = new System.DateTime(((long)(0)));
     this.licXLicenseComponent2.MasterLicensePassword = "******";
     this.licXLicenseComponent2.ProductName           = "KeyGenWin";
     this.licXLicenseComponent2.VendorName            = "Wanderlust Software, LLC";
     //
     // KeyGenWin
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(8, 19);
     this.ClientSize        = new System.Drawing.Size(714, 444);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.copyToClipboardButton);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.passwordTextBox);
     this.Controls.Add(this.licenseKeyTextBox);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximumSize     = new System.Drawing.Size(720, 488);
     this.MinimumSize     = new System.Drawing.Size(720, 488);
     this.Name            = "KeyGenWin";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text            = "License Express(tm) Key Generator";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.KeyGenWin_Closing);
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.evaluationDays)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.serialNumberCount)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.startingSerialNumber)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 10
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(KeyGenWin));
            this.retailButton = new System.Windows.Forms.RadioButton();
            this.evaluationButton = new System.Windows.Forms.RadioButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.expiresCheckBox = new System.Windows.Forms.CheckBox();
            this.dateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.evaluationDaysText = new System.Windows.Forms.Label();
            this.evaluationDays = new System.Windows.Forms.NumericUpDown();
            this.serialNumberCount = new System.Windows.Forms.NumericUpDown();
            this.licenseKeyTextBox = new System.Windows.Forms.TextBox();
            this.passwordTextBox = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.copyToClipboardButton = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.startingSerialNumber = new System.Windows.Forms.NumericUpDown();
            this.label5 = new System.Windows.Forms.Label();
            this.licXLicenseComponent2 = new licX.LicXLicenseComponent();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.evaluationDays)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.serialNumberCount)).BeginInit();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.startingSerialNumber)).BeginInit();
            this.SuspendLayout();
            // 
            // retailButton
            // 
            this.retailButton.Location = new System.Drawing.Point(26, 32);
            this.retailButton.Name = "retailButton";
            this.retailButton.Size = new System.Drawing.Size(128, 23);
            this.retailButton.TabIndex = 0;
            this.retailButton.TabStop = true;
            this.retailButton.Text = "Re&tail";
            this.retailButton.CheckedChanged += new System.EventHandler(this.retailButton_CheckedChanged);
            // 
            // evaluationButton
            // 
            this.evaluationButton.Checked = true;
            this.evaluationButton.Location = new System.Drawing.Point(26, 117);
            this.evaluationButton.Name = "evaluationButton";
            this.evaluationButton.Size = new System.Drawing.Size(128, 23);
            this.evaluationButton.TabIndex = 1;
            this.evaluationButton.TabStop = true;
            this.evaluationButton.Text = "&Evaluation";
            this.evaluationButton.CheckedChanged += new System.EventHandler(this.evaluationButton_CheckedChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.expiresCheckBox);
            this.groupBox1.Controls.Add(this.dateTimePicker);
            this.groupBox1.Controls.Add(this.evaluationDaysText);
            this.groupBox1.Controls.Add(this.evaluationDays);
            this.groupBox1.Controls.Add(this.retailButton);
            this.groupBox1.Controls.Add(this.evaluationButton);
            this.groupBox1.Location = new System.Drawing.Point(26, 58);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(422, 164);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "License Type";
            // 
            // expiresCheckBox
            // 
            this.expiresCheckBox.Location = new System.Drawing.Point(51, 58);
            this.expiresCheckBox.Name = "expiresCheckBox";
            this.expiresCheckBox.Size = new System.Drawing.Size(103, 36);
            this.expiresCheckBox.TabIndex = 2;
            this.expiresCheckBox.Text = "Expires";
            this.expiresCheckBox.CheckedChanged += new System.EventHandler(this.expiresCheckBox_CheckedChanged);
            // 
            // dateTimePicker
            // 
            this.dateTimePicker.CustomFormat = "MMM d, yyyy";
            this.dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePicker.Location = new System.Drawing.Point(154, 58);
            this.dateTimePicker.MinDate = new System.DateTime(2003, 10, 2, 0, 0, 0, 0);
            this.dateTimePicker.Name = "dateTimePicker";
            this.dateTimePicker.Size = new System.Drawing.Size(192, 26);
            this.dateTimePicker.TabIndex = 3;
            this.dateTimePicker.ValueChanged += new System.EventHandler(this.SomethingChanged);
            // 
            // evaluationDaysText
            // 
            this.evaluationDaysText.Enabled = false;
            this.evaluationDaysText.Location = new System.Drawing.Point(230, 117);
            this.evaluationDaysText.Name = "evaluationDaysText";
            this.evaluationDaysText.Size = new System.Drawing.Size(52, 23);
            this.evaluationDaysText.TabIndex = 5;
            this.evaluationDaysText.Text = "days";
            // 
            // evaluationDays
            // 
            this.evaluationDays.Location = new System.Drawing.Point(154, 117);
            this.evaluationDays.Maximum = new System.Decimal(new int[] {
                                                                           365,
                                                                           0,
                                                                           0,
                                                                           0});
            this.evaluationDays.Name = "evaluationDays";
            this.evaluationDays.Size = new System.Drawing.Size(64, 26);
            this.evaluationDays.TabIndex = 4;
            this.evaluationDays.Value = new System.Decimal(new int[] {
                                                                         2,
                                                                         0,
                                                                         0,
                                                                         0});
            this.evaluationDays.Validating += new System.ComponentModel.CancelEventHandler(this.evaluationDays_Validating);
            this.evaluationDays.ValueChanged += new System.EventHandler(this.SomethingChanged);
            // 
            // serialNumberCount
            // 
            this.serialNumberCount.Location = new System.Drawing.Point(90, 94);
            this.serialNumberCount.Maximum = new System.Decimal(new int[] {
                                                                              1000,
                                                                              0,
                                                                              0,
                                                                              0});
            this.serialNumberCount.Name = "serialNumberCount";
            this.serialNumberCount.Size = new System.Drawing.Size(89, 26);
            this.serialNumberCount.TabIndex = 3;
            this.serialNumberCount.Value = new System.Decimal(new int[] {
                                                                            1,
                                                                            0,
                                                                            0,
                                                                            0});
            this.serialNumberCount.Validating += new System.ComponentModel.CancelEventHandler(this.serialNumberCount_Validating);
            this.serialNumberCount.ValueChanged += new System.EventHandler(this.SomethingChanged);
            // 
            // licenseKeyTextBox
            // 
            this.licenseKeyTextBox.AllowDrop = true;
            this.licenseKeyTextBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
            this.licenseKeyTextBox.Font = new System.Drawing.Font("Courier New", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.licenseKeyTextBox.Location = new System.Drawing.Point(26, 281);
            this.licenseKeyTextBox.Multiline = true;
            this.licenseKeyTextBox.Name = "licenseKeyTextBox";
            this.licenseKeyTextBox.ReadOnly = true;
            this.licenseKeyTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.licenseKeyTextBox.Size = new System.Drawing.Size(665, 81);
            this.licenseKeyTextBox.TabIndex = 5;
            this.licenseKeyTextBox.Text = "";
            // 
            // passwordTextBox
            // 
            this.passwordTextBox.Location = new System.Drawing.Point(154, 12);
            this.passwordTextBox.Name = "passwordTextBox";
            this.passwordTextBox.Size = new System.Drawing.Size(332, 28);
            this.passwordTextBox.TabIndex = 1;
            this.passwordTextBox.Text = "Default Master License Password";
            this.passwordTextBox.TextChanged += new System.EventHandler(this.SomethingChanged);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(26, 19);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(102, 23);
            this.label2.TabIndex = 0;
            this.label2.Text = "&Password:"******"label3";
            this.label3.Size = new System.Drawing.Size(64, 34);
            this.label3.TabIndex = 0;
            this.label3.Text = "&Start:";
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(13, 94);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(64, 33);
            this.label4.TabIndex = 2;
            this.label4.Text = "C&ount:";
            // 
            // copyToClipboardButton
            // 
            this.copyToClipboardButton.Location = new System.Drawing.Point(486, 374);
            this.copyToClipboardButton.Name = "copyToClipboardButton";
            this.copyToClipboardButton.Size = new System.Drawing.Size(192, 34);
            this.copyToClipboardButton.TabIndex = 6;
            this.copyToClipboardButton.Text = "&Copy to clipboard";
            this.copyToClipboardButton.Click += new System.EventHandler(this.copyToClipboardButton_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.startingSerialNumber);
            this.groupBox2.Controls.Add(this.serialNumberCount);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Location = new System.Drawing.Point(461, 58);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(230, 164);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Serial Numbers";
            // 
            // startingSerialNumber
            // 
            this.startingSerialNumber.Location = new System.Drawing.Point(90, 35);
            this.startingSerialNumber.Maximum = new System.Decimal(new int[] {
                                                                                 99999999,
                                                                                 0,
                                                                                 0,
                                                                                 0});
            this.startingSerialNumber.Name = "startingSerialNumber";
            this.startingSerialNumber.Size = new System.Drawing.Size(89, 26);
            this.startingSerialNumber.TabIndex = 1;
            this.startingSerialNumber.Value = new System.Decimal(new int[] {
                                                                               1000,
                                                                               0,
                                                                               0,
                                                                               0});
            this.startingSerialNumber.Validating += new System.ComponentModel.CancelEventHandler(this.startingSerialNumber_Validating);
            this.startingSerialNumber.ValueChanged += new System.EventHandler(this.SomethingChanged);
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(26, 246);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(230, 23);
            this.label5.TabIndex = 3;
            this.label5.Text = "Generated license keys:";
            // 
            // licXLicenseComponent2
            // 
            this.licXLicenseComponent2.ContactUrl = "www.Wanderlust-Software.com";
            this.licXLicenseComponent2.ExpirationDate = new System.DateTime(((long)(0)));
            this.licXLicenseComponent2.MasterLicensePassword = "******";
            this.licXLicenseComponent2.ProductName = "KeyGenWin";
            this.licXLicenseComponent2.VendorName = "Wanderlust Software, LLC";
            // 
            // KeyGenWin
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(8, 19);
            this.ClientSize = new System.Drawing.Size(714, 444);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.copyToClipboardButton);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.passwordTextBox);
            this.Controls.Add(this.licenseKeyTextBox);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximumSize = new System.Drawing.Size(720, 488);
            this.MinimumSize = new System.Drawing.Size(720, 488);
            this.Name = "KeyGenWin";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "License Express(tm) Key Generator";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.KeyGenWin_Closing);
            this.Load += new System.EventHandler(this.Form1_Load);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.evaluationDays)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.serialNumberCount)).EndInit();
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.startingSerialNumber)).EndInit();
            this.ResumeLayout(false);

        }