Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3038 was 3009, checked in by gkronber, 15 years ago

improved license dialog. #891 (Refactor GUI for plugin management)

File size: 7.2 KB
Line 
1namespace HeuristicLab.PluginInfrastructure.Advanced {
2  partial class LicenseConfirmationBox {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Windows Form Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.richTextBox = new System.Windows.Forms.RichTextBox();
27      this.acceptButton = new System.Windows.Forms.Button();
28      this.rejectButton = new System.Windows.Forms.Button();
29      this.licenseLabel = new System.Windows.Forms.Label();
30      this.label1 = new System.Windows.Forms.Label();
31      this.radioButtonGroupBox = new System.Windows.Forms.GroupBox();
32      this.acceptRadioButton = new System.Windows.Forms.RadioButton();
33      this.rejectRadioButton = new System.Windows.Forms.RadioButton();
34      this.radioButtonGroupBox.SuspendLayout();
35      this.SuspendLayout();
36      //
37      // richTextBox
38      //
39      this.richTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
40                  | System.Windows.Forms.AnchorStyles.Left)
41                  | System.Windows.Forms.AnchorStyles.Right)));
42      this.richTextBox.Location = new System.Drawing.Point(12, 48);
43      this.richTextBox.Name = "richTextBox";
44      this.richTextBox.ReadOnly = true;
45      this.richTextBox.Size = new System.Drawing.Size(494, 261);
46      this.richTextBox.TabIndex = 0;
47      this.richTextBox.Text = "";
48      //
49      // acceptButton
50      //
51      this.acceptButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
52      this.acceptButton.Enabled = false;
53      this.acceptButton.Location = new System.Drawing.Point(346, 394);
54      this.acceptButton.Name = "acceptButton";
55      this.acceptButton.Size = new System.Drawing.Size(75, 23);
56      this.acceptButton.TabIndex = 1;
57      this.acceptButton.Text = "Next >";
58      this.acceptButton.UseVisualStyleBackColor = true;
59      this.acceptButton.Click += new System.EventHandler(this.acceptButton_Click);
60      //
61      // rejectButton
62      //
63      this.rejectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
64      this.rejectButton.Location = new System.Drawing.Point(427, 394);
65      this.rejectButton.Name = "rejectButton";
66      this.rejectButton.Size = new System.Drawing.Size(79, 23);
67      this.rejectButton.TabIndex = 2;
68      this.rejectButton.Text = "Cancel";
69      this.rejectButton.UseVisualStyleBackColor = true;
70      this.rejectButton.Click += new System.EventHandler(this.rejectButton_Click);
71      //
72      // licenseLabel
73      //
74      this.licenseLabel.AutoSize = true;
75      this.licenseLabel.Location = new System.Drawing.Point(12, 32);
76      this.licenseLabel.Name = "licenseLabel";
77      this.licenseLabel.Size = new System.Drawing.Size(241, 13);
78      this.licenseLabel.TabIndex = 3;
79      this.licenseLabel.Text = "Please read following license agreement carefully.";
80      //
81      // label1
82      //
83      this.label1.AutoSize = true;
84      this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
85      this.label1.Location = new System.Drawing.Point(12, 9);
86      this.label1.Name = "label1";
87      this.label1.Size = new System.Drawing.Size(115, 13);
88      this.label1.TabIndex = 4;
89      this.label1.Text = "License Agreement";
90      //
91      // radioButtonGroupBox
92      //
93      this.radioButtonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
94      this.radioButtonGroupBox.Controls.Add(this.rejectRadioButton);
95      this.radioButtonGroupBox.Controls.Add(this.acceptRadioButton);
96      this.radioButtonGroupBox.Location = new System.Drawing.Point(12, 315);
97      this.radioButtonGroupBox.Name = "radioButtonGroupBox";
98      this.radioButtonGroupBox.Size = new System.Drawing.Size(281, 71);
99      this.radioButtonGroupBox.TabIndex = 5;
100      this.radioButtonGroupBox.TabStop = false;
101      //
102      // acceptRadioButton
103      //
104      this.acceptRadioButton.AutoSize = true;
105      this.acceptRadioButton.Location = new System.Drawing.Point(6, 19);
106      this.acceptRadioButton.Name = "acceptRadioButton";
107      this.acceptRadioButton.Size = new System.Drawing.Size(231, 17);
108      this.acceptRadioButton.TabIndex = 0;
109      this.acceptRadioButton.TabStop = true;
110      this.acceptRadioButton.Text = "I accept the terms in the license agreement.";
111      this.acceptRadioButton.UseVisualStyleBackColor = true;
112      this.acceptRadioButton.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
113      //
114      // rejectRadioButton
115      //
116      this.rejectRadioButton.AutoSize = true;
117      this.rejectRadioButton.Location = new System.Drawing.Point(6, 42);
118      this.rejectRadioButton.Name = "rejectRadioButton";
119      this.rejectRadioButton.Size = new System.Drawing.Size(264, 17);
120      this.rejectRadioButton.TabIndex = 1;
121      this.rejectRadioButton.TabStop = true;
122      this.rejectRadioButton.Text = "I do not accept the terms in the license agreement.";
123      this.rejectRadioButton.UseVisualStyleBackColor = true;
124      this.rejectRadioButton.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
125      //
126      // LicenseConfirmationBox
127      //
128      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
129      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
130      this.ClientSize = new System.Drawing.Size(518, 429);
131      this.Controls.Add(this.radioButtonGroupBox);
132      this.Controls.Add(this.label1);
133      this.Controls.Add(this.licenseLabel);
134      this.Controls.Add(this.rejectButton);
135      this.Controls.Add(this.acceptButton);
136      this.Controls.Add(this.richTextBox);
137      this.Name = "LicenseConfirmationBox";
138      this.radioButtonGroupBox.ResumeLayout(false);
139      this.radioButtonGroupBox.PerformLayout();
140      this.ResumeLayout(false);
141      this.PerformLayout();
142
143    }
144
145    #endregion
146
147    private System.Windows.Forms.RichTextBox richTextBox;
148    private System.Windows.Forms.Button acceptButton;
149    private System.Windows.Forms.Button rejectButton;
150    private System.Windows.Forms.Label licenseLabel;
151    private System.Windows.Forms.Label label1;
152    private System.Windows.Forms.GroupBox radioButtonGroupBox;
153    private System.Windows.Forms.RadioButton rejectRadioButton;
154    private System.Windows.Forms.RadioButton acceptRadioButton;
155  }
156}
Note: See TracBrowser for help on using the repository browser.