namespace ElexolUSB_IO24
{
partial class SetupDialog
{
///
/// 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.comboCOMPort = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lblMinIntensity = new System.Windows.Forms.Label();
this.sliderMinIntensity = new System.Windows.Forms.TrackBar();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.sliderMinIntensity)).BeginInit();
this.SuspendLayout();
//
// comboCOMPort
//
this.comboCOMPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboCOMPort.FormattingEnabled = true;
this.comboCOMPort.Location = new System.Drawing.Point(73, 23);
this.comboCOMPort.Name = "comboCOMPort";
this.comboCOMPort.Size = new System.Drawing.Size(107, 21);
this.comboCOMPort.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 13);
this.label1.TabIndex = 1;
this.label1.Text = "COM Port:";
//
// buttonOK
//
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonOK.Location = new System.Drawing.Point(29, 195);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 2;
this.buttonOK.Text = "OK";
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
//
// buttonCancel
//
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.Location = new System.Drawing.Point(110, 195);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 3;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(152, 13);
this.label2.TabIndex = 5;
this.label2.Text = "Minimum \'ON\' Intensity (0-255):";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.comboCOMPort);
this.groupBox1.Location = new System.Drawing.Point(15, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(247, 64);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Serial Port Settings";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.lblMinIntensity);
this.groupBox2.Controls.Add(this.sliderMinIntensity);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Location = new System.Drawing.Point(15, 87);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(247, 102);
this.groupBox2.TabIndex = 7;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Advanced";
//
// lblMinIntensity
//
this.lblMinIntensity.AutoSize = true;
this.lblMinIntensity.Location = new System.Drawing.Point(101, 73);
this.lblMinIntensity.Name = "lblMinIntensity";
this.lblMinIntensity.Size = new System.Drawing.Size(35, 13);
this.lblMinIntensity.TabIndex = 7;
this.lblMinIntensity.Text = "label3";
//
// sliderMinIntensity
//
this.sliderMinIntensity.LargeChange = 16;
this.sliderMinIntensity.Location = new System.Drawing.Point(14, 41);
this.sliderMinIntensity.Maximum = 255;
this.sliderMinIntensity.Minimum = 1;
this.sliderMinIntensity.Name = "sliderMinIntensity";
this.sliderMinIntensity.Size = new System.Drawing.Size(218, 45);
this.sliderMinIntensity.TabIndex = 6;
this.sliderMinIntensity.TickFrequency = 16;
this.sliderMinIntensity.Value = 1;
this.sliderMinIntensity.ValueChanged += new System.EventHandler(this.sliderMinIntensity_ValueChanged);
//
// SetupDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.buttonCancel;
this.ClientSize = new System.Drawing.Size(276, 230);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SetupDialog";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Elexol USB I/O 24 - Setup";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.sliderMinIntensity)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox comboCOMPort;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button buttonOK;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TrackBar sliderMinIntensity;
private System.Windows.Forms.Label lblMinIntensity;
}
}