From d95ea2b26a9db5ed698d19ba9ffb7260b4de7d3f Mon Sep 17 00:00:00 2001 From: nikzori Date: Thu, 12 Dec 2024 16:00:02 +0300 Subject: [PATCH] update --- Main.Designer.cs | 10 ++++++++++ README_en.md | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Main.Designer.cs b/Main.Designer.cs index 3621800..09fad74 100644 --- a/Main.Designer.cs +++ b/Main.Designer.cs @@ -85,6 +85,7 @@ this.groupBox1 = new System.Windows.Forms.GroupBox(); this.Label_ConfPath = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); + this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.GBox_Serial.SuspendLayout(); this.panel11.SuspendLayout(); this.panel10.SuspendLayout(); @@ -640,11 +641,19 @@ this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.LoadFolder); // + // progressBar1 + // + this.progressBar1.Location = new System.Drawing.Point(13, 235); + this.progressBar1.Name = "progressBar1"; + this.progressBar1.Size = new System.Drawing.Size(383, 25); + this.progressBar1.TabIndex = 14; + // // App // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(514, 467); + this.Controls.Add(this.progressBar1); this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox4); this.Controls.Add(this.GBox_Ethernet); @@ -760,6 +769,7 @@ private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label Label_ConfPath; + private System.Windows.Forms.ProgressBar progressBar1; } } diff --git a/README_en.md b/README_en.md index fa1244e..f1aacc2 100644 --- a/README_en.md +++ b/README_en.md @@ -2,7 +2,8 @@ [RU](https://github.com/nikzori/modbus-scanner) | EN -A Modbus scanner with both simple functionality and advanced features. Comes with config files for Gidrolock devices. +A Modbus scanner with both simple functionality and advanced features. Works for any device connected via Modbus RTU. +Comes with config files for Gidrolock devices. Modbus TCP is still WIP. ## Configs and auto-identification