[4176] | 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 {
|
---|
[4146] | 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() {
|
---|
[4176] | 47 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewWizardForm));
|
---|
[5704] | 48 | this.contentTypeLabel = new System.Windows.Forms.Label();
|
---|
[5388] | 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();
|
---|
[4146] | 55 | this.cancelButton = new System.Windows.Forms.Button();
|
---|
[5388] | 56 | this.finishButton = new System.Windows.Forms.Button();
|
---|
| 57 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
[5704] | 58 | this.nameLabel = new System.Windows.Forms.Label();
|
---|
[5388] | 59 | this.nameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 60 | this.panel1.SuspendLayout();
|
---|
| 61 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
---|
[4146] | 62 | this.SuspendLayout();
|
---|
| 63 | //
|
---|
[5704] | 64 | // contentTypeLabel
|
---|
[4146] | 65 | //
|
---|
[5704] | 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:";
|
---|
[4146] | 73 | //
|
---|
[5388] | 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)));
|
---|
[5704] | 124 | this.label4.Location = new System.Drawing.Point(93, 21);
|
---|
[5388] | 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;
|
---|
[5704] | 134 | this.pictureBox1.Location = new System.Drawing.Point(3, 3);
|
---|
[5388] | 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 | //
|
---|
[4146] | 140 | // cancelButton
|
---|
| 141 | //
|
---|
[5388] | 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);
|
---|
[4146] | 145 | this.cancelButton.Name = "cancelButton";
|
---|
[5388] | 146 | this.cancelButton.Size = new System.Drawing.Size(75, 25);
|
---|
| 147 | this.cancelButton.TabIndex = 12;
|
---|
[4146] | 148 | this.cancelButton.Text = "Cancel";
|
---|
| 149 | this.cancelButton.UseVisualStyleBackColor = true;
|
---|
| 150 | this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
---|
| 151 | //
|
---|
[5388] | 152 | // finishButton
|
---|
[4146] | 153 | //
|
---|
[5388] | 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);
|
---|
[4146] | 163 | //
|
---|
[5388] | 164 | // panel2
|
---|
[4146] | 165 | //
|
---|
[5388] | 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;
|
---|
[4146] | 174 | //
|
---|
[5704] | 175 | // nameLabel
|
---|
[4146] | 176 | //
|
---|
[5704] | 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:";
|
---|
[4146] | 184 | //
|
---|
[5388] | 185 | // nameTextBox
|
---|
[4146] | 186 | //
|
---|
[5388] | 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);
|
---|
[4146] | 194 | //
|
---|
| 195 | // ViewWizardForm
|
---|
| 196 | //
|
---|
| 197 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 198 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[5388] | 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);
|
---|
[5704] | 203 | this.Controls.Add(this.nameLabel);
|
---|
[5388] | 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);
|
---|
[4146] | 209 | this.Controls.Add(this.label2);
|
---|
[5704] | 210 | this.Controls.Add(this.contentTypeLabel);
|
---|
[4176] | 211 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
---|
[4146] | 212 | this.Name = "ViewWizardForm";
|
---|
| 213 | this.Text = "New View Wizard";
|
---|
[5388] | 214 | this.panel1.ResumeLayout(false);
|
---|
| 215 | this.panel1.PerformLayout();
|
---|
| 216 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
---|
[4146] | 217 | this.ResumeLayout(false);
|
---|
| 218 | this.PerformLayout();
|
---|
| 219 |
|
---|
| 220 | }
|
---|
| 221 |
|
---|
| 222 | #endregion
|
---|
| 223 |
|
---|
[5704] | 224 | private System.Windows.Forms.Label contentTypeLabel;
|
---|
[5388] | 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;
|
---|
[4146] | 231 | private System.Windows.Forms.Button cancelButton;
|
---|
[5388] | 232 | private System.Windows.Forms.Button finishButton;
|
---|
| 233 | private System.Windows.Forms.Panel panel2;
|
---|
[5704] | 234 | private System.Windows.Forms.Label nameLabel;
|
---|
[5388] | 235 | private System.Windows.Forms.TextBox nameTextBox;
|
---|
[4146] | 236 |
|
---|
| 237 | }
|
---|
| 238 | } |
---|