667 lines
31 KiB
C#
667 lines
31 KiB
C#
namespace Xylem.Common.Ui.GenesisToolBox
|
|
{
|
|
partial class FrmAlarmMng
|
|
{
|
|
/// <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.btnConnect = new System.Windows.Forms.Button();
|
|
this.cbComSlot = new System.Windows.Forms.ComboBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.clbAlarms = new System.Windows.Forms.CheckedListBox();
|
|
this.btnRead = new System.Windows.Forms.Button();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lblAEM = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnReadAEM = new System.Windows.Forms.Button();
|
|
this.clbAEM = new System.Windows.Forms.CheckedListBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.lblABM = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.btnABM = new System.Windows.Forms.Button();
|
|
this.clbABM = new System.Windows.Forms.CheckedListBox();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.lblAVM = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.btnAVM = new System.Windows.Forms.Button();
|
|
this.clbAVM = new System.Windows.Forms.CheckedListBox();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.changePassword1 = new Xylem.Common.Ui.GenesisToolBox.Ctls.ChangePassword();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
this.lblRadioExt = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.lblSENSUSRADIO_MainAlarmMask = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.btnReadMain = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.groupBox6.SuspendLayout();
|
|
this.groupBox7.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnConnect
|
|
//
|
|
this.btnConnect.Location = new System.Drawing.Point(9, 46);
|
|
this.btnConnect.Name = "btnConnect";
|
|
this.btnConnect.Size = new System.Drawing.Size(85, 30);
|
|
this.btnConnect.TabIndex = 6;
|
|
this.btnConnect.Text = "1. Connect";
|
|
this.btnConnect.UseVisualStyleBackColor = true;
|
|
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
|
|
//
|
|
// cbComSlot
|
|
//
|
|
this.cbComSlot.FormattingEnabled = true;
|
|
this.cbComSlot.Items.AddRange(new object[] {
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10"});
|
|
this.cbComSlot.Location = new System.Drawing.Point(12, 12);
|
|
this.cbComSlot.Name = "cbComSlot";
|
|
this.cbComSlot.Size = new System.Drawing.Size(104, 21);
|
|
this.cbComSlot.TabIndex = 5;
|
|
this.cbComSlot.Text = "1";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.clbAlarms);
|
|
this.groupBox1.Controls.Add(this.btnRead);
|
|
this.groupBox1.Location = new System.Drawing.Point(518, 441);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(234, 381);
|
|
this.groupBox1.TabIndex = 10;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Active Alarms / Cancel";
|
|
//
|
|
// clbAlarms
|
|
//
|
|
this.clbAlarms.FormattingEnabled = true;
|
|
this.clbAlarms.Location = new System.Drawing.Point(15, 53);
|
|
this.clbAlarms.Name = "clbAlarms";
|
|
this.clbAlarms.Size = new System.Drawing.Size(195, 274);
|
|
this.clbAlarms.TabIndex = 11;
|
|
this.clbAlarms.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.clbAlarms_ItemCheck);
|
|
this.clbAlarms.SelectedIndexChanged += new System.EventHandler(this.clbAlarms_SelectedIndexChanged);
|
|
//
|
|
// btnRead
|
|
//
|
|
this.btnRead.Location = new System.Drawing.Point(15, 30);
|
|
this.btnRead.Name = "btnRead";
|
|
this.btnRead.Size = new System.Drawing.Size(195, 19);
|
|
this.btnRead.TabIndex = 10;
|
|
this.btnRead.Text = "Read";
|
|
this.btnRead.UseVisualStyleBackColor = true;
|
|
this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Controls.Add(this.lblAEM);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Controls.Add(this.btnReadAEM);
|
|
this.groupBox2.Controls.Add(this.clbAEM);
|
|
this.groupBox2.Location = new System.Drawing.Point(518, 12);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(260, 416);
|
|
this.groupBox2.TabIndex = 11;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Alarm Enabled Mask";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(6, 42);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(240, 13);
|
|
this.label3.TabIndex = 16;
|
|
this.label3.Text = "Bit set of those alarms which are being monitored.";
|
|
//
|
|
// lblAEM
|
|
//
|
|
this.lblAEM.AutoSize = true;
|
|
this.lblAEM.Location = new System.Drawing.Point(7, 398);
|
|
this.lblAEM.Name = "lblAEM";
|
|
this.lblAEM.Size = new System.Drawing.Size(10, 13);
|
|
this.lblAEM.TabIndex = 15;
|
|
this.lblAEM.Text = "-";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 375);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(159, 13);
|
|
this.label1.TabIndex = 14;
|
|
this.label1.Text = "CUSTOMER_AlarmEnableMask";
|
|
//
|
|
// btnReadAEM
|
|
//
|
|
this.btnReadAEM.Location = new System.Drawing.Point(6, 65);
|
|
this.btnReadAEM.Name = "btnReadAEM";
|
|
this.btnReadAEM.Size = new System.Drawing.Size(240, 19);
|
|
this.btnReadAEM.TabIndex = 13;
|
|
this.btnReadAEM.Text = "Read";
|
|
this.btnReadAEM.UseVisualStyleBackColor = true;
|
|
this.btnReadAEM.Click += new System.EventHandler(this.btnReadAEM_Click);
|
|
//
|
|
// clbAEM
|
|
//
|
|
this.clbAEM.FormattingEnabled = true;
|
|
this.clbAEM.Location = new System.Drawing.Point(6, 88);
|
|
this.clbAEM.Name = "clbAEM";
|
|
this.clbAEM.Size = new System.Drawing.Size(240, 274);
|
|
this.clbAEM.TabIndex = 12;
|
|
this.clbAEM.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.clbAEM_ItemCheck);
|
|
this.clbAEM.SelectedIndexChanged += new System.EventHandler(this.clbAEM_SelectedIndexChanged);
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.label4);
|
|
this.groupBox3.Controls.Add(this.lblABM);
|
|
this.groupBox3.Controls.Add(this.label6);
|
|
this.groupBox3.Controls.Add(this.btnABM);
|
|
this.groupBox3.Controls.Add(this.clbABM);
|
|
this.groupBox3.Location = new System.Drawing.Point(794, 434);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(260, 416);
|
|
this.groupBox3.TabIndex = 12;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Display Alarm Brodcast Mask";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(6, 42);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(241, 13);
|
|
this.label4.TabIndex = 16;
|
|
this.label4.Text = "Bit set of those alarms which will generate events.";
|
|
//
|
|
// lblABM
|
|
//
|
|
this.lblABM.AutoSize = true;
|
|
this.lblABM.Location = new System.Drawing.Point(7, 398);
|
|
this.lblABM.Name = "lblABM";
|
|
this.lblABM.Size = new System.Drawing.Size(10, 13);
|
|
this.lblABM.TabIndex = 15;
|
|
this.lblABM.Text = "-";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(6, 375);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(174, 13);
|
|
this.label6.TabIndex = 14;
|
|
this.label6.Text = "CUSTOMER_AlarmBroadcastMask";
|
|
//
|
|
// btnABM
|
|
//
|
|
this.btnABM.Location = new System.Drawing.Point(6, 65);
|
|
this.btnABM.Name = "btnABM";
|
|
this.btnABM.Size = new System.Drawing.Size(240, 19);
|
|
this.btnABM.TabIndex = 13;
|
|
this.btnABM.Text = "Read";
|
|
this.btnABM.UseVisualStyleBackColor = true;
|
|
this.btnABM.Click += new System.EventHandler(this.btnABM_Click);
|
|
//
|
|
// clbABM
|
|
//
|
|
this.clbABM.FormattingEnabled = true;
|
|
this.clbABM.Location = new System.Drawing.Point(6, 88);
|
|
this.clbABM.Name = "clbABM";
|
|
this.clbABM.Size = new System.Drawing.Size(240, 274);
|
|
this.clbABM.TabIndex = 12;
|
|
this.clbABM.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.clbABM_ItemCheck);
|
|
this.clbABM.SelectedIndexChanged += new System.EventHandler(this.clbABM_SelectedIndexChanged);
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.label10);
|
|
this.groupBox4.Controls.Add(this.label7);
|
|
this.groupBox4.Controls.Add(this.lblAVM);
|
|
this.groupBox4.Controls.Add(this.label9);
|
|
this.groupBox4.Controls.Add(this.btnAVM);
|
|
this.groupBox4.Controls.Add(this.clbAVM);
|
|
this.groupBox4.Location = new System.Drawing.Point(794, 12);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(260, 416);
|
|
this.groupBox4.TabIndex = 17;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Display Alarm Mask";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(6, 49);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(94, 13);
|
|
this.label10.TabIndex = 17;
|
|
this.label10.Text = "and the alarm icon";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(6, 26);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(247, 13);
|
|
this.label7.TabIndex = 16;
|
|
this.label7.Text = "Bit set of those alarms which are displayed with IDs";
|
|
//
|
|
// lblAVM
|
|
//
|
|
this.lblAVM.AutoSize = true;
|
|
this.lblAVM.Location = new System.Drawing.Point(16, 398);
|
|
this.lblAVM.Name = "lblAVM";
|
|
this.lblAVM.Size = new System.Drawing.Size(10, 13);
|
|
this.lblAVM.TabIndex = 15;
|
|
this.lblAVM.Text = "-";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(15, 375);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(154, 13);
|
|
this.label9.TabIndex = 14;
|
|
this.label9.Text = "CUSTOMER_AlarmVisualMask";
|
|
//
|
|
// btnAVM
|
|
//
|
|
this.btnAVM.Location = new System.Drawing.Point(6, 65);
|
|
this.btnAVM.Name = "btnAVM";
|
|
this.btnAVM.Size = new System.Drawing.Size(240, 19);
|
|
this.btnAVM.TabIndex = 13;
|
|
this.btnAVM.Text = "Read";
|
|
this.btnAVM.UseVisualStyleBackColor = true;
|
|
this.btnAVM.Click += new System.EventHandler(this.btnAVM_Click);
|
|
//
|
|
// clbAVM
|
|
//
|
|
this.clbAVM.FormattingEnabled = true;
|
|
this.clbAVM.Location = new System.Drawing.Point(6, 88);
|
|
this.clbAVM.Name = "clbAVM";
|
|
this.clbAVM.Size = new System.Drawing.Size(240, 274);
|
|
this.clbAVM.TabIndex = 12;
|
|
this.clbAVM.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.clbAVM_ItemCheck);
|
|
this.clbAVM.SelectedIndexChanged += new System.EventHandler(this.clbAVM_SelectedIndexChanged);
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.changePassword1);
|
|
this.groupBox5.Controls.Add(this.button2);
|
|
this.groupBox5.Controls.Add(this.button1);
|
|
this.groupBox5.Location = new System.Drawing.Point(9, 270);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(503, 552);
|
|
this.groupBox5.TabIndex = 18;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "Alarm thresholds ";
|
|
//
|
|
// changePassword1
|
|
//
|
|
this.changePassword1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.changePassword1.Location = new System.Drawing.Point(3, 16);
|
|
this.changePassword1.Name = "changePassword1";
|
|
this.changePassword1.Size = new System.Drawing.Size(497, 533);
|
|
this.changePassword1.TabIndex = 13;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(359, 19);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(128, 34);
|
|
this.button2.TabIndex = 12;
|
|
this.button2.Text = "Write";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(225, 19);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(128, 34);
|
|
this.button1.TabIndex = 11;
|
|
this.button1.Text = "Read";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(1384, 221);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(85, 30);
|
|
this.button3.TabIndex = 19;
|
|
this.button3.Text = "Reset Radio";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(1384, 168);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(85, 30);
|
|
this.button4.TabIndex = 20;
|
|
this.button4.Text = "Logout";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.lblRadioExt);
|
|
this.groupBox6.Controls.Add(this.label5);
|
|
this.groupBox6.Controls.Add(this.lblSENSUSRADIO_MainAlarmMask);
|
|
this.groupBox6.Controls.Add(this.label8);
|
|
this.groupBox6.Controls.Add(this.btnReadMain);
|
|
this.groupBox6.Location = new System.Drawing.Point(1076, 12);
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.Size = new System.Drawing.Size(260, 309);
|
|
this.groupBox6.TabIndex = 17;
|
|
this.groupBox6.TabStop = false;
|
|
this.groupBox6.Text = "Radio Main";
|
|
//
|
|
// lblRadioExt
|
|
//
|
|
this.lblRadioExt.AutoSize = true;
|
|
this.lblRadioExt.Location = new System.Drawing.Point(8, 120);
|
|
this.lblRadioExt.Name = "lblRadioExt";
|
|
this.lblRadioExt.Size = new System.Drawing.Size(10, 13);
|
|
this.lblRadioExt.TabIndex = 17;
|
|
this.lblRadioExt.Text = "-";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(7, 97);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(188, 13);
|
|
this.label5.TabIndex = 16;
|
|
this.label5.Text = "SENSUSRADIO_ExtendedAlarmMask";
|
|
//
|
|
// lblSENSUSRADIO_MainAlarmMask
|
|
//
|
|
this.lblSENSUSRADIO_MainAlarmMask.AutoSize = true;
|
|
this.lblSENSUSRADIO_MainAlarmMask.Location = new System.Drawing.Point(8, 74);
|
|
this.lblSENSUSRADIO_MainAlarmMask.Name = "lblSENSUSRADIO_MainAlarmMask";
|
|
this.lblSENSUSRADIO_MainAlarmMask.Size = new System.Drawing.Size(10, 13);
|
|
this.lblSENSUSRADIO_MainAlarmMask.TabIndex = 15;
|
|
this.lblSENSUSRADIO_MainAlarmMask.Text = "-";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(7, 51);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(166, 13);
|
|
this.label8.TabIndex = 14;
|
|
this.label8.Text = "SENSUSRADIO_MainAlarmMask";
|
|
//
|
|
// btnReadMain
|
|
//
|
|
this.btnReadMain.Location = new System.Drawing.Point(6, 23);
|
|
this.btnReadMain.Name = "btnReadMain";
|
|
this.btnReadMain.Size = new System.Drawing.Size(240, 19);
|
|
this.btnReadMain.TabIndex = 13;
|
|
this.btnReadMain.Text = "Read";
|
|
this.btnReadMain.UseVisualStyleBackColor = true;
|
|
this.btnReadMain.Click += new System.EventHandler(this.btnReadMain_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(1396, 57);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(59, 87);
|
|
this.button5.TabIndex = 21;
|
|
this.button5.Text = "Reset All Alarms";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.Location = new System.Drawing.Point(101, 46);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(166, 30);
|
|
this.button6.TabIndex = 22;
|
|
this.button6.Text = "2. Update Alarms for Mexico";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.Location = new System.Drawing.Point(273, 46);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(189, 31);
|
|
this.button7.TabIndex = 23;
|
|
this.button7.Text = "3., Abmelden vom Zähler";
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
//
|
|
// groupBox7
|
|
//
|
|
this.groupBox7.Controls.Add(this.label2);
|
|
this.groupBox7.Controls.Add(this.label11);
|
|
this.groupBox7.Controls.Add(this.label12);
|
|
this.groupBox7.Controls.Add(this.label13);
|
|
this.groupBox7.Controls.Add(this.button8);
|
|
this.groupBox7.Controls.Add(this.checkedListBox1);
|
|
this.groupBox7.Location = new System.Drawing.Point(1076, 327);
|
|
this.groupBox7.Name = "groupBox7";
|
|
this.groupBox7.Size = new System.Drawing.Size(260, 416);
|
|
this.groupBox7.TabIndex = 24;
|
|
this.groupBox7.TabStop = false;
|
|
this.groupBox7.Text = "Log";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(6, 49);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(94, 13);
|
|
this.label2.TabIndex = 17;
|
|
this.label2.Text = "and the alarm icon";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(6, 26);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(247, 13);
|
|
this.label11.TabIndex = 16;
|
|
this.label11.Text = "Bit set of those alarms which are displayed with IDs";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(16, 398);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(10, 13);
|
|
this.label12.TabIndex = 15;
|
|
this.label12.Text = "-";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(15, 375);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(154, 13);
|
|
this.label13.TabIndex = 14;
|
|
this.label13.Text = "CUSTOMER_AlarmVisualMask";
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.Location = new System.Drawing.Point(6, 65);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(240, 19);
|
|
this.button8.TabIndex = 13;
|
|
this.button8.Text = "Read";
|
|
this.button8.UseVisualStyleBackColor = true;
|
|
this.button8.Click += new System.EventHandler(this.button8_Click);
|
|
//
|
|
// checkedListBox1
|
|
//
|
|
this.checkedListBox1.FormattingEnabled = true;
|
|
this.checkedListBox1.Location = new System.Drawing.Point(6, 88);
|
|
this.checkedListBox1.Name = "checkedListBox1";
|
|
this.checkedListBox1.Size = new System.Drawing.Size(240, 274);
|
|
this.checkedListBox1.TabIndex = 12;
|
|
this.checkedListBox1.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox1_ItemCheck);
|
|
this.checkedListBox1.SelectedIndexChanged += new System.EventHandler(this.checkedListBox1_SelectedIndexChanged);
|
|
//
|
|
// FrmAlarmMng
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1525, 830);
|
|
this.Controls.Add(this.groupBox7);
|
|
this.Controls.Add(this.button7);
|
|
this.Controls.Add(this.button6);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.groupBox6);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.btnConnect);
|
|
this.Controls.Add(this.cbComSlot);
|
|
this.Name = "FrmAlarmMng";
|
|
this.Text = "FrmAlarmMng";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAlarmMng_FormClosing);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.groupBox6.ResumeLayout(false);
|
|
this.groupBox6.PerformLayout();
|
|
this.groupBox7.ResumeLayout(false);
|
|
this.groupBox7.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnConnect;
|
|
private System.Windows.Forms.ComboBox cbComSlot;
|
|
private System.Windows.Forms.Button btnWrite;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.CheckedListBox clbAlarms;
|
|
private System.Windows.Forms.Button btnRead;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnReadAEM;
|
|
private System.Windows.Forms.CheckedListBox clbAEM;
|
|
private System.Windows.Forms.Label lblAEM;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label lblABM;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Button btnABM;
|
|
private System.Windows.Forms.CheckedListBox clbABM;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label lblAVM;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Button btnAVM;
|
|
private System.Windows.Forms.CheckedListBox clbAVM;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.GroupBox groupBox6;
|
|
private System.Windows.Forms.Label lblSENSUSRADIO_MainAlarmMask;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Button btnReadMain;
|
|
private System.Windows.Forms.Label lblRadioExt;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button7;
|
|
private Ctls.ChangePassword changePassword1;
|
|
private System.Windows.Forms.GroupBox groupBox7;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Button button8;
|
|
private System.Windows.Forms.CheckedListBox checkedListBox1;
|
|
|
|
|
|
//CUSTOMER_ExcessFlowVolumeThreshold UInt32 Flow rate above which broken pipe alarm is set in 1/256 l/h 0 4294967295 639999
|
|
//CUSTOMER_LeakTimeThreshold UInt32 Time threshold for leak alarm in minutes 0 69632 360
|
|
//CUSTOMER_ReverseFlowTimeThreshold UInt16 Number of measurements in reverse flow required to set reverse flow alarm 0 65535 1800
|
|
//CUSTOMER_ExcessFlowTimeThreshold UInt32 Time threshold for broken pipe alarm in minutes
|
|
//CUSTOMER_LeakFlowThreshold UInt32 Flow rate above which leak alarm can be set in 1/256 l/h
|
|
//CUSTOMER_TemperatureHighThreshold Int32 High temperature alarm threshold in 0.1°C
|
|
//CUSTOMER_TemperatureHighDelay UInt32 Time threshold for high temperature alarm in seconds
|
|
//CUSTOMER_TemperatureLowThreshold Int32 Low temperature alarm threshold in 0.1°C
|
|
//CUSTOMER_TemperatureLowDelay UInt32 Time threshold for low temperature alarm in seconds
|
|
//CUSTOMER_PressureHighThreshold Int32 Higx pressure alarm threshold in Pa
|
|
//CUSTOMER_PressureHighDelay UInt32 Time threshold for high pressure alarm in seconds
|
|
//CUSTOMER_PressureLowThreshold Int32 Low pressure alarm threshold in Pa
|
|
//CUSTOMER_PressureLowDelay UInt32 Time threshold for low pressure alarm in seconds
|
|
//CUSTOMER_StoreConfiguration UInt32 Store all configuration items in non-volatile memory.
|
|
|
|
|
|
}
|
|
} |