Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Advanced/LicenseConfirmationDialog.Designer.cs @ 12012

Last change on this file since 12012 was 12012, checked in by ascheibe, 9 years ago

#2212 merged r12008, r12009, r12010 back into trunk

File size: 9.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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 LicenseConfirmationDialog {
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.components = new System.ComponentModel.Container();
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.toolTip = new System.Windows.Forms.ToolTip(this.components);
57      this.radioButtonGroupBox.SuspendLayout();
58      this.panel1.SuspendLayout();
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)));
66      this.richTextBox.BackColor = System.Drawing.SystemColors.HighlightText;
67      this.richTextBox.Location = new System.Drawing.Point(12, 48);
68      this.richTextBox.Name = "richTextBox";
69      this.richTextBox.ReadOnly = true;
70      this.richTextBox.Size = new System.Drawing.Size(494, 287);
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)));
77      this.acceptButton.Enabled = false;
78      this.acceptButton.Location = new System.Drawing.Point(347, 53);
79      this.acceptButton.Name = "acceptButton";
80      this.acceptButton.Size = new System.Drawing.Size(75, 23);
81      this.acceptButton.TabIndex = 1;
82      this.acceptButton.Text = "Next >";
83      this.toolTip.SetToolTip(this.acceptButton, "Accept license agreement and continue installation");
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)));
90      this.rejectButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
91      this.rejectButton.Location = new System.Drawing.Point(428, 53);
92      this.rejectButton.Name = "rejectButton";
93      this.rejectButton.Size = new System.Drawing.Size(79, 23);
94      this.rejectButton.TabIndex = 2;
95      this.rejectButton.Text = "Cancel";
96      this.toolTip.SetToolTip(this.rejectButton, "Cancel installation");
97      this.rejectButton.UseVisualStyleBackColor = true;
98      this.rejectButton.Click += new System.EventHandler(this.rejectButton_Click);
99      //
100      // licenseLabel
101      //
102      this.licenseLabel.AutoSize = true;
103      this.licenseLabel.Location = new System.Drawing.Point(12, 32);
104      this.licenseLabel.Name = "licenseLabel";
105      this.licenseLabel.Size = new System.Drawing.Size(241, 13);
106      this.licenseLabel.TabIndex = 3;
107      this.licenseLabel.Text = "Please read following license agreement carefully.";
108      //
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);
124      this.radioButtonGroupBox.Location = new System.Drawing.Point(13, 5);
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      //
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      //
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      //
154      // panel1
155      //
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;
166      //
167      // LicenseConfirmationDialog
168      //
169      this.AcceptButton = this.acceptButton;
170      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
171      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
172      this.BackColor = System.Drawing.SystemColors.HighlightText;
173      this.CancelButton = this.rejectButton;
174      this.ClientSize = new System.Drawing.Size(518, 429);
175      this.Controls.Add(this.panel1);
176      this.Controls.Add(this.label1);
177      this.Controls.Add(this.licenseLabel);
178      this.Controls.Add(this.richTextBox);
179      this.Icon = HeuristicLab.PluginInfrastructure.Resources.HeuristicLab;
180      this.MaximizeBox = false;
181      this.MinimizeBox = false;
182      this.Name = "LicenseConfirmationDialog";
183      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
184      this.radioButtonGroupBox.ResumeLayout(false);
185      this.radioButtonGroupBox.PerformLayout();
186      this.panel1.ResumeLayout(false);
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;
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;
202    private System.Windows.Forms.Panel panel1;
203    private System.Windows.Forms.ToolTip toolTip;
204  }
205}
Note: See TracBrowser for help on using the repository browser.