383 lines
18 KiB
C#
383 lines
18 KiB
C#
namespace GenesisCordonelInterface.UI.StaraTuraAPI_GenesisCordonelInterface
|
|
{
|
|
partial class FrmGCIAPI
|
|
{
|
|
/// <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.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.lblSlot = new System.Windows.Forms.Label();
|
|
this.txtSlot = new System.Windows.Forms.TextBox();
|
|
this.lblConfigSource = new System.Windows.Forms.Label();
|
|
this.cmbConfigSource = new System.Windows.Forms.ComboBox();
|
|
this.lblPasswordSource = new System.Windows.Forms.Label();
|
|
this.cmbPasswordSource = new System.Windows.Forms.ComboBox();
|
|
this.lblRequestPort = new System.Windows.Forms.Label();
|
|
this.txtRequestPort = new System.Windows.Forms.TextBox();
|
|
this.lblRequestBaudRate = new System.Windows.Forms.Label();
|
|
this.txtRequestBaudRate = new System.Windows.Forms.TextBox();
|
|
this.lblStreamingPort = new System.Windows.Forms.Label();
|
|
this.txtStreamingPort = new System.Windows.Forms.TextBox();
|
|
this.lblStreamingBaudRate = new System.Windows.Forms.Label();
|
|
this.txtStreamingBaudRate = new System.Windows.Forms.TextBox();
|
|
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.btnInit = new System.Windows.Forms.Button();
|
|
this.btnConnectOne = new System.Windows.Forms.Button();
|
|
this.btnConnectAll = new System.Windows.Forms.Button();
|
|
this.btnDisconnect = new System.Windows.Forms.Button();
|
|
this.btnGetPcbId = 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.SuspendLayout();
|
|
//
|
|
// lblSlot
|
|
//
|
|
this.lblSlot.AutoSize = true;
|
|
this.lblSlot.Location = new System.Drawing.Point(20, 20);
|
|
this.lblSlot.Name = "lblSlot";
|
|
this.lblSlot.Size = new System.Drawing.Size(28, 13);
|
|
this.lblSlot.TabIndex = 0;
|
|
this.lblSlot.Text = "Slot:";
|
|
//
|
|
// txtSlot
|
|
//
|
|
this.txtSlot.Location = new System.Drawing.Point(150, 17);
|
|
this.txtSlot.Name = "txtSlot";
|
|
this.txtSlot.Size = new System.Drawing.Size(120, 20);
|
|
this.txtSlot.TabIndex = 1;
|
|
this.txtSlot.Text = "1";
|
|
//
|
|
// lblConfigSource
|
|
//
|
|
this.lblConfigSource.AutoSize = true;
|
|
this.lblConfigSource.Location = new System.Drawing.Point(20, 55);
|
|
this.lblConfigSource.Name = "lblConfigSource";
|
|
this.lblConfigSource.Size = new System.Drawing.Size(75, 13);
|
|
this.lblConfigSource.TabIndex = 2;
|
|
this.lblConfigSource.Text = "ConfigSource:";
|
|
//
|
|
// cmbConfigSource
|
|
//
|
|
this.cmbConfigSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbConfigSource.FormattingEnabled = true;
|
|
this.cmbConfigSource.Location = new System.Drawing.Point(150, 52);
|
|
this.cmbConfigSource.Name = "cmbConfigSource";
|
|
this.cmbConfigSource.Size = new System.Drawing.Size(180, 21);
|
|
this.cmbConfigSource.TabIndex = 3;
|
|
//
|
|
// lblPasswordSource
|
|
//
|
|
this.lblPasswordSource.AutoSize = true;
|
|
this.lblPasswordSource.Location = new System.Drawing.Point(20, 90);
|
|
this.lblPasswordSource.Name = "lblPasswordSource";
|
|
this.lblPasswordSource.Size = new System.Drawing.Size(88, 13);
|
|
this.lblPasswordSource.TabIndex = 4;
|
|
this.lblPasswordSource.Text = "PasswordSource:";
|
|
//
|
|
// cmbPasswordSource
|
|
//
|
|
this.cmbPasswordSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbPasswordSource.FormattingEnabled = true;
|
|
this.cmbPasswordSource.Location = new System.Drawing.Point(150, 87);
|
|
this.cmbPasswordSource.Name = "cmbPasswordSource";
|
|
this.cmbPasswordSource.Size = new System.Drawing.Size(180, 21);
|
|
this.cmbPasswordSource.TabIndex = 5;
|
|
//
|
|
// lblRequestPort
|
|
//
|
|
this.lblRequestPort.AutoSize = true;
|
|
this.lblRequestPort.Location = new System.Drawing.Point(20, 125);
|
|
this.lblRequestPort.Name = "lblRequestPort";
|
|
this.lblRequestPort.Size = new System.Drawing.Size(67, 13);
|
|
this.lblRequestPort.TabIndex = 6;
|
|
this.lblRequestPort.Text = "RequestPort:";
|
|
//
|
|
// txtRequestPort
|
|
//
|
|
this.txtRequestPort.Location = new System.Drawing.Point(150, 122);
|
|
this.txtRequestPort.Name = "txtRequestPort";
|
|
this.txtRequestPort.Size = new System.Drawing.Size(180, 20);
|
|
this.txtRequestPort.TabIndex = 7;
|
|
this.txtRequestPort.Text = "COM1";
|
|
//
|
|
// lblRequestBaudRate
|
|
//
|
|
this.lblRequestBaudRate.AutoSize = true;
|
|
this.lblRequestBaudRate.Location = new System.Drawing.Point(360, 125);
|
|
this.lblRequestBaudRate.Name = "lblRequestBaudRate";
|
|
this.lblRequestBaudRate.Size = new System.Drawing.Size(94, 13);
|
|
this.lblRequestBaudRate.TabIndex = 8;
|
|
this.lblRequestBaudRate.Text = "RequestBaudRate:";
|
|
//
|
|
// txtRequestBaudRate
|
|
//
|
|
this.txtRequestBaudRate.Location = new System.Drawing.Point(480, 122);
|
|
this.txtRequestBaudRate.Name = "txtRequestBaudRate";
|
|
this.txtRequestBaudRate.Size = new System.Drawing.Size(120, 20);
|
|
this.txtRequestBaudRate.TabIndex = 9;
|
|
this.txtRequestBaudRate.Text = "115200";
|
|
//
|
|
// lblStreamingPort
|
|
//
|
|
this.lblStreamingPort.AutoSize = true;
|
|
this.lblStreamingPort.Location = new System.Drawing.Point(20, 160);
|
|
this.lblStreamingPort.Name = "lblStreamingPort";
|
|
this.lblStreamingPort.Size = new System.Drawing.Size(74, 13);
|
|
this.lblStreamingPort.TabIndex = 10;
|
|
this.lblStreamingPort.Text = "StreamingPort:";
|
|
//
|
|
// txtStreamingPort
|
|
//
|
|
this.txtStreamingPort.Location = new System.Drawing.Point(150, 157);
|
|
this.txtStreamingPort.Name = "txtStreamingPort";
|
|
this.txtStreamingPort.Size = new System.Drawing.Size(180, 20);
|
|
this.txtStreamingPort.TabIndex = 11;
|
|
this.txtStreamingPort.Text = "COM2";
|
|
//
|
|
// lblStreamingBaudRate
|
|
//
|
|
this.lblStreamingBaudRate.AutoSize = true;
|
|
this.lblStreamingBaudRate.Location = new System.Drawing.Point(360, 160);
|
|
this.lblStreamingBaudRate.Name = "lblStreamingBaudRate";
|
|
this.lblStreamingBaudRate.Size = new System.Drawing.Size(101, 13);
|
|
this.lblStreamingBaudRate.TabIndex = 12;
|
|
this.lblStreamingBaudRate.Text = "StreamingBaudRate:";
|
|
//
|
|
// txtStreamingBaudRate
|
|
//
|
|
this.txtStreamingBaudRate.Location = new System.Drawing.Point(480, 157);
|
|
this.txtStreamingBaudRate.Name = "txtStreamingBaudRate";
|
|
this.txtStreamingBaudRate.Size = new System.Drawing.Size(120, 20);
|
|
this.txtStreamingBaudRate.TabIndex = 13;
|
|
this.txtStreamingBaudRate.Text = "115200";
|
|
//
|
|
// lblRegister
|
|
//
|
|
this.lblRegister.AutoSize = true;
|
|
this.lblRegister.Location = new System.Drawing.Point(20, 195);
|
|
this.lblRegister.Name = "lblRegister";
|
|
this.lblRegister.Size = new System.Drawing.Size(49, 13);
|
|
this.lblRegister.TabIndex = 14;
|
|
this.lblRegister.Text = "Register:";
|
|
//
|
|
// txtRegister
|
|
//
|
|
this.txtRegister.Location = new System.Drawing.Point(150, 192);
|
|
this.txtRegister.Name = "txtRegister";
|
|
this.txtRegister.Size = new System.Drawing.Size(450, 20);
|
|
this.txtRegister.TabIndex = 15;
|
|
this.txtRegister.Text = "GENESISFLOW_TriggerTest";
|
|
//
|
|
// lblValue
|
|
//
|
|
this.lblValue.AutoSize = true;
|
|
this.lblValue.Location = new System.Drawing.Point(20, 230);
|
|
this.lblValue.Name = "lblValue";
|
|
this.lblValue.Size = new System.Drawing.Size(37, 13);
|
|
this.lblValue.TabIndex = 16;
|
|
this.lblValue.Text = "Value:";
|
|
//
|
|
// txtValue
|
|
//
|
|
this.txtValue.Location = new System.Drawing.Point(150, 227);
|
|
this.txtValue.Name = "txtValue";
|
|
this.txtValue.Size = new System.Drawing.Size(450, 20);
|
|
this.txtValue.TabIndex = 17;
|
|
this.txtValue.Text = "1";
|
|
//
|
|
// lblPassword
|
|
//
|
|
this.lblPassword.AutoSize = true;
|
|
this.lblPassword.Location = new System.Drawing.Point(20, 265);
|
|
this.lblPassword.Name = "lblPassword";
|
|
this.lblPassword.Size = new System.Drawing.Size(56, 13);
|
|
this.lblPassword.TabIndex = 18;
|
|
this.lblPassword.Text = "Password:";
|
|
//
|
|
// txtPassword
|
|
//
|
|
this.txtPassword.Location = new System.Drawing.Point(150, 262);
|
|
this.txtPassword.Name = "txtPassword";
|
|
this.txtPassword.Size = new System.Drawing.Size(450, 20);
|
|
this.txtPassword.TabIndex = 19;
|
|
this.txtPassword.Text = "1234";
|
|
//
|
|
// btnInit
|
|
//
|
|
this.btnInit.Location = new System.Drawing.Point(23, 310);
|
|
this.btnInit.Name = "btnInit";
|
|
this.btnInit.Size = new System.Drawing.Size(180, 32);
|
|
this.btnInit.TabIndex = 20;
|
|
this.btnInit.Text = "Init One Meter From Extern";
|
|
this.btnInit.UseVisualStyleBackColor = true;
|
|
this.btnInit.Click += new System.EventHandler(this.btnInit_Click);
|
|
//
|
|
// btnConnectOne
|
|
//
|
|
this.btnConnectOne.Location = new System.Drawing.Point(220, 310);
|
|
this.btnConnectOne.Name = "btnConnectOne";
|
|
this.btnConnectOne.Size = new System.Drawing.Size(180, 32);
|
|
this.btnConnectOne.TabIndex = 21;
|
|
this.btnConnectOne.Text = "Connect One Meter";
|
|
this.btnConnectOne.UseVisualStyleBackColor = true;
|
|
this.btnConnectOne.Click += new System.EventHandler(this.btnConnectOne_Click);
|
|
//
|
|
// btnConnectAll
|
|
//
|
|
this.btnConnectAll.Location = new System.Drawing.Point(417, 310);
|
|
this.btnConnectAll.Name = "btnConnectAll";
|
|
this.btnConnectAll.Size = new System.Drawing.Size(180, 32);
|
|
this.btnConnectAll.TabIndex = 22;
|
|
this.btnConnectAll.Text = "Connect All Meters";
|
|
this.btnConnectAll.UseVisualStyleBackColor = true;
|
|
this.btnConnectAll.Click += new System.EventHandler(this.btnConnectAll_Click);
|
|
//
|
|
// btnDisconnect
|
|
//
|
|
this.btnDisconnect.Location = new System.Drawing.Point(23, 355);
|
|
this.btnDisconnect.Name = "btnDisconnect";
|
|
this.btnDisconnect.Size = new System.Drawing.Size(180, 32);
|
|
this.btnDisconnect.TabIndex = 23;
|
|
this.btnDisconnect.Text = "Disconnect";
|
|
this.btnDisconnect.UseVisualStyleBackColor = true;
|
|
this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
|
|
//
|
|
// btnGetPcbId
|
|
//
|
|
this.btnGetPcbId.Location = new System.Drawing.Point(220, 355);
|
|
this.btnGetPcbId.Name = "btnGetPcbId";
|
|
this.btnGetPcbId.Size = new System.Drawing.Size(180, 32);
|
|
this.btnGetPcbId.TabIndex = 24;
|
|
this.btnGetPcbId.Text = "Get PCB ID";
|
|
this.btnGetPcbId.UseVisualStyleBackColor = true;
|
|
this.btnGetPcbId.Click += new System.EventHandler(this.btnGetPcbId_Click);
|
|
//
|
|
// btnReadRegister
|
|
//
|
|
this.btnReadRegister.Location = new System.Drawing.Point(417, 355);
|
|
this.btnReadRegister.Name = "btnReadRegister";
|
|
this.btnReadRegister.Size = new System.Drawing.Size(180, 32);
|
|
this.btnReadRegister.TabIndex = 25;
|
|
this.btnReadRegister.Text = "Read Register";
|
|
this.btnReadRegister.UseVisualStyleBackColor = true;
|
|
this.btnReadRegister.Click += new System.EventHandler(this.btnReadRegister_Click);
|
|
//
|
|
// btnWriteRegister
|
|
//
|
|
this.btnWriteRegister.Location = new System.Drawing.Point(23, 400);
|
|
this.btnWriteRegister.Name = "btnWriteRegister";
|
|
this.btnWriteRegister.Size = new System.Drawing.Size(180, 32);
|
|
this.btnWriteRegister.TabIndex = 26;
|
|
this.btnWriteRegister.Text = "Write Register";
|
|
this.btnWriteRegister.UseVisualStyleBackColor = true;
|
|
this.btnWriteRegister.Click += new System.EventHandler(this.btnWriteRegister_Click);
|
|
//
|
|
// btnSetPassword
|
|
//
|
|
this.btnSetPassword.Location = new System.Drawing.Point(220, 400);
|
|
this.btnSetPassword.Name = "btnSetPassword";
|
|
this.btnSetPassword.Size = new System.Drawing.Size(180, 32);
|
|
this.btnSetPassword.TabIndex = 27;
|
|
this.btnSetPassword.Text = "Set Meter Password";
|
|
this.btnSetPassword.UseVisualStyleBackColor = true;
|
|
this.btnSetPassword.Click += new System.EventHandler(this.btnSetPassword_Click);
|
|
//
|
|
// FrmGCIAPI
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(624, 455);
|
|
this.Controls.Add(this.btnSetPassword);
|
|
this.Controls.Add(this.btnWriteRegister);
|
|
this.Controls.Add(this.btnReadRegister);
|
|
this.Controls.Add(this.btnGetPcbId);
|
|
this.Controls.Add(this.btnDisconnect);
|
|
this.Controls.Add(this.btnConnectAll);
|
|
this.Controls.Add(this.btnConnectOne);
|
|
this.Controls.Add(this.btnInit);
|
|
this.Controls.Add(this.txtPassword);
|
|
this.Controls.Add(this.lblPassword);
|
|
this.Controls.Add(this.txtValue);
|
|
this.Controls.Add(this.lblValue);
|
|
this.Controls.Add(this.txtRegister);
|
|
this.Controls.Add(this.lblRegister);
|
|
this.Controls.Add(this.txtStreamingBaudRate);
|
|
this.Controls.Add(this.lblStreamingBaudRate);
|
|
this.Controls.Add(this.txtStreamingPort);
|
|
this.Controls.Add(this.lblStreamingPort);
|
|
this.Controls.Add(this.txtRequestBaudRate);
|
|
this.Controls.Add(this.lblRequestBaudRate);
|
|
this.Controls.Add(this.txtRequestPort);
|
|
this.Controls.Add(this.lblRequestPort);
|
|
this.Controls.Add(this.cmbPasswordSource);
|
|
this.Controls.Add(this.lblPasswordSource);
|
|
this.Controls.Add(this.cmbConfigSource);
|
|
this.Controls.Add(this.lblConfigSource);
|
|
this.Controls.Add(this.txtSlot);
|
|
this.Controls.Add(this.lblSlot);
|
|
this.Name = "FrmGCIAPI";
|
|
this.Text = "GCI API Test Panel";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblSlot;
|
|
private System.Windows.Forms.TextBox txtSlot;
|
|
private System.Windows.Forms.Label lblConfigSource;
|
|
private System.Windows.Forms.ComboBox cmbConfigSource;
|
|
private System.Windows.Forms.Label lblPasswordSource;
|
|
private System.Windows.Forms.ComboBox cmbPasswordSource;
|
|
private System.Windows.Forms.Label lblRequestPort;
|
|
private System.Windows.Forms.TextBox txtRequestPort;
|
|
private System.Windows.Forms.Label lblRequestBaudRate;
|
|
private System.Windows.Forms.TextBox txtRequestBaudRate;
|
|
private System.Windows.Forms.Label lblStreamingPort;
|
|
private System.Windows.Forms.TextBox txtStreamingPort;
|
|
private System.Windows.Forms.Label lblStreamingBaudRate;
|
|
private System.Windows.Forms.TextBox txtStreamingBaudRate;
|
|
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 btnInit;
|
|
private System.Windows.Forms.Button btnConnectOne;
|
|
private System.Windows.Forms.Button btnConnectAll;
|
|
private System.Windows.Forms.Button btnDisconnect;
|
|
private System.Windows.Forms.Button btnGetPcbId;
|
|
private System.Windows.Forms.Button btnReadRegister;
|
|
private System.Windows.Forms.Button btnWriteRegister;
|
|
private System.Windows.Forms.Button btnSetPassword;
|
|
}
|
|
} |