263 lines
11 KiB
C#
263 lines
11 KiB
C#
namespace MTC_Sim
|
|
{
|
|
partial class SetupAdapter
|
|
{
|
|
/// <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()
|
|
{
|
|
this.txtAdapter = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtFileName = new System.Windows.Forms.TextBox();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.btnLoad = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.nVacPump = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.nVacAct = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.cbTipoAdapt = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.nLubro = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.nCooler = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.nPress = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// txtAdapter
|
|
//
|
|
this.txtAdapter.Location = new System.Drawing.Point(91, 10);
|
|
this.txtAdapter.Name = "txtAdapter";
|
|
this.txtAdapter.Size = new System.Drawing.Size(214, 20);
|
|
this.txtAdapter.TabIndex = 0;
|
|
this.txtAdapter.Text = "CMS_ADAPTER_00";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(22, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(58, 13);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "ADAPTER";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(311, 13);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(63, 13);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "FILE NAME";
|
|
//
|
|
// txtFileName
|
|
//
|
|
this.txtFileName.Location = new System.Drawing.Point(380, 10);
|
|
this.txtFileName.Name = "txtFileName";
|
|
this.txtFileName.Size = new System.Drawing.Size(122, 20);
|
|
this.txtFileName.TabIndex = 2;
|
|
this.txtFileName.Text = "Demo.xml";
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Location = new System.Drawing.Point(479, 467);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(201, 38);
|
|
this.btnSave.TabIndex = 4;
|
|
this.btnSave.Text = "SAVE CONFIGURATION";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnCreateFile_Click);
|
|
//
|
|
// btnLoad
|
|
//
|
|
this.btnLoad.Location = new System.Drawing.Point(16, 467);
|
|
this.btnLoad.Name = "btnLoad";
|
|
this.btnLoad.Size = new System.Drawing.Size(201, 38);
|
|
this.btnLoad.TabIndex = 5;
|
|
this.btnLoad.Text = "LOAD CONFIGURATION";
|
|
this.btnLoad.UseVisualStyleBackColor = true;
|
|
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(10, 39);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(75, 13);
|
|
this.label3.TabIndex = 7;
|
|
this.label3.Text = "n° VAC PUMP";
|
|
//
|
|
// nVacPump
|
|
//
|
|
this.nVacPump.Location = new System.Drawing.Point(91, 36);
|
|
this.nVacPump.Name = "nVacPump";
|
|
this.nVacPump.Size = new System.Drawing.Size(33, 20);
|
|
this.nVacPump.TabIndex = 6;
|
|
this.nVacPump.Text = "1";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(135, 39);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(60, 13);
|
|
this.label4.TabIndex = 9;
|
|
this.label4.Text = "n° VAC Act";
|
|
//
|
|
// nVacAct
|
|
//
|
|
this.nVacAct.Location = new System.Drawing.Point(201, 36);
|
|
this.nVacAct.Name = "nVacAct";
|
|
this.nVacAct.Size = new System.Drawing.Size(33, 20);
|
|
this.nVacAct.TabIndex = 8;
|
|
this.nVacAct.Text = "2";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(517, 13);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(32, 13);
|
|
this.label5.TabIndex = 10;
|
|
this.label5.Text = "TIPO";
|
|
//
|
|
// cbTipoAdapt
|
|
//
|
|
this.cbTipoAdapt.FormattingEnabled = true;
|
|
this.cbTipoAdapt.Items.AddRange(new object[] {
|
|
"DEMO",
|
|
"FANUC",
|
|
"HMI"});
|
|
this.cbTipoAdapt.Location = new System.Drawing.Point(555, 10);
|
|
this.cbTipoAdapt.Name = "cbTipoAdapt";
|
|
this.cbTipoAdapt.Size = new System.Drawing.Size(121, 21);
|
|
this.cbTipoAdapt.TabIndex = 11;
|
|
this.cbTipoAdapt.Text = "DEMO";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(248, 39);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(57, 13);
|
|
this.label6.TabIndex = 13;
|
|
this.label6.Text = "n° LUBRO";
|
|
//
|
|
// nLubro
|
|
//
|
|
this.nLubro.Location = new System.Drawing.Point(314, 36);
|
|
this.nLubro.Name = "nLubro";
|
|
this.nLubro.Size = new System.Drawing.Size(33, 20);
|
|
this.nLubro.TabIndex = 12;
|
|
this.nLubro.Text = "1";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(356, 39);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(64, 13);
|
|
this.label7.TabIndex = 15;
|
|
this.label7.Text = "n° COOLER";
|
|
//
|
|
// nCooler
|
|
//
|
|
this.nCooler.Location = new System.Drawing.Point(422, 36);
|
|
this.nCooler.Name = "nCooler";
|
|
this.nCooler.Size = new System.Drawing.Size(33, 20);
|
|
this.nCooler.TabIndex = 14;
|
|
this.nCooler.Text = "2";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(464, 39);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(56, 13);
|
|
this.label8.TabIndex = 17;
|
|
this.label8.Text = "n° PRESS";
|
|
//
|
|
// nPress
|
|
//
|
|
this.nPress.Location = new System.Drawing.Point(530, 36);
|
|
this.nPress.Name = "nPress";
|
|
this.nPress.Size = new System.Drawing.Size(33, 20);
|
|
this.nPress.TabIndex = 16;
|
|
this.nPress.Text = "1";
|
|
//
|
|
// SetupAdapter
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(692, 517);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.nPress);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.nCooler);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.nLubro);
|
|
this.Controls.Add(this.cbTipoAdapt);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.nVacAct);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.nVacPump);
|
|
this.Controls.Add(this.btnLoad);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtFileName);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txtAdapter);
|
|
this.Name = "SetupAdapter";
|
|
this.Text = "SetupAdapter";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtAdapter;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtFileName;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.Button btnLoad;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox nVacPump;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox nVacAct;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ComboBox cbTipoAdapt;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox nLubro;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox nCooler;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox nPress;
|
|
}
|
|
} |