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()
|
|
|
|
|
|
{
|
2024-12-06 16:32:10 +03:00
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
2024-12-05 15:57:07 +03:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Datasheet));
|
2024-12-06 16:32:10 +03:00
|
|
|
|
this.DGV_Device = new System.Windows.Forms.DataGridView();
|
2024-12-16 11:35:20 +03:00
|
|
|
|
this.Label_DeviceNameLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.Label_DescriptionLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.Label_DeviceName = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.Label_Description = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.Button_StartStop = new System.Windows.Forms.Button();
|
2024-12-06 16:32:10 +03:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DGV_Device)).BeginInit();
|
2024-12-05 15:57:07 +03:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
2024-12-06 16:32:10 +03:00
|
|
|
|
// DGV_Device
|
2024-12-05 17:52:25 +03:00
|
|
|
|
//
|
2024-12-16 15:52:01 +03:00
|
|
|
|
this.DGV_Device.AllowUserToAddRows = false;
|
2024-12-06 16:32:10 +03:00
|
|
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
|
this.DGV_Device.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
|
this.DGV_Device.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
2024-12-05 17:52:25 +03:00
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2024-12-06 16:32:10 +03:00
|
|
|
|
this.DGV_Device.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
2024-12-16 11:35:20 +03:00
|
|
|
|
this.DGV_Device.Location = new System.Drawing.Point(13, 68);
|
2024-12-06 16:32:10 +03:00
|
|
|
|
this.DGV_Device.MultiSelect = false;
|
|
|
|
|
|
this.DGV_Device.Name = "DGV_Device";
|
|
|
|
|
|
this.DGV_Device.RowHeadersVisible = false;
|
2024-12-16 11:35:20 +03:00
|
|
|
|
this.DGV_Device.Size = new System.Drawing.Size(567, 420);
|
2024-12-06 16:32:10 +03:00
|
|
|
|
this.DGV_Device.TabIndex = 0;
|
2024-12-05 17:52:25 +03:00
|
|
|
|
//
|
2024-12-16 11:35:20 +03:00
|
|
|
|
// Label_DeviceNameLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Label_DeviceNameLabel.AutoSize = true;
|
|
|
|
|
|
this.Label_DeviceNameLabel.Location = new System.Drawing.Point(13, 13);
|
|
|
|
|
|
this.Label_DeviceNameLabel.Name = "Label_DeviceNameLabel";
|
|
|
|
|
|
this.Label_DeviceNameLabel.Size = new System.Drawing.Size(92, 13);
|
|
|
|
|
|
this.Label_DeviceNameLabel.TabIndex = 1;
|
|
|
|
|
|
this.Label_DeviceNameLabel.Text = "Имя устройства:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// Label_DescriptionLabel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Label_DescriptionLabel.AutoSize = true;
|
|
|
|
|
|
this.Label_DescriptionLabel.Location = new System.Drawing.Point(13, 31);
|
|
|
|
|
|
this.Label_DescriptionLabel.Name = "Label_DescriptionLabel";
|
|
|
|
|
|
this.Label_DescriptionLabel.Size = new System.Drawing.Size(60, 13);
|
|
|
|
|
|
this.Label_DescriptionLabel.TabIndex = 2;
|
|
|
|
|
|
this.Label_DescriptionLabel.Text = "Описание:";
|
|
|
|
|
|
//
|
|
|
|
|
|
// Label_DeviceName
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Label_DeviceName.AutoSize = true;
|
|
|
|
|
|
this.Label_DeviceName.Location = new System.Drawing.Point(104, 13);
|
|
|
|
|
|
this.Label_DeviceName.Name = "Label_DeviceName";
|
|
|
|
|
|
this.Label_DeviceName.Size = new System.Drawing.Size(35, 13);
|
|
|
|
|
|
this.Label_DeviceName.TabIndex = 3;
|
|
|
|
|
|
this.Label_DeviceName.Text = "label3";
|
|
|
|
|
|
//
|
|
|
|
|
|
// Label_Description
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Label_Description.AutoSize = true;
|
|
|
|
|
|
this.Label_Description.Location = new System.Drawing.Point(72, 31);
|
|
|
|
|
|
this.Label_Description.Name = "Label_Description";
|
|
|
|
|
|
this.Label_Description.Size = new System.Drawing.Size(35, 13);
|
|
|
|
|
|
this.Label_Description.TabIndex = 4;
|
|
|
|
|
|
this.Label_Description.Text = "label4";
|
|
|
|
|
|
//
|
|
|
|
|
|
// Button_StartStop
|
|
|
|
|
|
//
|
|
|
|
|
|
this.Button_StartStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
this.Button_StartStop.Location = new System.Drawing.Point(505, 13);
|
|
|
|
|
|
this.Button_StartStop.Name = "Button_StartStop";
|
|
|
|
|
|
this.Button_StartStop.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
|
this.Button_StartStop.TabIndex = 5;
|
|
|
|
|
|
this.Button_StartStop.Text = "Старт";
|
|
|
|
|
|
this.Button_StartStop.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.Button_StartStop.Click += new System.EventHandler(this.Button_StartStop_Click);
|
|
|
|
|
|
//
|
2024-12-05 15:57:07 +03:00
|
|
|
|
// Datasheet
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2024-12-16 11:35:20 +03:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(592, 500);
|
|
|
|
|
|
this.Controls.Add(this.Button_StartStop);
|
|
|
|
|
|
this.Controls.Add(this.Label_Description);
|
|
|
|
|
|
this.Controls.Add(this.Label_DeviceName);
|
|
|
|
|
|
this.Controls.Add(this.Label_DescriptionLabel);
|
|
|
|
|
|
this.Controls.Add(this.Label_DeviceNameLabel);
|
2024-12-06 16:32:10 +03:00
|
|
|
|
this.Controls.Add(this.DGV_Device);
|
2024-12-05 15:57:07 +03:00
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
|
|
|
this.Name = "Datasheet";
|
|
|
|
|
|
this.Text = "Datasheet";
|
2024-12-06 16:32:10 +03:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DGV_Device)).EndInit();
|
2024-12-05 15:57:07 +03:00
|
|
|
|
this.ResumeLayout(false);
|
2024-12-16 11:35:20 +03:00
|
|
|
|
this.PerformLayout();
|
2024-12-05 15:57:07 +03:00
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-12-05 17:52:25 +03:00
|
|
|
|
|
2024-12-06 16:32:10 +03:00
|
|
|
|
private System.Windows.Forms.DataGridView DGV_Device;
|
2024-12-16 11:35:20 +03:00
|
|
|
|
private System.Windows.Forms.Label Label_DeviceNameLabel;
|
|
|
|
|
|
private System.Windows.Forms.Label Label_DescriptionLabel;
|
|
|
|
|
|
private System.Windows.Forms.Label Label_DeviceName;
|
|
|
|
|
|
private System.Windows.Forms.Label Label_Description;
|
|
|
|
|
|
private System.Windows.Forms.Button Button_StartStop;
|
2024-12-05 15:57:07 +03:00
|
|
|
|
}
|
|
|
|
|
|
}
|