namespace App { 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.deviceDescription1 = new Aml.Editor.Plugin.DeviceDescription(); this.SuspendLayout(); // // deviceDescription1 // this.deviceDescription1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.deviceDescription1.BackColor = System.Drawing.Color.Transparent; this.deviceDescription1.Dock = System.Windows.Forms.DockStyle.Fill; this.deviceDescription1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.deviceDescription1.Location = new System.Drawing.Point(0, 0); this.deviceDescription1.Margin = new System.Windows.Forms.Padding(0); this.deviceDescription1.MaximumSize = new System.Drawing.Size(1750, 866); this.deviceDescription1.MinimumSize = new System.Drawing.Size(1750, 866); this.deviceDescription1.Name = "deviceDescription1"; this.deviceDescription1.Size = new System.Drawing.Size(1750, 866); this.deviceDescription1.TabIndex = 0; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(884, 461); this.Controls.Add(this.deviceDescription1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(900, 500); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Modelling Wizard für Gerätemodelle"; this.ResumeLayout(false); } #endregion private Aml.Editor.Plugin.DeviceDescription deviceDescription1; } }