namespace RTTPrj { 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.button1 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.txtMaxValue = new System.Windows.Forms.TextBox(); this.txtAvgValue = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.textBox6 = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.txtMinValue = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(282, 9); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(78, 35); this.button1.TabIndex = 0; this.button1.Text = "Start"; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(132, 6); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(120, 23); this.textBox1.TabIndex = 1; this.textBox1.Text = "10"; // // label1 // this.label1.Location = new System.Drawing.Point(9, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(117, 20); this.label1.Text = "Timer Interval"; // // button2 // this.button2.Location = new System.Drawing.Point(282, 58); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(77, 35); this.button2.TabIndex = 3; this.button2.Text = "Stop"; this.button2.Click += new System.EventHandler(this.button2_Click); // // txtMaxValue // this.txtMaxValue.Location = new System.Drawing.Point(132, 120); this.txtMaxValue.Name = "txtMaxValue"; this.txtMaxValue.Size = new System.Drawing.Size(119, 23); this.txtMaxValue.TabIndex = 18; // // txtAvgValue // this.txtAvgValue.Location = new System.Drawing.Point(132, 62); this.txtAvgValue.Name = "txtAvgValue"; this.txtAvgValue.Size = new System.Drawing.Size(119, 23); this.txtAvgValue.TabIndex = 23; // // label8 // this.label8.Location = new System.Drawing.Point(27, 120); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(101, 20); this.label8.Text = "Maximum time:"; // // label9 // this.label9.Location = new System.Drawing.Point(26, 69); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(101, 20); this.label9.Text = "Average time:"; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(130, 166); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(120, 23); this.textBox6.TabIndex = 34; // // label11 // this.label11.Location = new System.Drawing.Point(10, 159); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(116, 30); this.label11.Text = "Time difference of 2 program"; // // label12 // this.label12.Location = new System.Drawing.Point(27, 94); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(101, 20); this.label12.Text = "Minmum time:"; // // txtMinValue // this.txtMinValue.Location = new System.Drawing.Point(131, 91); this.txtMinValue.Name = "txtMinValue"; this.txtMinValue.Size = new System.Drawing.Size(119, 23); this.txtMinValue.TabIndex = 46; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(377, 207); this.Controls.Add(this.label12); this.Controls.Add(this.txtMinValue); this.Controls.Add(this.label11); this.Controls.Add(this.textBox6); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.txtAvgValue); this.Controls.Add(this.txtMaxValue); this.Controls.Add(this.button2); this.Controls.Add(this.label1); this.Controls.Add(this.textBox1); this.Controls.Add(this.button1); this.Name = "Form1"; this.Text = "Real-Time Timer"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox txtMaxValue; private System.Windows.Forms.TextBox txtAvgValue; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox txtMinValue; } }