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
|
---|
21 |
|
---|
22 | namespace HeuristicLab.VS2010Wizards {
|
---|
23 | partial class ViewWizardForm {
|
---|
24 | /// <summary>
|
---|
25 | /// Required designer variable.
|
---|
26 | /// </summary>
|
---|
27 | private System.ComponentModel.IContainer components = null;
|
---|
28 |
|
---|
29 | /// <summary>
|
---|
30 | /// Clean up any resources being used.
|
---|
31 | /// </summary>
|
---|
32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
33 | protected override void Dispose(bool disposing) {
|
---|
34 | if (disposing && (components != null)) {
|
---|
35 | components.Dispose();
|
---|
36 | }
|
---|
37 | base.Dispose(disposing);
|
---|
38 | }
|
---|
39 |
|
---|
40 | #region Windows Form Designer generated code
|
---|
41 |
|
---|
42 | /// <summary>
|
---|
43 | /// Required method for Designer support - do not modify
|
---|
44 | /// the contents of this method with the code editor.
|
---|
45 | /// </summary>
|
---|
46 | private void InitializeComponent() {
|
---|
47 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewWizardForm));
|
---|
48 | this.contentTypeLabel = new System.Windows.Forms.Label();
|
---|
49 | this.contentTypeTextBox = new System.Windows.Forms.TextBox();
|
---|
50 | this.defaultViewCheckBox = new System.Windows.Forms.CheckBox();
|
---|
51 | this.label2 = new System.Windows.Forms.Label();
|
---|
52 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
53 | this.label4 = new System.Windows.Forms.Label();
|
---|
54 | this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
---|
55 | this.cancelButton = new System.Windows.Forms.Button();
|
---|
56 | this.finishButton = new System.Windows.Forms.Button();
|
---|
57 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
58 | this.nameLabel = new System.Windows.Forms.Label();
|
---|
59 | this.nameTextBox = new System.Windows.Forms.TextBox();
|
---|
60 | this.panel1.SuspendLayout();
|
---|
61 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
---|
62 | this.SuspendLayout();
|
---|
63 | //
|
---|
64 | // contentTypeLabel
|
---|
65 | //
|
---|
66 | this.contentTypeLabel.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
67 | this.contentTypeLabel.AutoSize = true;
|
---|
68 | this.contentTypeLabel.Location = new System.Drawing.Point(74, 157);
|
---|
69 | this.contentTypeLabel.Name = "contentTypeLabel";
|
---|
70 | this.contentTypeLabel.Size = new System.Drawing.Size(74, 13);
|
---|
71 | this.contentTypeLabel.TabIndex = 0;
|
---|
72 | this.contentTypeLabel.Text = "Content Type:";
|
---|
73 | //
|
---|
74 | // contentTypeTextBox
|
---|
75 | //
|
---|
76 | this.contentTypeTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
77 | this.contentTypeTextBox.Location = new System.Drawing.Point(77, 173);
|
---|
78 | this.contentTypeTextBox.Name = "contentTypeTextBox";
|
---|
79 | this.contentTypeTextBox.Size = new System.Drawing.Size(313, 20);
|
---|
80 | this.contentTypeTextBox.TabIndex = 1;
|
---|
81 | this.contentTypeTextBox.Text = "IItem";
|
---|
82 | this.contentTypeTextBox.TextChanged += new System.EventHandler(this.contentTypeTextBox_TextChanged);
|
---|
83 | //
|
---|
84 | // defaultViewCheckBox
|
---|
85 | //
|
---|
86 | this.defaultViewCheckBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
87 | this.defaultViewCheckBox.AutoSize = true;
|
---|
88 | this.defaultViewCheckBox.Location = new System.Drawing.Point(396, 175);
|
---|
89 | this.defaultViewCheckBox.Name = "defaultViewCheckBox";
|
---|
90 | this.defaultViewCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
---|
91 | this.defaultViewCheckBox.Size = new System.Drawing.Size(60, 17);
|
---|
92 | this.defaultViewCheckBox.TabIndex = 4;
|
---|
93 | this.defaultViewCheckBox.Text = "Default";
|
---|
94 | this.defaultViewCheckBox.UseVisualStyleBackColor = true;
|
---|
95 | this.defaultViewCheckBox.CheckedChanged += new System.EventHandler(this.isDefaultViewCheckBox_CheckedChanged);
|
---|
96 | this.defaultViewCheckBox.TextChanged += new System.EventHandler(this.isDefaultViewCheckBox_CheckedChanged);
|
---|
97 | //
|
---|
98 | // label2
|
---|
99 | //
|
---|
100 | this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
101 | this.label2.Location = new System.Drawing.Point(74, 207);
|
---|
102 | this.label2.Name = "label2";
|
---|
103 | this.label2.Size = new System.Drawing.Size(382, 32);
|
---|
104 | this.label2.TabIndex = 5;
|
---|
105 | this.label2.Text = "Warning: Only one view can be default for a certain content type. If there is mor" +
|
---|
106 | "e than one default view, the application will crash.";
|
---|
107 | //
|
---|
108 | // panel1
|
---|
109 | //
|
---|
110 | this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
111 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
112 | this.panel1.BackColor = System.Drawing.Color.White;
|
---|
113 | this.panel1.Controls.Add(this.label4);
|
---|
114 | this.panel1.Controls.Add(this.pictureBox1);
|
---|
115 | this.panel1.Location = new System.Drawing.Point(0, 1);
|
---|
116 | this.panel1.Name = "panel1";
|
---|
117 | this.panel1.Size = new System.Drawing.Size(533, 81);
|
---|
118 | this.panel1.TabIndex = 9;
|
---|
119 | //
|
---|
120 | // label4
|
---|
121 | //
|
---|
122 | this.label4.AutoSize = true;
|
---|
123 | this.label4.Font = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
124 | this.label4.Location = new System.Drawing.Point(93, 21);
|
---|
125 | this.label4.Name = "label4";
|
---|
126 | this.label4.Size = new System.Drawing.Size(245, 39);
|
---|
127 | this.label4.TabIndex = 1;
|
---|
128 | this.label4.Text = "New View Wizard";
|
---|
129 | //
|
---|
130 | // pictureBox1
|
---|
131 | //
|
---|
132 | this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
133 | this.pictureBox1.Image = global::HeuristicLab.VS2010Wizards.Properties.Resources.HL3_Logo;
|
---|
134 | this.pictureBox1.Location = new System.Drawing.Point(3, 3);
|
---|
135 | this.pictureBox1.Name = "pictureBox1";
|
---|
136 | this.pictureBox1.Size = new System.Drawing.Size(75, 75);
|
---|
137 | this.pictureBox1.TabIndex = 0;
|
---|
138 | this.pictureBox1.TabStop = false;
|
---|
139 | //
|
---|
140 | // cancelButton
|
---|
141 | //
|
---|
142 | this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
143 | this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
144 | this.cancelButton.Location = new System.Drawing.Point(446, 305);
|
---|
145 | this.cancelButton.Name = "cancelButton";
|
---|
146 | this.cancelButton.Size = new System.Drawing.Size(75, 25);
|
---|
147 | this.cancelButton.TabIndex = 12;
|
---|
148 | this.cancelButton.Text = "Cancel";
|
---|
149 | this.cancelButton.UseVisualStyleBackColor = true;
|
---|
150 | this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
---|
151 | //
|
---|
152 | // finishButton
|
---|
153 | //
|
---|
154 | this.finishButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
155 | this.finishButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
---|
156 | this.finishButton.Location = new System.Drawing.Point(361, 305);
|
---|
157 | this.finishButton.Name = "finishButton";
|
---|
158 | this.finishButton.Size = new System.Drawing.Size(75, 25);
|
---|
159 | this.finishButton.TabIndex = 11;
|
---|
160 | this.finishButton.Text = "Finish";
|
---|
161 | this.finishButton.UseVisualStyleBackColor = true;
|
---|
162 | this.finishButton.Click += new System.EventHandler(this.finishButton_Click);
|
---|
163 | //
|
---|
164 | // panel2
|
---|
165 | //
|
---|
166 | this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
167 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
168 | this.panel2.BackColor = System.Drawing.Color.White;
|
---|
169 | this.panel2.ForeColor = System.Drawing.SystemColors.ControlText;
|
---|
170 | this.panel2.Location = new System.Drawing.Point(0, 297);
|
---|
171 | this.panel2.Name = "panel2";
|
---|
172 | this.panel2.Size = new System.Drawing.Size(533, 2);
|
---|
173 | this.panel2.TabIndex = 13;
|
---|
174 | //
|
---|
175 | // nameLabel
|
---|
176 | //
|
---|
177 | this.nameLabel.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
178 | this.nameLabel.AutoSize = true;
|
---|
179 | this.nameLabel.Location = new System.Drawing.Point(74, 112);
|
---|
180 | this.nameLabel.Name = "nameLabel";
|
---|
181 | this.nameLabel.Size = new System.Drawing.Size(38, 13);
|
---|
182 | this.nameLabel.TabIndex = 14;
|
---|
183 | this.nameLabel.Text = "Name:";
|
---|
184 | //
|
---|
185 | // nameTextBox
|
---|
186 | //
|
---|
187 | this.nameTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
188 | this.nameTextBox.Location = new System.Drawing.Point(77, 128);
|
---|
189 | this.nameTextBox.Name = "nameTextBox";
|
---|
190 | this.nameTextBox.Size = new System.Drawing.Size(379, 20);
|
---|
191 | this.nameTextBox.TabIndex = 15;
|
---|
192 | this.nameTextBox.Text = "My View";
|
---|
193 | this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
|
---|
194 | //
|
---|
195 | // ViewWizardForm
|
---|
196 | //
|
---|
197 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
198 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
199 | this.CancelButton = this.cancelButton;
|
---|
200 | this.ClientSize = new System.Drawing.Size(533, 342);
|
---|
201 | this.Controls.Add(this.defaultViewCheckBox);
|
---|
202 | this.Controls.Add(this.contentTypeTextBox);
|
---|
203 | this.Controls.Add(this.nameLabel);
|
---|
204 | this.Controls.Add(this.nameTextBox);
|
---|
205 | this.Controls.Add(this.panel2);
|
---|
206 | this.Controls.Add(this.cancelButton);
|
---|
207 | this.Controls.Add(this.finishButton);
|
---|
208 | this.Controls.Add(this.panel1);
|
---|
209 | this.Controls.Add(this.label2);
|
---|
210 | this.Controls.Add(this.contentTypeLabel);
|
---|
211 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
---|
212 | this.Name = "ViewWizardForm";
|
---|
213 | this.Text = "New View Wizard";
|
---|
214 | this.panel1.ResumeLayout(false);
|
---|
215 | this.panel1.PerformLayout();
|
---|
216 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
---|
217 | this.ResumeLayout(false);
|
---|
218 | this.PerformLayout();
|
---|
219 |
|
---|
220 | }
|
---|
221 |
|
---|
222 | #endregion
|
---|
223 |
|
---|
224 | private System.Windows.Forms.Label contentTypeLabel;
|
---|
225 | private System.Windows.Forms.TextBox contentTypeTextBox;
|
---|
226 | private System.Windows.Forms.CheckBox defaultViewCheckBox;
|
---|
227 | private System.Windows.Forms.Label label2;
|
---|
228 | private System.Windows.Forms.Panel panel1;
|
---|
229 | private System.Windows.Forms.Label label4;
|
---|
230 | private System.Windows.Forms.PictureBox pictureBox1;
|
---|
231 | private System.Windows.Forms.Button cancelButton;
|
---|
232 | private System.Windows.Forms.Button finishButton;
|
---|
233 | private System.Windows.Forms.Panel panel2;
|
---|
234 | private System.Windows.Forms.Label nameLabel;
|
---|
235 | private System.Windows.Forms.TextBox nameTextBox;
|
---|
236 |
|
---|
237 | }
|
---|
238 | } |
---|