namespace PCIDA { 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.label4 = new System.Windows.Forms.Label(); this.comboBoxPort = new System.Windows.Forms.ComboBox(); this.textBoxStatus = new System.Windows.Forms.TextBox(); this.btnPerformIO = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.comboBoxNumChan = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(137, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(182, 13); this.label1.TabIndex = 0; this.label1.Text = "WIndows PCI-DA12 Sample Program"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(25, 42); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(105, 13); this.label4.TabIndex = 3; this.label4.Text = "Select a card to use:"; // // comboBoxPort // this.comboBoxPort.FormattingEnabled = true; this.comboBoxPort.Location = new System.Drawing.Point(133, 38); this.comboBoxPort.Name = "comboBoxPort"; this.comboBoxPort.Size = new System.Drawing.Size(322, 21); this.comboBoxPort.TabIndex = 4; this.comboBoxPort.SelectedIndexChanged += new System.EventHandler(this.comboBoxPort_SelectedIndexChanged); // // textBoxStatus // this.textBoxStatus.Location = new System.Drawing.Point(19, 113); this.textBoxStatus.Multiline = true; this.textBoxStatus.Name = "textBoxStatus"; this.textBoxStatus.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBoxStatus.Size = new System.Drawing.Size(436, 88); this.textBoxStatus.TabIndex = 12; // // btnPerformIO // this.btnPerformIO.Location = new System.Drawing.Point(19, 210); this.btnPerformIO.Name = "btnPerformIO"; this.btnPerformIO.Size = new System.Drawing.Size(75, 23); this.btnPerformIO.TabIndex = 13; this.btnPerformIO.Text = "&Perform I/O"; this.btnPerformIO.UseVisualStyleBackColor = true; this.btnPerformIO.Click += new System.EventHandler(this.btnPerformIO_Click); // // btnExit // this.btnExit.Location = new System.Drawing.Point(380, 209); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.TabIndex = 14; this.btnExit.Text = "&Exit Program"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(40, 78); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 13); this.label3.TabIndex = 15; this.label3.Text = "Select a channel:"; // // comboBoxNumChan // this.comboBoxNumChan.FormattingEnabled = true; this.comboBoxNumChan.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7"}); this.comboBoxNumChan.Location = new System.Drawing.Point(133, 74); this.comboBoxNumChan.Name = "comboBoxNumChan"; this.comboBoxNumChan.Size = new System.Drawing.Size(99, 21); this.comboBoxNumChan.TabIndex = 16; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(474, 247); this.Controls.Add(this.comboBoxNumChan); this.Controls.Add(this.label3); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnPerformIO); this.Controls.Add(this.textBoxStatus); this.Controls.Add(this.comboBoxPort); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Name = "Form1"; this.Text = "PCI-DA12 Sample"; this.Load += new System.EventHandler(this.Form1_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comboBoxPort; private System.Windows.Forms.TextBox textBoxStatus; private System.Windows.Forms.Button btnPerformIO; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox comboBoxNumChan; } }