namespace Test_Time { 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.buttonShowDuration = 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.buttonStopTime = new System.Windows.Forms.Button(); this.buttonStartTime = new System.Windows.Forms.Button(); this.buttonShowCurrentTimeMs = new System.Windows.Forms.Button(); this.buttonShowCurrentTime = new System.Windows.Forms.Button(); this.labelResult = new System.Windows.Forms.Label(); this.buttonShowcurrentDate = new System.Windows.Forms.Button(); this.buttonShowDateAndTime = new System.Windows.Forms.Button(); this.buttonShowDateAndTimeMs = new System.Windows.Forms.Button(); this.buttonShowCurrentDay = new System.Windows.Forms.Button(); this.buttonCurrentDayDateTime = new System.Windows.Forms.Button(); this.groupBoxProgramInfo.SuspendLayout(); this.groupBoxDLLInfo.SuspendLayout(); this.SuspendLayout(); // // buttonShowDuration // this.buttonShowDuration.Location = new System.Drawing.Point(12, 316); this.buttonShowDuration.Name = "buttonShowDuration"; this.buttonShowDuration.Size = new System.Drawing.Size(776, 23); this.buttonShowDuration.TabIndex = 0; this.buttonShowDuration.Text = "Show Duration"; this.buttonShowDuration.UseVisualStyleBackColor = true; this.buttonShowDuration.Click += new System.EventHandler(this.buttonShowDuration_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 = 11; 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 = 12; 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 = "..."; // // buttonStopTime // this.buttonStopTime.Location = new System.Drawing.Point(12, 287); this.buttonStopTime.Name = "buttonStopTime"; this.buttonStopTime.Size = new System.Drawing.Size(776, 23); this.buttonStopTime.TabIndex = 13; this.buttonStopTime.Text = "Stop Time"; this.buttonStopTime.UseVisualStyleBackColor = true; this.buttonStopTime.Click += new System.EventHandler(this.buttonStopTime_Click); // // buttonStartTime // this.buttonStartTime.Location = new System.Drawing.Point(12, 258); this.buttonStartTime.Name = "buttonStartTime"; this.buttonStartTime.Size = new System.Drawing.Size(776, 23); this.buttonStartTime.TabIndex = 14; this.buttonStartTime.Text = "Start Time"; this.buttonStartTime.UseVisualStyleBackColor = true; this.buttonStartTime.Click += new System.EventHandler(this.buttonStartTime_Click); // // buttonShowCurrentTimeMs // this.buttonShowCurrentTimeMs.Location = new System.Drawing.Point(12, 142); this.buttonShowCurrentTimeMs.Name = "buttonShowCurrentTimeMs"; this.buttonShowCurrentTimeMs.Size = new System.Drawing.Size(776, 23); this.buttonShowCurrentTimeMs.TabIndex = 15; this.buttonShowCurrentTimeMs.Text = "Show Current Time (ms)"; this.buttonShowCurrentTimeMs.UseVisualStyleBackColor = true; this.buttonShowCurrentTimeMs.Click += new System.EventHandler(this.buttonShowCurrentTimeMs_Click); // // buttonShowCurrentTime // this.buttonShowCurrentTime.Location = new System.Drawing.Point(12, 113); this.buttonShowCurrentTime.Name = "buttonShowCurrentTime"; this.buttonShowCurrentTime.Size = new System.Drawing.Size(776, 23); this.buttonShowCurrentTime.TabIndex = 16; this.buttonShowCurrentTime.Text = "Show Current Time"; this.buttonShowCurrentTime.UseVisualStyleBackColor = true; this.buttonShowCurrentTime.Click += new System.EventHandler(this.buttonShowCurrentTime_Click); // // labelResult // this.labelResult.AutoSize = true; this.labelResult.Location = new System.Drawing.Point(12, 13); this.labelResult.Name = "labelResult"; this.labelResult.Size = new System.Drawing.Size(16, 13); this.labelResult.TabIndex = 17; this.labelResult.Text = "..."; // // buttonShowcurrentDate // this.buttonShowcurrentDate.Location = new System.Drawing.Point(12, 84); this.buttonShowcurrentDate.Name = "buttonShowcurrentDate"; this.buttonShowcurrentDate.Size = new System.Drawing.Size(776, 23); this.buttonShowcurrentDate.TabIndex = 18; this.buttonShowcurrentDate.Text = "Show Current Date"; this.buttonShowcurrentDate.UseVisualStyleBackColor = true; this.buttonShowcurrentDate.Click += new System.EventHandler(this.buttonShowcurrentDate_Click); // // buttonShowDateAndTime // this.buttonShowDateAndTime.Location = new System.Drawing.Point(12, 171); this.buttonShowDateAndTime.Name = "buttonShowDateAndTime"; this.buttonShowDateAndTime.Size = new System.Drawing.Size(776, 23); this.buttonShowDateAndTime.TabIndex = 19; this.buttonShowDateAndTime.Text = "Show Date and Time"; this.buttonShowDateAndTime.UseVisualStyleBackColor = true; this.buttonShowDateAndTime.Click += new System.EventHandler(this.buttonShowDateAndTime_Click); // // buttonShowDateAndTimeMs // this.buttonShowDateAndTimeMs.Location = new System.Drawing.Point(12, 200); this.buttonShowDateAndTimeMs.Name = "buttonShowDateAndTimeMs"; this.buttonShowDateAndTimeMs.Size = new System.Drawing.Size(776, 23); this.buttonShowDateAndTimeMs.TabIndex = 20; this.buttonShowDateAndTimeMs.Text = "Show Date And Time (ms)"; this.buttonShowDateAndTimeMs.UseVisualStyleBackColor = true; this.buttonShowDateAndTimeMs.Click += new System.EventHandler(this.buttonShowDateAndTimeMs_Click); // // buttonShowCurrentDay // this.buttonShowCurrentDay.Location = new System.Drawing.Point(12, 55); this.buttonShowCurrentDay.Name = "buttonShowCurrentDay"; this.buttonShowCurrentDay.Size = new System.Drawing.Size(776, 23); this.buttonShowCurrentDay.TabIndex = 21; this.buttonShowCurrentDay.Text = "Show Current Day"; this.buttonShowCurrentDay.UseVisualStyleBackColor = true; this.buttonShowCurrentDay.Click += new System.EventHandler(this.buttonShowCurrentDay_Click); // // buttonCurrentDayDateTime // this.buttonCurrentDayDateTime.Location = new System.Drawing.Point(12, 229); this.buttonCurrentDayDateTime.Name = "buttonCurrentDayDateTime"; this.buttonCurrentDayDateTime.Size = new System.Drawing.Size(776, 23); this.buttonCurrentDayDateTime.TabIndex = 22; this.buttonCurrentDayDateTime.Text = "Show Current Day, Date and Time"; this.buttonCurrentDayDateTime.UseVisualStyleBackColor = true; this.buttonCurrentDayDateTime.Click += new System.EventHandler(this.buttonCurrentDayDateTime_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.buttonCurrentDayDateTime); this.Controls.Add(this.buttonShowCurrentDay); this.Controls.Add(this.buttonShowDateAndTimeMs); this.Controls.Add(this.buttonShowDateAndTime); this.Controls.Add(this.buttonShowcurrentDate); this.Controls.Add(this.labelResult); this.Controls.Add(this.buttonShowCurrentTime); this.Controls.Add(this.buttonShowCurrentTimeMs); this.Controls.Add(this.buttonStartTime); this.Controls.Add(this.buttonStopTime); this.Controls.Add(this.groupBoxProgramInfo); this.Controls.Add(this.groupBoxDLLInfo); this.Controls.Add(this.buttonShowDuration); this.Name = "Form1"; this.Text = "Test_InfoBox"; 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); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonShowDuration; 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 buttonStopTime; private System.Windows.Forms.Button buttonStartTime; private System.Windows.Forms.Button buttonShowCurrentTimeMs; private System.Windows.Forms.Button buttonShowCurrentTime; private System.Windows.Forms.Label labelResult; private System.Windows.Forms.Button buttonShowcurrentDate; private System.Windows.Forms.Button buttonShowDateAndTime; private System.Windows.Forms.Button buttonShowDateAndTimeMs; private System.Windows.Forms.Button buttonShowCurrentDay; private System.Windows.Forms.Button buttonCurrentDayDateTime; } }