namespace Aufruftest { 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() { this.labelMessage = new System.Windows.Forms.Label(); this.labelParameter = new System.Windows.Forms.Label(); this.labelPath = new System.Windows.Forms.Label(); this.labelParameterHeader = new System.Windows.Forms.Label(); this.SuspendLayout(); // // labelMessage // this.labelMessage.AutoSize = true; this.labelMessage.Location = new System.Drawing.Point(12, 9); this.labelMessage.Name = "labelMessage"; this.labelMessage.Size = new System.Drawing.Size(666, 39); this.labelMessage.TabIndex = 0; this.labelMessage.Text = "This program has been startet from another program. It should show whether the c" + "all is working and which transfer parameter are forwarded.\r\n\r\nCalled program:\r\n"; // // labelParameter // this.labelParameter.AutoSize = true; this.labelParameter.Location = new System.Drawing.Point(12, 93); this.labelParameter.Name = "labelParameter"; this.labelParameter.Size = new System.Drawing.Size(16, 13); this.labelParameter.TabIndex = 1; this.labelParameter.Text = "..."; // // labelPath // this.labelPath.AutoSize = true; this.labelPath.Location = new System.Drawing.Point(12, 48); this.labelPath.Name = "labelPath"; this.labelPath.Size = new System.Drawing.Size(16, 13); this.labelPath.TabIndex = 2; this.labelPath.Text = "..."; // // labelParameterHeader // this.labelParameterHeader.AutoSize = true; this.labelParameterHeader.Location = new System.Drawing.Point(12, 80); this.labelParameterHeader.Name = "labelParameterHeader"; this.labelParameterHeader.Size = new System.Drawing.Size(123, 13); this.labelParameterHeader.TabIndex = 3; this.labelParameterHeader.Text = "Used transfer parameter:"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(886, 120); this.Controls.Add(this.labelParameterHeader); this.Controls.Add(this.labelPath); this.Controls.Add(this.labelParameter); this.Controls.Add(this.labelMessage); this.Name = "Form1"; this.Text = "Aufruftest"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelMessage; private System.Windows.Forms.Label labelParameter; private System.Windows.Forms.Label labelPath; private System.Windows.Forms.Label labelParameterHeader; } }