namespace SA_LTT_UI.Viewer
|
{
|
partial class EnergyMeterViewer
|
{
|
/// <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.label2 = new System.Windows.Forms.Label();
|
this.tb_Energy = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.tb_Flag = new System.Windows.Forms.TextBox();
|
this.lb_PortName = new System.Windows.Forms.Label();
|
this.gb_Status = new System.Windows.Forms.GroupBox();
|
this.tb_CurrentMeasurementMode = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.lb_PowerMeterMode = new System.Windows.Forms.Label();
|
this.tb_Count = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.label6 = new System.Windows.Forms.Label();
|
this.label7 = new System.Windows.Forms.Label();
|
this.label8 = new System.Windows.Forms.Label();
|
this.tb_Average = new System.Windows.Forms.TextBox();
|
this.tb_Min = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.label9 = new System.Windows.Forms.Label();
|
this.tb_Max = new System.Windows.Forms.TextBox();
|
this.label10 = new System.Windows.Forms.Label();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.tb_OriginalEnergy = new System.Windows.Forms.TextBox();
|
this.label12 = new System.Windows.Forms.Label();
|
this.label11 = new System.Windows.Forms.Label();
|
this.gb_Status.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(12, 67);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(45, 12);
|
this.label2.TabIndex = 52;
|
this.label2.Text = "Energy";
|
//
|
// tb_Energy
|
//
|
this.tb_Energy.Location = new System.Drawing.Point(63, 64);
|
this.tb_Energy.Name = "tb_Energy";
|
this.tb_Energy.ReadOnly = true;
|
this.tb_Energy.Size = new System.Drawing.Size(118, 21);
|
this.tb_Energy.TabIndex = 51;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(12, 70);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
this.label1.TabIndex = 50;
|
this.label1.Text = "Flag";
|
//
|
// tb_Flag
|
//
|
this.tb_Flag.Location = new System.Drawing.Point(63, 67);
|
this.tb_Flag.Name = "tb_Flag";
|
this.tb_Flag.ReadOnly = true;
|
this.tb_Flag.Size = new System.Drawing.Size(118, 21);
|
this.tb_Flag.TabIndex = 49;
|
//
|
// lb_PortName
|
//
|
this.lb_PortName.AutoSize = true;
|
this.lb_PortName.Location = new System.Drawing.Point(12, 17);
|
this.lb_PortName.Name = "lb_PortName";
|
this.lb_PortName.Size = new System.Drawing.Size(27, 12);
|
this.lb_PortName.TabIndex = 3;
|
this.lb_PortName.Text = "Port";
|
//
|
// gb_Status
|
//
|
this.gb_Status.Controls.Add(this.lb_PortName);
|
this.gb_Status.Controls.Add(this.tb_CurrentMeasurementMode);
|
this.gb_Status.Controls.Add(this.label5);
|
this.gb_Status.Controls.Add(this.label1);
|
this.gb_Status.Controls.Add(this.tb_Flag);
|
this.gb_Status.Location = new System.Drawing.Point(12, 12);
|
this.gb_Status.Name = "gb_Status";
|
this.gb_Status.Size = new System.Drawing.Size(233, 102);
|
this.gb_Status.TabIndex = 61;
|
this.gb_Status.TabStop = false;
|
this.gb_Status.Text = "Status";
|
//
|
// tb_CurrentMeasurementMode
|
//
|
this.tb_CurrentMeasurementMode.Location = new System.Drawing.Point(63, 40);
|
this.tb_CurrentMeasurementMode.Name = "tb_CurrentMeasurementMode";
|
this.tb_CurrentMeasurementMode.ReadOnly = true;
|
this.tb_CurrentMeasurementMode.Size = new System.Drawing.Size(118, 21);
|
this.tb_CurrentMeasurementMode.TabIndex = 49;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(12, 43);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(37, 12);
|
this.label5.TabIndex = 50;
|
this.label5.Text = "Mode";
|
//
|
// lb_PowerMeterMode
|
//
|
this.lb_PowerMeterMode.AutoSize = true;
|
this.lb_PowerMeterMode.Font = new System.Drawing.Font("Gulim", 10F);
|
this.lb_PowerMeterMode.Location = new System.Drawing.Point(187, 67);
|
this.lb_PowerMeterMode.Name = "lb_PowerMeterMode";
|
this.lb_PowerMeterMode.Size = new System.Drawing.Size(42, 14);
|
this.lb_PowerMeterMode.TabIndex = 53;
|
this.lb_PowerMeterMode.Text = "J/cm²";
|
//
|
// tb_Count
|
//
|
this.tb_Count.Location = new System.Drawing.Point(63, 91);
|
this.tb_Count.Name = "tb_Count";
|
this.tb_Count.ReadOnly = true;
|
this.tb_Count.Size = new System.Drawing.Size(118, 21);
|
this.tb_Count.TabIndex = 51;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(12, 94);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(38, 12);
|
this.label3.TabIndex = 52;
|
this.label3.Text = "Count";
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(12, 122);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(51, 12);
|
this.label6.TabIndex = 52;
|
this.label6.Text = "Average";
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Location = new System.Drawing.Point(12, 175);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(26, 12);
|
this.label7.TabIndex = 52;
|
this.label7.Text = "Min";
|
//
|
// label8
|
//
|
this.label8.AutoSize = true;
|
this.label8.Location = new System.Drawing.Point(11, 149);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(30, 12);
|
this.label8.TabIndex = 52;
|
this.label8.Text = "Max";
|
//
|
// tb_Average
|
//
|
this.tb_Average.Location = new System.Drawing.Point(63, 118);
|
this.tb_Average.Name = "tb_Average";
|
this.tb_Average.ReadOnly = true;
|
this.tb_Average.Size = new System.Drawing.Size(118, 21);
|
this.tb_Average.TabIndex = 51;
|
//
|
// tb_Min
|
//
|
this.tb_Min.Location = new System.Drawing.Point(63, 172);
|
this.tb_Min.Name = "tb_Min";
|
this.tb_Min.ReadOnly = true;
|
this.tb_Min.Size = new System.Drawing.Size(118, 21);
|
this.tb_Min.TabIndex = 51;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Font = new System.Drawing.Font("Gulim", 10F);
|
this.label4.Location = new System.Drawing.Point(187, 121);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(42, 14);
|
this.label4.TabIndex = 53;
|
this.label4.Text = "J/cm²";
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Font = new System.Drawing.Font("Gulim", 10F);
|
this.label9.Location = new System.Drawing.Point(187, 174);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(42, 14);
|
this.label9.TabIndex = 53;
|
this.label9.Text = "J/cm²";
|
//
|
// tb_Max
|
//
|
this.tb_Max.Location = new System.Drawing.Point(63, 145);
|
this.tb_Max.Name = "tb_Max";
|
this.tb_Max.ReadOnly = true;
|
this.tb_Max.Size = new System.Drawing.Size(118, 21);
|
this.tb_Max.TabIndex = 51;
|
//
|
// label10
|
//
|
this.label10.AutoSize = true;
|
this.label10.Font = new System.Drawing.Font("Gulim", 10F);
|
this.label10.Location = new System.Drawing.Point(187, 149);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(42, 14);
|
this.label10.TabIndex = 53;
|
this.label10.Text = "J/cm²";
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.label10);
|
this.groupBox1.Controls.Add(this.tb_OriginalEnergy);
|
this.groupBox1.Controls.Add(this.tb_Energy);
|
this.groupBox1.Controls.Add(this.tb_Average);
|
this.groupBox1.Controls.Add(this.label9);
|
this.groupBox1.Controls.Add(this.tb_Max);
|
this.groupBox1.Controls.Add(this.label8);
|
this.groupBox1.Controls.Add(this.tb_Count);
|
this.groupBox1.Controls.Add(this.tb_Min);
|
this.groupBox1.Controls.Add(this.label12);
|
this.groupBox1.Controls.Add(this.label4);
|
this.groupBox1.Controls.Add(this.lb_PowerMeterMode);
|
this.groupBox1.Controls.Add(this.label11);
|
this.groupBox1.Controls.Add(this.label7);
|
this.groupBox1.Controls.Add(this.label2);
|
this.groupBox1.Controls.Add(this.label6);
|
this.groupBox1.Controls.Add(this.label3);
|
this.groupBox1.Location = new System.Drawing.Point(12, 120);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(233, 204);
|
this.groupBox1.TabIndex = 62;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "Measurement Info";
|
//
|
// tb_OriginalEnergy
|
//
|
this.tb_OriginalEnergy.Location = new System.Drawing.Point(63, 20);
|
this.tb_OriginalEnergy.Name = "tb_OriginalEnergy";
|
this.tb_OriginalEnergy.ReadOnly = true;
|
this.tb_OriginalEnergy.Size = new System.Drawing.Size(118, 21);
|
this.tb_OriginalEnergy.TabIndex = 51;
|
//
|
// label12
|
//
|
this.label12.AutoSize = true;
|
this.label12.Font = new System.Drawing.Font("Gulim", 10F);
|
this.label12.Location = new System.Drawing.Point(187, 23);
|
this.label12.Name = "label12";
|
this.label12.Size = new System.Drawing.Size(13, 14);
|
this.label12.TabIndex = 53;
|
this.label12.Text = "J";
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.Location = new System.Drawing.Point(12, 23);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(48, 12);
|
this.label11.TabIndex = 52;
|
this.label11.Text = "Original";
|
//
|
// EnergyMeterViewer
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(260, 337);
|
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.gb_Status);
|
this.Name = "EnergyMeterViewer";
|
this.Text = "EnergyMeterViewer";
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PowerMeterViewer_FormClosing);
|
this.gb_Status.ResumeLayout(false);
|
this.gb_Status.PerformLayout();
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox tb_Energy;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox tb_Flag;
|
private System.Windows.Forms.Label lb_PortName;
|
private System.Windows.Forms.GroupBox gb_Status;
|
private System.Windows.Forms.TextBox tb_CurrentMeasurementMode;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Label lb_PowerMeterMode;
|
private System.Windows.Forms.TextBox tb_Count;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.Label label8;
|
private System.Windows.Forms.TextBox tb_Average;
|
private System.Windows.Forms.TextBox tb_Min;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.TextBox tb_Max;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.TextBox tb_OriginalEnergy;
|
private System.Windows.Forms.Label label12;
|
private System.Windows.Forms.Label label11;
|
}
|
}
|