Free cookie consent management tool by TermsFeed Policy Generator

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

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

Incorporated review comments by swagner into plugin infrastructure. #989 (Implement review comments in plugin infrastructure)

File size: 9.2 KB
Line 
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 {
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() {
46      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LicenseConfirmationBox));
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();
51      this.label1 = new System.Windows.Forms.Label();
52      this.radioButtonGroupBox = new System.Windows.Forms.GroupBox();
53      this.rejectRadioButton = new System.Windows.Forms.RadioButton();
54      this.acceptRadioButton = new System.Windows.Forms.RadioButton();
55      this.panel1 = new System.Windows.Forms.Panel();
56      this.radioButtonGroupBox.SuspendLayout();
57      this.panel1.SuspendLayout();
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)));
65      this.richTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
66      this.richTextBox.Location = new System.Drawing.Point(12, 48);
67      this.richTextBox.Name = "richTextBox";
68      this.richTextBox.ReadOnly = true;
69      this.richTextBox.Size = new System.Drawing.Size(494, 287);
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)));
76      this.acceptButton.Enabled = false;
77      this.acceptButton.Location = new System.Drawing.Point(347, 53);
78      this.acceptButton.Name = "acceptButton";
79      this.acceptButton.Size = new System.Drawing.Size(75, 23);
80      this.acceptButton.TabIndex = 1;
81      this.acceptButton.Text = "Next >";
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)));
88      this.rejectButton.Location = new System.Drawing.Point(428, 53);
89      this.rejectButton.Name = "rejectButton";
90      this.rejectButton.Size = new System.Drawing.Size(79, 23);
91      this.rejectButton.TabIndex = 2;
92      this.rejectButton.Text = "Cancel";
93      this.rejectButton.UseVisualStyleBackColor = true;
94      this.rejectButton.Click += new System.EventHandler(this.rejectButton_Click);
95      //
96      // licenseLabel
97      //
98      this.licenseLabel.AutoSize = true;
99      this.licenseLabel.Location = new System.Drawing.Point(12, 32);
100      this.licenseLabel.Name = "licenseLabel";
101      this.licenseLabel.Size = new System.Drawing.Size(241, 13);
102      this.licenseLabel.TabIndex = 3;
103      this.licenseLabel.Text = "Please read following license agreement carefully.";
104      //
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);
120      this.radioButtonGroupBox.Location = new System.Drawing.Point(13, 5);
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      //
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      //
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      //
150      // panel1
151      //
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;
162      //
163      // LicenseConfirmationBox
164      //
165      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
166      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
167      this.BackColor = System.Drawing.SystemColors.HighlightText;
168      this.ClientSize = new System.Drawing.Size(518, 429);
169      this.Controls.Add(this.panel1);
170      this.Controls.Add(this.label1);
171      this.Controls.Add(this.licenseLabel);
172      this.Controls.Add(this.richTextBox);
173      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
174      this.Name = "LicenseConfirmationBox";
175      this.radioButtonGroupBox.ResumeLayout(false);
176      this.radioButtonGroupBox.PerformLayout();
177      this.panel1.ResumeLayout(false);
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;
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;
193    private System.Windows.Forms.Panel panel1;
194  }
195}
Note: See TracBrowser for help on using the repository browser.