update
This commit is contained in:
10
Main.Designer.cs
generated
10
Main.Designer.cs
generated
@@ -85,6 +85,7 @@
|
|||||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||||
this.Label_ConfPath = new System.Windows.Forms.Label();
|
this.Label_ConfPath = new System.Windows.Forms.Label();
|
||||||
this.button1 = new System.Windows.Forms.Button();
|
this.button1 = new System.Windows.Forms.Button();
|
||||||
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
||||||
this.GBox_Serial.SuspendLayout();
|
this.GBox_Serial.SuspendLayout();
|
||||||
this.panel11.SuspendLayout();
|
this.panel11.SuspendLayout();
|
||||||
this.panel10.SuspendLayout();
|
this.panel10.SuspendLayout();
|
||||||
@@ -640,11 +641,19 @@
|
|||||||
this.button1.UseVisualStyleBackColor = true;
|
this.button1.UseVisualStyleBackColor = true;
|
||||||
this.button1.Click += new System.EventHandler(this.LoadFolder);
|
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
|
// App
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.ClientSize = new System.Drawing.Size(514, 467);
|
this.ClientSize = new System.Drawing.Size(514, 467);
|
||||||
|
this.Controls.Add(this.progressBar1);
|
||||||
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.groupBox1);
|
||||||
this.Controls.Add(this.groupBox4);
|
this.Controls.Add(this.groupBox4);
|
||||||
this.Controls.Add(this.GBox_Ethernet);
|
this.Controls.Add(this.GBox_Ethernet);
|
||||||
@@ -760,6 +769,7 @@
|
|||||||
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.GroupBox groupBox1;
|
||||||
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.Button button1;
|
||||||
private System.Windows.Forms.Label Label_ConfPath;
|
private System.Windows.Forms.Label Label_ConfPath;
|
||||||
|
private System.Windows.Forms.ProgressBar progressBar1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
[RU](https://github.com/nikzori/modbus-scanner) | EN
|
[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.
|
Modbus TCP is still WIP.
|
||||||
|
|
||||||
## Configs and auto-identification
|
## Configs and auto-identification
|
||||||
|
|||||||
Reference in New Issue
Block a user