[5704] | 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 ItemWizardForm {
|
---|
| 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(ItemWizardForm));
|
---|
| 48 | this.descriptionLabel = new System.Windows.Forms.Label();
|
---|
| 49 | this.descriptionTextBox = new System.Windows.Forms.TextBox();
|
---|
| 50 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
| 51 | this.label4 = new System.Windows.Forms.Label();
|
---|
| 52 | this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
---|
| 53 | this.cancelButton = new System.Windows.Forms.Button();
|
---|
| 54 | this.finishButton = new System.Windows.Forms.Button();
|
---|
| 55 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
| 56 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 57 | this.nameTextBox = new System.Windows.Forms.TextBox();
|
---|
| 58 | this.panel1.SuspendLayout();
|
---|
| 59 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
---|
| 60 | this.SuspendLayout();
|
---|
| 61 | //
|
---|
| 62 | // descriptionLabel
|
---|
| 63 | //
|
---|
| 64 | this.descriptionLabel.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
| 65 | this.descriptionLabel.AutoSize = true;
|
---|
| 66 | this.descriptionLabel.Location = new System.Drawing.Point(74, 157);
|
---|
| 67 | this.descriptionLabel.Name = "descriptionLabel";
|
---|
| 68 | this.descriptionLabel.Size = new System.Drawing.Size(86, 13);
|
---|
| 69 | this.descriptionLabel.TabIndex = 0;
|
---|
| 70 | this.descriptionLabel.Text = "Item Description:";
|
---|
| 71 | //
|
---|
| 72 | // descriptionTextBox
|
---|
| 73 | //
|
---|
| 74 | this.descriptionTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
| 75 | this.descriptionTextBox.Location = new System.Drawing.Point(77, 173);
|
---|
| 76 | this.descriptionTextBox.Name = "descriptionTextBox";
|
---|
| 77 | this.descriptionTextBox.Size = new System.Drawing.Size(379, 20);
|
---|
| 78 | this.descriptionTextBox.TabIndex = 1;
|
---|
| 79 | this.descriptionTextBox.Text = "IItem";
|
---|
| 80 | this.descriptionTextBox.TextChanged += new System.EventHandler(this.contentTypeTextBox_TextChanged);
|
---|
| 81 | //
|
---|
| 82 | // panel1
|
---|
| 83 | //
|
---|
| 84 | this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 85 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 86 | this.panel1.BackColor = System.Drawing.Color.White;
|
---|
| 87 | this.panel1.Controls.Add(this.label4);
|
---|
| 88 | this.panel1.Controls.Add(this.pictureBox1);
|
---|
| 89 | this.panel1.Location = new System.Drawing.Point(0, 1);
|
---|
| 90 | this.panel1.Name = "panel1";
|
---|
| 91 | this.panel1.Size = new System.Drawing.Size(533, 81);
|
---|
| 92 | this.panel1.TabIndex = 9;
|
---|
| 93 | //
|
---|
| 94 | // label4
|
---|
| 95 | //
|
---|
| 96 | this.label4.AutoSize = true;
|
---|
| 97 | this.label4.Font = new System.Drawing.Font("Calibri", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
---|
| 98 | this.label4.Location = new System.Drawing.Point(93, 21);
|
---|
| 99 | this.label4.Name = "label4";
|
---|
| 100 | this.label4.Size = new System.Drawing.Size(145, 39);
|
---|
| 101 | this.label4.TabIndex = 1;
|
---|
| 102 | this.label4.Text = "New Item";
|
---|
| 103 | //
|
---|
| 104 | // pictureBox1
|
---|
| 105 | //
|
---|
| 106 | this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 107 | this.pictureBox1.Image = global::HeuristicLab.VS2010Wizards.Properties.Resources.HL3_Logo;
|
---|
| 108 | this.pictureBox1.Location = new System.Drawing.Point(3, 3);
|
---|
| 109 | this.pictureBox1.Name = "pictureBox1";
|
---|
| 110 | this.pictureBox1.Size = new System.Drawing.Size(75, 75);
|
---|
| 111 | this.pictureBox1.TabIndex = 0;
|
---|
| 112 | this.pictureBox1.TabStop = false;
|
---|
| 113 | //
|
---|
| 114 | // cancelButton
|
---|
| 115 | //
|
---|
| 116 | this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 117 | this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
| 118 | this.cancelButton.Location = new System.Drawing.Point(446, 241);
|
---|
| 119 | this.cancelButton.Name = "cancelButton";
|
---|
| 120 | this.cancelButton.Size = new System.Drawing.Size(75, 25);
|
---|
| 121 | this.cancelButton.TabIndex = 12;
|
---|
| 122 | this.cancelButton.Text = "Cancel";
|
---|
| 123 | this.cancelButton.UseVisualStyleBackColor = true;
|
---|
| 124 | this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
---|
| 125 | //
|
---|
| 126 | // finishButton
|
---|
| 127 | //
|
---|
| 128 | this.finishButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 129 | this.finishButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
---|
| 130 | this.finishButton.Location = new System.Drawing.Point(361, 241);
|
---|
| 131 | this.finishButton.Name = "finishButton";
|
---|
| 132 | this.finishButton.Size = new System.Drawing.Size(75, 25);
|
---|
| 133 | this.finishButton.TabIndex = 11;
|
---|
| 134 | this.finishButton.Text = "Finish";
|
---|
| 135 | this.finishButton.UseVisualStyleBackColor = true;
|
---|
| 136 | this.finishButton.Click += new System.EventHandler(this.finishButton_Click);
|
---|
| 137 | //
|
---|
| 138 | // panel2
|
---|
| 139 | //
|
---|
| 140 | this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 141 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 142 | this.panel2.BackColor = System.Drawing.Color.White;
|
---|
| 143 | this.panel2.ForeColor = System.Drawing.SystemColors.ControlText;
|
---|
| 144 | this.panel2.Location = new System.Drawing.Point(0, 233);
|
---|
| 145 | this.panel2.Name = "panel2";
|
---|
| 146 | this.panel2.Size = new System.Drawing.Size(533, 2);
|
---|
| 147 | this.panel2.TabIndex = 13;
|
---|
| 148 | //
|
---|
| 149 | // label1
|
---|
| 150 | //
|
---|
| 151 | this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
| 152 | this.label1.AutoSize = true;
|
---|
| 153 | this.label1.Location = new System.Drawing.Point(74, 112);
|
---|
| 154 | this.label1.Name = "label1";
|
---|
| 155 | this.label1.Size = new System.Drawing.Size(61, 13);
|
---|
| 156 | this.label1.TabIndex = 14;
|
---|
| 157 | this.label1.Text = "Item Name:";
|
---|
| 158 | //
|
---|
| 159 | // nameTextBox
|
---|
| 160 | //
|
---|
| 161 | this.nameTextBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
---|
| 162 | this.nameTextBox.Location = new System.Drawing.Point(77, 128);
|
---|
| 163 | this.nameTextBox.Name = "nameTextBox";
|
---|
| 164 | this.nameTextBox.Size = new System.Drawing.Size(379, 20);
|
---|
| 165 | this.nameTextBox.TabIndex = 15;
|
---|
| 166 | this.nameTextBox.Text = "My Item";
|
---|
| 167 | this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
|
---|
| 168 | //
|
---|
| 169 | // ItemWizardForm
|
---|
| 170 | //
|
---|
| 171 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 172 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 173 | this.CancelButton = this.cancelButton;
|
---|
| 174 | this.ClientSize = new System.Drawing.Size(533, 278);
|
---|
| 175 | this.Controls.Add(this.descriptionTextBox);
|
---|
| 176 | this.Controls.Add(this.label1);
|
---|
| 177 | this.Controls.Add(this.nameTextBox);
|
---|
| 178 | this.Controls.Add(this.panel2);
|
---|
| 179 | this.Controls.Add(this.cancelButton);
|
---|
| 180 | this.Controls.Add(this.finishButton);
|
---|
| 181 | this.Controls.Add(this.panel1);
|
---|
| 182 | this.Controls.Add(this.descriptionLabel);
|
---|
| 183 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
---|
| 184 | this.Name = "ItemWizardForm";
|
---|
| 185 | this.Text = "New View Wizard";
|
---|
| 186 | this.panel1.ResumeLayout(false);
|
---|
| 187 | this.panel1.PerformLayout();
|
---|
| 188 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
---|
| 189 | this.ResumeLayout(false);
|
---|
| 190 | this.PerformLayout();
|
---|
| 191 |
|
---|
| 192 | }
|
---|
| 193 |
|
---|
| 194 | #endregion
|
---|
| 195 |
|
---|
| 196 | private System.Windows.Forms.Label descriptionLabel;
|
---|
| 197 | private System.Windows.Forms.TextBox descriptionTextBox;
|
---|
| 198 | private System.Windows.Forms.Panel panel1;
|
---|
| 199 | private System.Windows.Forms.Label label4;
|
---|
| 200 | private System.Windows.Forms.PictureBox pictureBox1;
|
---|
| 201 | private System.Windows.Forms.Button cancelButton;
|
---|
| 202 | private System.Windows.Forms.Button finishButton;
|
---|
| 203 | private System.Windows.Forms.Panel panel2;
|
---|
| 204 | private System.Windows.Forms.Label label1;
|
---|
| 205 | private System.Windows.Forms.TextBox nameTextBox;
|
---|
| 206 |
|
---|
| 207 | }
|
---|
| 208 | } |
---|