2024-12-05 15:57:07 +03:00
|
|
|
|
namespace Gidrolock_Modbus_Scanner
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class Datasheet
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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()
|
|
|
|
|
|
{
|
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Datasheet));
|
2025-01-14 11:31:23 +03:00
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
2025-01-27 11:23:57 +03:00
|
|
|
|
this.cBoxSpeed = new System.Windows.Forms.ComboBox();
|
|
|
|
|
|
this.buttonSetSpeed = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.labelBattery = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
2025-01-14 11:31:23 +03:00
|
|
|
|
this.buttonPoll = new System.Windows.Forms.Button();
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.buttonSetID = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.labelFirmware = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.labelModel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.nudModbusID = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.labelCleaning = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.buttonCleaning = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.labelAlarm = new System.Windows.Forms.Label();
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.buttonAlarm = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.buttonValve = new System.Windows.Forms.Button();
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.labelValve = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.sensorPanel = new System.Windows.Forms.FlowLayoutPanel();
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
2025-02-28 18:00:17 +03:00
|
|
|
|
this.BrowseFirmware = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.firmwarePathLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.WriteFirmware = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
2025-03-06 10:16:30 +03:00
|
|
|
|
this.firmwareProgressBar = new System.Windows.Forms.ProgressBar();
|
2025-01-14 11:31:23 +03:00
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nudModbusID)).BeginInit();
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.groupBox2.SuspendLayout();
|
2025-02-28 18:00:17 +03:00
|
|
|
|
this.groupBox3.SuspendLayout();
|
2024-12-05 15:57:07 +03:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
2025-01-14 11:31:23 +03:00
|
|
|
|
// groupBox1
|
|
|
|
|
|
//
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.groupBox1.Controls.Add(this.cBoxSpeed);
|
2025-01-27 11:23:57 +03:00
|
|
|
|
this.groupBox1.Controls.Add(this.buttonSetSpeed);
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.groupBox1.Controls.Add(this.label8);
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.groupBox1.Controls.Add(this.labelBattery);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.label6);
|
2025-01-14 11:31:23 +03:00
|
|
|
|
this.groupBox1.Controls.Add(this.buttonPoll);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.buttonSetID);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelFirmware);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.labelModel);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.nudModbusID);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.label1);
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(291, 12);
|
2025-01-14 11:31:23 +03:00
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(234, 126);
|
2025-01-14 11:31:23 +03:00
|
|
|
|
this.groupBox1.TabIndex = 0;
|
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
|
this.groupBox1.Text = "Инфо";
|
2024-12-26 15:59:39 +03:00
|
|
|
|
//
|
2025-01-27 11:23:57 +03:00
|
|
|
|
// cBoxSpeed
|
|
|
|
|
|
//
|
|
|
|
|
|
this.cBoxSpeed.FormattingEnabled = true;
|
|
|
|
|
|
this.cBoxSpeed.Location = new System.Drawing.Point(74, 97);
|
|
|
|
|
|
this.cBoxSpeed.Name = "cBoxSpeed";
|
|
|
|
|
|
this.cBoxSpeed.Size = new System.Drawing.Size(73, 21);
|
|
|
|
|
|
this.cBoxSpeed.TabIndex = 13;
|
|
|
|
|
|
this.cBoxSpeed.Text = "9600";
|
|
|
|
|
|
//
|
|
|
|
|
|
// buttonSetSpeed
|
|
|
|
|
|
//
|
|
|
|
|
|
this.buttonSetSpeed.Location = new System.Drawing.Point(153, 94);
|
|
|
|
|
|
this.buttonSetSpeed.Name = "buttonSetSpeed";
|
|
|
|
|
|
this.buttonSetSpeed.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
|
this.buttonSetSpeed.TabIndex = 12;
|
|
|
|
|
|
this.buttonSetSpeed.Text = "Изменить";
|
|
|
|
|
|
this.buttonSetSpeed.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.buttonSetSpeed.Click += new System.EventHandler(this.buttonSetSpeed_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// label8
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(6, 99);
|
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(58, 13);
|
|
|
|
|
|
this.label8.TabIndex = 10;
|
|
|
|
|
|
this.label8.Text = "Скорость:";
|
|
|
|
|
|
//
|
2025-01-24 11:46:36 +03:00
|
|
|
|
// labelBattery
|
|
|
|
|
|
//
|
|
|
|
|
|
this.labelBattery.AutoSize = true;
|
|
|
|
|
|
this.labelBattery.Location = new System.Drawing.Point(59, 48);
|
|
|
|
|
|
this.labelBattery.Name = "labelBattery";
|
|
|
|
|
|
this.labelBattery.Size = new System.Drawing.Size(15, 13);
|
|
|
|
|
|
this.labelBattery.TabIndex = 9;
|
|
|
|
|
|
this.labelBattery.Text = "%";
|
|
|
|
|
|
//
|
|
|
|
|
|
// label6
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(6, 48);
|
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(52, 13);
|
|
|
|
|
|
this.label6.TabIndex = 8;
|
|
|
|
|
|
this.label6.Text = "Батарея:";
|
|
|
|
|
|
//
|
2025-01-17 10:40:18 +03:00
|
|
|
|
// buttonPoll
|
2024-12-26 15:59:39 +03:00
|
|
|
|
//
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.buttonPoll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.buttonPoll.Location = new System.Drawing.Point(153, 43);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.buttonPoll.Name = "buttonPoll";
|
|
|
|
|
|
this.buttonPoll.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
|
this.buttonPoll.TabIndex = 7;
|
|
|
|
|
|
this.buttonPoll.Text = "Опрос";
|
|
|
|
|
|
this.buttonPoll.UseVisualStyleBackColor = true;
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.buttonPoll.Click += new System.EventHandler(this.buttonPoll_Click);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
|
|
|
|
|
// buttonSetID
|
|
|
|
|
|
//
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.buttonSetID.Location = new System.Drawing.Point(153, 68);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.buttonSetID.Name = "buttonSetID";
|
|
|
|
|
|
this.buttonSetID.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
|
this.buttonSetID.TabIndex = 6;
|
|
|
|
|
|
this.buttonSetID.Text = "Изменить";
|
|
|
|
|
|
this.buttonSetID.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.buttonSetID.Click += new System.EventHandler(this.buttonSetID_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelFirmware
|
|
|
|
|
|
//
|
|
|
|
|
|
this.labelFirmware.AutoSize = true;
|
|
|
|
|
|
this.labelFirmware.Location = new System.Drawing.Point(74, 31);
|
|
|
|
|
|
this.labelFirmware.Name = "labelFirmware";
|
|
|
|
|
|
this.labelFirmware.Size = new System.Drawing.Size(37, 13);
|
|
|
|
|
|
this.labelFirmware.TabIndex = 5;
|
|
|
|
|
|
this.labelFirmware.Text = "v1.0.4";
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelModel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.labelModel.AutoSize = true;
|
|
|
|
|
|
this.labelModel.Location = new System.Drawing.Point(61, 16);
|
|
|
|
|
|
this.labelModel.Name = "labelModel";
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.labelModel.Size = new System.Drawing.Size(46, 13);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.labelModel.TabIndex = 4;
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.labelModel.Text = "Модель";
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
|
|
|
|
|
// nudModbusID
|
|
|
|
|
|
//
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.nudModbusID.Location = new System.Drawing.Point(74, 71);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.nudModbusID.Name = "nudModbusID";
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.nudModbusID.Size = new System.Drawing.Size(49, 20);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.nudModbusID.TabIndex = 3;
|
|
|
|
|
|
//
|
|
|
|
|
|
// label3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label3.AutoSize = true;
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.label3.Location = new System.Drawing.Point(6, 73);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(62, 13);
|
|
|
|
|
|
this.label3.TabIndex = 2;
|
|
|
|
|
|
this.label3.Text = "Modbus ID:";
|
2025-01-14 11:31:23 +03:00
|
|
|
|
//
|
|
|
|
|
|
// label2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(6, 31);
|
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(62, 13);
|
|
|
|
|
|
this.label2.TabIndex = 1;
|
|
|
|
|
|
this.label2.Text = "Прошивка:";
|
|
|
|
|
|
//
|
2025-01-17 10:40:18 +03:00
|
|
|
|
// label1
|
2025-01-14 11:31:23 +03:00
|
|
|
|
//
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(6, 16);
|
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(49, 13);
|
|
|
|
|
|
this.label1.TabIndex = 0;
|
|
|
|
|
|
this.label1.Text = "Модель:";
|
2025-01-14 11:31:23 +03:00
|
|
|
|
//
|
2025-01-17 10:40:18 +03:00
|
|
|
|
// groupBox2
|
2025-01-14 11:31:23 +03:00
|
|
|
|
//
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.groupBox2.Controls.Add(this.labelCleaning);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.groupBox2.Controls.Add(this.buttonCleaning);
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.label7);
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.groupBox2.Controls.Add(this.labelAlarm);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.groupBox2.Controls.Add(this.label5);
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.buttonAlarm);
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.buttonValve);
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.labelValve);
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(13, 12);
|
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(272, 126);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.groupBox2.TabIndex = 1;
|
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
|
this.groupBox2.Text = "Общее";
|
2025-01-14 11:31:23 +03:00
|
|
|
|
//
|
2025-01-21 14:38:59 +03:00
|
|
|
|
// labelCleaning
|
2025-01-14 11:31:23 +03:00
|
|
|
|
//
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.labelCleaning.AutoSize = true;
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.labelCleaning.Location = new System.Drawing.Point(52, 77);
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.labelCleaning.Name = "labelCleaning";
|
|
|
|
|
|
this.labelCleaning.Size = new System.Drawing.Size(33, 13);
|
|
|
|
|
|
this.labelCleaning.TabIndex = 9;
|
|
|
|
|
|
this.labelCleaning.Text = "выкл";
|
2025-01-14 11:31:23 +03:00
|
|
|
|
//
|
2025-01-21 14:38:59 +03:00
|
|
|
|
// buttonCleaning
|
2025-01-14 11:31:23 +03:00
|
|
|
|
//
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.buttonCleaning.Location = new System.Drawing.Point(125, 72);
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.buttonCleaning.Name = "buttonCleaning";
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.buttonCleaning.Size = new System.Drawing.Size(140, 23);
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.buttonCleaning.TabIndex = 8;
|
|
|
|
|
|
this.buttonCleaning.Text = "Включить";
|
|
|
|
|
|
this.buttonCleaning.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.buttonCleaning.Click += new System.EventHandler(this.buttonCleaning_Click);
|
2025-01-14 11:31:23 +03:00
|
|
|
|
//
|
2025-01-21 14:38:59 +03:00
|
|
|
|
// label7
|
2025-01-14 11:31:23 +03:00
|
|
|
|
//
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.label7.AutoSize = true;
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.label7.Location = new System.Drawing.Point(6, 77);
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(48, 13);
|
|
|
|
|
|
this.label7.TabIndex = 7;
|
|
|
|
|
|
this.label7.Text = "Уборка:";
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
2025-01-24 11:46:36 +03:00
|
|
|
|
// labelAlarm
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.labelAlarm.AutoSize = true;
|
|
|
|
|
|
this.labelAlarm.Location = new System.Drawing.Point(61, 48);
|
|
|
|
|
|
this.labelAlarm.Name = "labelAlarm";
|
|
|
|
|
|
this.labelAlarm.Size = new System.Drawing.Size(24, 13);
|
|
|
|
|
|
this.labelAlarm.TabIndex = 6;
|
|
|
|
|
|
this.labelAlarm.Text = "нет";
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
|
|
|
|
|
// label5
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(6, 48);
|
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(58, 13);
|
|
|
|
|
|
this.label5.TabIndex = 5;
|
|
|
|
|
|
this.label5.Text = "Протечка:";
|
|
|
|
|
|
//
|
2025-01-21 14:38:59 +03:00
|
|
|
|
// buttonAlarm
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.buttonAlarm.Location = new System.Drawing.Point(125, 43);
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.buttonAlarm.Name = "buttonAlarm";
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.buttonAlarm.Size = new System.Drawing.Size(140, 23);
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.buttonAlarm.TabIndex = 3;
|
|
|
|
|
|
this.buttonAlarm.Text = "Авария";
|
|
|
|
|
|
this.buttonAlarm.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.buttonAlarm.Click += new System.EventHandler(this.buttonAlarm_Click);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
2025-01-21 14:38:59 +03:00
|
|
|
|
// buttonValve
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.buttonValve.Location = new System.Drawing.Point(125, 14);
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.buttonValve.Name = "buttonValve";
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.buttonValve.Size = new System.Drawing.Size(140, 23);
|
2025-01-21 14:38:59 +03:00
|
|
|
|
this.buttonValve.TabIndex = 2;
|
|
|
|
|
|
this.buttonValve.Text = "Закрыть";
|
|
|
|
|
|
this.buttonValve.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.buttonValve.Click += new System.EventHandler(this.buttonValve_Click);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
2025-01-21 14:38:59 +03:00
|
|
|
|
// labelValve
|
|
|
|
|
|
//
|
|
|
|
|
|
this.labelValve.AutoSize = true;
|
|
|
|
|
|
this.labelValve.Location = new System.Drawing.Point(39, 19);
|
|
|
|
|
|
this.labelValve.Name = "labelValve";
|
|
|
|
|
|
this.labelValve.Size = new System.Drawing.Size(45, 13);
|
|
|
|
|
|
this.labelValve.TabIndex = 1;
|
|
|
|
|
|
this.labelValve.Text = "Открыт";
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
2025-01-21 14:38:59 +03:00
|
|
|
|
// label4
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(35, 13);
|
|
|
|
|
|
this.label4.TabIndex = 0;
|
|
|
|
|
|
this.label4.Text = "Кран:";
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
2025-01-24 11:46:36 +03:00
|
|
|
|
// sensorPanel
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.sensorPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
2025-01-17 10:40:18 +03:00
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.sensorPanel.AutoScroll = true;
|
|
|
|
|
|
this.sensorPanel.BackColor = System.Drawing.Color.Gainsboro;
|
|
|
|
|
|
this.sensorPanel.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.sensorPanel.Location = new System.Drawing.Point(13, 168);
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.sensorPanel.Name = "sensorPanel";
|
2025-02-28 18:00:17 +03:00
|
|
|
|
this.sensorPanel.Size = new System.Drawing.Size(512, 262);
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.sensorPanel.TabIndex = 4;
|
|
|
|
|
|
this.sensorPanel.WrapContents = false;
|
2025-01-17 10:40:18 +03:00
|
|
|
|
//
|
|
|
|
|
|
// label9
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label9.AutoSize = true;
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.label9.Location = new System.Drawing.Point(10, 152);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.label9.Name = "label9";
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.label9.Size = new System.Drawing.Size(50, 13);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.label9.TabIndex = 5;
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.label9.Text = "Датчики";
|
2024-12-26 15:59:39 +03:00
|
|
|
|
//
|
2025-02-28 18:00:17 +03:00
|
|
|
|
// BrowseFirmware
|
|
|
|
|
|
//
|
|
|
|
|
|
this.BrowseFirmware.Location = new System.Drawing.Point(6, 38);
|
|
|
|
|
|
this.BrowseFirmware.Name = "BrowseFirmware";
|
|
|
|
|
|
this.BrowseFirmware.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
|
this.BrowseFirmware.TabIndex = 14;
|
|
|
|
|
|
this.BrowseFirmware.Text = "Обзор";
|
|
|
|
|
|
this.BrowseFirmware.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.BrowseFirmware.Click += new System.EventHandler(this.BrowseFirmware_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// label11
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label11.AutoSize = true;
|
|
|
|
|
|
this.label11.Location = new System.Drawing.Point(4, 22);
|
|
|
|
|
|
this.label11.Name = "label11";
|
|
|
|
|
|
this.label11.Size = new System.Drawing.Size(34, 13);
|
|
|
|
|
|
this.label11.TabIndex = 16;
|
|
|
|
|
|
this.label11.Text = "Путь:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// firmwarePathLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.firmwarePathLabel.AutoSize = true;
|
|
|
|
|
|
this.firmwarePathLabel.Location = new System.Drawing.Point(44, 22);
|
|
|
|
|
|
this.firmwarePathLabel.Name = "firmwarePathLabel";
|
|
|
|
|
|
this.firmwarePathLabel.Size = new System.Drawing.Size(126, 13);
|
|
|
|
|
|
this.firmwarePathLabel.TabIndex = 17;
|
|
|
|
|
|
this.firmwarePathLabel.Text = "C:\\Path\\To\\Firmware.bin";
|
|
|
|
|
|
//
|
|
|
|
|
|
// WriteFirmware
|
|
|
|
|
|
//
|
|
|
|
|
|
this.WriteFirmware.Location = new System.Drawing.Point(87, 38);
|
|
|
|
|
|
this.WriteFirmware.Name = "WriteFirmware";
|
|
|
|
|
|
this.WriteFirmware.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
|
this.WriteFirmware.TabIndex = 18;
|
|
|
|
|
|
this.WriteFirmware.Text = "Прошить";
|
|
|
|
|
|
this.WriteFirmware.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.WriteFirmware.Click += new System.EventHandler(this.WriteFirmware_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// groupBox3
|
|
|
|
|
|
//
|
2025-03-06 10:16:30 +03:00
|
|
|
|
this.groupBox3.Controls.Add(this.firmwareProgressBar);
|
2025-02-28 18:00:17 +03:00
|
|
|
|
this.groupBox3.Controls.Add(this.BrowseFirmware);
|
|
|
|
|
|
this.groupBox3.Controls.Add(this.WriteFirmware);
|
|
|
|
|
|
this.groupBox3.Controls.Add(this.label11);
|
|
|
|
|
|
this.groupBox3.Controls.Add(this.firmwarePathLabel);
|
|
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(13, 436);
|
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(512, 72);
|
|
|
|
|
|
this.groupBox3.TabIndex = 19;
|
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
|
this.groupBox3.Text = "Прошивка";
|
|
|
|
|
|
//
|
2025-03-06 10:16:30 +03:00
|
|
|
|
// firmwareProgressBar
|
|
|
|
|
|
//
|
|
|
|
|
|
this.firmwareProgressBar.Location = new System.Drawing.Point(176, 38);
|
|
|
|
|
|
this.firmwareProgressBar.Name = "firmwareProgressBar";
|
|
|
|
|
|
this.firmwareProgressBar.Size = new System.Drawing.Size(330, 23);
|
|
|
|
|
|
this.firmwareProgressBar.TabIndex = 19;
|
|
|
|
|
|
//
|
2024-12-05 15:57:07 +03:00
|
|
|
|
// Datasheet
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2025-02-28 18:00:17 +03:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(537, 511);
|
|
|
|
|
|
this.Controls.Add(this.groupBox3);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.Controls.Add(this.label9);
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.Controls.Add(this.sensorPanel);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.Controls.Add(this.groupBox2);
|
2025-01-14 11:31:23 +03:00
|
|
|
|
this.Controls.Add(this.groupBox1);
|
2024-12-05 15:57:07 +03:00
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.MaximizeBox = false;
|
2024-12-05 15:57:07 +03:00
|
|
|
|
this.Name = "Datasheet";
|
2025-01-24 11:46:36 +03:00
|
|
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
2025-01-24 17:54:04 +03:00
|
|
|
|
this.Text = "Config";
|
2025-01-14 11:31:23 +03:00
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.nudModbusID)).EndInit();
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
|
this.groupBox2.PerformLayout();
|
2025-02-28 18:00:17 +03:00
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
|
this.groupBox3.PerformLayout();
|
2024-12-05 15:57:07 +03:00
|
|
|
|
this.ResumeLayout(false);
|
2025-01-17 10:40:18 +03:00
|
|
|
|
this.PerformLayout();
|
2024-12-05 15:57:07 +03:00
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
2025-01-14 11:31:23 +03:00
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
|
private System.Windows.Forms.Button buttonSetID;
|
|
|
|
|
|
private System.Windows.Forms.Label labelFirmware;
|
|
|
|
|
|
private System.Windows.Forms.Label labelModel;
|
|
|
|
|
|
private System.Windows.Forms.NumericUpDown nudModbusID;
|
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
2024-12-26 15:59:39 +03:00
|
|
|
|
private System.Windows.Forms.Label label1;
|
2025-01-14 11:31:23 +03:00
|
|
|
|
private System.Windows.Forms.Button buttonPoll;
|
2025-01-17 10:40:18 +03:00
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
|
private System.Windows.Forms.Label labelValve;
|
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
|
private System.Windows.Forms.Button buttonValve;
|
|
|
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
|
|
private System.Windows.Forms.Button buttonAlarm;
|
2025-01-21 14:38:59 +03:00
|
|
|
|
private System.Windows.Forms.Label labelCleaning;
|
2025-01-17 10:40:18 +03:00
|
|
|
|
private System.Windows.Forms.Button buttonCleaning;
|
|
|
|
|
|
private System.Windows.Forms.Label label7;
|
2025-01-24 11:46:36 +03:00
|
|
|
|
private System.Windows.Forms.Label labelAlarm;
|
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel sensorPanel;
|
2025-01-17 10:40:18 +03:00
|
|
|
|
private System.Windows.Forms.Label label9;
|
2025-01-24 11:46:36 +03:00
|
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
|
private System.Windows.Forms.Label labelBattery;
|
2025-01-27 11:23:57 +03:00
|
|
|
|
private System.Windows.Forms.Button buttonSetSpeed;
|
2025-01-24 17:54:04 +03:00
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
|
|
|
|
private System.Windows.Forms.ComboBox cBoxSpeed;
|
2025-02-28 18:00:17 +03:00
|
|
|
|
private System.Windows.Forms.Button BrowseFirmware;
|
|
|
|
|
|
private System.Windows.Forms.Label label11;
|
|
|
|
|
|
private System.Windows.Forms.Label firmwarePathLabel;
|
|
|
|
|
|
private System.Windows.Forms.Button WriteFirmware;
|
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
2025-03-06 10:16:30 +03:00
|
|
|
|
private System.Windows.Forms.ProgressBar firmwareProgressBar;
|
2024-12-05 15:57:07 +03:00
|
|
|
|
}
|
|
|
|
|
|
}
|