99 lines
4.3 KiB
C#
99 lines
4.3 KiB
C#
namespace GenesisCordonelInterface.UI.StaraTuraAPI_GenesisCordonelInterface
|
|
{
|
|
partial class MetersActionView
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
private System.Windows.Forms.Label lblRegister;
|
|
private System.Windows.Forms.TextBox txtRegister;
|
|
private System.Windows.Forms.Label lblValue;
|
|
private System.Windows.Forms.TextBox txtValue;
|
|
private System.Windows.Forms.Label lblPassword;
|
|
private System.Windows.Forms.TextBox txtPassword;
|
|
|
|
private System.Windows.Forms.Button btnConnectSelected;
|
|
private System.Windows.Forms.Button btnReadRegister;
|
|
private System.Windows.Forms.Button btnWriteRegister;
|
|
private System.Windows.Forms.Button btnSetPassword;
|
|
private System.Windows.Forms.Button btnDisconnectSelected;
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && components != null)
|
|
components.Dispose();
|
|
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.lblRegister = new System.Windows.Forms.Label();
|
|
this.txtRegister = new System.Windows.Forms.TextBox();
|
|
this.lblValue = new System.Windows.Forms.Label();
|
|
this.txtValue = new System.Windows.Forms.TextBox();
|
|
this.lblPassword = new System.Windows.Forms.Label();
|
|
this.txtPassword = new System.Windows.Forms.TextBox();
|
|
|
|
this.btnConnectSelected = new System.Windows.Forms.Button();
|
|
this.btnReadRegister = new System.Windows.Forms.Button();
|
|
this.btnWriteRegister = new System.Windows.Forms.Button();
|
|
this.btnSetPassword = new System.Windows.Forms.Button();
|
|
this.btnDisconnectSelected = new System.Windows.Forms.Button();
|
|
|
|
this.SuspendLayout();
|
|
|
|
this.lblRegister.SetBounds(20, 20, 100, 20);
|
|
this.lblRegister.Text = "Register:";
|
|
this.txtRegister.SetBounds(130, 17, 250, 20);
|
|
this.txtRegister.Text = "GENESISFLOW_TriggerTest";
|
|
|
|
this.lblValue.SetBounds(20, 55, 100, 20);
|
|
this.lblValue.Text = "Value:";
|
|
this.txtValue.SetBounds(130, 52, 250, 20);
|
|
this.txtValue.Text = "1";
|
|
|
|
this.lblPassword.SetBounds(20, 90, 100, 20);
|
|
this.lblPassword.Text = "Password:";
|
|
this.txtPassword.SetBounds(130, 87, 250, 20);
|
|
this.txtPassword.Text = "1234";
|
|
|
|
this.btnConnectSelected.SetBounds(20, 140, 170, 32);
|
|
this.btnConnectSelected.Text = "Connect Selected";
|
|
this.btnConnectSelected.Click += new System.EventHandler(this.btnConnectSelected_Click);
|
|
|
|
this.btnDisconnectSelected.SetBounds(210, 140, 170, 32);
|
|
this.btnDisconnectSelected.Text = "Disconnect Selected";
|
|
this.btnDisconnectSelected.Click += new System.EventHandler(this.btnDisconnectSelected_Click);
|
|
|
|
this.btnReadRegister.SetBounds(20, 185, 170, 32);
|
|
this.btnReadRegister.Text = "Read Register";
|
|
this.btnReadRegister.Click += new System.EventHandler(this.btnReadRegister_Click);
|
|
|
|
this.btnWriteRegister.SetBounds(210, 185, 170, 32);
|
|
this.btnWriteRegister.Text = "Write Register";
|
|
this.btnWriteRegister.Click += new System.EventHandler(this.btnWriteRegister_Click);
|
|
|
|
this.btnSetPassword.SetBounds(20, 230, 170, 32);
|
|
this.btnSetPassword.Text = "Set Password";
|
|
this.btnSetPassword.Click += new System.EventHandler(this.btnSetPassword_Click);
|
|
|
|
this.Controls.Add(this.lblRegister);
|
|
this.Controls.Add(this.txtRegister);
|
|
this.Controls.Add(this.lblValue);
|
|
this.Controls.Add(this.txtValue);
|
|
this.Controls.Add(this.lblPassword);
|
|
this.Controls.Add(this.txtPassword);
|
|
this.Controls.Add(this.btnConnectSelected);
|
|
this.Controls.Add(this.btnDisconnectSelected);
|
|
this.Controls.Add(this.btnReadRegister);
|
|
this.Controls.Add(this.btnWriteRegister);
|
|
this.Controls.Add(this.btnSetPassword);
|
|
|
|
this.Name = "MetersActionView";
|
|
this.Size = new System.Drawing.Size(420, 320);
|
|
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
}
|
|
} |