339 lines
17 KiB
C#
339 lines
17 KiB
C#
namespace CheckEnvironment
|
|
{
|
|
partial class CheckEnvironment
|
|
{
|
|
/// <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.groupBoxEnv = new System.Windows.Forms.GroupBox();
|
|
this.labelNxOnline = new System.Windows.Forms.Label();
|
|
this.labelNxOffline = new System.Windows.Forms.Label();
|
|
this.labelUgiiEnvFile = new System.Windows.Forms.Label();
|
|
this.labelCompsolvTools = new System.Windows.Forms.Label();
|
|
this.labelCompsolveMachine = new System.Windows.Forms.Label();
|
|
this.labelCompsolvStdLib = new System.Windows.Forms.Label();
|
|
this.labelCompsolvUgiiSettings = new System.Windows.Forms.Label();
|
|
this.textBoxNxOnline = new System.Windows.Forms.TextBox();
|
|
this.textBoxNxOffline = new System.Windows.Forms.TextBox();
|
|
this.textBoxUgiiEnvFile = new System.Windows.Forms.TextBox();
|
|
this.textBoxCompsolveMachine = new System.Windows.Forms.TextBox();
|
|
this.textBoxCompsolvTools = new System.Windows.Forms.TextBox();
|
|
this.textBoxCompsolvStdLib = new System.Windows.Forms.TextBox();
|
|
this.textBoxCompsolvUgiiSettings = new System.Windows.Forms.TextBox();
|
|
this.labelNxOnlineResult = new System.Windows.Forms.Label();
|
|
this.labelNxOfflineResult = new System.Windows.Forms.Label();
|
|
this.labelUgiiEnvFileResult = new System.Windows.Forms.Label();
|
|
this.labelCompsolveMachineResult = new System.Windows.Forms.Label();
|
|
this.labelCompsolvToolsResult = new System.Windows.Forms.Label();
|
|
this.labelCompsolvStdLibResult = new System.Windows.Forms.Label();
|
|
this.labelCompsolvUgiiSettingsResult = new System.Windows.Forms.Label();
|
|
this.labelInfo = new System.Windows.Forms.Label();
|
|
this.buttonClose = new System.Windows.Forms.Button();
|
|
this.groupBoxEnv.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBoxEnv
|
|
//
|
|
this.groupBoxEnv.Controls.Add(this.labelCompsolvUgiiSettingsResult);
|
|
this.groupBoxEnv.Controls.Add(this.labelCompsolvStdLibResult);
|
|
this.groupBoxEnv.Controls.Add(this.labelCompsolvToolsResult);
|
|
this.groupBoxEnv.Controls.Add(this.labelCompsolveMachineResult);
|
|
this.groupBoxEnv.Controls.Add(this.labelUgiiEnvFileResult);
|
|
this.groupBoxEnv.Controls.Add(this.labelNxOfflineResult);
|
|
this.groupBoxEnv.Controls.Add(this.labelNxOnlineResult);
|
|
this.groupBoxEnv.Controls.Add(this.textBoxCompsolvUgiiSettings);
|
|
this.groupBoxEnv.Controls.Add(this.textBoxCompsolvStdLib);
|
|
this.groupBoxEnv.Controls.Add(this.textBoxCompsolvTools);
|
|
this.groupBoxEnv.Controls.Add(this.textBoxCompsolveMachine);
|
|
this.groupBoxEnv.Controls.Add(this.textBoxUgiiEnvFile);
|
|
this.groupBoxEnv.Controls.Add(this.textBoxNxOffline);
|
|
this.groupBoxEnv.Controls.Add(this.textBoxNxOnline);
|
|
this.groupBoxEnv.Controls.Add(this.labelCompsolvUgiiSettings);
|
|
this.groupBoxEnv.Controls.Add(this.labelCompsolvStdLib);
|
|
this.groupBoxEnv.Controls.Add(this.labelCompsolveMachine);
|
|
this.groupBoxEnv.Controls.Add(this.labelCompsolvTools);
|
|
this.groupBoxEnv.Controls.Add(this.labelUgiiEnvFile);
|
|
this.groupBoxEnv.Controls.Add(this.labelNxOffline);
|
|
this.groupBoxEnv.Controls.Add(this.labelNxOnline);
|
|
this.groupBoxEnv.Location = new System.Drawing.Point(13, 13);
|
|
this.groupBoxEnv.Name = "groupBoxEnv";
|
|
this.groupBoxEnv.Size = new System.Drawing.Size(602, 206);
|
|
this.groupBoxEnv.TabIndex = 0;
|
|
this.groupBoxEnv.TabStop = false;
|
|
this.groupBoxEnv.Text = "Environment Variables";
|
|
//
|
|
// labelNxOnline
|
|
//
|
|
this.labelNxOnline.AutoSize = true;
|
|
this.labelNxOnline.Location = new System.Drawing.Point(6, 23);
|
|
this.labelNxOnline.Name = "labelNxOnline";
|
|
this.labelNxOnline.Size = new System.Drawing.Size(68, 13);
|
|
this.labelNxOnline.TabIndex = 0;
|
|
this.labelNxOnline.Text = "NX_ONLINE";
|
|
//
|
|
// labelNxOffline
|
|
//
|
|
this.labelNxOffline.AutoSize = true;
|
|
this.labelNxOffline.Location = new System.Drawing.Point(6, 49);
|
|
this.labelNxOffline.Name = "labelNxOffline";
|
|
this.labelNxOffline.Size = new System.Drawing.Size(72, 13);
|
|
this.labelNxOffline.TabIndex = 1;
|
|
this.labelNxOffline.Text = "NX_OFFLINE";
|
|
//
|
|
// labelUgiiEnvFile
|
|
//
|
|
this.labelUgiiEnvFile.AutoSize = true;
|
|
this.labelUgiiEnvFile.Location = new System.Drawing.Point(6, 75);
|
|
this.labelUgiiEnvFile.Name = "labelUgiiEnvFile";
|
|
this.labelUgiiEnvFile.Size = new System.Drawing.Size(85, 13);
|
|
this.labelUgiiEnvFile.TabIndex = 2;
|
|
this.labelUgiiEnvFile.Text = "UGII_ENV_FILE";
|
|
//
|
|
// labelCompsolvTools
|
|
//
|
|
this.labelCompsolvTools.AutoSize = true;
|
|
this.labelCompsolvTools.Location = new System.Drawing.Point(6, 128);
|
|
this.labelCompsolvTools.Name = "labelCompsolvTools";
|
|
this.labelCompsolvTools.Size = new System.Drawing.Size(108, 13);
|
|
this.labelCompsolvTools.TabIndex = 3;
|
|
this.labelCompsolvTools.Text = "COMPSOLV_TOOLS";
|
|
//
|
|
// labelCompsolveMachine
|
|
//
|
|
this.labelCompsolveMachine.AutoSize = true;
|
|
this.labelCompsolveMachine.Location = new System.Drawing.Point(6, 102);
|
|
this.labelCompsolveMachine.Name = "labelCompsolveMachine";
|
|
this.labelCompsolveMachine.Size = new System.Drawing.Size(121, 13);
|
|
this.labelCompsolveMachine.TabIndex = 4;
|
|
this.labelCompsolveMachine.Text = "COMPSOLV_MACHINE";
|
|
//
|
|
// labelCompsolvStdLib
|
|
//
|
|
this.labelCompsolvStdLib.AutoSize = true;
|
|
this.labelCompsolvStdLib.Location = new System.Drawing.Point(6, 154);
|
|
this.labelCompsolvStdLib.Name = "labelCompsolvStdLib";
|
|
this.labelCompsolvStdLib.Size = new System.Drawing.Size(117, 13);
|
|
this.labelCompsolvStdLib.TabIndex = 5;
|
|
this.labelCompsolvStdLib.Text = "COMPSOLVE_STDLIB";
|
|
//
|
|
// labelCompsolvUgiiSettings
|
|
//
|
|
this.labelCompsolvUgiiSettings.AutoSize = true;
|
|
this.labelCompsolvUgiiSettings.Location = new System.Drawing.Point(6, 180);
|
|
this.labelCompsolvUgiiSettings.Name = "labelCompsolvUgiiSettings";
|
|
this.labelCompsolvUgiiSettings.Size = new System.Drawing.Size(154, 13);
|
|
this.labelCompsolvUgiiSettings.TabIndex = 6;
|
|
this.labelCompsolvUgiiSettings.Text = "COMPSOLV_UGII_SETTINGS";
|
|
//
|
|
// textBoxNxOnline
|
|
//
|
|
this.textBoxNxOnline.Location = new System.Drawing.Point(170, 20);
|
|
this.textBoxNxOnline.Name = "textBoxNxOnline";
|
|
this.textBoxNxOnline.ReadOnly = true;
|
|
this.textBoxNxOnline.Size = new System.Drawing.Size(360, 20);
|
|
this.textBoxNxOnline.TabIndex = 7;
|
|
//
|
|
// textBoxNxOffline
|
|
//
|
|
this.textBoxNxOffline.Location = new System.Drawing.Point(170, 46);
|
|
this.textBoxNxOffline.Name = "textBoxNxOffline";
|
|
this.textBoxNxOffline.ReadOnly = true;
|
|
this.textBoxNxOffline.Size = new System.Drawing.Size(360, 20);
|
|
this.textBoxNxOffline.TabIndex = 8;
|
|
//
|
|
// textBoxUgiiEnvFile
|
|
//
|
|
this.textBoxUgiiEnvFile.Location = new System.Drawing.Point(170, 72);
|
|
this.textBoxUgiiEnvFile.Name = "textBoxUgiiEnvFile";
|
|
this.textBoxUgiiEnvFile.ReadOnly = true;
|
|
this.textBoxUgiiEnvFile.Size = new System.Drawing.Size(360, 20);
|
|
this.textBoxUgiiEnvFile.TabIndex = 9;
|
|
//
|
|
// textBoxCompsolveMachine
|
|
//
|
|
this.textBoxCompsolveMachine.Location = new System.Drawing.Point(170, 99);
|
|
this.textBoxCompsolveMachine.Name = "textBoxCompsolveMachine";
|
|
this.textBoxCompsolveMachine.ReadOnly = true;
|
|
this.textBoxCompsolveMachine.Size = new System.Drawing.Size(360, 20);
|
|
this.textBoxCompsolveMachine.TabIndex = 10;
|
|
//
|
|
// textBoxCompsolvTools
|
|
//
|
|
this.textBoxCompsolvTools.Location = new System.Drawing.Point(170, 125);
|
|
this.textBoxCompsolvTools.Name = "textBoxCompsolvTools";
|
|
this.textBoxCompsolvTools.ReadOnly = true;
|
|
this.textBoxCompsolvTools.Size = new System.Drawing.Size(360, 20);
|
|
this.textBoxCompsolvTools.TabIndex = 11;
|
|
//
|
|
// textBoxCompsolvStdLib
|
|
//
|
|
this.textBoxCompsolvStdLib.Location = new System.Drawing.Point(170, 151);
|
|
this.textBoxCompsolvStdLib.Name = "textBoxCompsolvStdLib";
|
|
this.textBoxCompsolvStdLib.ReadOnly = true;
|
|
this.textBoxCompsolvStdLib.Size = new System.Drawing.Size(360, 20);
|
|
this.textBoxCompsolvStdLib.TabIndex = 12;
|
|
//
|
|
// textBoxCompsolvUgiiSettings
|
|
//
|
|
this.textBoxCompsolvUgiiSettings.Location = new System.Drawing.Point(170, 177);
|
|
this.textBoxCompsolvUgiiSettings.Name = "textBoxCompsolvUgiiSettings";
|
|
this.textBoxCompsolvUgiiSettings.ReadOnly = true;
|
|
this.textBoxCompsolvUgiiSettings.Size = new System.Drawing.Size(360, 20);
|
|
this.textBoxCompsolvUgiiSettings.TabIndex = 13;
|
|
//
|
|
// labelNxOnlineResult
|
|
//
|
|
this.labelNxOnlineResult.AutoSize = true;
|
|
this.labelNxOnlineResult.Location = new System.Drawing.Point(540, 23);
|
|
this.labelNxOnlineResult.Name = "labelNxOnlineResult";
|
|
this.labelNxOnlineResult.Size = new System.Drawing.Size(42, 13);
|
|
this.labelNxOnlineResult.TabIndex = 14;
|
|
this.labelNxOnlineResult.Text = "Missing";
|
|
//
|
|
// labelNxOfflineResult
|
|
//
|
|
this.labelNxOfflineResult.AutoSize = true;
|
|
this.labelNxOfflineResult.Location = new System.Drawing.Point(540, 49);
|
|
this.labelNxOfflineResult.Name = "labelNxOfflineResult";
|
|
this.labelNxOfflineResult.Size = new System.Drawing.Size(42, 13);
|
|
this.labelNxOfflineResult.TabIndex = 15;
|
|
this.labelNxOfflineResult.Text = "Missing";
|
|
//
|
|
// labelUgiiEnvFileResult
|
|
//
|
|
this.labelUgiiEnvFileResult.AutoSize = true;
|
|
this.labelUgiiEnvFileResult.Location = new System.Drawing.Point(540, 75);
|
|
this.labelUgiiEnvFileResult.Name = "labelUgiiEnvFileResult";
|
|
this.labelUgiiEnvFileResult.Size = new System.Drawing.Size(42, 13);
|
|
this.labelUgiiEnvFileResult.TabIndex = 16;
|
|
this.labelUgiiEnvFileResult.Text = "Missing";
|
|
//
|
|
// labelCompsolveMachineResult
|
|
//
|
|
this.labelCompsolveMachineResult.AutoSize = true;
|
|
this.labelCompsolveMachineResult.Location = new System.Drawing.Point(540, 102);
|
|
this.labelCompsolveMachineResult.Name = "labelCompsolveMachineResult";
|
|
this.labelCompsolveMachineResult.Size = new System.Drawing.Size(42, 13);
|
|
this.labelCompsolveMachineResult.TabIndex = 17;
|
|
this.labelCompsolveMachineResult.Text = "Missing";
|
|
//
|
|
// labelCompsolvToolsResult
|
|
//
|
|
this.labelCompsolvToolsResult.AutoSize = true;
|
|
this.labelCompsolvToolsResult.Location = new System.Drawing.Point(540, 129);
|
|
this.labelCompsolvToolsResult.Name = "labelCompsolvToolsResult";
|
|
this.labelCompsolvToolsResult.Size = new System.Drawing.Size(42, 13);
|
|
this.labelCompsolvToolsResult.TabIndex = 18;
|
|
this.labelCompsolvToolsResult.Text = "Missing";
|
|
//
|
|
// labelCompsolvStdLibResult
|
|
//
|
|
this.labelCompsolvStdLibResult.AutoSize = true;
|
|
this.labelCompsolvStdLibResult.Location = new System.Drawing.Point(540, 154);
|
|
this.labelCompsolvStdLibResult.Name = "labelCompsolvStdLibResult";
|
|
this.labelCompsolvStdLibResult.Size = new System.Drawing.Size(42, 13);
|
|
this.labelCompsolvStdLibResult.TabIndex = 19;
|
|
this.labelCompsolvStdLibResult.Text = "Missing";
|
|
//
|
|
// labelCompsolvUgiiSettingsResult
|
|
//
|
|
this.labelCompsolvUgiiSettingsResult.AutoSize = true;
|
|
this.labelCompsolvUgiiSettingsResult.Location = new System.Drawing.Point(540, 180);
|
|
this.labelCompsolvUgiiSettingsResult.Name = "labelCompsolvUgiiSettingsResult";
|
|
this.labelCompsolvUgiiSettingsResult.Size = new System.Drawing.Size(42, 13);
|
|
this.labelCompsolvUgiiSettingsResult.TabIndex = 20;
|
|
this.labelCompsolvUgiiSettingsResult.Text = "Missing";
|
|
//
|
|
// labelInfo
|
|
//
|
|
this.labelInfo.AutoSize = true;
|
|
this.labelInfo.Location = new System.Drawing.Point(12, 230);
|
|
this.labelInfo.Name = "labelInfo";
|
|
this.labelInfo.Size = new System.Drawing.Size(462, 13);
|
|
this.labelInfo.TabIndex = 1;
|
|
this.labelInfo.Text = "One or more variables are not set! Please contact Eugen Höglinger (eugen.hoegling" +
|
|
"er@engel.at)";
|
|
//
|
|
// buttonClose
|
|
//
|
|
this.buttonClose.Location = new System.Drawing.Point(540, 225);
|
|
this.buttonClose.Name = "buttonClose";
|
|
this.buttonClose.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonClose.TabIndex = 2;
|
|
this.buttonClose.Text = "Close";
|
|
this.buttonClose.UseVisualStyleBackColor = true;
|
|
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(627, 259);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.buttonClose);
|
|
this.Controls.Add(this.labelInfo);
|
|
this.Controls.Add(this.groupBoxEnv);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "Form1";
|
|
this.Text = "Check Environment";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.groupBoxEnv.ResumeLayout(false);
|
|
this.groupBoxEnv.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBoxEnv;
|
|
private System.Windows.Forms.TextBox textBoxNxOnline;
|
|
private System.Windows.Forms.Label labelCompsolvUgiiSettings;
|
|
private System.Windows.Forms.Label labelCompsolvStdLib;
|
|
private System.Windows.Forms.Label labelCompsolveMachine;
|
|
private System.Windows.Forms.Label labelCompsolvTools;
|
|
private System.Windows.Forms.Label labelUgiiEnvFile;
|
|
private System.Windows.Forms.Label labelNxOffline;
|
|
private System.Windows.Forms.Label labelNxOnline;
|
|
private System.Windows.Forms.TextBox textBoxCompsolvUgiiSettings;
|
|
private System.Windows.Forms.TextBox textBoxCompsolvStdLib;
|
|
private System.Windows.Forms.TextBox textBoxCompsolvTools;
|
|
private System.Windows.Forms.TextBox textBoxCompsolveMachine;
|
|
private System.Windows.Forms.TextBox textBoxUgiiEnvFile;
|
|
private System.Windows.Forms.TextBox textBoxNxOffline;
|
|
private System.Windows.Forms.Label labelCompsolvUgiiSettingsResult;
|
|
private System.Windows.Forms.Label labelCompsolvStdLibResult;
|
|
private System.Windows.Forms.Label labelCompsolvToolsResult;
|
|
private System.Windows.Forms.Label labelCompsolveMachineResult;
|
|
private System.Windows.Forms.Label labelUgiiEnvFileResult;
|
|
private System.Windows.Forms.Label labelNxOfflineResult;
|
|
private System.Windows.Forms.Label labelNxOnlineResult;
|
|
private System.Windows.Forms.Label labelInfo;
|
|
private System.Windows.Forms.Button buttonClose;
|
|
}
|
|
}
|
|
|