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.okButton = new System.Windows.Forms.Button();
|
---|
49 | this.cancelButton = new System.Windows.Forms.Button();
|
---|
50 | this.baseClassLabel = new System.Windows.Forms.Label();
|
---|
51 | this.baseClassTextBox = new System.Windows.Forms.TextBox();
|
---|
52 | this.label1 = new System.Windows.Forms.Label();
|
---|
53 | this.isDefaultViewCheckBox = new System.Windows.Forms.CheckBox();
|
---|
54 | this.viewContentTypeTextBox = new System.Windows.Forms.TextBox();
|
---|
55 | this.label2 = new System.Windows.Forms.Label();
|
---|
56 | this.label3 = new System.Windows.Forms.Label();
|
---|
57 | this.SuspendLayout();
|
---|
58 | //
|
---|
59 | // okButton
|
---|
60 | //
|
---|
61 | this.okButton.Location = new System.Drawing.Point(10, 135);
|
---|
62 | this.okButton.Name = "okButton";
|
---|
63 | this.okButton.Size = new System.Drawing.Size(75, 23);
|
---|
64 | this.okButton.TabIndex = 6;
|
---|
65 | this.okButton.Text = "Ok";
|
---|
66 | this.okButton.UseVisualStyleBackColor = true;
|
---|
67 | this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
---|
68 | //
|
---|
69 | // cancelButton
|
---|
70 | //
|
---|
71 | this.cancelButton.Location = new System.Drawing.Point(92, 135);
|
---|
72 | this.cancelButton.Name = "cancelButton";
|
---|
73 | this.cancelButton.Size = new System.Drawing.Size(75, 23);
|
---|
74 | this.cancelButton.TabIndex = 7;
|
---|
75 | this.cancelButton.Text = "Cancel";
|
---|
76 | this.cancelButton.UseVisualStyleBackColor = true;
|
---|
77 | this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
---|
78 | //
|
---|
79 | // baseClassLabel
|
---|
80 | //
|
---|
81 | this.baseClassLabel.AutoSize = true;
|
---|
82 | this.baseClassLabel.Location = new System.Drawing.Point(7, 15);
|
---|
83 | this.baseClassLabel.Name = "baseClassLabel";
|
---|
84 | this.baseClassLabel.Size = new System.Drawing.Size(59, 13);
|
---|
85 | this.baseClassLabel.TabIndex = 0;
|
---|
86 | this.baseClassLabel.Text = "BaseClass:";
|
---|
87 | //
|
---|
88 | // baseClassTextBox
|
---|
89 | //
|
---|
90 | this.baseClassTextBox.Location = new System.Drawing.Point(113, 12);
|
---|
91 | this.baseClassTextBox.Name = "baseClassTextBox";
|
---|
92 | this.baseClassTextBox.Size = new System.Drawing.Size(161, 20);
|
---|
93 | this.baseClassTextBox.TabIndex = 1;
|
---|
94 | this.baseClassTextBox.Text = "ItemView";
|
---|
95 | this.baseClassTextBox.TextChanged += new System.EventHandler(this.baseClassTextBox_TextChanged);
|
---|
96 | //
|
---|
97 | // label1
|
---|
98 | //
|
---|
99 | this.label1.AutoSize = true;
|
---|
100 | this.label1.Location = new System.Drawing.Point(7, 41);
|
---|
101 | this.label1.Name = "label1";
|
---|
102 | this.label1.Size = new System.Drawing.Size(100, 13);
|
---|
103 | this.label1.TabIndex = 2;
|
---|
104 | this.label1.Text = "View Content Type:";
|
---|
105 | //
|
---|
106 | // isDefaultViewCheckBox
|
---|
107 | //
|
---|
108 | this.isDefaultViewCheckBox.AutoSize = true;
|
---|
109 | this.isDefaultViewCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
110 | this.isDefaultViewCheckBox.Location = new System.Drawing.Point(113, 64);
|
---|
111 | this.isDefaultViewCheckBox.Name = "isDefaultViewCheckBox";
|
---|
112 | this.isDefaultViewCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
113 | this.isDefaultViewCheckBox.TabIndex = 4;
|
---|
114 | this.isDefaultViewCheckBox.UseVisualStyleBackColor = true;
|
---|
115 | this.isDefaultViewCheckBox.CheckedChanged += new System.EventHandler(this.isDefaultViewCheckBox_CheckedChanged);
|
---|
116 | //
|
---|
117 | // viewContentTypeTextBox
|
---|
118 | //
|
---|
119 | this.viewContentTypeTextBox.Location = new System.Drawing.Point(113, 38);
|
---|
120 | this.viewContentTypeTextBox.Name = "viewContentTypeTextBox";
|
---|
121 | this.viewContentTypeTextBox.Size = new System.Drawing.Size(162, 20);
|
---|
122 | this.viewContentTypeTextBox.TabIndex = 3;
|
---|
123 | this.viewContentTypeTextBox.Text = "Item";
|
---|
124 | this.viewContentTypeTextBox.TextChanged += new System.EventHandler(this.viewContentTypeTextBox_TextChanged);
|
---|
125 | //
|
---|
126 | // label2
|
---|
127 | //
|
---|
128 | this.label2.Location = new System.Drawing.Point(10, 84);
|
---|
129 | this.label2.Name = "label2";
|
---|
130 | this.label2.Size = new System.Drawing.Size(265, 48);
|
---|
131 | this.label2.TabIndex = 5;
|
---|
132 | this.label2.Text = "Warning: Only one view can be default for a certain content type. If there is mor" +
|
---|
133 | "e than one default view, the application will crash.";
|
---|
134 | //
|
---|
135 | // label3
|
---|
136 | //
|
---|
137 | this.label3.AutoSize = true;
|
---|
138 | this.label3.Location = new System.Drawing.Point(7, 64);
|
---|
139 | this.label3.Name = "label3";
|
---|
140 | this.label3.Size = new System.Drawing.Size(70, 13);
|
---|
141 | this.label3.TabIndex = 2;
|
---|
142 | this.label3.Text = "Default View:";
|
---|
143 | //
|
---|
144 | // ViewWizardForm
|
---|
145 | //
|
---|
146 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
147 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
148 | this.ClientSize = new System.Drawing.Size(286, 168);
|
---|
149 | this.Controls.Add(this.label2);
|
---|
150 | this.Controls.Add(this.viewContentTypeTextBox);
|
---|
151 | this.Controls.Add(this.isDefaultViewCheckBox);
|
---|
152 | this.Controls.Add(this.baseClassTextBox);
|
---|
153 | this.Controls.Add(this.label3);
|
---|
154 | this.Controls.Add(this.label1);
|
---|
155 | this.Controls.Add(this.baseClassLabel);
|
---|
156 | this.Controls.Add(this.cancelButton);
|
---|
157 | this.Controls.Add(this.okButton);
|
---|
158 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
---|
159 | this.Name = "ViewWizardForm";
|
---|
160 | this.Text = "New View Wizard";
|
---|
161 | this.ResumeLayout(false);
|
---|
162 | this.PerformLayout();
|
---|
163 |
|
---|
164 | }
|
---|
165 |
|
---|
166 | #endregion
|
---|
167 |
|
---|
168 | private System.Windows.Forms.Button okButton;
|
---|
169 | private System.Windows.Forms.Button cancelButton;
|
---|
170 | private System.Windows.Forms.Label baseClassLabel;
|
---|
171 | private System.Windows.Forms.TextBox baseClassTextBox;
|
---|
172 | private System.Windows.Forms.Label label1;
|
---|
173 | private System.Windows.Forms.CheckBox isDefaultViewCheckBox;
|
---|
174 | private System.Windows.Forms.TextBox viewContentTypeTextBox;
|
---|
175 | private System.Windows.Forms.Label label2;
|
---|
176 | private System.Windows.Forms.Label label3;
|
---|
177 |
|
---|
178 | }
|
---|
179 | } |
---|