Free cookie consent management tool by TermsFeed Policy Generator

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

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

Added license headers and set visibility to internal for the classes of the plugin manager. #891 (Refactor GUI for plugin management)

File size: 8.9 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      this.richTextBox = new System.Windows.Forms.RichTextBox();
47      this.acceptButton = new System.Windows.Forms.Button();
48      this.rejectButton = new System.Windows.Forms.Button();
49      this.licenseLabel = new System.Windows.Forms.Label();
50      this.label1 = new System.Windows.Forms.Label();
51      this.radioButtonGroupBox = new System.Windows.Forms.GroupBox();
52      this.rejectRadioButton = new System.Windows.Forms.RadioButton();
53      this.acceptRadioButton = new System.Windows.Forms.RadioButton();
54      this.panel1 = new System.Windows.Forms.Panel();
55      this.radioButtonGroupBox.SuspendLayout();
56      this.panel1.SuspendLayout();
57      this.SuspendLayout();
58      //
59      // richTextBox
60      //
61      this.richTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
62                  | System.Windows.Forms.AnchorStyles.Left)
63                  | System.Windows.Forms.AnchorStyles.Right)));
64      this.richTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
65      this.richTextBox.Location = new System.Drawing.Point(12, 48);
66      this.richTextBox.Name = "richTextBox";
67      this.richTextBox.ReadOnly = true;
68      this.richTextBox.Size = new System.Drawing.Size(494, 287);
69      this.richTextBox.TabIndex = 0;
70      this.richTextBox.Text = "";
71      //
72      // acceptButton
73      //
74      this.acceptButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
75      this.acceptButton.Enabled = false;
76      this.acceptButton.Location = new System.Drawing.Point(347, 53);
77      this.acceptButton.Name = "acceptButton";
78      this.acceptButton.Size = new System.Drawing.Size(75, 23);
79      this.acceptButton.TabIndex = 1;
80      this.acceptButton.Text = "Next >";
81      this.acceptButton.UseVisualStyleBackColor = true;
82      this.acceptButton.Click += new System.EventHandler(this.acceptButton_Click);
83      //
84      // rejectButton
85      //
86      this.rejectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
87      this.rejectButton.Location = new System.Drawing.Point(428, 53);
88      this.rejectButton.Name = "rejectButton";
89      this.rejectButton.Size = new System.Drawing.Size(79, 23);
90      this.rejectButton.TabIndex = 2;
91      this.rejectButton.Text = "Cancel";
92      this.rejectButton.UseVisualStyleBackColor = true;
93      this.rejectButton.Click += new System.EventHandler(this.rejectButton_Click);
94      //
95      // licenseLabel
96      //
97      this.licenseLabel.AutoSize = true;
98      this.licenseLabel.Location = new System.Drawing.Point(12, 32);
99      this.licenseLabel.Name = "licenseLabel";
100      this.licenseLabel.Size = new System.Drawing.Size(241, 13);
101      this.licenseLabel.TabIndex = 3;
102      this.licenseLabel.Text = "Please read following license agreement carefully.";
103      //
104      // label1
105      //
106      this.label1.AutoSize = true;
107      this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
108      this.label1.Location = new System.Drawing.Point(12, 9);
109      this.label1.Name = "label1";
110      this.label1.Size = new System.Drawing.Size(115, 13);
111      this.label1.TabIndex = 4;
112      this.label1.Text = "License Agreement";
113      //
114      // radioButtonGroupBox
115      //
116      this.radioButtonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
117      this.radioButtonGroupBox.Controls.Add(this.rejectRadioButton);
118      this.radioButtonGroupBox.Controls.Add(this.acceptRadioButton);
119      this.radioButtonGroupBox.Location = new System.Drawing.Point(13, 5);
120      this.radioButtonGroupBox.Name = "radioButtonGroupBox";
121      this.radioButtonGroupBox.Size = new System.Drawing.Size(281, 71);
122      this.radioButtonGroupBox.TabIndex = 5;
123      this.radioButtonGroupBox.TabStop = false;
124      //
125      // rejectRadioButton
126      //
127      this.rejectRadioButton.AutoSize = true;
128      this.rejectRadioButton.Location = new System.Drawing.Point(6, 42);
129      this.rejectRadioButton.Name = "rejectRadioButton";
130      this.rejectRadioButton.Size = new System.Drawing.Size(264, 17);
131      this.rejectRadioButton.TabIndex = 1;
132      this.rejectRadioButton.TabStop = true;
133      this.rejectRadioButton.Text = "I do not accept the terms in the license agreement.";
134      this.rejectRadioButton.UseVisualStyleBackColor = true;
135      this.rejectRadioButton.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
136      //
137      // acceptRadioButton
138      //
139      this.acceptRadioButton.AutoSize = true;
140      this.acceptRadioButton.Location = new System.Drawing.Point(6, 19);
141      this.acceptRadioButton.Name = "acceptRadioButton";
142      this.acceptRadioButton.Size = new System.Drawing.Size(231, 17);
143      this.acceptRadioButton.TabIndex = 0;
144      this.acceptRadioButton.TabStop = true;
145      this.acceptRadioButton.Text = "I accept the terms in the license agreement.";
146      this.acceptRadioButton.UseVisualStyleBackColor = true;
147      this.acceptRadioButton.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
148      //
149      // panel1
150      //
151      this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
152                  | System.Windows.Forms.AnchorStyles.Right)));
153      this.panel1.BackColor = System.Drawing.SystemColors.Control;
154      this.panel1.Controls.Add(this.acceptButton);
155      this.panel1.Controls.Add(this.radioButtonGroupBox);
156      this.panel1.Controls.Add(this.rejectButton);
157      this.panel1.Location = new System.Drawing.Point(-1, 341);
158      this.panel1.Name = "panel1";
159      this.panel1.Size = new System.Drawing.Size(520, 88);
160      this.panel1.TabIndex = 6;
161      //
162      // LicenseConfirmationBox
163      //
164      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
165      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
166      this.BackColor = System.Drawing.SystemColors.HighlightText;
167      this.ClientSize = new System.Drawing.Size(518, 429);
168      this.Controls.Add(this.panel1);
169      this.Controls.Add(this.label1);
170      this.Controls.Add(this.licenseLabel);
171      this.Controls.Add(this.richTextBox);
172      this.Name = "LicenseConfirmationBox";
173      this.radioButtonGroupBox.ResumeLayout(false);
174      this.radioButtonGroupBox.PerformLayout();
175      this.panel1.ResumeLayout(false);
176      this.ResumeLayout(false);
177      this.PerformLayout();
178
179    }
180
181    #endregion
182
183    private System.Windows.Forms.RichTextBox richTextBox;
184    private System.Windows.Forms.Button acceptButton;
185    private System.Windows.Forms.Button rejectButton;
186    private System.Windows.Forms.Label licenseLabel;
187    private System.Windows.Forms.Label label1;
188    private System.Windows.Forms.GroupBox radioButtonGroupBox;
189    private System.Windows.Forms.RadioButton rejectRadioButton;
190    private System.Windows.Forms.RadioButton acceptRadioButton;
191    private System.Windows.Forms.Panel panel1;
192  }
193}
Note: See TracBrowser for help on using the repository browser.