236 lines
11 KiB
C#
236 lines
11 KiB
C#
namespace IOB.WIN.FileExp
|
|
{
|
|
partial class IOB_Exporter
|
|
{
|
|
/// <summary>
|
|
/// Variabile di progettazione necessaria.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Pulire le risorse in uso.
|
|
/// </summary>
|
|
/// <param name="disposing">ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Codice generato da Progettazione Windows Form
|
|
|
|
/// <summary>
|
|
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
|
|
/// il contenuto del metodo con l'editor di codice.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IOB_Exporter));
|
|
this.txtCsvPath = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.lblPlcIp = new System.Windows.Forms.Label();
|
|
this.txtIP = new System.Windows.Forms.TextBox();
|
|
this.txtSlot = new System.Windows.Forms.TextBox();
|
|
this.lblPlcSlot = new System.Windows.Forms.Label();
|
|
this.txtRack = new System.Windows.Forms.TextBox();
|
|
this.lblPlcRack = new System.Windows.Forms.Label();
|
|
this.lblPlcCpu = new System.Windows.Forms.Label();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.tsslApp = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
|
|
this.txtCpuType = new System.Windows.Forms.TextBox();
|
|
this.txtLog = new System.Windows.Forms.TextBox();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// txtCsvPath
|
|
//
|
|
this.txtCsvPath.Enabled = false;
|
|
this.txtCsvPath.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtCsvPath.Location = new System.Drawing.Point(28, 40);
|
|
this.txtCsvPath.Name = "txtCsvPath";
|
|
this.txtCsvPath.Size = new System.Drawing.Size(172, 20);
|
|
this.txtCsvPath.TabIndex = 0;
|
|
this.txtCsvPath.Text = "c:\\TMP\\OutputFile.csv";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(25, 24);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(47, 13);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "CSV File";
|
|
//
|
|
// lblPlcIp
|
|
//
|
|
this.lblPlcIp.AutoSize = true;
|
|
this.lblPlcIp.Location = new System.Drawing.Point(279, 24);
|
|
this.lblPlcIp.Name = "lblPlcIp";
|
|
this.lblPlcIp.Size = new System.Drawing.Size(42, 13);
|
|
this.lblPlcIp.TabIndex = 2;
|
|
this.lblPlcIp.Text = "IP Addr";
|
|
//
|
|
// txtIP
|
|
//
|
|
this.txtIP.Enabled = false;
|
|
this.txtIP.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtIP.Location = new System.Drawing.Point(340, 21);
|
|
this.txtIP.Name = "txtIP";
|
|
this.txtIP.Size = new System.Drawing.Size(106, 20);
|
|
this.txtIP.TabIndex = 3;
|
|
this.txtIP.Text = "192.168.0.102";
|
|
this.txtIP.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// txtSlot
|
|
//
|
|
this.txtSlot.Enabled = false;
|
|
this.txtSlot.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtSlot.Location = new System.Drawing.Point(499, 47);
|
|
this.txtSlot.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtSlot.Name = "txtSlot";
|
|
this.txtSlot.Size = new System.Drawing.Size(29, 20);
|
|
this.txtSlot.TabIndex = 10;
|
|
this.txtSlot.Text = "1";
|
|
this.txtSlot.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// lblPlcSlot
|
|
//
|
|
this.lblPlcSlot.AutoSize = true;
|
|
this.lblPlcSlot.Location = new System.Drawing.Point(462, 49);
|
|
this.lblPlcSlot.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblPlcSlot.Name = "lblPlcSlot";
|
|
this.lblPlcSlot.Size = new System.Drawing.Size(25, 13);
|
|
this.lblPlcSlot.TabIndex = 8;
|
|
this.lblPlcSlot.Text = "Slot";
|
|
//
|
|
// txtRack
|
|
//
|
|
this.txtRack.Enabled = false;
|
|
this.txtRack.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtRack.Location = new System.Drawing.Point(499, 21);
|
|
this.txtRack.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtRack.Name = "txtRack";
|
|
this.txtRack.Size = new System.Drawing.Size(29, 20);
|
|
this.txtRack.TabIndex = 11;
|
|
this.txtRack.Text = "0";
|
|
this.txtRack.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// lblPlcRack
|
|
//
|
|
this.lblPlcRack.AutoSize = true;
|
|
this.lblPlcRack.Location = new System.Drawing.Point(462, 23);
|
|
this.lblPlcRack.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblPlcRack.Name = "lblPlcRack";
|
|
this.lblPlcRack.Size = new System.Drawing.Size(33, 13);
|
|
this.lblPlcRack.TabIndex = 9;
|
|
this.lblPlcRack.Text = "Rack";
|
|
//
|
|
// lblPlcCpu
|
|
//
|
|
this.lblPlcCpu.AutoSize = true;
|
|
this.lblPlcCpu.Location = new System.Drawing.Point(279, 49);
|
|
this.lblPlcCpu.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.lblPlcCpu.Name = "lblPlcCpu";
|
|
this.lblPlcCpu.Size = new System.Drawing.Size(56, 13);
|
|
this.lblPlcCpu.TabIndex = 7;
|
|
this.lblPlcCpu.Text = "CPU Type";
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsslApp,
|
|
this.toolStripProgressBar1});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 421);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(658, 22);
|
|
this.statusStrip1.TabIndex = 12;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// tsslApp
|
|
//
|
|
this.tsslApp.Name = "tsslApp";
|
|
this.tsslApp.Size = new System.Drawing.Size(16, 17);
|
|
this.tsslApp.Text = "...";
|
|
//
|
|
// toolStripProgressBar1
|
|
//
|
|
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
|
|
this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
|
|
//
|
|
// txtCpuType
|
|
//
|
|
this.txtCpuType.Enabled = false;
|
|
this.txtCpuType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtCpuType.Location = new System.Drawing.Point(340, 47);
|
|
this.txtCpuType.Name = "txtCpuType";
|
|
this.txtCpuType.Size = new System.Drawing.Size(106, 20);
|
|
this.txtCpuType.TabIndex = 13;
|
|
this.txtCpuType.Text = "S71200";
|
|
this.txtCpuType.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
//
|
|
// txtLog
|
|
//
|
|
this.txtLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtLog.BackColor = System.Drawing.Color.Black;
|
|
this.txtLog.Enabled = false;
|
|
this.txtLog.ForeColor = System.Drawing.SystemColors.MenuHighlight;
|
|
this.txtLog.Location = new System.Drawing.Point(13, 82);
|
|
this.txtLog.Multiline = true;
|
|
this.txtLog.Name = "txtLog";
|
|
this.txtLog.Size = new System.Drawing.Size(633, 336);
|
|
this.txtLog.TabIndex = 14;
|
|
this.txtLog.Text = "...";
|
|
//
|
|
// IOB_Exporter
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(658, 443);
|
|
this.Controls.Add(this.txtLog);
|
|
this.Controls.Add(this.txtCpuType);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.txtSlot);
|
|
this.Controls.Add(this.lblPlcSlot);
|
|
this.Controls.Add(this.txtRack);
|
|
this.Controls.Add(this.lblPlcRack);
|
|
this.Controls.Add(this.lblPlcCpu);
|
|
this.Controls.Add(this.txtIP);
|
|
this.Controls.Add(this.lblPlcIp);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txtCsvPath);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "IOB_Exporter";
|
|
this.Text = "MAPO IOB Exporter";
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtCsvPath;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label lblPlcIp;
|
|
private System.Windows.Forms.TextBox txtIP;
|
|
private System.Windows.Forms.TextBox txtSlot;
|
|
private System.Windows.Forms.Label lblPlcSlot;
|
|
private System.Windows.Forms.TextBox txtRack;
|
|
private System.Windows.Forms.Label lblPlcRack;
|
|
private System.Windows.Forms.Label lblPlcCpu;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel tsslApp;
|
|
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
|
|
private System.Windows.Forms.TextBox txtCpuType;
|
|
private System.Windows.Forms.TextBox txtLog;
|
|
}
|
|
}
|
|
|