namespace daq_testing { partial class UserControlInstrument { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserControlInstrument)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tbVisaAddress = new System.Windows.Forms.TextBox(); this.btnConnectInstrument = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.cmbComPorts = new System.Windows.Forms.ComboBox(); this.btnSearch = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(23, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 13); this.label1.TabIndex = 0; this.label1.Text = "Datalogger"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(23, 74); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 13); this.label2.TabIndex = 1; this.label2.Text = "VisaAddress:"; // // tbVisaAddress // this.tbVisaAddress.Location = new System.Drawing.Point(98, 74); this.tbVisaAddress.Name = "tbVisaAddress"; this.tbVisaAddress.Size = new System.Drawing.Size(159, 20); this.tbVisaAddress.TabIndex = 2; this.tbVisaAddress.Text = "Search for Comport"; // // btnConnectInstrument // this.btnConnectInstrument.Location = new System.Drawing.Point(182, 120); this.btnConnectInstrument.Name = "btnConnectInstrument"; this.btnConnectInstrument.Size = new System.Drawing.Size(75, 23); this.btnConnectInstrument.TabIndex = 3; this.btnConnectInstrument.Text = "CONNECT"; this.btnConnectInstrument.UseVisualStyleBackColor = true; this.btnConnectInstrument.Click += new System.EventHandler(this.btnConnectInstrument_Click); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.InitialImage = null; this.pictureBox1.Location = new System.Drawing.Point(52, 170); this.pictureBox1.Margin = new System.Windows.Forms.Padding(2); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(205, 102); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 4; this.pictureBox1.TabStop = false; // // cmbComPorts // this.cmbComPorts.FormattingEnabled = true; this.cmbComPorts.Location = new System.Drawing.Point(98, 47); this.cmbComPorts.Name = "cmbComPorts"; this.cmbComPorts.Size = new System.Drawing.Size(159, 21); this.cmbComPorts.TabIndex = 5; this.cmbComPorts.SelectedIndexChanged += new System.EventHandler(this.cmbComPorts_SelectedIndexChanged); // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(285, 47); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(75, 23); this.btnSearch.TabIndex = 6; this.btnSearch.Text = "Search"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // UserControlInstrument // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnSearch); this.Controls.Add(this.cmbComPorts); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.btnConnectInstrument); this.Controls.Add(this.tbVisaAddress); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "UserControlInstrument"; this.Size = new System.Drawing.Size(371, 303); this.Load += new System.EventHandler(this.UserControlInstrument_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbVisaAddress; private System.Windows.Forms.Button btnConnectInstrument; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.ComboBox cmbComPorts; private System.Windows.Forms.Button btnSearch; } }