Free cookie consent management tool by TermsFeed Policy Generator

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

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

Fixed problems with .resx file. #989

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