/* * Erstellt mit SharpDevelop. * Benutzer: 001142709 * Datum: 05.04.2018 * Zeit: 10:40 * * Sie können diese Vorlage unter Extras > Optionen > Codeerstellung > Standardheader ändern. */ namespace NxLizenz { partial class MainForm { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; private System.Windows.Forms.ComboBox comboBoxSelectLicenseServer; private System.Windows.Forms.Label labelSelectServer; private System.Windows.Forms.Button buttonEvaluate; /// /// Disposes resources used by the form. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); } /// /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// private void InitializeComponent() { this.comboBoxSelectLicenseServer = new System.Windows.Forms.ComboBox(); this.labelSelectServer = new System.Windows.Forms.Label(); this.buttonEvaluate = new System.Windows.Forms.Button(); this.SuspendLayout(); // // comboBoxSelectLicenseServer // this.comboBoxSelectLicenseServer.FormattingEnabled = true; this.comboBoxSelectLicenseServer.Items.AddRange(new object[] { "28000@EMSCADLIC", "28000@EMSEDULIC"}); this.comboBoxSelectLicenseServer.Location = new System.Drawing.Point(12, 35); this.comboBoxSelectLicenseServer.Name = "comboBoxSelectLicenseServer"; this.comboBoxSelectLicenseServer.Size = new System.Drawing.Size(268, 21); this.comboBoxSelectLicenseServer.TabIndex = 0; this.comboBoxSelectLicenseServer.Text = "Select License Server"; this.comboBoxSelectLicenseServer.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSelectLicenseServerSelectedIndexChanged); // // labelSelectServer // this.labelSelectServer.Location = new System.Drawing.Point(12, 9); this.labelSelectServer.Name = "labelSelectServer"; this.labelSelectServer.Size = new System.Drawing.Size(100, 23); this.labelSelectServer.TabIndex = 1; this.labelSelectServer.Text = "License Server"; // // buttonEvaluate // this.buttonEvaluate.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.buttonEvaluate.Location = new System.Drawing.Point(338, 14); this.buttonEvaluate.Name = "buttonEvaluate"; this.buttonEvaluate.Size = new System.Drawing.Size(225, 41); this.buttonEvaluate.TabIndex = 2; this.buttonEvaluate.Text = "Evaluate Server"; this.buttonEvaluate.UseVisualStyleBackColor = true; this.buttonEvaluate.Click += new System.EventHandler(this.ButtonEvaluateClick); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(632, 72); this.Controls.Add(this.buttonEvaluate); this.Controls.Add(this.labelSelectServer); this.Controls.Add(this.comboBoxSelectLicenseServer); this.MaximumSize = new System.Drawing.Size(680, 600); this.Name = "MainForm"; this.Text = "NX Lizenz Monitor"; this.ResumeLayout(false); } } }