/* * Erstellt mit SharpDevelop. * Benutzer: 001142709 * Datum: 10.04.2018 * Zeit: 12:19 * * Sie können diese Vorlage unter Extras > Optionen > Codeerstellung > Standardheader ändern. */ namespace NxLizenz { partial class LicenseItem { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; private System.Windows.Forms.Label LicenseName; private System.Windows.Forms.Label labelAvailable; private System.Windows.Forms.Label labelInUse; private System.Windows.Forms.Label labelVersion; private System.Windows.Forms.Label labelVendor; private System.Windows.Forms.Label labelType; private System.Windows.Forms.ProgressBar progressBarInUse; /// /// Disposes resources used by the control. /// /// 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.LicenseName = new System.Windows.Forms.Label(); this.labelAvailable = new System.Windows.Forms.Label(); this.labelInUse = new System.Windows.Forms.Label(); this.labelVersion = new System.Windows.Forms.Label(); this.labelVendor = new System.Windows.Forms.Label(); this.labelType = new System.Windows.Forms.Label(); this.progressBarInUse = new System.Windows.Forms.ProgressBar(); this.SuspendLayout(); // // LicenseName // this.LicenseName.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LicenseName.Location = new System.Drawing.Point(3, 0); this.LicenseName.Name = "LicenseName"; this.LicenseName.Size = new System.Drawing.Size(612, 33); this.LicenseName.TabIndex = 0; this.LicenseName.Text = "NX11110"; // // labelAvailable // this.labelAvailable.Location = new System.Drawing.Point(4, 33); this.labelAvailable.Name = "labelAvailable"; this.labelAvailable.Size = new System.Drawing.Size(100, 23); this.labelAvailable.TabIndex = 2; this.labelAvailable.Text = "Available: 100"; // // labelInUse // this.labelInUse.Location = new System.Drawing.Point(134, 33); this.labelInUse.Name = "labelInUse"; this.labelInUse.Size = new System.Drawing.Size(100, 23); this.labelInUse.TabIndex = 3; this.labelInUse.Text = "In use: 20"; // // labelVersion // this.labelVersion.Location = new System.Drawing.Point(264, 33); this.labelVersion.Name = "labelVersion"; this.labelVersion.Size = new System.Drawing.Size(100, 23); this.labelVersion.TabIndex = 4; this.labelVersion.Text = "Version: 31.0"; // // labelVendor // this.labelVendor.Location = new System.Drawing.Point(394, 33); this.labelVendor.Name = "labelVendor"; this.labelVendor.Size = new System.Drawing.Size(100, 23); this.labelVendor.TabIndex = 5; this.labelVendor.Text = "Vendor: ugslmd"; // // labelType // this.labelType.Location = new System.Drawing.Point(524, 33); this.labelType.Name = "labelType"; this.labelType.Size = new System.Drawing.Size(100, 23); this.labelType.TabIndex = 6; this.labelType.Text = "Type: floating"; // // progressBarInUse // this.progressBarInUse.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressBarInUse.BackColor = System.Drawing.Color.Red; this.progressBarInUse.ForeColor = System.Drawing.SystemColors.ControlText; this.progressBarInUse.Location = new System.Drawing.Point(4, 54); this.progressBarInUse.Name = "progressBarInUse"; this.progressBarInUse.Size = new System.Drawing.Size(601, 23); this.progressBarInUse.Step = 1; this.progressBarInUse.TabIndex = 7; this.progressBarInUse.Value = 20; // // LicenseItem // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.progressBarInUse); this.Controls.Add(this.labelType); this.Controls.Add(this.labelVendor); this.Controls.Add(this.labelVersion); this.Controls.Add(this.labelInUse); this.Controls.Add(this.labelAvailable); this.Controls.Add(this.LicenseName); this.MaximumSize = new System.Drawing.Size(618, 80); this.Name = "LicenseItem"; this.Size = new System.Drawing.Size(618, 80); this.ResumeLayout(false); } } }