Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/LicenseConfirmationBox.Designer.cs @ 3573

Last change on this file since 3573 was 3573, checked in by gkronber, 14 years ago

Implemented a list of review comments by swagner. #989 (Implement review comments in plugin infrastructure)

File size: 9.5 KB
RevLine 
[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
21namespace 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() {
[3573]46      this.components = new System.ComponentModel.Container();
[3474]47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LicenseConfirmationBox));
[3006]48      this.richTextBox = new System.Windows.Forms.RichTextBox();
49      this.acceptButton = new System.Windows.Forms.Button();
50      this.rejectButton = new System.Windows.Forms.Button();
51      this.licenseLabel = new System.Windows.Forms.Label();
[3009]52      this.label1 = new System.Windows.Forms.Label();
53      this.radioButtonGroupBox = new System.Windows.Forms.GroupBox();
[3069]54      this.rejectRadioButton = new System.Windows.Forms.RadioButton();
[3009]55      this.acceptRadioButton = new System.Windows.Forms.RadioButton();
[3069]56      this.panel1 = new System.Windows.Forms.Panel();
[3573]57      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
[3009]58      this.radioButtonGroupBox.SuspendLayout();
[3069]59      this.panel1.SuspendLayout();
[3006]60      this.SuspendLayout();
61      //
62      // richTextBox
63      //
64      this.richTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
65                  | System.Windows.Forms.AnchorStyles.Left)
66                  | System.Windows.Forms.AnchorStyles.Right)));
[3069]67      this.richTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
[3009]68      this.richTextBox.Location = new System.Drawing.Point(12, 48);
[3006]69      this.richTextBox.Name = "richTextBox";
70      this.richTextBox.ReadOnly = true;
[3069]71      this.richTextBox.Size = new System.Drawing.Size(494, 287);
[3006]72      this.richTextBox.TabIndex = 0;
73      this.richTextBox.Text = "";
74      //
75      // acceptButton
76      //
77      this.acceptButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
[3009]78      this.acceptButton.Enabled = false;
[3069]79      this.acceptButton.Location = new System.Drawing.Point(347, 53);
[3006]80      this.acceptButton.Name = "acceptButton";
81      this.acceptButton.Size = new System.Drawing.Size(75, 23);
82      this.acceptButton.TabIndex = 1;
[3009]83      this.acceptButton.Text = "Next >";
[3573]84      this.toolTip.SetToolTip(this.acceptButton, "Accept license agreement and continue installation");
[3006]85      this.acceptButton.UseVisualStyleBackColor = true;
86      this.acceptButton.Click += new System.EventHandler(this.acceptButton_Click);
87      //
88      // rejectButton
89      //
90      this.rejectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
[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;
137      this.rejectRadioButton.TabStop = true;
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      //
[3006]167      // LicenseConfirmationBox
168      //
169      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
170      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[3069]171      this.BackColor = System.Drawing.SystemColors.HighlightText;
[3006]172      this.ClientSize = new System.Drawing.Size(518, 429);
[3069]173      this.Controls.Add(this.panel1);
[3009]174      this.Controls.Add(this.label1);
[3006]175      this.Controls.Add(this.licenseLabel);
176      this.Controls.Add(this.richTextBox);
[3474]177      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
[3006]178      this.Name = "LicenseConfirmationBox";
[3009]179      this.radioButtonGroupBox.ResumeLayout(false);
180      this.radioButtonGroupBox.PerformLayout();
[3069]181      this.panel1.ResumeLayout(false);
[3006]182      this.ResumeLayout(false);
183      this.PerformLayout();
184
185    }
186
187    #endregion
188
189    private System.Windows.Forms.RichTextBox richTextBox;
190    private System.Windows.Forms.Button acceptButton;
191    private System.Windows.Forms.Button rejectButton;
192    private System.Windows.Forms.Label licenseLabel;
[3009]193    private System.Windows.Forms.Label label1;
194    private System.Windows.Forms.GroupBox radioButtonGroupBox;
195    private System.Windows.Forms.RadioButton rejectRadioButton;
196    private System.Windows.Forms.RadioButton acceptRadioButton;
[3069]197    private System.Windows.Forms.Panel panel1;
[3573]198    private System.Windows.Forms.ToolTip toolTip;
[3006]199  }
200}
Note: See TracBrowser for help on using the repository browser.