237 lines
9.8 KiB
C#
237 lines
9.8 KiB
C#
namespace Matrix42.Extensions.Scaffolder.Wizard
|
|
{
|
|
partial class WizardForm
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
private System.Windows.Forms.Label lblTitle;
|
|
private System.Windows.Forms.Label lblExtensionNamespace;
|
|
private System.Windows.Forms.TextBox txtExtensionNamespace;
|
|
private System.Windows.Forms.Label lblHint;
|
|
private System.Windows.Forms.Label lblAddProjects;
|
|
private System.Windows.Forms.Label lblProjectType;
|
|
private System.Windows.Forms.ComboBox cboProjectType;
|
|
private System.Windows.Forms.Label lblProjectPrefix;
|
|
private System.Windows.Forms.TextBox txtProjectPrefix;
|
|
private System.Windows.Forms.Label lblRuntimes;
|
|
private System.Windows.Forms.CheckedListBox clbRuntimes;
|
|
private System.Windows.Forms.Button btnAddProject;
|
|
private System.Windows.Forms.ListBox lstProjects;
|
|
private System.Windows.Forms.Button btnRemoveSelected;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
components.Dispose();
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.lblTitle = new System.Windows.Forms.Label();
|
|
this.lblExtensionNamespace = new System.Windows.Forms.Label();
|
|
this.txtExtensionNamespace = new System.Windows.Forms.TextBox();
|
|
this.lblHint = new System.Windows.Forms.Label();
|
|
this.lblAddProjects = new System.Windows.Forms.Label();
|
|
this.lblProjectType = new System.Windows.Forms.Label();
|
|
this.cboProjectType = new System.Windows.Forms.ComboBox();
|
|
this.lblProjectPrefix = new System.Windows.Forms.Label();
|
|
this.txtProjectPrefix = new System.Windows.Forms.TextBox();
|
|
this.lblRuntimes = new System.Windows.Forms.Label();
|
|
this.clbRuntimes = new System.Windows.Forms.CheckedListBox();
|
|
this.btnAddProject = new System.Windows.Forms.Button();
|
|
this.lstProjects = new System.Windows.Forms.ListBox();
|
|
this.btnRemoveSelected = new System.Windows.Forms.Button();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.AutoSize = true;
|
|
this.lblTitle.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
|
|
this.lblTitle.Location = new System.Drawing.Point(12, 9);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(120, 20);
|
|
this.lblTitle.TabIndex = 0;
|
|
this.lblTitle.Text = "Projects Wizard";
|
|
//
|
|
// lblExtensionNamespace
|
|
//
|
|
this.lblExtensionNamespace.AutoSize = true;
|
|
this.lblExtensionNamespace.Location = new System.Drawing.Point(13, 44);
|
|
this.lblExtensionNamespace.Name = "lblExtensionNamespace";
|
|
this.lblExtensionNamespace.Size = new System.Drawing.Size(113, 15);
|
|
this.lblExtensionNamespace.TabIndex = 1;
|
|
this.lblExtensionNamespace.Text = "Extension Namespace";
|
|
//
|
|
// txtExtensionNamespace
|
|
//
|
|
this.txtExtensionNamespace.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtExtensionNamespace.Location = new System.Drawing.Point(16, 62);
|
|
this.txtExtensionNamespace.Name = "txtExtensionNamespace";
|
|
this.txtExtensionNamespace.Size = new System.Drawing.Size(444, 23);
|
|
this.txtExtensionNamespace.TabIndex = 2;
|
|
//
|
|
// lblHint
|
|
//
|
|
this.lblHint.AutoSize = true;
|
|
this.lblHint.Location = new System.Drawing.Point(466, 65);
|
|
this.lblHint.Name = "lblHint";
|
|
this.lblHint.Size = new System.Drawing.Size(121, 15);
|
|
this.lblHint.TabIndex = 3;
|
|
this.lblHint.Text = "aka Matrix42.MyExtension";
|
|
//
|
|
// lblAddProjects
|
|
//
|
|
this.lblAddProjects.AutoSize = true;
|
|
this.lblAddProjects.Location = new System.Drawing.Point(13, 103);
|
|
this.lblAddProjects.Name = "lblAddProjects";
|
|
this.lblAddProjects.Size = new System.Drawing.Size(71, 15);
|
|
this.lblAddProjects.TabIndex = 4;
|
|
this.lblAddProjects.Text = "Add Projects";
|
|
//
|
|
// lblProjectType
|
|
//
|
|
this.lblProjectType.AutoSize = true;
|
|
this.lblProjectType.Location = new System.Drawing.Point(13, 129);
|
|
this.lblProjectType.Name = "lblProjectType";
|
|
this.lblProjectType.Size = new System.Drawing.Size(70, 15);
|
|
this.lblProjectType.TabIndex = 5;
|
|
this.lblProjectType.Text = "Project Type";
|
|
//
|
|
// cboProjectType
|
|
//
|
|
this.cboProjectType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cboProjectType.FormattingEnabled = true;
|
|
this.cboProjectType.Location = new System.Drawing.Point(16, 147);
|
|
this.cboProjectType.Name = "cboProjectType";
|
|
this.cboProjectType.Size = new System.Drawing.Size(150, 23);
|
|
this.cboProjectType.TabIndex = 6;
|
|
//
|
|
// lblProjectPrefix
|
|
//
|
|
this.lblProjectPrefix.AutoSize = true;
|
|
this.lblProjectPrefix.Location = new System.Drawing.Point(179, 129);
|
|
this.lblProjectPrefix.Name = "lblProjectPrefix";
|
|
this.lblProjectPrefix.Size = new System.Drawing.Size(75, 15);
|
|
this.lblProjectPrefix.TabIndex = 7;
|
|
this.lblProjectPrefix.Text = "Project Prefix";
|
|
//
|
|
// txtProjectPrefix
|
|
//
|
|
this.txtProjectPrefix.Location = new System.Drawing.Point(182, 147);
|
|
this.txtProjectPrefix.Name = "txtProjectPrefix";
|
|
this.txtProjectPrefix.Size = new System.Drawing.Size(150, 23);
|
|
this.txtProjectPrefix.TabIndex = 8;
|
|
//
|
|
// lblRuntimes
|
|
//
|
|
this.lblRuntimes.AutoSize = true;
|
|
this.lblRuntimes.Location = new System.Drawing.Point(345, 129);
|
|
this.lblRuntimes.Name = "lblRuntimes";
|
|
this.lblRuntimes.Size = new System.Drawing.Size(121, 15);
|
|
this.lblRuntimes.TabIndex = 9;
|
|
this.lblRuntimes.Text = "Runtimes (multiselect)";
|
|
//
|
|
// clbRuntimes
|
|
//
|
|
this.clbRuntimes.CheckOnClick = true;
|
|
this.clbRuntimes.FormattingEnabled = true;
|
|
this.clbRuntimes.Location = new System.Drawing.Point(348, 147);
|
|
this.clbRuntimes.Name = "clbRuntimes";
|
|
this.clbRuntimes.Size = new System.Drawing.Size(150, 76);
|
|
this.clbRuntimes.TabIndex = 10;
|
|
//
|
|
// btnAddProject
|
|
//
|
|
this.btnAddProject.Location = new System.Drawing.Point(504, 147);
|
|
this.btnAddProject.Name = "btnAddProject";
|
|
this.btnAddProject.Size = new System.Drawing.Size(75, 23);
|
|
this.btnAddProject.TabIndex = 11;
|
|
this.btnAddProject.Text = "Add";
|
|
this.btnAddProject.UseVisualStyleBackColor = true;
|
|
this.btnAddProject.Click += new System.EventHandler(this.btnAddProject_Click);
|
|
//
|
|
// lstProjects
|
|
//
|
|
this.lstProjects.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lstProjects.FormattingEnabled = true;
|
|
this.lstProjects.ItemHeight = 15;
|
|
this.lstProjects.Location = new System.Drawing.Point(16, 236);
|
|
this.lstProjects.Name = "lstProjects";
|
|
this.lstProjects.Size = new System.Drawing.Size(563, 139);
|
|
this.lstProjects.TabIndex = 12;
|
|
//
|
|
// btnRemoveSelected
|
|
//
|
|
this.btnRemoveSelected.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.btnRemoveSelected.Location = new System.Drawing.Point(16, 385);
|
|
this.btnRemoveSelected.Name = "btnRemoveSelected";
|
|
this.btnRemoveSelected.Size = new System.Drawing.Size(120, 23);
|
|
this.btnRemoveSelected.TabIndex = 13;
|
|
this.btnRemoveSelected.Text = "Remove selected";
|
|
this.btnRemoveSelected.UseVisualStyleBackColor = true;
|
|
this.btnRemoveSelected.Click += new System.EventHandler(this.btnRemoveSelected_Click);
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOK.Location = new System.Drawing.Point(423, 385);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
|
this.btnOK.TabIndex = 14;
|
|
this.btnOK.Text = "Create";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancel.Location = new System.Drawing.Point(504, 385);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 15;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// WizardForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(592, 420);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.btnRemoveSelected);
|
|
this.Controls.Add(this.lstProjects);
|
|
this.Controls.Add(this.btnAddProject);
|
|
this.Controls.Add(this.clbRuntimes);
|
|
this.Controls.Add(this.lblRuntimes);
|
|
this.Controls.Add(this.txtProjectPrefix);
|
|
this.Controls.Add(this.lblProjectPrefix);
|
|
this.Controls.Add(this.cboProjectType);
|
|
this.Controls.Add(this.lblProjectType);
|
|
this.Controls.Add(this.lblAddProjects);
|
|
this.Controls.Add(this.lblHint);
|
|
this.Controls.Add(this.txtExtensionNamespace);
|
|
this.Controls.Add(this.lblExtensionNamespace);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "WizardForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Matrix42 Extension Solution Wizard";
|
|
this.Load += new System.EventHandler(this.WizardForm_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
}
|
|
}
|