183 lines
9.1 KiB
C#
183 lines
9.1 KiB
C#
|
|
namespace ShowInstalledNXversion
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Erforderliche Designervariable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Verwendete Ressourcen bereinigen.
|
|
/// </summary>
|
|
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Vom Windows Form-Designer generierter Code
|
|
|
|
/// <summary>
|
|
/// Erforderliche Methode für die Designerunterstützung.
|
|
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
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.buttonShowVersion = 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(89, 13);
|
|
this.labelInstallationFolder.TabIndex = 0;
|
|
this.labelInstallationFolder.Text = "Installation Folder";
|
|
//
|
|
// 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(369, 72);
|
|
this.groupBoxSelect.TabIndex = 1;
|
|
this.groupBoxSelect.TabStop = false;
|
|
this.groupBoxSelect.Text = "Select";
|
|
//
|
|
// comboBoxInstalledNX
|
|
//
|
|
this.comboBoxInstalledNX.FormattingEnabled = true;
|
|
this.comboBoxInstalledNX.Location = new System.Drawing.Point(112, 45);
|
|
this.comboBoxInstalledNX.Name = "comboBoxInstalledNX";
|
|
this.comboBoxInstalledNX.Size = new System.Drawing.Size(250, 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(288, 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(112, 19);
|
|
this.textBoxInstallationFolder.Name = "textBoxInstallationFolder";
|
|
this.textBoxInstallationFolder.Size = new System.Drawing.Size(170, 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(368, 46);
|
|
this.groupBoxResult.TabIndex = 2;
|
|
this.groupBoxResult.TabStop = false;
|
|
this.groupBoxResult.Text = "Result";
|
|
//
|
|
// textBoxInstalledNxVersion
|
|
//
|
|
this.textBoxInstalledNxVersion.Location = new System.Drawing.Point(111, 20);
|
|
this.textBoxInstalledNxVersion.Name = "textBoxInstalledNxVersion";
|
|
this.textBoxInstalledNxVersion.ReadOnly = true;
|
|
this.textBoxInstalledNxVersion.Size = new System.Drawing.Size(251, 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(102, 13);
|
|
this.labelInstalledNxVersion.TabIndex = 0;
|
|
this.labelInstalledNxVersion.Text = "Installed NX Version";
|
|
//
|
|
// buttonShowVersion
|
|
//
|
|
this.buttonShowVersion.Location = new System.Drawing.Point(12, 143);
|
|
this.buttonShowVersion.Name = "buttonShowVersion";
|
|
this.buttonShowVersion.Size = new System.Drawing.Size(368, 23);
|
|
this.buttonShowVersion.TabIndex = 3;
|
|
this.buttonShowVersion.Text = "Export all NX installation to \'Installed NX-Versions.txt\' on the Desktop";
|
|
this.buttonShowVersion.UseVisualStyleBackColor = true;
|
|
this.buttonShowVersion.Click += new System.EventHandler(this.buttonShowVersion_Click);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(392, 178);
|
|
this.Controls.Add(this.buttonShowVersion);
|
|
this.Controls.Add(this.groupBoxResult);
|
|
this.Controls.Add(this.groupBoxSelect);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
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 buttonShowVersion;
|
|
private System.Windows.Forms.ComboBox comboBoxInstalledNX;
|
|
}
|
|
}
|
|
|