Free cookie consent management tool by TermsFeed Policy Generator

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

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

Refactored class names and fixed a dependency-selection bug. #994 (Clean up plugin infrastructure project)

File size: 9.9 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 {
[3627]22  partial class LicenseConfirmationDialog {
[3006]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();
[3627]47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LicenseConfirmationDialog));
[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)));
[3627]91      this.rejectButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
[3069]92      this.rejectButton.Location = new System.Drawing.Point(428, 53);
[3006]93      this.rejectButton.Name = "rejectButton";
[3009]94      this.rejectButton.Size = new System.Drawing.Size(79, 23);
[3006]95      this.rejectButton.TabIndex = 2;
[3009]96      this.rejectButton.Text = "Cancel";
[3573]97      this.toolTip.SetToolTip(this.rejectButton, "Cancel installation");
[3006]98      this.rejectButton.UseVisualStyleBackColor = true;
99      this.rejectButton.Click += new System.EventHandler(this.rejectButton_Click);
100      //
101      // licenseLabel
102      //
103      this.licenseLabel.AutoSize = true;
[3009]104      this.licenseLabel.Location = new System.Drawing.Point(12, 32);
[3006]105      this.licenseLabel.Name = "licenseLabel";
[3009]106      this.licenseLabel.Size = new System.Drawing.Size(241, 13);
[3006]107      this.licenseLabel.TabIndex = 3;
[3009]108      this.licenseLabel.Text = "Please read following license agreement carefully.";
[3006]109      //
[3009]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);
[3069]125      this.radioButtonGroupBox.Location = new System.Drawing.Point(13, 5);
[3009]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      //
[3069]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      //
[3009]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      //
[3069]155      // panel1
[3009]156      //
[3069]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;
[3009]167      //
[3627]168      // LicenseConfirmationDialog
[3006]169      //
[3627]170      this.AcceptButton = this.acceptButton;
[3006]171      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
172      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[3069]173      this.BackColor = System.Drawing.SystemColors.HighlightText;
[3627]174      this.CancelButton = this.rejectButton;
[3006]175      this.ClientSize = new System.Drawing.Size(518, 429);
[3069]176      this.Controls.Add(this.panel1);
[3009]177      this.Controls.Add(this.label1);
[3006]178      this.Controls.Add(this.licenseLabel);
179      this.Controls.Add(this.richTextBox);
[3474]180      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
[3627]181      this.MaximizeBox = false;
182      this.MinimizeBox = false;
183      this.Name = "LicenseConfirmationDialog";
184      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
[3009]185      this.radioButtonGroupBox.ResumeLayout(false);
186      this.radioButtonGroupBox.PerformLayout();
[3069]187      this.panel1.ResumeLayout(false);
[3006]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;
[3009]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;
[3069]203    private System.Windows.Forms.Panel panel1;
[3573]204    private System.Windows.Forms.ToolTip toolTip;
[3006]205  }
206}
Note: See TracBrowser for help on using the repository browser.