namespace TIProDevExtension { partial class TimerTesting { /// /// 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.buttonStartTimer = new System.Windows.Forms.Button(); this.checkBoxHang = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.textBoxOutput = new System.Windows.Forms.TextBox(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); this.label2 = new System.Windows.Forms.Label(); this.buttonClear = new System.Windows.Forms.Button(); this.buttonStopTimer = new System.Windows.Forms.Button(); this.checkBoxSmartCode = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.SuspendLayout(); // // buttonStartTimer // this.buttonStartTimer.Location = new System.Drawing.Point(16, 12); this.buttonStartTimer.Name = "buttonStartTimer"; this.buttonStartTimer.Size = new System.Drawing.Size(158, 43); this.buttonStartTimer.TabIndex = 0; this.buttonStartTimer.Text = "Start Timer"; this.buttonStartTimer.UseVisualStyleBackColor = true; this.buttonStartTimer.Click += new System.EventHandler(this.buttonStartTimer_Click); // // checkBoxHang // this.checkBoxHang.AutoSize = true; this.checkBoxHang.Location = new System.Drawing.Point(314, 22); this.checkBoxHang.Name = "checkBoxHang"; this.checkBoxHang.Size = new System.Drawing.Size(268, 24); this.checkBoxHang.TabIndex = 1; this.checkBoxHang.Text = "Hang the task that the timer runs"; this.checkBoxHang.UseVisualStyleBackColor = true; this.checkBoxHang.CheckedChanged += new System.EventHandler(this.checkBoxHang_CheckedChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 116); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 20); this.label1.TabIndex = 2; this.label1.Text = "Output"; // // textBoxOutput // this.textBoxOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBoxOutput.Location = new System.Drawing.Point(12, 139); this.textBoxOutput.Multiline = true; this.textBoxOutput.Name = "textBoxOutput"; this.textBoxOutput.Size = new System.Drawing.Size(579, 439); this.textBoxOutput.TabIndex = 3; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(314, 52); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(55, 26); this.numericUpDown1.TabIndex = 4; this.numericUpDown1.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(375, 54); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(115, 20); this.label2.TabIndex = 5; this.label2.Text = "Timer Seconds"; // // buttonClear // this.buttonClear.Location = new System.Drawing.Point(180, 12); this.buttonClear.Name = "buttonClear"; this.buttonClear.Size = new System.Drawing.Size(114, 43); this.buttonClear.TabIndex = 6; this.buttonClear.Text = "Clear Output"; this.buttonClear.UseVisualStyleBackColor = true; this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click); // // buttonStopTimer // this.buttonStopTimer.Location = new System.Drawing.Point(17, 70); this.buttonStopTimer.Name = "buttonStopTimer"; this.buttonStopTimer.Size = new System.Drawing.Size(157, 43); this.buttonStopTimer.TabIndex = 7; this.buttonStopTimer.Text = "Stop Timer"; this.buttonStopTimer.UseVisualStyleBackColor = true; this.buttonStopTimer.Click += new System.EventHandler(this.button1_Click); // // checkBoxSmartCode // this.checkBoxSmartCode.AutoSize = true; this.checkBoxSmartCode.Location = new System.Drawing.Point(314, 89); this.checkBoxSmartCode.Name = "checkBoxSmartCode"; this.checkBoxSmartCode.Size = new System.Drawing.Size(230, 24); this.checkBoxSmartCode.TabIndex = 8; this.checkBoxSmartCode.Text = "Use Smart Stop/Start Code"; this.checkBoxSmartCode.UseVisualStyleBackColor = true; this.checkBoxSmartCode.CheckedChanged += new System.EventHandler(this.checkBoxSmartCode_CheckedChanged); // // TimerTesting // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(603, 590); this.Controls.Add(this.checkBoxSmartCode); this.Controls.Add(this.buttonStopTimer); this.Controls.Add(this.buttonClear); this.Controls.Add(this.label2); this.Controls.Add(this.numericUpDown1); this.Controls.Add(this.textBoxOutput); this.Controls.Add(this.label1); this.Controls.Add(this.checkBoxHang); this.Controls.Add(this.buttonStartTimer); this.Name = "TimerTesting"; this.Text = "TimerTesting"; ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonStartTimer; private System.Windows.Forms.CheckBox checkBoxHang; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBoxOutput; private System.Windows.Forms.NumericUpDown numericUpDown1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button buttonClear; private System.Windows.Forms.Button buttonStopTimer; private System.Windows.Forms.CheckBox checkBoxSmartCode; } }