427 lines
18 KiB
C#
427 lines
18 KiB
C#
namespace MTC_Adapter
|
|
{
|
|
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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetupAdapter));
|
|
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.label9 = new System.Windows.Forms.Label();
|
|
this.nTempe = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.nPath = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.nUnOp = new System.Windows.Forms.TextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.nAssi = new System.Windows.Forms.TextBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.nMemArea = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.nProtMag = new System.Windows.Forms.TextBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.nSlittaMag = 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 = "Adapter_ItemList.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(176, 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(242, 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",
|
|
"ESAGV",
|
|
"FANUC",
|
|
"OSAI",
|
|
"SIEMENS"});
|
|
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;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(314, 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(380, 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(473, 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(539, 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(25, 65);
|
|
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(91, 62);
|
|
this.nPress.Name = "nPress";
|
|
this.nPress.Size = new System.Drawing.Size(33, 20);
|
|
this.nPress.TabIndex = 16;
|
|
this.nPress.Text = "1";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(176, 65);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(50, 13);
|
|
this.label9.TabIndex = 19;
|
|
this.label9.Text = "n° TEMP";
|
|
//
|
|
// nTempe
|
|
//
|
|
this.nTempe.Location = new System.Drawing.Point(242, 62);
|
|
this.nTempe.Name = "nTempe";
|
|
this.nTempe.Size = new System.Drawing.Size(33, 20);
|
|
this.nTempe.TabIndex = 18;
|
|
this.nTempe.Text = "1";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(314, 65);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(49, 13);
|
|
this.label10.TabIndex = 21;
|
|
this.label10.Text = "n° PATH";
|
|
//
|
|
// nPath
|
|
//
|
|
this.nPath.Location = new System.Drawing.Point(380, 62);
|
|
this.nPath.Name = "nPath";
|
|
this.nPath.Size = new System.Drawing.Size(33, 20);
|
|
this.nPath.TabIndex = 20;
|
|
this.nPath.Text = "1";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(473, 65);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(52, 13);
|
|
this.label11.TabIndex = 23;
|
|
this.label11.Text = "n° Un OP";
|
|
//
|
|
// nUnOp
|
|
//
|
|
this.nUnOp.Location = new System.Drawing.Point(539, 62);
|
|
this.nUnOp.Name = "nUnOp";
|
|
this.nUnOp.Size = new System.Drawing.Size(33, 20);
|
|
this.nUnOp.TabIndex = 22;
|
|
this.nUnOp.Text = "1";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(25, 91);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(39, 13);
|
|
this.label12.TabIndex = 25;
|
|
this.label12.Text = "n° Assi";
|
|
//
|
|
// nAssi
|
|
//
|
|
this.nAssi.Location = new System.Drawing.Point(91, 88);
|
|
this.nAssi.Name = "nAssi";
|
|
this.nAssi.Size = new System.Drawing.Size(33, 20);
|
|
this.nAssi.TabIndex = 24;
|
|
this.nAssi.Text = "1";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(176, 94);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(65, 13);
|
|
this.label13.TabIndex = 27;
|
|
this.label13.Text = "n° MemArea";
|
|
//
|
|
// nMemArea
|
|
//
|
|
this.nMemArea.Location = new System.Drawing.Point(242, 91);
|
|
this.nMemArea.Name = "nMemArea";
|
|
this.nMemArea.Size = new System.Drawing.Size(33, 20);
|
|
this.nMemArea.TabIndex = 26;
|
|
this.nMemArea.Text = "1";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(473, 94);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(63, 13);
|
|
this.label14.TabIndex = 31;
|
|
this.label14.Text = "n° Prot Mag";
|
|
//
|
|
// nProtMag
|
|
//
|
|
this.nProtMag.Location = new System.Drawing.Point(539, 91);
|
|
this.nProtMag.Name = "nProtMag";
|
|
this.nProtMag.Size = new System.Drawing.Size(33, 20);
|
|
this.nProtMag.TabIndex = 30;
|
|
this.nProtMag.Text = "0";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(314, 94);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(55, 13);
|
|
this.label15.TabIndex = 29;
|
|
this.label15.Text = "n° Sli Mag";
|
|
//
|
|
// nSlittaMag
|
|
//
|
|
this.nSlittaMag.Location = new System.Drawing.Point(380, 91);
|
|
this.nSlittaMag.Name = "nSlittaMag";
|
|
this.nSlittaMag.Size = new System.Drawing.Size(33, 20);
|
|
this.nSlittaMag.TabIndex = 28;
|
|
this.nSlittaMag.Text = "0";
|
|
//
|
|
// 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.label14);
|
|
this.Controls.Add(this.nProtMag);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.nSlittaMag);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.nMemArea);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.nAssi);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.nUnOp);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.nPath);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.nTempe);
|
|
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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "SetupAdapter";
|
|
this.Text = "Adapter Setup Manager";
|
|
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;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox nTempe;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox nPath;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox nUnOp;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.TextBox nAssi;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox nMemArea;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.TextBox nProtMag;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.TextBox nSlittaMag;
|
|
}
|
|
} |