Files
SeikoGluing/精工涂胶检测项目/精工涂胶检测项目/Form/FormCommunication.Designer.cs

421 lines
22 KiB
C#

namespace
{
partial class FormCommunication
{
/// <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.components = new System.ComponentModel.Container();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.btn_TCPConfirm = new System.Windows.Forms.Button();
this.txb_Port = new System.Windows.Forms.TextBox();
this.txb_IP = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.btn_PLCConfirm = new System.Windows.Forms.Button();
this.cmb_PLCType = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txb_PLCSlot = new System.Windows.Forms.TextBox();
this.txb_PLCRack = new System.Windows.Forms.TextBox();
this.txb_PLCIP = new System.Windows.Forms.TextBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.btn_ModbusTCPConfirm = new System.Windows.Forms.Button();
this.txb_ModbusTcpPort = new System.Windows.Forms.TextBox();
this.txb_ModbusTcpIP = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.btn_OK = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.tabControl1.ItemSize = new System.Drawing.Size(80, 30);
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabControl1.Multiline = true;
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1067, 500);
this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.btn_TCPConfirm);
this.tabPage1.Controls.Add(this.txb_Port);
this.tabPage1.Controls.Add(this.txb_IP);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Location = new System.Drawing.Point(4, 34);
this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabPage1.Size = new System.Drawing.Size(1059, 462);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "TCP";
this.tabPage1.UseVisualStyleBackColor = true;
//
// btn_TCPConfirm
//
this.btn_TCPConfirm.Font = new System.Drawing.Font("宋体", 12F);
this.btn_TCPConfirm.Location = new System.Drawing.Point(16, 104);
this.btn_TCPConfirm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_TCPConfirm.Name = "btn_TCPConfirm";
this.btn_TCPConfirm.Size = new System.Drawing.Size(139, 41);
this.btn_TCPConfirm.TabIndex = 5;
this.btn_TCPConfirm.Text = "连接";
this.btn_TCPConfirm.UseVisualStyleBackColor = true;
this.btn_TCPConfirm.Click += new System.EventHandler(this.btn_TCPConfirm_Click);
//
// txb_Port
//
this.txb_Port.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::.Properties.Settings.Default, "TcpProt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txb_Port.Location = new System.Drawing.Point(105, 70);
this.txb_Port.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txb_Port.Name = "txb_Port";
this.txb_Port.Size = new System.Drawing.Size(132, 25);
this.txb_Port.TabIndex = 3;
this.txb_Port.Text = global::.Properties.Settings.Default.TcpProt;
//
// txb_IP
//
this.txb_IP.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::.Properties.Settings.Default, "TcpIP", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txb_IP.Location = new System.Drawing.Point(105, 16);
this.txb_IP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txb_IP.Name = "txb_IP";
this.txb_IP.Size = new System.Drawing.Size(132, 25);
this.txb_IP.TabIndex = 2;
this.txb_IP.Text = global::.Properties.Settings.Default.TcpIP;
this.txb_IP.TextChanged += new System.EventHandler(this.txb_IP_TextChanged);
//
// label2
//
this.label2.Font = new System.Drawing.Font("宋体", 15F);
this.label2.Location = new System.Drawing.Point(11, 65);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(87, 35);
this.label2.TabIndex = 1;
this.label2.Text = "端口:";
//
// label1
//
this.label1.Font = new System.Drawing.Font("宋体", 15F);
this.label1.Location = new System.Drawing.Point(11, 16);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(87, 35);
this.label1.TabIndex = 0;
this.label1.Text = "IP:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.btn_PLCConfirm);
this.tabPage2.Controls.Add(this.cmb_PLCType);
this.tabPage2.Controls.Add(this.label6);
this.tabPage2.Controls.Add(this.label5);
this.tabPage2.Controls.Add(this.label4);
this.tabPage2.Controls.Add(this.label3);
this.tabPage2.Controls.Add(this.txb_PLCSlot);
this.tabPage2.Controls.Add(this.txb_PLCRack);
this.tabPage2.Controls.Add(this.txb_PLCIP);
this.tabPage2.Location = new System.Drawing.Point(4, 34);
this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabPage2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.tabPage2.Size = new System.Drawing.Size(1059, 462);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Profinet";
this.tabPage2.UseVisualStyleBackColor = true;
//
// btn_PLCConfirm
//
this.btn_PLCConfirm.Font = new System.Drawing.Font("宋体", 12F);
this.btn_PLCConfirm.Location = new System.Drawing.Point(4, 358);
this.btn_PLCConfirm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_PLCConfirm.Name = "btn_PLCConfirm";
this.btn_PLCConfirm.Size = new System.Drawing.Size(139, 41);
this.btn_PLCConfirm.TabIndex = 11;
this.btn_PLCConfirm.Text = "连接";
this.btn_PLCConfirm.UseVisualStyleBackColor = true;
this.btn_PLCConfirm.Click += new System.EventHandler(this.btn_PLCConfirm_Click);
//
// cmb_PLCType
//
this.cmb_PLCType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_PLCType.FormattingEnabled = true;
this.cmb_PLCType.Items.AddRange(new object[] {
"Logo0BA8",
"S71200",
"S71500",
"S7200",
"S7200Smart",
"S7300",
"S7400"});
this.cmb_PLCType.Location = new System.Drawing.Point(867, 20);
this.cmb_PLCType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cmb_PLCType.Name = "cmb_PLCType";
this.cmb_PLCType.Size = new System.Drawing.Size(160, 23);
this.cmb_PLCType.TabIndex = 10;
//
// label6
//
this.label6.Font = new System.Drawing.Font("宋体", 15F);
this.label6.Location = new System.Drawing.Point(772, 15);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(87, 35);
this.label6.TabIndex = 9;
this.label6.Text = "型号:";
//
// label5
//
this.label5.Font = new System.Drawing.Font("宋体", 15F);
this.label5.Location = new System.Drawing.Point(512, 19);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(87, 35);
this.label5.TabIndex = 7;
this.label5.Text = "Slot:";
//
// label4
//
this.label4.Font = new System.Drawing.Font("宋体", 15F);
this.label4.Location = new System.Drawing.Point(259, 19);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(87, 35);
this.label4.TabIndex = 5;
this.label4.Text = "Rack:";
//
// label3
//
this.label3.Font = new System.Drawing.Font("宋体", 15F);
this.label3.Location = new System.Drawing.Point(16, 19);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(87, 35);
this.label3.TabIndex = 3;
this.label3.Text = "IP:";
//
// txb_PLCSlot
//
this.txb_PLCSlot.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::.Properties.Settings.Default, "PlcSlot", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txb_PLCSlot.Location = new System.Drawing.Point(607, 19);
this.txb_PLCSlot.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txb_PLCSlot.Name = "txb_PLCSlot";
this.txb_PLCSlot.Size = new System.Drawing.Size(132, 25);
this.txb_PLCSlot.TabIndex = 8;
this.txb_PLCSlot.Text = global::.Properties.Settings.Default.PlcSlot;
//
// txb_PLCRack
//
this.txb_PLCRack.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::.Properties.Settings.Default, "PlcRack", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txb_PLCRack.Location = new System.Drawing.Point(353, 19);
this.txb_PLCRack.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txb_PLCRack.Name = "txb_PLCRack";
this.txb_PLCRack.Size = new System.Drawing.Size(132, 25);
this.txb_PLCRack.TabIndex = 6;
this.txb_PLCRack.Text = global::.Properties.Settings.Default.PlcRack;
//
// txb_PLCIP
//
this.txb_PLCIP.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::.Properties.Settings.Default, "PlcIP", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txb_PLCIP.Location = new System.Drawing.Point(111, 19);
this.txb_PLCIP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txb_PLCIP.Name = "txb_PLCIP";
this.txb_PLCIP.Size = new System.Drawing.Size(132, 25);
this.txb_PLCIP.TabIndex = 4;
this.txb_PLCIP.Text = global::.Properties.Settings.Default.PlcIP;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.btn_ModbusTCPConfirm);
this.tabPage3.Controls.Add(this.txb_ModbusTcpPort);
this.tabPage3.Controls.Add(this.txb_ModbusTcpIP);
this.tabPage3.Controls.Add(this.label7);
this.tabPage3.Controls.Add(this.label8);
this.tabPage3.Location = new System.Drawing.Point(4, 34);
this.tabPage3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.tabPage3.Size = new System.Drawing.Size(1059, 462);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "ModbusTcp";
this.tabPage3.UseVisualStyleBackColor = true;
//
// btn_ModbusTCPConfirm
//
this.btn_ModbusTCPConfirm.Font = new System.Drawing.Font("宋体", 12F);
this.btn_ModbusTCPConfirm.Location = new System.Drawing.Point(19, 119);
this.btn_ModbusTCPConfirm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_ModbusTCPConfirm.Name = "btn_ModbusTCPConfirm";
this.btn_ModbusTCPConfirm.Size = new System.Drawing.Size(139, 41);
this.btn_ModbusTCPConfirm.TabIndex = 8;
this.btn_ModbusTCPConfirm.Text = "连接";
this.btn_ModbusTCPConfirm.UseVisualStyleBackColor = true;
this.btn_ModbusTCPConfirm.Click += new System.EventHandler(this.btn_ModbusTCPConfirm_Click);
//
// txb_ModbusTcpPort
//
this.txb_ModbusTcpPort.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::.Properties.Settings.Default, "ModbusPort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txb_ModbusTcpPort.Location = new System.Drawing.Point(108, 74);
this.txb_ModbusTcpPort.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txb_ModbusTcpPort.Name = "txb_ModbusTcpPort";
this.txb_ModbusTcpPort.Size = new System.Drawing.Size(132, 25);
this.txb_ModbusTcpPort.TabIndex = 7;
this.txb_ModbusTcpPort.Text = global::.Properties.Settings.Default.ModbusPort;
//
// txb_ModbusTcpIP
//
this.txb_ModbusTcpIP.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::.Properties.Settings.Default, "ModbusIP", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.txb_ModbusTcpIP.Location = new System.Drawing.Point(108, 20);
this.txb_ModbusTcpIP.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txb_ModbusTcpIP.Name = "txb_ModbusTcpIP";
this.txb_ModbusTcpIP.Size = new System.Drawing.Size(132, 25);
this.txb_ModbusTcpIP.TabIndex = 6;
this.txb_ModbusTcpIP.Text = global::.Properties.Settings.Default.ModbusIP;
//
// label7
//
this.label7.Font = new System.Drawing.Font("宋体", 15F);
this.label7.Location = new System.Drawing.Point(13, 69);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(87, 35);
this.label7.TabIndex = 5;
this.label7.Text = "端口:";
//
// label8
//
this.label8.Font = new System.Drawing.Font("宋体", 15F);
this.label8.Location = new System.Drawing.Point(13, 20);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(87, 35);
this.label8.TabIndex = 4;
this.label8.Text = "IP:";
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(109, 28);
//
// 删除ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "删除ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(108, 24);
this.ToolStripMenuItem.Text = "删除";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// btn_OK
//
this.btn_OK.Font = new System.Drawing.Font("宋体", 12F);
this.btn_OK.Location = new System.Drawing.Point(912, 508);
this.btn_OK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btn_OK.Name = "btn_OK";
this.btn_OK.Size = new System.Drawing.Size(139, 41);
this.btn_OK.TabIndex = 9;
this.btn_OK.Text = "确定";
this.btn_OK.UseVisualStyleBackColor = true;
this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
//
// FormCommunication
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1067, 562);
this.Controls.Add(this.btn_OK);
this.Controls.Add(this.tabControl1);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "FormCommunication";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "通讯设置";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormCommunication_FormClosed);
this.Load += new System.EventHandler(this.FormCommunication_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TextBox txb_IP;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txb_Port;
private System.Windows.Forms.Button btn_TCPConfirm;
private System.Windows.Forms.TextBox txb_PLCSlot;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txb_PLCRack;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txb_PLCIP;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox cmb_PLCType;
private System.Windows.Forms.Button btn_PLCConfirm;
private EditableListView editableListView1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Button btn_ModbusTCPConfirm;
private System.Windows.Forms.TextBox txb_ModbusTcpPort;
private System.Windows.Forms.TextBox txb_ModbusTcpIP;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button btn_OK;
}
}