namespace DLL_Test_Program
|
{
|
partial class Ophir_StarBright_Form
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.lb_PortState = new System.Windows.Forms.Label();
|
this.cbb_Ports = new System.Windows.Forms.ComboBox();
|
this.lb_Port = new System.Windows.Forms.Label();
|
this.btn_PortOpen = new System.Windows.Forms.Button();
|
this.btn_PortClose = new System.Windows.Forms.Button();
|
this.cb_ThreadStart = new System.Windows.Forms.CheckBox();
|
this.tb_Flag = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.tb_Energy = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.tb_Count = new System.Windows.Forms.TextBox();
|
this.btn_ReadEnergy = new System.Windows.Forms.Button();
|
this.btn_ReadFlag = new System.Windows.Forms.Button();
|
this.label4 = new System.Windows.Forms.Label();
|
this.nud_CheckTime = new System.Windows.Forms.NumericUpDown();
|
this.btn_SetEnergy = new System.Windows.Forms.Button();
|
this.btn_SetPower = new System.Windows.Forms.Button();
|
this.groupBox1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.nud_CheckTime)).BeginInit();
|
this.SuspendLayout();
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.lb_PortState);
|
this.groupBox1.Controls.Add(this.cbb_Ports);
|
this.groupBox1.Controls.Add(this.lb_Port);
|
this.groupBox1.Controls.Add(this.btn_PortOpen);
|
this.groupBox1.Controls.Add(this.btn_PortClose);
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(294, 75);
|
this.groupBox1.TabIndex = 32;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "Port";
|
//
|
// lb_PortState
|
//
|
this.lb_PortState.AutoSize = true;
|
this.lb_PortState.BackColor = System.Drawing.Color.Red;
|
this.lb_PortState.Location = new System.Drawing.Point(11, 16);
|
this.lb_PortState.Name = "lb_PortState";
|
this.lb_PortState.Size = new System.Drawing.Size(77, 12);
|
this.lb_PortState.TabIndex = 15;
|
this.lb_PortState.Text = "DisConncted";
|
//
|
// cbb_Ports
|
//
|
this.cbb_Ports.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cbb_Ports.FormattingEnabled = true;
|
this.cbb_Ports.Location = new System.Drawing.Point(41, 31);
|
this.cbb_Ports.Name = "cbb_Ports";
|
this.cbb_Ports.Size = new System.Drawing.Size(121, 20);
|
this.cbb_Ports.TabIndex = 0;
|
//
|
// lb_Port
|
//
|
this.lb_Port.AutoSize = true;
|
this.lb_Port.BackColor = System.Drawing.SystemColors.Control;
|
this.lb_Port.Location = new System.Drawing.Point(8, 34);
|
this.lb_Port.Name = "lb_Port";
|
this.lb_Port.Size = new System.Drawing.Size(27, 12);
|
this.lb_Port.TabIndex = 1;
|
this.lb_Port.Text = "Port";
|
//
|
// btn_PortOpen
|
//
|
this.btn_PortOpen.Location = new System.Drawing.Point(168, 29);
|
this.btn_PortOpen.Name = "btn_PortOpen";
|
this.btn_PortOpen.Size = new System.Drawing.Size(53, 23);
|
this.btn_PortOpen.TabIndex = 2;
|
this.btn_PortOpen.Text = "Open";
|
this.btn_PortOpen.UseVisualStyleBackColor = true;
|
this.btn_PortOpen.Click += new System.EventHandler(this.btn_PortOpen_Click);
|
//
|
// btn_PortClose
|
//
|
this.btn_PortClose.Enabled = false;
|
this.btn_PortClose.Location = new System.Drawing.Point(227, 29);
|
this.btn_PortClose.Name = "btn_PortClose";
|
this.btn_PortClose.Size = new System.Drawing.Size(53, 23);
|
this.btn_PortClose.TabIndex = 3;
|
this.btn_PortClose.Text = "Close";
|
this.btn_PortClose.UseVisualStyleBackColor = true;
|
this.btn_PortClose.Click += new System.EventHandler(this.btn_PortClose_Click);
|
//
|
// cb_ThreadStart
|
//
|
this.cb_ThreadStart.Appearance = System.Windows.Forms.Appearance.Button;
|
this.cb_ThreadStart.AutoSize = true;
|
this.cb_ThreadStart.Location = new System.Drawing.Point(189, 204);
|
this.cb_ThreadStart.Name = "cb_ThreadStart";
|
this.cb_ThreadStart.Size = new System.Drawing.Size(109, 22);
|
this.cb_ThreadStart.TabIndex = 33;
|
this.cb_ThreadStart.Text = "Auto Check Start";
|
this.cb_ThreadStart.UseVisualStyleBackColor = true;
|
this.cb_ThreadStart.CheckedChanged += new System.EventHandler(this.cb_ThreadStart_CheckedChanged);
|
//
|
// tb_Flag
|
//
|
this.tb_Flag.Location = new System.Drawing.Point(74, 98);
|
this.tb_Flag.Name = "tb_Flag";
|
this.tb_Flag.ReadOnly = true;
|
this.tb_Flag.Size = new System.Drawing.Size(100, 21);
|
this.tb_Flag.TabIndex = 34;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(12, 102);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
this.label1.TabIndex = 35;
|
this.label1.Text = "Flag";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(12, 139);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(45, 12);
|
this.label2.TabIndex = 37;
|
this.label2.Text = "Energy";
|
//
|
// tb_Energy
|
//
|
this.tb_Energy.Location = new System.Drawing.Point(74, 135);
|
this.tb_Energy.Name = "tb_Energy";
|
this.tb_Energy.ReadOnly = true;
|
this.tb_Energy.Size = new System.Drawing.Size(100, 21);
|
this.tb_Energy.TabIndex = 36;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(12, 176);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(38, 12);
|
this.label3.TabIndex = 39;
|
this.label3.Text = "Count";
|
//
|
// tb_Count
|
//
|
this.tb_Count.Location = new System.Drawing.Point(74, 172);
|
this.tb_Count.Name = "tb_Count";
|
this.tb_Count.ReadOnly = true;
|
this.tb_Count.Size = new System.Drawing.Size(100, 21);
|
this.tb_Count.TabIndex = 38;
|
//
|
// btn_ReadEnergy
|
//
|
this.btn_ReadEnergy.Location = new System.Drawing.Point(189, 133);
|
this.btn_ReadEnergy.Name = "btn_ReadEnergy";
|
this.btn_ReadEnergy.Size = new System.Drawing.Size(109, 23);
|
this.btn_ReadEnergy.TabIndex = 40;
|
this.btn_ReadEnergy.Text = "Read Energy";
|
this.btn_ReadEnergy.UseVisualStyleBackColor = true;
|
this.btn_ReadEnergy.Click += new System.EventHandler(this.btn_ReadEnergy_Click);
|
//
|
// btn_ReadFlag
|
//
|
this.btn_ReadFlag.Location = new System.Drawing.Point(189, 96);
|
this.btn_ReadFlag.Name = "btn_ReadFlag";
|
this.btn_ReadFlag.Size = new System.Drawing.Size(109, 23);
|
this.btn_ReadFlag.TabIndex = 41;
|
this.btn_ReadFlag.Text = "Read Flag";
|
this.btn_ReadFlag.UseVisualStyleBackColor = true;
|
this.btn_ReadFlag.Click += new System.EventHandler(this.btn_ReadFlag_Click);
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(12, 208);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(62, 12);
|
this.label4.TabIndex = 43;
|
this.label4.Text = "Time(ms)";
|
//
|
// nud_CheckTime
|
//
|
this.nud_CheckTime.Location = new System.Drawing.Point(74, 205);
|
this.nud_CheckTime.Maximum = new decimal(new int[] {
|
500,
|
0,
|
0,
|
0});
|
this.nud_CheckTime.Minimum = new decimal(new int[] {
|
100,
|
0,
|
0,
|
0});
|
this.nud_CheckTime.Name = "nud_CheckTime";
|
this.nud_CheckTime.Size = new System.Drawing.Size(100, 21);
|
this.nud_CheckTime.TabIndex = 44;
|
this.nud_CheckTime.Value = new decimal(new int[] {
|
100,
|
0,
|
0,
|
0});
|
//
|
// btn_SetEnergy
|
//
|
this.btn_SetEnergy.Location = new System.Drawing.Point(38, 250);
|
this.btn_SetEnergy.Name = "btn_SetEnergy";
|
this.btn_SetEnergy.Size = new System.Drawing.Size(109, 23);
|
this.btn_SetEnergy.TabIndex = 45;
|
this.btn_SetEnergy.Text = "ENERGY MODE";
|
this.btn_SetEnergy.UseVisualStyleBackColor = true;
|
this.btn_SetEnergy.Click += new System.EventHandler(this.btn_SetEnergy_Click);
|
//
|
// btn_SetPower
|
//
|
this.btn_SetPower.Location = new System.Drawing.Point(174, 250);
|
this.btn_SetPower.Name = "btn_SetPower";
|
this.btn_SetPower.Size = new System.Drawing.Size(109, 23);
|
this.btn_SetPower.TabIndex = 46;
|
this.btn_SetPower.Text = "POWER MODE";
|
this.btn_SetPower.UseVisualStyleBackColor = true;
|
this.btn_SetPower.Click += new System.EventHandler(this.btn_SetPower_Click);
|
//
|
// Ophir_StarBright_Form
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(334, 285);
|
this.Controls.Add(this.btn_SetPower);
|
this.Controls.Add(this.btn_SetEnergy);
|
this.Controls.Add(this.nud_CheckTime);
|
this.Controls.Add(this.label4);
|
this.Controls.Add(this.btn_ReadFlag);
|
this.Controls.Add(this.btn_ReadEnergy);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.tb_Count);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.tb_Energy);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.tb_Flag);
|
this.Controls.Add(this.cb_ThreadStart);
|
this.Controls.Add(this.groupBox1);
|
this.Name = "Ophir_StarBright_Form";
|
this.Text = "Ophir_StarBright_Form";
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Ophir_StarBright_Form_FormClosing);
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.nud_CheckTime)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.Label lb_PortState;
|
private System.Windows.Forms.ComboBox cbb_Ports;
|
private System.Windows.Forms.Label lb_Port;
|
private System.Windows.Forms.Button btn_PortOpen;
|
private System.Windows.Forms.Button btn_PortClose;
|
private System.Windows.Forms.CheckBox cb_ThreadStart;
|
private System.Windows.Forms.TextBox tb_Flag;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox tb_Energy;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox tb_Count;
|
private System.Windows.Forms.Button btn_ReadEnergy;
|
private System.Windows.Forms.Button btn_ReadFlag;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.NumericUpDown nud_CheckTime;
|
private System.Windows.Forms.Button btn_SetEnergy;
|
private System.Windows.Forms.Button btn_SetPower;
|
}
|
}
|