namespace ShowInstalledNXversion
{
partial class Form1
{
///
/// Erforderliche Designervariable.
///
private System.ComponentModel.IContainer components = null;
///
/// Verwendete Ressourcen bereinigen.
///
/// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
///
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
this.labelInstallationFolder = new System.Windows.Forms.Label();
this.groupBoxSelect = new System.Windows.Forms.GroupBox();
this.comboBoxInstalledNX = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.buttonInstallationFolder = new System.Windows.Forms.Button();
this.textBoxInstallationFolder = new System.Windows.Forms.TextBox();
this.groupBoxResult = new System.Windows.Forms.GroupBox();
this.textBoxInstalledNxVersion = new System.Windows.Forms.TextBox();
this.labelInstalledNxVersion = new System.Windows.Forms.Label();
this.buttonExportVersion = new System.Windows.Forms.Button();
this.buttonAbout = new System.Windows.Forms.Button();
this.groupBoxSelect.SuspendLayout();
this.groupBoxResult.SuspendLayout();
this.SuspendLayout();
//
// labelInstallationFolder
//
this.labelInstallationFolder.AutoSize = true;
this.labelInstallationFolder.Location = new System.Drawing.Point(6, 22);
this.labelInstallationFolder.Name = "labelInstallationFolder";
this.labelInstallationFolder.Size = new System.Drawing.Size(115, 13);
this.labelInstallationFolder.TabIndex = 0;
this.labelInstallationFolder.Text = "Installationsverzeichnis";
//
// groupBoxSelect
//
this.groupBoxSelect.Controls.Add(this.comboBoxInstalledNX);
this.groupBoxSelect.Controls.Add(this.label1);
this.groupBoxSelect.Controls.Add(this.buttonInstallationFolder);
this.groupBoxSelect.Controls.Add(this.textBoxInstallationFolder);
this.groupBoxSelect.Controls.Add(this.labelInstallationFolder);
this.groupBoxSelect.Location = new System.Drawing.Point(12, 12);
this.groupBoxSelect.Name = "groupBoxSelect";
this.groupBoxSelect.Size = new System.Drawing.Size(381, 72);
this.groupBoxSelect.TabIndex = 1;
this.groupBoxSelect.TabStop = false;
this.groupBoxSelect.Text = "Auswahl";
//
// comboBoxInstalledNX
//
this.comboBoxInstalledNX.FormattingEnabled = true;
this.comboBoxInstalledNX.Location = new System.Drawing.Point(127, 45);
this.comboBoxInstalledNX.Name = "comboBoxInstalledNX";
this.comboBoxInstalledNX.Size = new System.Drawing.Size(247, 21);
this.comboBoxInstalledNX.TabIndex = 5;
this.comboBoxInstalledNX.SelectedIndexChanged += new System.EventHandler(this.comboBoxInstalledNX_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 49);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(60, 13);
this.label1.TabIndex = 4;
this.label1.Text = "NX Version";
//
// buttonInstallationFolder
//
this.buttonInstallationFolder.Location = new System.Drawing.Point(300, 17);
this.buttonInstallationFolder.Name = "buttonInstallationFolder";
this.buttonInstallationFolder.Size = new System.Drawing.Size(75, 23);
this.buttonInstallationFolder.TabIndex = 2;
this.buttonInstallationFolder.Text = "...";
this.buttonInstallationFolder.UseVisualStyleBackColor = true;
this.buttonInstallationFolder.Click += new System.EventHandler(this.buttonInstallationFolder_Click);
//
// textBoxInstallationFolder
//
this.textBoxInstallationFolder.Location = new System.Drawing.Point(127, 19);
this.textBoxInstallationFolder.Name = "textBoxInstallationFolder";
this.textBoxInstallationFolder.Size = new System.Drawing.Size(167, 20);
this.textBoxInstallationFolder.TabIndex = 1;
this.textBoxInstallationFolder.Text = "C:\\CAD";
this.textBoxInstallationFolder.TextChanged += new System.EventHandler(this.textBoxInstallationFolder_TextChanged);
this.textBoxInstallationFolder.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxInstallationFolder_KeyDown);
//
// groupBoxResult
//
this.groupBoxResult.Controls.Add(this.textBoxInstalledNxVersion);
this.groupBoxResult.Controls.Add(this.labelInstalledNxVersion);
this.groupBoxResult.Location = new System.Drawing.Point(12, 90);
this.groupBoxResult.Name = "groupBoxResult";
this.groupBoxResult.Size = new System.Drawing.Size(380, 46);
this.groupBoxResult.TabIndex = 2;
this.groupBoxResult.TabStop = false;
this.groupBoxResult.Text = "Ergebnis";
//
// textBoxInstalledNxVersion
//
this.textBoxInstalledNxVersion.Location = new System.Drawing.Point(127, 20);
this.textBoxInstalledNxVersion.Name = "textBoxInstalledNxVersion";
this.textBoxInstalledNxVersion.ReadOnly = true;
this.textBoxInstalledNxVersion.Size = new System.Drawing.Size(247, 20);
this.textBoxInstalledNxVersion.TabIndex = 1;
//
// labelInstalledNxVersion
//
this.labelInstalledNxVersion.AutoSize = true;
this.labelInstalledNxVersion.Location = new System.Drawing.Point(6, 23);
this.labelInstalledNxVersion.Name = "labelInstalledNxVersion";
this.labelInstalledNxVersion.Size = new System.Drawing.Size(110, 13);
this.labelInstalledNxVersion.TabIndex = 0;
this.labelInstalledNxVersion.Text = "Installierte NX Version";
//
// buttonExportVersion
//
this.buttonExportVersion.Location = new System.Drawing.Point(12, 143);
this.buttonExportVersion.Name = "buttonExportVersion";
this.buttonExportVersion.Size = new System.Drawing.Size(336, 23);
this.buttonExportVersion.TabIndex = 3;
this.buttonExportVersion.Text = "Exportiere alle Installatione in \'InstalledNX-Versions.txt\' am Desktop";
this.buttonExportVersion.UseVisualStyleBackColor = true;
this.buttonExportVersion.Click += new System.EventHandler(this.buttonExportVersion_Click);
//
// buttonAbout
//
this.buttonAbout.Location = new System.Drawing.Point(354, 143);
this.buttonAbout.Name = "buttonAbout";
this.buttonAbout.Size = new System.Drawing.Size(38, 23);
this.buttonAbout.TabIndex = 4;
this.buttonAbout.Text = "Über";
this.buttonAbout.UseVisualStyleBackColor = true;
this.buttonAbout.Click += new System.EventHandler(this.buttonAbout_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(404, 178);
this.Controls.Add(this.buttonAbout);
this.Controls.Add(this.buttonExportVersion);
this.Controls.Add(this.groupBoxResult);
this.Controls.Add(this.groupBoxSelect);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.Text = " Show Installed NX Version";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBoxSelect.ResumeLayout(false);
this.groupBoxSelect.PerformLayout();
this.groupBoxResult.ResumeLayout(false);
this.groupBoxResult.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
private System.Windows.Forms.Label labelInstallationFolder;
private System.Windows.Forms.GroupBox groupBoxSelect;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button buttonInstallationFolder;
private System.Windows.Forms.TextBox textBoxInstallationFolder;
private System.Windows.Forms.GroupBox groupBoxResult;
private System.Windows.Forms.TextBox textBoxInstalledNxVersion;
private System.Windows.Forms.Label labelInstalledNxVersion;
private System.Windows.Forms.Button buttonExportVersion;
private System.Windows.Forms.ComboBox comboBoxInstalledNX;
private System.Windows.Forms.Button buttonAbout;
}
}