Files
gidrolock-configurator/Main.Designer.cs

167 lines
7.4 KiB
C#
Raw Normal View History

2024-11-05 10:31:38 +03:00
namespace Gidrolock_Modbus_Scanner
{
partial class App
{
/// <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(App));
2024-11-05 16:57:05 +03:00
this.TextBox_Log = new System.Windows.Forms.TextBox();
2024-12-16 11:35:20 +03:00
this.UpDown_ModbusID = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.CBox_Ports = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
2025-01-14 11:31:23 +03:00
this.button1 = new System.Windows.Forms.Button();
this.cBoxDevice = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.checkboxID = new System.Windows.Forms.CheckBox();
2024-12-16 11:35:20 +03:00
((System.ComponentModel.ISupportInitialize)(this.UpDown_ModbusID)).BeginInit();
2024-11-05 10:31:38 +03:00
this.SuspendLayout();
//
2024-11-05 16:57:05 +03:00
// TextBox_Log
2024-11-05 10:31:38 +03:00
//
2025-01-14 11:31:23 +03:00
this.TextBox_Log.Location = new System.Drawing.Point(12, 53);
2024-11-05 16:57:05 +03:00
this.TextBox_Log.Multiline = true;
this.TextBox_Log.Name = "TextBox_Log";
this.TextBox_Log.ReadOnly = true;
this.TextBox_Log.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
2025-01-14 11:31:23 +03:00
this.TextBox_Log.Size = new System.Drawing.Size(498, 160);
2024-11-05 16:57:05 +03:00
this.TextBox_Log.TabIndex = 1;
//
2024-12-16 11:35:20 +03:00
// UpDown_ModbusID
2024-12-05 15:57:07 +03:00
//
2025-01-14 11:31:23 +03:00
this.UpDown_ModbusID.Location = new System.Drawing.Point(334, 26);
2024-12-16 11:35:20 +03:00
this.UpDown_ModbusID.Name = "UpDown_ModbusID";
this.UpDown_ModbusID.Size = new System.Drawing.Size(66, 20);
this.UpDown_ModbusID.TabIndex = 1;
2024-12-05 15:57:07 +03:00
//
2024-12-16 11:35:20 +03:00
// label2
//
2024-12-16 11:35:20 +03:00
this.label2.AutoSize = true;
2025-01-14 11:31:23 +03:00
this.label2.Location = new System.Drawing.Point(331, 9);
2024-12-16 11:35:20 +03:00
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 13);
this.label2.TabIndex = 0;
this.label2.Text = "Modbus ID";
2024-12-05 15:57:07 +03:00
//
2024-12-16 11:35:20 +03:00
// CBox_Ports
//
2024-12-16 11:35:20 +03:00
this.CBox_Ports.FormattingEnabled = true;
2025-01-14 11:31:23 +03:00
this.CBox_Ports.Location = new System.Drawing.Point(139, 24);
2024-12-16 11:35:20 +03:00
this.CBox_Ports.Name = "CBox_Ports";
this.CBox_Ports.Size = new System.Drawing.Size(65, 21);
this.CBox_Ports.TabIndex = 1;
this.CBox_Ports.Text = "COM1";
2024-12-05 15:57:07 +03:00
//
2024-12-16 11:35:20 +03:00
// label1
2024-12-12 16:00:02 +03:00
//
2024-12-16 11:35:20 +03:00
this.label1.AutoSize = true;
2025-01-14 11:31:23 +03:00
this.label1.Location = new System.Drawing.Point(136, 7);
2024-12-16 11:35:20 +03:00
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(32, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Порт";
2024-12-12 16:00:02 +03:00
//
2025-01-14 11:31:23 +03:00
// button1
//
this.button1.Location = new System.Drawing.Point(414, 24);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(92, 23);
this.button1.TabIndex = 2;
this.button1.Text = "Подключиться";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.ButtonConnect_Click);
//
// cBoxDevice
//
this.cBoxDevice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cBoxDevice.Location = new System.Drawing.Point(12, 24);
this.cBoxDevice.Name = "cBoxDevice";
this.cBoxDevice.Size = new System.Drawing.Size(121, 21);
this.cBoxDevice.TabIndex = 3;
this.cBoxDevice.SelectedIndexChanged += new System.EventHandler(this.cBoxDevice_SelectedIndexChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 8);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Устройство";
//
// checkboxID
//
this.checkboxID.AutoSize = true;
this.checkboxID.Location = new System.Drawing.Point(313, 29);
this.checkboxID.Name = "checkboxID";
this.checkboxID.Size = new System.Drawing.Size(15, 14);
this.checkboxID.TabIndex = 5;
this.checkboxID.UseVisualStyleBackColor = true;
this.checkboxID.CheckedChanged += new System.EventHandler(this.checkboxID_CheckedChanged);
//
2024-11-05 10:31:38 +03:00
// App
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2025-01-14 11:31:23 +03:00
this.ClientSize = new System.Drawing.Size(518, 226);
this.Controls.Add(this.checkboxID);
this.Controls.Add(this.label3);
this.Controls.Add(this.cBoxDevice);
this.Controls.Add(this.button1);
this.Controls.Add(this.CBox_Ports);
this.Controls.Add(this.label1);
this.Controls.Add(this.UpDown_ModbusID);
2024-11-05 16:57:05 +03:00
this.Controls.Add(this.TextBox_Log);
2025-01-14 11:31:23 +03:00
this.Controls.Add(this.label2);
2024-12-16 11:35:20 +03:00
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
2024-11-05 10:31:38 +03:00
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
2024-11-05 16:57:05 +03:00
this.MaximizeBox = false;
2024-11-05 10:31:38 +03:00
this.Name = "App";
2024-12-16 11:35:20 +03:00
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
2024-11-05 10:31:38 +03:00
this.Text = "Gidrolock Modbus Scanner";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.App_FormClosed);
this.Load += new System.EventHandler(this.Form1_Load);
2024-12-16 11:35:20 +03:00
((System.ComponentModel.ISupportInitialize)(this.UpDown_ModbusID)).EndInit();
2024-11-05 10:31:38 +03:00
this.ResumeLayout(false);
2024-11-05 16:57:05 +03:00
this.PerformLayout();
2024-11-05 10:31:38 +03:00
}
#endregion
2024-11-05 16:57:05 +03:00
private System.Windows.Forms.TextBox TextBox_Log;
2024-12-16 11:35:20 +03:00
private System.Windows.Forms.NumericUpDown UpDown_ModbusID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox CBox_Ports;
private System.Windows.Forms.Label label1;
2025-01-14 11:31:23 +03:00
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.CheckBox checkboxID;
private System.Windows.Forms.ComboBox cBoxDevice;
2024-11-05 10:31:38 +03:00
}
}