553 lines
25 KiB
C#
553 lines
25 KiB
C#
namespace GenesisCordonelInterface.UI.LaatzenAPI_GenesisToolBox
|
|
{
|
|
partial class FrmConfigurations
|
|
{
|
|
/// <summary>
|
|
/// <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.lblState = new System.Windows.Forms.Label();
|
|
this.btnConnect = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.cbComSlot = new System.Windows.Forms.ComboBox();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.cbPulseWiegth = new System.Windows.Forms.ComboBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.rbEvenDistOff = new System.Windows.Forms.RadioButton();
|
|
this.rbEvenDistOn = new System.Windows.Forms.RadioButton();
|
|
this.lblPrencesInMin = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.lblPulseWeightInternal = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.nudPulseResolution = new System.Windows.Forms.NumericUpDown();
|
|
this.cbxPulseMode = new System.Windows.Forms.ComboBox();
|
|
this.cbxPulseLength = new System.Windows.Forms.ComboBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.nudAdapterPresence = new System.Windows.Forms.NumericUpDown();
|
|
this.rbTestModeOff = new System.Windows.Forms.RadioButton();
|
|
this.rbTestModeOn = new System.Windows.Forms.RadioButton();
|
|
this.lblPulsesequence = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnDisplayDefault = new System.Windows.Forms.Button();
|
|
this.btnWrite = new System.Windows.Forms.Button();
|
|
this.btnRead = new System.Windows.Forms.Button();
|
|
this.btnLogout = new System.Windows.Forms.Button();
|
|
this.lblPulseWeightMl = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.lblP2000PulseSetup = new System.Windows.Forms.Label();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudPulseResolution)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudAdapterPresence)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblState
|
|
//
|
|
this.lblState.AutoSize = true;
|
|
this.lblState.Location = new System.Drawing.Point(12, 51);
|
|
this.lblState.Name = "lblState";
|
|
this.lblState.Size = new System.Drawing.Size(78, 13);
|
|
this.lblState.TabIndex = 9;
|
|
this.lblState.Text = "Not connected";
|
|
//
|
|
// btnConnect
|
|
//
|
|
this.btnConnect.Location = new System.Drawing.Point(212, 8);
|
|
this.btnConnect.Name = "btnConnect";
|
|
this.btnConnect.Size = new System.Drawing.Size(85, 30);
|
|
this.btnConnect.TabIndex = 8;
|
|
this.btnConnect.Text = "Connect";
|
|
this.btnConnect.UseVisualStyleBackColor = true;
|
|
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 21);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(25, 13);
|
|
this.label1.TabIndex = 7;
|
|
this.label1.Text = "Slot";
|
|
//
|
|
// cbComSlot
|
|
//
|
|
this.cbComSlot.FormattingEnabled = true;
|
|
this.cbComSlot.Location = new System.Drawing.Point(83, 12);
|
|
this.cbComSlot.Name = "cbComSlot";
|
|
this.cbComSlot.Size = new System.Drawing.Size(104, 21);
|
|
this.cbComSlot.TabIndex = 6;
|
|
this.cbComSlot.Text = "1";
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Location = new System.Drawing.Point(6, 92);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(574, 324);
|
|
this.tabControl1.TabIndex = 11;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.lblP2000PulseSetup);
|
|
this.tabPage1.Controls.Add(this.label12);
|
|
this.tabPage1.Controls.Add(this.lblPulseWeightMl);
|
|
this.tabPage1.Controls.Add(this.cbPulseWiegth);
|
|
this.tabPage1.Controls.Add(this.panel1);
|
|
this.tabPage1.Controls.Add(this.lblPrencesInMin);
|
|
this.tabPage1.Controls.Add(this.label13);
|
|
this.tabPage1.Controls.Add(this.label14);
|
|
this.tabPage1.Controls.Add(this.lblPulseWeightInternal);
|
|
this.tabPage1.Controls.Add(this.label11);
|
|
this.tabPage1.Controls.Add(this.label10);
|
|
this.tabPage1.Controls.Add(this.nudPulseResolution);
|
|
this.tabPage1.Controls.Add(this.cbxPulseMode);
|
|
this.tabPage1.Controls.Add(this.cbxPulseLength);
|
|
this.tabPage1.Controls.Add(this.label8);
|
|
this.tabPage1.Controls.Add(this.label9);
|
|
this.tabPage1.Controls.Add(this.nudAdapterPresence);
|
|
this.tabPage1.Controls.Add(this.rbTestModeOff);
|
|
this.tabPage1.Controls.Add(this.rbTestModeOn);
|
|
this.tabPage1.Controls.Add(this.lblPulsesequence);
|
|
this.tabPage1.Controls.Add(this.label7);
|
|
this.tabPage1.Controls.Add(this.label6);
|
|
this.tabPage1.Controls.Add(this.label5);
|
|
this.tabPage1.Controls.Add(this.label4);
|
|
this.tabPage1.Controls.Add(this.label3);
|
|
this.tabPage1.Controls.Add(this.label2);
|
|
this.tabPage1.Controls.Add(this.btnDisplayDefault);
|
|
this.tabPage1.Controls.Add(this.btnWrite);
|
|
this.tabPage1.Controls.Add(this.btnRead);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(566, 298);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Pluse";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click);
|
|
//
|
|
// cbPulseWiegth
|
|
//
|
|
this.cbPulseWiegth.FormattingEnabled = true;
|
|
this.cbPulseWiegth.Items.AddRange(new object[] {
|
|
" 1 l/Imp.",
|
|
"10 l/Imp.",
|
|
"100 l/Imp.",
|
|
"1.000 l/Imp.",
|
|
"1 Gallons/Imp.",
|
|
"10 Gallons/Imp.",
|
|
"100 Gallons/Imp.",
|
|
"1.000 Gallons/Imp.",
|
|
"1 Cub. Feet/Imp.",
|
|
"10 Cub. Feet/Imp.",
|
|
"100 Cub. Feet/Imp.",
|
|
"1.000 Cub. Feet/Imp.",
|
|
"1 Barrel/Imp.",
|
|
"10 Barrels/Imp.",
|
|
"100 Barrels/Imp.",
|
|
"1.000 Barrels/Imp.",
|
|
"ohne"});
|
|
this.cbPulseWiegth.Location = new System.Drawing.Point(237, 180);
|
|
this.cbPulseWiegth.Name = "cbPulseWiegth";
|
|
this.cbPulseWiegth.Size = new System.Drawing.Size(111, 21);
|
|
this.cbPulseWiegth.TabIndex = 37;
|
|
this.cbPulseWiegth.SelectedIndexChanged += new System.EventHandler(this.cbPulseWiegth_SelectedIndexChanged);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.rbEvenDistOff);
|
|
this.panel1.Controls.Add(this.rbEvenDistOn);
|
|
this.panel1.Location = new System.Drawing.Point(237, 74);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(124, 21);
|
|
this.panel1.TabIndex = 36;
|
|
//
|
|
// rbEvenDistOff
|
|
//
|
|
this.rbEvenDistOff.AutoSize = true;
|
|
this.rbEvenDistOff.Location = new System.Drawing.Point(59, 3);
|
|
this.rbEvenDistOff.Name = "rbEvenDistOff";
|
|
this.rbEvenDistOff.Size = new System.Drawing.Size(39, 17);
|
|
this.rbEvenDistOff.TabIndex = 27;
|
|
this.rbEvenDistOff.TabStop = true;
|
|
this.rbEvenDistOff.Text = "Off";
|
|
this.rbEvenDistOff.UseVisualStyleBackColor = true;
|
|
//
|
|
// rbEvenDistOn
|
|
//
|
|
this.rbEvenDistOn.AutoSize = true;
|
|
this.rbEvenDistOn.Location = new System.Drawing.Point(3, 3);
|
|
this.rbEvenDistOn.Name = "rbEvenDistOn";
|
|
this.rbEvenDistOn.Size = new System.Drawing.Size(39, 17);
|
|
this.rbEvenDistOn.TabIndex = 26;
|
|
this.rbEvenDistOn.TabStop = true;
|
|
this.rbEvenDistOn.Text = "On";
|
|
this.rbEvenDistOn.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblPrencesInMin
|
|
//
|
|
this.lblPrencesInMin.AutoSize = true;
|
|
this.lblPrencesInMin.Location = new System.Drawing.Point(401, 34);
|
|
this.lblPrencesInMin.Name = "lblPrencesInMin";
|
|
this.lblPrencesInMin.Size = new System.Drawing.Size(13, 13);
|
|
this.lblPrencesInMin.TabIndex = 35;
|
|
this.lblPrencesInMin.Text = "0";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(485, 34);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(54, 13);
|
|
this.label13.TabIndex = 34;
|
|
this.label13.Text = "in minutes";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(354, 34);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(41, 13);
|
|
this.label14.TabIndex = 33;
|
|
this.label14.Text = "internal";
|
|
//
|
|
// lblPulseWeightInternal
|
|
//
|
|
this.lblPulseWeightInternal.AutoSize = true;
|
|
this.lblPulseWeightInternal.Location = new System.Drawing.Point(467, 206);
|
|
this.lblPulseWeightInternal.Name = "lblPulseWeightInternal";
|
|
this.lblPulseWeightInternal.Size = new System.Drawing.Size(13, 13);
|
|
this.lblPulseWeightInternal.TabIndex = 32;
|
|
this.lblPulseWeightInternal.Text = "0";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(467, 183);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(72, 13);
|
|
this.label11.TabIndex = 31;
|
|
this.label11.Text = "in internal unit";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(354, 183);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(28, 13);
|
|
this.label10.TabIndex = 30;
|
|
this.label10.Text = "in ml";
|
|
//
|
|
// nudPulseResolution
|
|
//
|
|
this.nudPulseResolution.Location = new System.Drawing.Point(237, 152);
|
|
this.nudPulseResolution.Maximum = new decimal(new int[] {
|
|
7,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudPulseResolution.Name = "nudPulseResolution";
|
|
this.nudPulseResolution.Size = new System.Drawing.Size(111, 20);
|
|
this.nudPulseResolution.TabIndex = 28;
|
|
this.nudPulseResolution.Value = new decimal(new int[] {
|
|
7,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// cbxPulseMode
|
|
//
|
|
this.cbxPulseMode.FormattingEnabled = true;
|
|
this.cbxPulseMode.Location = new System.Drawing.Point(237, 127);
|
|
this.cbxPulseMode.Name = "cbxPulseMode";
|
|
this.cbxPulseMode.Size = new System.Drawing.Size(111, 21);
|
|
this.cbxPulseMode.TabIndex = 27;
|
|
//
|
|
// cbxPulseLength
|
|
//
|
|
this.cbxPulseLength.FormattingEnabled = true;
|
|
this.cbxPulseLength.Location = new System.Drawing.Point(237, 103);
|
|
this.cbxPulseLength.Name = "cbxPulseLength";
|
|
this.cbxPulseLength.Size = new System.Drawing.Size(111, 21);
|
|
this.cbxPulseLength.TabIndex = 26;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(6, 178);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(169, 13);
|
|
this.label8.TabIndex = 23;
|
|
this.label8.Text = "METROLOGYASST_PulseWeight";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(6, 154);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(185, 13);
|
|
this.label9.TabIndex = 22;
|
|
this.label9.Text = "METROLOGYASST_PulseResolution";
|
|
//
|
|
// nudAdapterPresence
|
|
//
|
|
this.nudAdapterPresence.Location = new System.Drawing.Point(237, 27);
|
|
this.nudAdapterPresence.Name = "nudAdapterPresence";
|
|
this.nudAdapterPresence.Size = new System.Drawing.Size(111, 20);
|
|
this.nudAdapterPresence.TabIndex = 21;
|
|
this.nudAdapterPresence.ValueChanged += new System.EventHandler(this.nudAdapterPresence_ValueChanged);
|
|
//
|
|
// rbTestModeOff
|
|
//
|
|
this.rbTestModeOff.AutoSize = true;
|
|
this.rbTestModeOff.Location = new System.Drawing.Point(293, 8);
|
|
this.rbTestModeOff.Name = "rbTestModeOff";
|
|
this.rbTestModeOff.Size = new System.Drawing.Size(39, 17);
|
|
this.rbTestModeOff.TabIndex = 18;
|
|
this.rbTestModeOff.TabStop = true;
|
|
this.rbTestModeOff.Text = "Off";
|
|
this.rbTestModeOff.UseVisualStyleBackColor = true;
|
|
//
|
|
// rbTestModeOn
|
|
//
|
|
this.rbTestModeOn.AutoSize = true;
|
|
this.rbTestModeOn.Location = new System.Drawing.Point(237, 8);
|
|
this.rbTestModeOn.Name = "rbTestModeOn";
|
|
this.rbTestModeOn.Size = new System.Drawing.Size(39, 17);
|
|
this.rbTestModeOn.TabIndex = 17;
|
|
this.rbTestModeOn.TabStop = true;
|
|
this.rbTestModeOn.Text = "On";
|
|
this.rbTestModeOn.UseVisualStyleBackColor = true;
|
|
//
|
|
// lblPulsesequence
|
|
//
|
|
this.lblPulsesequence.AutoSize = true;
|
|
this.lblPulsesequence.Location = new System.Drawing.Point(234, 58);
|
|
this.lblPulsesequence.Name = "lblPulsesequence";
|
|
this.lblPulsesequence.Size = new System.Drawing.Size(13, 13);
|
|
this.lblPulsesequence.TabIndex = 16;
|
|
this.lblPulsesequence.Text = "0";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(5, 10);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(55, 13);
|
|
this.label7.TabIndex = 15;
|
|
this.label7.Text = "TestMode";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(6, 130);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(162, 13);
|
|
this.label6.TabIndex = 14;
|
|
this.label6.Text = "METROLOGYASST_PulseMode";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(6, 106);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(168, 13);
|
|
this.label5.TabIndex = 13;
|
|
this.label5.Text = "METROLOGYASST_PulseLength";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(6, 82);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(212, 13);
|
|
this.label4.TabIndex = 12;
|
|
this.label4.Text = "METROLOGYASST_PulseEvenDistribution";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(5, 58);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(114, 13);
|
|
this.label3.TabIndex = 11;
|
|
this.label3.Text = "IRDA_PulseSequence";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(5, 34);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(142, 13);
|
|
this.label2.TabIndex = 10;
|
|
this.label2.Text = "IRDA_AdapterPresenceLimit";
|
|
//
|
|
// btnDisplayDefault
|
|
//
|
|
this.btnDisplayDefault.Location = new System.Drawing.Point(282, 239);
|
|
this.btnDisplayDefault.Name = "btnDisplayDefault";
|
|
this.btnDisplayDefault.Size = new System.Drawing.Size(113, 53);
|
|
this.btnDisplayDefault.TabIndex = 8;
|
|
this.btnDisplayDefault.Text = "Set DisplayDefault";
|
|
this.btnDisplayDefault.UseVisualStyleBackColor = true;
|
|
this.btnDisplayDefault.Click += new System.EventHandler(this.btnDisplayDefault_Click);
|
|
//
|
|
// btnWrite
|
|
//
|
|
this.btnWrite.Location = new System.Drawing.Point(147, 239);
|
|
this.btnWrite.Name = "btnWrite";
|
|
this.btnWrite.Size = new System.Drawing.Size(129, 53);
|
|
this.btnWrite.TabIndex = 1;
|
|
this.btnWrite.Text = "Write";
|
|
this.btnWrite.UseVisualStyleBackColor = true;
|
|
this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click);
|
|
//
|
|
// btnRead
|
|
//
|
|
this.btnRead.Location = new System.Drawing.Point(3, 239);
|
|
this.btnRead.Name = "btnRead";
|
|
this.btnRead.Size = new System.Drawing.Size(129, 53);
|
|
this.btnRead.TabIndex = 0;
|
|
this.btnRead.Text = "Read";
|
|
this.btnRead.UseVisualStyleBackColor = true;
|
|
this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
|
|
//
|
|
// btnLogout
|
|
//
|
|
this.btnLogout.Location = new System.Drawing.Point(303, 8);
|
|
this.btnLogout.Name = "btnLogout";
|
|
this.btnLogout.Size = new System.Drawing.Size(85, 30);
|
|
this.btnLogout.TabIndex = 12;
|
|
this.btnLogout.Text = "Logout";
|
|
this.btnLogout.UseVisualStyleBackColor = true;
|
|
this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click);
|
|
//
|
|
// lblPulseWeightMl
|
|
//
|
|
this.lblPulseWeightMl.AutoSize = true;
|
|
this.lblPulseWeightMl.Location = new System.Drawing.Point(354, 206);
|
|
this.lblPulseWeightMl.Name = "lblPulseWeightMl";
|
|
this.lblPulseWeightMl.Size = new System.Drawing.Size(13, 13);
|
|
this.lblPulseWeightMl.TabIndex = 38;
|
|
this.lblPulseWeightMl.Text = "0";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(466, 223);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(94, 13);
|
|
this.label12.TabIndex = 39;
|
|
this.label12.Text = "p2000 PulseSetup";
|
|
//
|
|
// lblP2000PulseSetup
|
|
//
|
|
this.lblP2000PulseSetup.AutoSize = true;
|
|
this.lblP2000PulseSetup.Location = new System.Drawing.Point(467, 249);
|
|
this.lblP2000PulseSetup.Name = "lblP2000PulseSetup";
|
|
this.lblP2000PulseSetup.Size = new System.Drawing.Size(13, 13);
|
|
this.lblP2000PulseSetup.TabIndex = 40;
|
|
this.lblP2000PulseSetup.Text = "0";
|
|
//
|
|
// FrmConfigurations
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(587, 450);
|
|
this.Controls.Add(this.btnLogout);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.lblState);
|
|
this.Controls.Add(this.btnConnect);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.cbComSlot);
|
|
this.Name = "FrmConfigurations";
|
|
this.Text = "FrmConfigurations";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmConfigurations_FormClosing);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudPulseResolution)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudAdapterPresence)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblState;
|
|
private System.Windows.Forms.Button btnConnect;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox cbComSlot;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.Button btnLogout;
|
|
private System.Windows.Forms.Button btnWrite;
|
|
private System.Windows.Forms.Button btnRead;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnDisplayDefault;
|
|
private System.Windows.Forms.Label lblPulsesequence;
|
|
private System.Windows.Forms.RadioButton rbTestModeOff;
|
|
private System.Windows.Forms.RadioButton rbTestModeOn;
|
|
private System.Windows.Forms.NumericUpDown nudAdapterPresence;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.NumericUpDown nudPulseResolution;
|
|
private System.Windows.Forms.ComboBox cbxPulseMode;
|
|
private System.Windows.Forms.ComboBox cbxPulseLength;
|
|
private System.Windows.Forms.Label lblPulseWeightInternal;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label lblPrencesInMin;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.RadioButton rbEvenDistOff;
|
|
private System.Windows.Forms.RadioButton rbEvenDistOn;
|
|
private System.Windows.Forms.ComboBox cbPulseWiegth;
|
|
private System.Windows.Forms.Label lblPulseWeightMl;
|
|
private System.Windows.Forms.Label lblP2000PulseSetup;
|
|
private System.Windows.Forms.Label label12;
|
|
}
|
|
} |