[3090] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
| 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 | namespace HeuristicLab.PluginInfrastructure.Advanced {
|
---|
[3006] | 22 | partial class LicenseConfirmationBox {
|
---|
| 23 | /// <summary>
|
---|
| 24 | /// Required designer variable.
|
---|
| 25 | /// </summary>
|
---|
| 26 | private System.ComponentModel.IContainer components = null;
|
---|
| 27 |
|
---|
| 28 | /// <summary>
|
---|
| 29 | /// Clean up any resources being used.
|
---|
| 30 | /// </summary>
|
---|
| 31 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 32 | protected override void Dispose(bool disposing) {
|
---|
| 33 | if (disposing && (components != null)) {
|
---|
| 34 | components.Dispose();
|
---|
| 35 | }
|
---|
| 36 | base.Dispose(disposing);
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 | #region Windows Form Designer generated code
|
---|
| 40 |
|
---|
| 41 | /// <summary>
|
---|
| 42 | /// Required method for Designer support - do not modify
|
---|
| 43 | /// the contents of this method with the code editor.
|
---|
| 44 | /// </summary>
|
---|
| 45 | private void InitializeComponent() {
|
---|
[3474] | 46 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LicenseConfirmationBox));
|
---|
[3006] | 47 | this.richTextBox = new System.Windows.Forms.RichTextBox();
|
---|
| 48 | this.acceptButton = new System.Windows.Forms.Button();
|
---|
| 49 | this.rejectButton = new System.Windows.Forms.Button();
|
---|
| 50 | this.licenseLabel = new System.Windows.Forms.Label();
|
---|
[3009] | 51 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 52 | this.radioButtonGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[3069] | 53 | this.rejectRadioButton = new System.Windows.Forms.RadioButton();
|
---|
[3009] | 54 | this.acceptRadioButton = new System.Windows.Forms.RadioButton();
|
---|
[3069] | 55 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
[3009] | 56 | this.radioButtonGroupBox.SuspendLayout();
|
---|
[3069] | 57 | this.panel1.SuspendLayout();
|
---|
[3006] | 58 | this.SuspendLayout();
|
---|
| 59 | //
|
---|
| 60 | // richTextBox
|
---|
| 61 | //
|
---|
| 62 | this.richTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 63 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 64 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3069] | 65 | this.richTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
|
---|
[3009] | 66 | this.richTextBox.Location = new System.Drawing.Point(12, 48);
|
---|
[3006] | 67 | this.richTextBox.Name = "richTextBox";
|
---|
| 68 | this.richTextBox.ReadOnly = true;
|
---|
[3069] | 69 | this.richTextBox.Size = new System.Drawing.Size(494, 287);
|
---|
[3006] | 70 | this.richTextBox.TabIndex = 0;
|
---|
| 71 | this.richTextBox.Text = "";
|
---|
| 72 | //
|
---|
| 73 | // acceptButton
|
---|
| 74 | //
|
---|
| 75 | this.acceptButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3009] | 76 | this.acceptButton.Enabled = false;
|
---|
[3069] | 77 | this.acceptButton.Location = new System.Drawing.Point(347, 53);
|
---|
[3006] | 78 | this.acceptButton.Name = "acceptButton";
|
---|
| 79 | this.acceptButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 80 | this.acceptButton.TabIndex = 1;
|
---|
[3009] | 81 | this.acceptButton.Text = "Next >";
|
---|
[3006] | 82 | this.acceptButton.UseVisualStyleBackColor = true;
|
---|
| 83 | this.acceptButton.Click += new System.EventHandler(this.acceptButton_Click);
|
---|
| 84 | //
|
---|
| 85 | // rejectButton
|
---|
| 86 | //
|
---|
| 87 | this.rejectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3069] | 88 | this.rejectButton.Location = new System.Drawing.Point(428, 53);
|
---|
[3006] | 89 | this.rejectButton.Name = "rejectButton";
|
---|
[3009] | 90 | this.rejectButton.Size = new System.Drawing.Size(79, 23);
|
---|
[3006] | 91 | this.rejectButton.TabIndex = 2;
|
---|
[3009] | 92 | this.rejectButton.Text = "Cancel";
|
---|
[3006] | 93 | this.rejectButton.UseVisualStyleBackColor = true;
|
---|
| 94 | this.rejectButton.Click += new System.EventHandler(this.rejectButton_Click);
|
---|
| 95 | //
|
---|
| 96 | // licenseLabel
|
---|
| 97 | //
|
---|
| 98 | this.licenseLabel.AutoSize = true;
|
---|
[3009] | 99 | this.licenseLabel.Location = new System.Drawing.Point(12, 32);
|
---|
[3006] | 100 | this.licenseLabel.Name = "licenseLabel";
|
---|
[3009] | 101 | this.licenseLabel.Size = new System.Drawing.Size(241, 13);
|
---|
[3006] | 102 | this.licenseLabel.TabIndex = 3;
|
---|
[3009] | 103 | this.licenseLabel.Text = "Please read following license agreement carefully.";
|
---|
[3006] | 104 | //
|
---|
[3009] | 105 | // label1
|
---|
| 106 | //
|
---|
| 107 | this.label1.AutoSize = true;
|
---|
| 108 | this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 109 | this.label1.Location = new System.Drawing.Point(12, 9);
|
---|
| 110 | this.label1.Name = "label1";
|
---|
| 111 | this.label1.Size = new System.Drawing.Size(115, 13);
|
---|
| 112 | this.label1.TabIndex = 4;
|
---|
| 113 | this.label1.Text = "License Agreement";
|
---|
| 114 | //
|
---|
| 115 | // radioButtonGroupBox
|
---|
| 116 | //
|
---|
| 117 | this.radioButtonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 118 | this.radioButtonGroupBox.Controls.Add(this.rejectRadioButton);
|
---|
| 119 | this.radioButtonGroupBox.Controls.Add(this.acceptRadioButton);
|
---|
[3069] | 120 | this.radioButtonGroupBox.Location = new System.Drawing.Point(13, 5);
|
---|
[3009] | 121 | this.radioButtonGroupBox.Name = "radioButtonGroupBox";
|
---|
| 122 | this.radioButtonGroupBox.Size = new System.Drawing.Size(281, 71);
|
---|
| 123 | this.radioButtonGroupBox.TabIndex = 5;
|
---|
| 124 | this.radioButtonGroupBox.TabStop = false;
|
---|
| 125 | //
|
---|
[3069] | 126 | // rejectRadioButton
|
---|
| 127 | //
|
---|
| 128 | this.rejectRadioButton.AutoSize = true;
|
---|
| 129 | this.rejectRadioButton.Location = new System.Drawing.Point(6, 42);
|
---|
| 130 | this.rejectRadioButton.Name = "rejectRadioButton";
|
---|
| 131 | this.rejectRadioButton.Size = new System.Drawing.Size(264, 17);
|
---|
| 132 | this.rejectRadioButton.TabIndex = 1;
|
---|
| 133 | this.rejectRadioButton.TabStop = true;
|
---|
| 134 | this.rejectRadioButton.Text = "I do not accept the terms in the license agreement.";
|
---|
| 135 | this.rejectRadioButton.UseVisualStyleBackColor = true;
|
---|
| 136 | this.rejectRadioButton.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
---|
| 137 | //
|
---|
[3009] | 138 | // acceptRadioButton
|
---|
| 139 | //
|
---|
| 140 | this.acceptRadioButton.AutoSize = true;
|
---|
| 141 | this.acceptRadioButton.Location = new System.Drawing.Point(6, 19);
|
---|
| 142 | this.acceptRadioButton.Name = "acceptRadioButton";
|
---|
| 143 | this.acceptRadioButton.Size = new System.Drawing.Size(231, 17);
|
---|
| 144 | this.acceptRadioButton.TabIndex = 0;
|
---|
| 145 | this.acceptRadioButton.TabStop = true;
|
---|
| 146 | this.acceptRadioButton.Text = "I accept the terms in the license agreement.";
|
---|
| 147 | this.acceptRadioButton.UseVisualStyleBackColor = true;
|
---|
| 148 | this.acceptRadioButton.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
---|
| 149 | //
|
---|
[3069] | 150 | // panel1
|
---|
[3009] | 151 | //
|
---|
[3069] | 152 | this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 153 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 154 | this.panel1.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 155 | this.panel1.Controls.Add(this.acceptButton);
|
---|
| 156 | this.panel1.Controls.Add(this.radioButtonGroupBox);
|
---|
| 157 | this.panel1.Controls.Add(this.rejectButton);
|
---|
| 158 | this.panel1.Location = new System.Drawing.Point(-1, 341);
|
---|
| 159 | this.panel1.Name = "panel1";
|
---|
| 160 | this.panel1.Size = new System.Drawing.Size(520, 88);
|
---|
| 161 | this.panel1.TabIndex = 6;
|
---|
[3009] | 162 | //
|
---|
[3006] | 163 | // LicenseConfirmationBox
|
---|
| 164 | //
|
---|
| 165 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 166 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[3069] | 167 | this.BackColor = System.Drawing.SystemColors.HighlightText;
|
---|
[3006] | 168 | this.ClientSize = new System.Drawing.Size(518, 429);
|
---|
[3069] | 169 | this.Controls.Add(this.panel1);
|
---|
[3009] | 170 | this.Controls.Add(this.label1);
|
---|
[3006] | 171 | this.Controls.Add(this.licenseLabel);
|
---|
| 172 | this.Controls.Add(this.richTextBox);
|
---|
[3474] | 173 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
---|
[3006] | 174 | this.Name = "LicenseConfirmationBox";
|
---|
[3009] | 175 | this.radioButtonGroupBox.ResumeLayout(false);
|
---|
| 176 | this.radioButtonGroupBox.PerformLayout();
|
---|
[3069] | 177 | this.panel1.ResumeLayout(false);
|
---|
[3006] | 178 | this.ResumeLayout(false);
|
---|
| 179 | this.PerformLayout();
|
---|
| 180 |
|
---|
| 181 | }
|
---|
| 182 |
|
---|
| 183 | #endregion
|
---|
| 184 |
|
---|
| 185 | private System.Windows.Forms.RichTextBox richTextBox;
|
---|
| 186 | private System.Windows.Forms.Button acceptButton;
|
---|
| 187 | private System.Windows.Forms.Button rejectButton;
|
---|
| 188 | private System.Windows.Forms.Label licenseLabel;
|
---|
[3009] | 189 | private System.Windows.Forms.Label label1;
|
---|
| 190 | private System.Windows.Forms.GroupBox radioButtonGroupBox;
|
---|
| 191 | private System.Windows.Forms.RadioButton rejectRadioButton;
|
---|
| 192 | private System.Windows.Forms.RadioButton acceptRadioButton;
|
---|
[3069] | 193 | private System.Windows.Forms.Panel panel1;
|
---|
[3006] | 194 | }
|
---|
| 195 | } |
---|