namespace BPTimer { 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(23, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(365, 25); this.label1.Text = "TimerOUt (High/Low 16bits, 1~65535 unit 1microsecond)"; // // label2 // this.label2.Location = new System.Drawing.Point(13, 63); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(43, 23); this.label2.Text = "High"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(56, 63); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(111, 23); this.textBox1.TabIndex = 2; this.textBox1.Text = "20000"; // // label3 // this.label3.Location = new System.Drawing.Point(185, 63); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(43, 23); this.label3.Text = "Low"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(219, 63); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(111, 23); this.textBox2.TabIndex = 5; this.textBox2.Text = "30000"; // // label4 // this.label4.Location = new System.Drawing.Point(14, 110); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(152, 29); this.label4.Text = "Timer 1(16bits, 1~65535 unit 1us)"; // // label5 // this.label5.Location = new System.Drawing.Point(14, 172); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(152, 29); this.label5.Text = "Timer 2(16bits, 1~65535 unit 1us)"; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(164, 109); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(165, 23); this.textBox3.TabIndex = 9; this.textBox3.Text = "30000"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(165, 175); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(164, 23); this.textBox4.TabIndex = 10; this.textBox4.Text = "10000"; // // label6 // this.label6.Location = new System.Drawing.Point(11, 238); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(126, 32); this.label6.Text = "8K DO Slot"; // // comboBox1 // this.comboBox1.Items.Add("0"); this.comboBox1.Items.Add("1"); this.comboBox1.Items.Add("2"); this.comboBox1.Items.Add("3"); this.comboBox1.Items.Add("4"); this.comboBox1.Items.Add("5"); this.comboBox1.Items.Add("6"); this.comboBox1.Items.Add("7"); this.comboBox1.Location = new System.Drawing.Point(155, 238); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(174, 23); this.comboBox1.TabIndex = 12; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // label7 // this.label7.Location = new System.Drawing.Point(13, 275); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(421, 32); this.label7.Text = "It\'s best to choose I-8055W/I-8056W non-isolated DO modules."; // // button1 // this.button1.Location = new System.Drawing.Point(366, 57); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 28); this.button1.TabIndex = 15; this.button1.Text = "TimerOut"; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(490, 57); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(71, 28); this.button2.TabIndex = 16; this.button2.Text = "Close"; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(366, 110); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(99, 28); this.button3.TabIndex = 17; this.button3.Text = "Timer1"; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.Location = new System.Drawing.Point(493, 111); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(67, 27); this.button4.TabIndex = 18; this.button4.Text = "Close"; this.button4.Click += new System.EventHandler(this.button4_Click); // // button5 // this.button5.Location = new System.Drawing.Point(366, 170); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(99, 30); this.button5.TabIndex = 19; this.button5.Text = "Timer2"; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.Location = new System.Drawing.Point(491, 173); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(69, 26); this.button6.TabIndex = 20; this.button6.Text = "Close"; this.button6.Click += new System.EventHandler(this.button6_Click); // // 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(577, 307); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.label7); this.Controls.Add(this.comboBox1); this.Controls.Add(this.label6); this.Controls.Add(this.textBox4); this.Controls.Add(this.textBox3); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.textBox2); this.Controls.Add(this.label3); this.Controls.Add(this.textBox1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "BPTimer"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; } }