namespace Eugen.ESystem.Windows.Forms { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.buttonAbout = new System.Windows.Forms.Button(); this.groupBoxProgramInfo = new System.Windows.Forms.GroupBox(); this.labelProgramInfo = new System.Windows.Forms.Label(); this.groupBoxDLLInfo = new System.Windows.Forms.GroupBox(); this.labelDLLInfo = new System.Windows.Forms.Label(); this.buttonAboutWithDllInfo = new System.Windows.Forms.Button(); this.button1buttonAboutWithCustomerIconAndDllInfo = new System.Windows.Forms.Button(); this.buttonSize = new System.Windows.Forms.Button(); this.groupBoxProgramInfo.SuspendLayout(); this.groupBoxDLLInfo.SuspendLayout(); this.SuspendLayout(); // // buttonAbout // this.buttonAbout.Location = new System.Drawing.Point(12, 160); this.buttonAbout.Name = "buttonAbout"; this.buttonAbout.Size = new System.Drawing.Size(776, 23); this.buttonAbout.TabIndex = 0; this.buttonAbout.Text = "Über anzeigen"; this.buttonAbout.UseVisualStyleBackColor = true; this.buttonAbout.Click += new System.EventHandler(this.button_Click); // // groupBoxProgramInfo // this.groupBoxProgramInfo.Controls.Add(this.labelProgramInfo); this.groupBoxProgramInfo.Location = new System.Drawing.Point(12, 372); this.groupBoxProgramInfo.Name = "groupBoxProgramInfo"; this.groupBoxProgramInfo.Size = new System.Drawing.Size(385, 66); this.groupBoxProgramInfo.TabIndex = 9; this.groupBoxProgramInfo.TabStop = false; this.groupBoxProgramInfo.Text = "Programm Information"; // // labelProgramInfo // this.labelProgramInfo.AutoSize = true; this.labelProgramInfo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.labelProgramInfo.Location = new System.Drawing.Point(7, 20); this.labelProgramInfo.Name = "labelProgramInfo"; this.labelProgramInfo.Size = new System.Drawing.Size(16, 13); this.labelProgramInfo.TabIndex = 0; this.labelProgramInfo.Text = "..."; // // groupBoxDLLInfo // this.groupBoxDLLInfo.Controls.Add(this.labelDLLInfo); this.groupBoxDLLInfo.Location = new System.Drawing.Point(403, 372); this.groupBoxDLLInfo.Name = "groupBoxDLLInfo"; this.groupBoxDLLInfo.Size = new System.Drawing.Size(385, 66); this.groupBoxDLLInfo.TabIndex = 10; this.groupBoxDLLInfo.TabStop = false; this.groupBoxDLLInfo.Text = "DLL Information"; // // labelDLLInfo // this.labelDLLInfo.AutoSize = true; this.labelDLLInfo.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.labelDLLInfo.Location = new System.Drawing.Point(7, 20); this.labelDLLInfo.Name = "labelDLLInfo"; this.labelDLLInfo.Size = new System.Drawing.Size(16, 13); this.labelDLLInfo.TabIndex = 0; this.labelDLLInfo.Text = "..."; // // buttonAboutWithDllInfo // this.buttonAboutWithDllInfo.Location = new System.Drawing.Point(12, 190); this.buttonAboutWithDllInfo.Name = "buttonAboutWithDllInfo"; this.buttonAboutWithDllInfo.Size = new System.Drawing.Size(776, 23); this.buttonAboutWithDllInfo.TabIndex = 11; this.buttonAboutWithDllInfo.Text = "Über mit DLL-Informationen anzeigen"; this.buttonAboutWithDllInfo.UseVisualStyleBackColor = true; this.buttonAboutWithDllInfo.Click += new System.EventHandler(this.buttonAboutWithDllInfo_Click); // // button1buttonAboutWithCustomerIconAndDllInfo // this.button1buttonAboutWithCustomerIconAndDllInfo.Location = new System.Drawing.Point(12, 220); this.button1buttonAboutWithCustomerIconAndDllInfo.Name = "button1buttonAboutWithCustomerIconAndDllInfo"; this.button1buttonAboutWithCustomerIconAndDllInfo.Size = new System.Drawing.Size(776, 23); this.button1buttonAboutWithCustomerIconAndDllInfo.TabIndex = 12; this.button1buttonAboutWithCustomerIconAndDllInfo.Text = "Über mit Customer Icon und DLL-Informationen anzeigen"; this.button1buttonAboutWithCustomerIconAndDllInfo.UseVisualStyleBackColor = true; this.button1buttonAboutWithCustomerIconAndDllInfo.Click += new System.EventHandler(this.button1buttonAboutWithCustomerIconAndDllInfo_Click); // // buttonSize // this.buttonSize.Location = new System.Drawing.Point(12, 249); this.buttonSize.Name = "buttonSize"; this.buttonSize.Size = new System.Drawing.Size(776, 23); this.buttonSize.TabIndex = 13; this.buttonSize.Text = "Über mit Customer Icon, DLL-Informationen und Größe 800x600 anzeigen"; this.buttonSize.UseVisualStyleBackColor = true; this.buttonSize.Click += new System.EventHandler(this.buttonSize_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.buttonSize); this.Controls.Add(this.button1buttonAboutWithCustomerIconAndDllInfo); this.Controls.Add(this.buttonAboutWithDllInfo); this.Controls.Add(this.groupBoxProgramInfo); this.Controls.Add(this.groupBoxDLLInfo); this.Controls.Add(this.buttonAbout); this.Name = "Form1"; this.Text = "Test_About"; this.Load += new System.EventHandler(this.Form1_Load); this.groupBoxProgramInfo.ResumeLayout(false); this.groupBoxProgramInfo.PerformLayout(); this.groupBoxDLLInfo.ResumeLayout(false); this.groupBoxDLLInfo.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button buttonAbout; private System.Windows.Forms.GroupBox groupBoxProgramInfo; private System.Windows.Forms.Label labelProgramInfo; private System.Windows.Forms.GroupBox groupBoxDLLInfo; private System.Windows.Forms.Label labelDLLInfo; private System.Windows.Forms.Button buttonAboutWithDllInfo; private System.Windows.Forms.Button button1buttonAboutWithCustomerIconAndDllInfo; private System.Windows.Forms.Button buttonSize; } }