[3090] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[15584] | 3 | * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3090] | 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 {
|
---|
[3627] | 22 | partial class LicenseConfirmationDialog {
|
---|
[3006] | 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() {
|
---|
[3573] | 46 | this.components = new System.ComponentModel.Container();
|
---|
[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();
|
---|
[3573] | 56 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[3009] | 57 | this.radioButtonGroupBox.SuspendLayout();
|
---|
[3069] | 58 | this.panel1.SuspendLayout();
|
---|
[3006] | 59 | this.SuspendLayout();
|
---|
| 60 | //
|
---|
| 61 | // richTextBox
|
---|
| 62 | //
|
---|
| 63 | this.richTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 64 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 65 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3069] | 66 | this.richTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
|
---|
[3009] | 67 | this.richTextBox.Location = new System.Drawing.Point(12, 48);
|
---|
[3006] | 68 | this.richTextBox.Name = "richTextBox";
|
---|
| 69 | this.richTextBox.ReadOnly = true;
|
---|
[3069] | 70 | this.richTextBox.Size = new System.Drawing.Size(494, 287);
|
---|
[3006] | 71 | this.richTextBox.TabIndex = 0;
|
---|
| 72 | this.richTextBox.Text = "";
|
---|
| 73 | //
|
---|
| 74 | // acceptButton
|
---|
| 75 | //
|
---|
| 76 | this.acceptButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3009] | 77 | this.acceptButton.Enabled = false;
|
---|
[3069] | 78 | this.acceptButton.Location = new System.Drawing.Point(347, 53);
|
---|
[3006] | 79 | this.acceptButton.Name = "acceptButton";
|
---|
| 80 | this.acceptButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 81 | this.acceptButton.TabIndex = 1;
|
---|
[3009] | 82 | this.acceptButton.Text = "Next >";
|
---|
[3573] | 83 | this.toolTip.SetToolTip(this.acceptButton, "Accept license agreement and continue installation");
|
---|
[3006] | 84 | this.acceptButton.UseVisualStyleBackColor = true;
|
---|
| 85 | this.acceptButton.Click += new System.EventHandler(this.acceptButton_Click);
|
---|
| 86 | //
|
---|
| 87 | // rejectButton
|
---|
| 88 | //
|
---|
| 89 | this.rejectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3627] | 90 | this.rejectButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
[3069] | 91 | this.rejectButton.Location = new System.Drawing.Point(428, 53);
|
---|
[3006] | 92 | this.rejectButton.Name = "rejectButton";
|
---|
[3009] | 93 | this.rejectButton.Size = new System.Drawing.Size(79, 23);
|
---|
[3006] | 94 | this.rejectButton.TabIndex = 2;
|
---|
[3009] | 95 | this.rejectButton.Text = "Cancel";
|
---|
[3573] | 96 | this.toolTip.SetToolTip(this.rejectButton, "Cancel installation");
|
---|
[3006] | 97 | this.rejectButton.UseVisualStyleBackColor = true;
|
---|
| 98 | this.rejectButton.Click += new System.EventHandler(this.rejectButton_Click);
|
---|
| 99 | //
|
---|
| 100 | // licenseLabel
|
---|
| 101 | //
|
---|
| 102 | this.licenseLabel.AutoSize = true;
|
---|
[3009] | 103 | this.licenseLabel.Location = new System.Drawing.Point(12, 32);
|
---|
[3006] | 104 | this.licenseLabel.Name = "licenseLabel";
|
---|
[3009] | 105 | this.licenseLabel.Size = new System.Drawing.Size(241, 13);
|
---|
[3006] | 106 | this.licenseLabel.TabIndex = 3;
|
---|
[3009] | 107 | this.licenseLabel.Text = "Please read following license agreement carefully.";
|
---|
[3006] | 108 | //
|
---|
[3009] | 109 | // label1
|
---|
| 110 | //
|
---|
| 111 | this.label1.AutoSize = true;
|
---|
| 112 | this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 113 | this.label1.Location = new System.Drawing.Point(12, 9);
|
---|
| 114 | this.label1.Name = "label1";
|
---|
| 115 | this.label1.Size = new System.Drawing.Size(115, 13);
|
---|
| 116 | this.label1.TabIndex = 4;
|
---|
| 117 | this.label1.Text = "License Agreement";
|
---|
| 118 | //
|
---|
| 119 | // radioButtonGroupBox
|
---|
| 120 | //
|
---|
| 121 | this.radioButtonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 122 | this.radioButtonGroupBox.Controls.Add(this.rejectRadioButton);
|
---|
| 123 | this.radioButtonGroupBox.Controls.Add(this.acceptRadioButton);
|
---|
[3069] | 124 | this.radioButtonGroupBox.Location = new System.Drawing.Point(13, 5);
|
---|
[3009] | 125 | this.radioButtonGroupBox.Name = "radioButtonGroupBox";
|
---|
| 126 | this.radioButtonGroupBox.Size = new System.Drawing.Size(281, 71);
|
---|
| 127 | this.radioButtonGroupBox.TabIndex = 5;
|
---|
| 128 | this.radioButtonGroupBox.TabStop = false;
|
---|
| 129 | //
|
---|
[3069] | 130 | // rejectRadioButton
|
---|
| 131 | //
|
---|
| 132 | this.rejectRadioButton.AutoSize = true;
|
---|
| 133 | this.rejectRadioButton.Location = new System.Drawing.Point(6, 42);
|
---|
| 134 | this.rejectRadioButton.Name = "rejectRadioButton";
|
---|
| 135 | this.rejectRadioButton.Size = new System.Drawing.Size(264, 17);
|
---|
| 136 | this.rejectRadioButton.TabIndex = 1;
|
---|
[4535] | 137 | this.rejectRadioButton.TabStop = true;
|
---|
[3069] | 138 | this.rejectRadioButton.Text = "I do not accept the terms in the license agreement.";
|
---|
| 139 | this.rejectRadioButton.UseVisualStyleBackColor = true;
|
---|
| 140 | this.rejectRadioButton.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
---|
| 141 | //
|
---|
[3009] | 142 | // acceptRadioButton
|
---|
| 143 | //
|
---|
| 144 | this.acceptRadioButton.AutoSize = true;
|
---|
| 145 | this.acceptRadioButton.Location = new System.Drawing.Point(6, 19);
|
---|
| 146 | this.acceptRadioButton.Name = "acceptRadioButton";
|
---|
| 147 | this.acceptRadioButton.Size = new System.Drawing.Size(231, 17);
|
---|
| 148 | this.acceptRadioButton.TabIndex = 0;
|
---|
| 149 | this.acceptRadioButton.TabStop = true;
|
---|
| 150 | this.acceptRadioButton.Text = "I accept the terms in the license agreement.";
|
---|
| 151 | this.acceptRadioButton.UseVisualStyleBackColor = true;
|
---|
| 152 | this.acceptRadioButton.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
---|
| 153 | //
|
---|
[3069] | 154 | // panel1
|
---|
[3009] | 155 | //
|
---|
[3069] | 156 | this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 157 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 158 | this.panel1.BackColor = System.Drawing.SystemColors.Control;
|
---|
| 159 | this.panel1.Controls.Add(this.acceptButton);
|
---|
| 160 | this.panel1.Controls.Add(this.radioButtonGroupBox);
|
---|
| 161 | this.panel1.Controls.Add(this.rejectButton);
|
---|
| 162 | this.panel1.Location = new System.Drawing.Point(-1, 341);
|
---|
| 163 | this.panel1.Name = "panel1";
|
---|
| 164 | this.panel1.Size = new System.Drawing.Size(520, 88);
|
---|
| 165 | this.panel1.TabIndex = 6;
|
---|
[3009] | 166 | //
|
---|
[3627] | 167 | // LicenseConfirmationDialog
|
---|
[3006] | 168 | //
|
---|
[3627] | 169 | this.AcceptButton = this.acceptButton;
|
---|
[3006] | 170 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 171 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[3069] | 172 | this.BackColor = System.Drawing.SystemColors.HighlightText;
|
---|
[3627] | 173 | this.CancelButton = this.rejectButton;
|
---|
[3006] | 174 | this.ClientSize = new System.Drawing.Size(518, 429);
|
---|
[3069] | 175 | this.Controls.Add(this.panel1);
|
---|
[3009] | 176 | this.Controls.Add(this.label1);
|
---|
[3006] | 177 | this.Controls.Add(this.licenseLabel);
|
---|
| 178 | this.Controls.Add(this.richTextBox);
|
---|
[4535] | 179 | this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
|
---|
[3627] | 180 | this.MaximizeBox = false;
|
---|
| 181 | this.MinimizeBox = false;
|
---|
| 182 | this.Name = "LicenseConfirmationDialog";
|
---|
| 183 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
[3009] | 184 | this.radioButtonGroupBox.ResumeLayout(false);
|
---|
| 185 | this.radioButtonGroupBox.PerformLayout();
|
---|
[3069] | 186 | this.panel1.ResumeLayout(false);
|
---|
[3006] | 187 | this.ResumeLayout(false);
|
---|
| 188 | this.PerformLayout();
|
---|
| 189 |
|
---|
| 190 | }
|
---|
| 191 |
|
---|
| 192 | #endregion
|
---|
| 193 |
|
---|
| 194 | private System.Windows.Forms.RichTextBox richTextBox;
|
---|
| 195 | private System.Windows.Forms.Button acceptButton;
|
---|
| 196 | private System.Windows.Forms.Button rejectButton;
|
---|
| 197 | private System.Windows.Forms.Label licenseLabel;
|
---|
[3009] | 198 | private System.Windows.Forms.Label label1;
|
---|
| 199 | private System.Windows.Forms.GroupBox radioButtonGroupBox;
|
---|
| 200 | private System.Windows.Forms.RadioButton rejectRadioButton;
|
---|
| 201 | private System.Windows.Forms.RadioButton acceptRadioButton;
|
---|
[3069] | 202 | private System.Windows.Forms.Panel panel1;
|
---|
[3573] | 203 | private System.Windows.Forms.ToolTip toolTip;
|
---|
[3006] | 204 | }
|
---|
| 205 | } |
---|