namespace ReadTimeTest { 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.label3 = new System.Windows.Forms.Label(); this.cmbDOSlot = new System.Windows.Forms.ComboBox(); this.txtDOChannels = new System.Windows.Forms.TextBox(); this.txtDOValue = new System.Windows.Forms.TextBox(); this.btntimeSetEvent = new System.Windows.Forms.Button(); this.btntimeKillEvent = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.txtPriority = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtDOInterval = new System.Windows.Forms.TextBox(); this.btnPriority = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(12, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(33, 20); this.label1.Text = "Slot"; // // label2 // this.label2.Location = new System.Drawing.Point(12, 45); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(95, 20); this.label2.Text = "Total Channels"; // // label3 // this.label3.Location = new System.Drawing.Point(12, 79); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(95, 20); this.label3.Text = "DO Value(Hex)"; // // cmbDOSlot // this.cmbDOSlot.Items.Add("0"); this.cmbDOSlot.Items.Add("1"); this.cmbDOSlot.Items.Add("2"); this.cmbDOSlot.Items.Add("3"); this.cmbDOSlot.Items.Add("4"); this.cmbDOSlot.Items.Add("5"); this.cmbDOSlot.Items.Add("6"); this.cmbDOSlot.Items.Add("7"); this.cmbDOSlot.Location = new System.Drawing.Point(51, 13); this.cmbDOSlot.Name = "cmbDOSlot"; this.cmbDOSlot.Size = new System.Drawing.Size(63, 23); this.cmbDOSlot.TabIndex = 5; // // txtDOChannels // this.txtDOChannels.Location = new System.Drawing.Point(113, 45); this.txtDOChannels.Name = "txtDOChannels"; this.txtDOChannels.Size = new System.Drawing.Size(100, 23); this.txtDOChannels.TabIndex = 6; this.txtDOChannels.Text = "16"; // // txtDOValue // this.txtDOValue.Location = new System.Drawing.Point(113, 79); this.txtDOValue.Name = "txtDOValue"; this.txtDOValue.Size = new System.Drawing.Size(100, 23); this.txtDOValue.TabIndex = 7; this.txtDOValue.Text = "1"; // // btntimeSetEvent // this.btntimeSetEvent.Location = new System.Drawing.Point(12, 190); this.btntimeSetEvent.Name = "btntimeSetEvent"; this.btntimeSetEvent.Size = new System.Drawing.Size(145, 33); this.btntimeSetEvent.TabIndex = 21; this.btntimeSetEvent.Text = "timeSetEvent function"; this.btntimeSetEvent.Click += new System.EventHandler(this.btntimeSetEvent_Click); // // btntimeKillEvent // this.btntimeKillEvent.Location = new System.Drawing.Point(163, 190); this.btntimeKillEvent.Name = "btntimeKillEvent"; this.btntimeKillEvent.Size = new System.Drawing.Size(145, 33); this.btntimeKillEvent.TabIndex = 22; this.btntimeKillEvent.Text = "timeKillEvent function"; this.btntimeKillEvent.Click += new System.EventHandler(this.btntimeKillEvent_Click); // // label4 // this.label4.Location = new System.Drawing.Point(13, 144); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(52, 20); this.label4.Text = "Priority"; // // txtPriority // this.txtPriority.Location = new System.Drawing.Point(71, 144); this.txtPriority.Name = "txtPriority"; this.txtPriority.Size = new System.Drawing.Size(34, 23); this.txtPriority.TabIndex = 28; this.txtPriority.Text = "200"; // // label5 // this.label5.Location = new System.Drawing.Point(13, 113); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(75, 20); this.label5.Text = "DO Interval"; // // txtDOInterval // this.txtDOInterval.Location = new System.Drawing.Point(113, 108); this.txtDOInterval.Name = "txtDOInterval"; this.txtDOInterval.Size = new System.Drawing.Size(34, 23); this.txtDOInterval.TabIndex = 35; this.txtDOInterval.Text = "10"; // // btnPriority // this.btnPriority.Location = new System.Drawing.Point(118, 144); this.btnPriority.Name = "btnPriority"; this.btnPriority.Size = new System.Drawing.Size(95, 34); this.btnPriority.TabIndex = 36; this.btnPriority.Text = "Set priority"; this.btnPriority.Click += new System.EventHandler(this.btnPriority_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(339, 242); this.Controls.Add(this.btnPriority); this.Controls.Add(this.txtDOInterval); this.Controls.Add(this.label5); this.Controls.Add(this.txtPriority); this.Controls.Add(this.label4); this.Controls.Add(this.btntimeKillEvent); this.Controls.Add(this.btntimeSetEvent); this.Controls.Add(this.txtDOValue); this.Controls.Add(this.txtDOChannels); this.Controls.Add(this.cmbDOSlot); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "RealTime Test"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cmbDOSlot; private System.Windows.Forms.TextBox txtDOChannels; private System.Windows.Forms.TextBox txtDOValue; private System.Windows.Forms.Button btntimeSetEvent; private System.Windows.Forms.Button btntimeKillEvent; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtPriority; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtDOInterval; private System.Windows.Forms.Button btnPriority; } }