namespace pac_i8048W_Dotnet { 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.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cmbSlot = new System.Windows.Forms.ComboBox(); this.cmbTriggerType = new System.Windows.Forms.ComboBox(); this.txtInit = new System.Windows.Forms.Button(); this.btnClearCnt = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(); this.btnStop = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtCh0_REC = new System.Windows.Forms.TextBox(); this.txtCh1_REC = new System.Windows.Forms.TextBox(); this.txtCh3_REC = new System.Windows.Forms.TextBox(); this.txtCh2_REC = new System.Windows.Forms.TextBox(); this.txtCh7_REC = new System.Windows.Forms.TextBox(); this.txtCh6_REC = new System.Windows.Forms.TextBox(); this.txtCh5_REC = new System.Windows.Forms.TextBox(); this.txtCh4_REC = new System.Windows.Forms.TextBox(); this.txtCh7_FEC = new System.Windows.Forms.TextBox(); this.txtCh6_FEC = new System.Windows.Forms.TextBox(); this.txtCh5_FEC = new System.Windows.Forms.TextBox(); this.txtCh4_FEC = new System.Windows.Forms.TextBox(); this.txtCh3_FEC = new System.Windows.Forms.TextBox(); this.txtCh2_FEC = new System.Windows.Forms.TextBox(); this.txtCh1_FEC = new System.Windows.Forms.TextBox(); this.txtCh0_FEC = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.txtTotalCnt = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label2 // this.label2.Location = new System.Drawing.Point(122, 179); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(38, 20); this.label2.Text = "Slot"; // // label3 // this.label3.Location = new System.Drawing.Point(25, 211); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(135, 20); this.label3.Text = "i8048W Trigger Type"; // // cmbSlot // this.cmbSlot.Items.Add("0"); this.cmbSlot.Items.Add("1"); this.cmbSlot.Items.Add("2"); this.cmbSlot.Items.Add("3"); this.cmbSlot.Items.Add("4"); this.cmbSlot.Items.Add("5"); this.cmbSlot.Items.Add("6"); this.cmbSlot.Items.Add("7"); this.cmbSlot.Location = new System.Drawing.Point(158, 176); this.cmbSlot.Name = "cmbSlot"; this.cmbSlot.Size = new System.Drawing.Size(118, 23); this.cmbSlot.TabIndex = 9; // // cmbTriggerType // this.cmbTriggerType.Items.Add("0 (Rising edge)"); this.cmbTriggerType.Items.Add("1 (Falling edge)"); this.cmbTriggerType.Location = new System.Drawing.Point(158, 210); this.cmbTriggerType.Name = "cmbTriggerType"; this.cmbTriggerType.Size = new System.Drawing.Size(118, 23); this.cmbTriggerType.TabIndex = 10; // // txtInit // this.txtInit.Location = new System.Drawing.Point(41, 313); this.txtInit.Name = "txtInit"; this.txtInit.Size = new System.Drawing.Size(245, 36); this.txtInit.TabIndex = 16; this.txtInit.Text = "Init I-8048W"; this.txtInit.Click += new System.EventHandler(this.txtInit_Click); // // btnClearCnt // this.btnClearCnt.Location = new System.Drawing.Point(41, 355); this.btnClearCnt.Name = "btnClearCnt"; this.btnClearCnt.Size = new System.Drawing.Size(245, 36); this.btnClearCnt.TabIndex = 17; this.btnClearCnt.Text = "Clear count"; this.btnClearCnt.Click += new System.EventHandler(this.btnClearCnt_Click); // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // btnStop // this.btnStop.Enabled = false; this.btnStop.Location = new System.Drawing.Point(41, 397); this.btnStop.Name = "btnStop"; this.btnStop.Size = new System.Drawing.Size(245, 36); this.btnStop.TabIndex = 23; this.btnStop.Text = "Stop"; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // label5 // this.label5.Location = new System.Drawing.Point(41, 20); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(117, 20); this.label5.Text = "Rising Edge count"; // // label6 // this.label6.Location = new System.Drawing.Point(41, 99); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(117, 20); this.label6.Text = "Falling Edge count"; // // txtCh0_REC // this.txtCh0_REC.Location = new System.Drawing.Point(41, 43); this.txtCh0_REC.Name = "txtCh0_REC"; this.txtCh0_REC.Size = new System.Drawing.Size(61, 23); this.txtCh0_REC.TabIndex = 28; // // txtCh1_REC // this.txtCh1_REC.Location = new System.Drawing.Point(108, 43); this.txtCh1_REC.Name = "txtCh1_REC"; this.txtCh1_REC.Size = new System.Drawing.Size(61, 23); this.txtCh1_REC.TabIndex = 29; // // txtCh3_REC // this.txtCh3_REC.Location = new System.Drawing.Point(242, 43); this.txtCh3_REC.Name = "txtCh3_REC"; this.txtCh3_REC.Size = new System.Drawing.Size(61, 23); this.txtCh3_REC.TabIndex = 31; // // txtCh2_REC // this.txtCh2_REC.Location = new System.Drawing.Point(175, 43); this.txtCh2_REC.Name = "txtCh2_REC"; this.txtCh2_REC.Size = new System.Drawing.Size(61, 23); this.txtCh2_REC.TabIndex = 30; // // txtCh7_REC // this.txtCh7_REC.Location = new System.Drawing.Point(242, 72); this.txtCh7_REC.Name = "txtCh7_REC"; this.txtCh7_REC.Size = new System.Drawing.Size(61, 23); this.txtCh7_REC.TabIndex = 35; // // txtCh6_REC // this.txtCh6_REC.Location = new System.Drawing.Point(175, 72); this.txtCh6_REC.Name = "txtCh6_REC"; this.txtCh6_REC.Size = new System.Drawing.Size(61, 23); this.txtCh6_REC.TabIndex = 34; // // txtCh5_REC // this.txtCh5_REC.Location = new System.Drawing.Point(108, 72); this.txtCh5_REC.Name = "txtCh5_REC"; this.txtCh5_REC.Size = new System.Drawing.Size(61, 23); this.txtCh5_REC.TabIndex = 33; // // txtCh4_REC // this.txtCh4_REC.Location = new System.Drawing.Point(41, 72); this.txtCh4_REC.Name = "txtCh4_REC"; this.txtCh4_REC.Size = new System.Drawing.Size(61, 23); this.txtCh4_REC.TabIndex = 32; // // txtCh7_FEC // this.txtCh7_FEC.Location = new System.Drawing.Point(242, 147); this.txtCh7_FEC.Name = "txtCh7_FEC"; this.txtCh7_FEC.Size = new System.Drawing.Size(61, 23); this.txtCh7_FEC.TabIndex = 43; // // txtCh6_FEC // this.txtCh6_FEC.Location = new System.Drawing.Point(175, 147); this.txtCh6_FEC.Name = "txtCh6_FEC"; this.txtCh6_FEC.Size = new System.Drawing.Size(61, 23); this.txtCh6_FEC.TabIndex = 42; // // txtCh5_FEC // this.txtCh5_FEC.Location = new System.Drawing.Point(108, 147); this.txtCh5_FEC.Name = "txtCh5_FEC"; this.txtCh5_FEC.Size = new System.Drawing.Size(61, 23); this.txtCh5_FEC.TabIndex = 41; // // txtCh4_FEC // this.txtCh4_FEC.Location = new System.Drawing.Point(41, 147); this.txtCh4_FEC.Name = "txtCh4_FEC"; this.txtCh4_FEC.Size = new System.Drawing.Size(61, 23); this.txtCh4_FEC.TabIndex = 40; // // txtCh3_FEC // this.txtCh3_FEC.Location = new System.Drawing.Point(242, 118); this.txtCh3_FEC.Name = "txtCh3_FEC"; this.txtCh3_FEC.Size = new System.Drawing.Size(61, 23); this.txtCh3_FEC.TabIndex = 39; // // txtCh2_FEC // this.txtCh2_FEC.Location = new System.Drawing.Point(175, 118); this.txtCh2_FEC.Name = "txtCh2_FEC"; this.txtCh2_FEC.Size = new System.Drawing.Size(61, 23); this.txtCh2_FEC.TabIndex = 38; // // txtCh1_FEC // this.txtCh1_FEC.Location = new System.Drawing.Point(108, 118); this.txtCh1_FEC.Name = "txtCh1_FEC"; this.txtCh1_FEC.Size = new System.Drawing.Size(61, 23); this.txtCh1_FEC.TabIndex = 37; // // txtCh0_FEC // this.txtCh0_FEC.Location = new System.Drawing.Point(41, 118); this.txtCh0_FEC.Name = "txtCh0_FEC"; this.txtCh0_FEC.Size = new System.Drawing.Size(61, 23); this.txtCh0_FEC.TabIndex = 36; // // label7 // this.label7.Location = new System.Drawing.Point(4, 43); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(32, 20); this.label7.Text = "Ch0"; // // label8 // this.label8.Location = new System.Drawing.Point(309, 43); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(32, 20); this.label8.Text = "Ch3"; // // label9 // this.label9.Location = new System.Drawing.Point(4, 72); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(32, 20); this.label9.Text = "Ch4"; // // label10 // this.label10.Location = new System.Drawing.Point(309, 72); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(32, 20); this.label10.Text = "Ch7"; // // label11 // this.label11.Location = new System.Drawing.Point(309, 147); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(32, 20); this.label11.Text = "Ch7"; // // label12 // this.label12.Location = new System.Drawing.Point(309, 118); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(32, 20); this.label12.Text = "Ch3"; // // label13 // this.label13.Location = new System.Drawing.Point(4, 147); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(32, 20); this.label13.Text = "Ch4"; // // label14 // this.label14.Location = new System.Drawing.Point(4, 118); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(32, 20); this.label14.Text = "Ch0"; // // txtTotalCnt // this.txtTotalCnt.Location = new System.Drawing.Point(158, 246); this.txtTotalCnt.Name = "txtTotalCnt"; this.txtTotalCnt.Size = new System.Drawing.Size(118, 23); this.txtTotalCnt.TabIndex = 66; // // label15 // this.label15.Location = new System.Drawing.Point(25, 246); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(78, 20); this.label15.Text = "Total count"; // // 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(341, 460); this.Controls.Add(this.label15); this.Controls.Add(this.txtTotalCnt); this.Controls.Add(this.label13); this.Controls.Add(this.label14); this.Controls.Add(this.label11); this.Controls.Add(this.label12); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.txtCh7_FEC); this.Controls.Add(this.txtCh6_FEC); this.Controls.Add(this.txtCh5_FEC); this.Controls.Add(this.txtCh4_FEC); this.Controls.Add(this.txtCh3_FEC); this.Controls.Add(this.txtCh2_FEC); this.Controls.Add(this.txtCh1_FEC); this.Controls.Add(this.txtCh0_FEC); this.Controls.Add(this.txtCh7_REC); this.Controls.Add(this.txtCh6_REC); this.Controls.Add(this.txtCh5_REC); this.Controls.Add(this.txtCh4_REC); this.Controls.Add(this.txtCh3_REC); this.Controls.Add(this.txtCh2_REC); this.Controls.Add(this.txtCh1_REC); this.Controls.Add(this.txtCh0_REC); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.btnStop); this.Controls.Add(this.btnClearCnt); this.Controls.Add(this.txtInit); this.Controls.Add(this.cmbTriggerType); this.Controls.Add(this.cmbSlot); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Name = "Form1"; this.Text = "i8048W"; this.Load += new System.EventHandler(this.Form1_Load); this.Closed += new System.EventHandler(this.Form1_Closed); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cmbSlot; private System.Windows.Forms.ComboBox cmbTriggerType; private System.Windows.Forms.Button txtInit; private System.Windows.Forms.Button btnClearCnt; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Button btnStop; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtCh0_REC; private System.Windows.Forms.TextBox txtCh1_REC; private System.Windows.Forms.TextBox txtCh3_REC; private System.Windows.Forms.TextBox txtCh2_REC; private System.Windows.Forms.TextBox txtCh7_REC; private System.Windows.Forms.TextBox txtCh6_REC; private System.Windows.Forms.TextBox txtCh5_REC; private System.Windows.Forms.TextBox txtCh4_REC; private System.Windows.Forms.TextBox txtCh7_FEC; private System.Windows.Forms.TextBox txtCh6_FEC; private System.Windows.Forms.TextBox txtCh5_FEC; private System.Windows.Forms.TextBox txtCh4_FEC; private System.Windows.Forms.TextBox txtCh3_FEC; private System.Windows.Forms.TextBox txtCh2_FEC; private System.Windows.Forms.TextBox txtCh1_FEC; private System.Windows.Forms.TextBox txtCh0_FEC; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox txtTotalCnt; private System.Windows.Forms.Label label15; } }