namespace HySoft.IVRFlowEditor.IVRControl
{
partial class CtlIVRSocket
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label6 = new System.Windows.Forms.Label();
this.num_timeOut = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.num_Port = new System.Windows.Forms.NumericUpDown();
this.tb_FarIp = new System.Windows.Forms.TextBox();
this.cmb_OpType = new System.Windows.Forms.ComboBox();
this.cmb_FailPos = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.cmb_SuccessPos = new System.Windows.Forms.ComboBox();
this.label13 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tb_NodeID = new System.Windows.Forms.TextBox();
this.btn_enter = new System.Windows.Forms.Button();
this.rtb_Note = new System.Windows.Forms.RichTextBox();
this.tb_NodeName = new System.Windows.Forms.TextBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.label1 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.panel1 = new System.Windows.Forms.Panel();
this.btn_add = new System.Windows.Forms.Button();
this.btn_delete = new System.Windows.Forms.Button();
this.btn_cancel = new System.Windows.Forms.Button();
this.ctlDefaultListVar1 = new HySoft.IVRFlowEditor.IVRControl.CtlDefaultListVar();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.num_timeOut)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.num_Port)).BeginInit();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// tabPage2
//
this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
this.tabPage2.Controls.Add(this.label6);
this.tabPage2.Controls.Add(this.num_timeOut);
this.tabPage2.Controls.Add(this.label5);
this.tabPage2.Controls.Add(this.label3);
this.tabPage2.Controls.Add(this.num_Port);
this.tabPage2.Controls.Add(this.tb_FarIp);
this.tabPage2.Controls.Add(this.cmb_OpType);
this.tabPage2.Controls.Add(this.cmb_FailPos);
this.tabPage2.Controls.Add(this.label15);
this.tabPage2.Controls.Add(this.cmb_SuccessPos);
this.tabPage2.Controls.Add(this.label13);
this.tabPage2.Controls.Add(this.label10);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(392, 338);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Socket通讯设置";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(62, 116);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 12);
this.label6.TabIndex = 31;
this.label6.Text = "接收超时时间";
//
// num_timeOut
//
this.num_timeOut.Location = new System.Drawing.Point(146, 114);
this.num_timeOut.Maximum = new decimal(new int[] {
10000,
0,
0,
0});
this.num_timeOut.Name = "num_timeOut";
this.num_timeOut.Size = new System.Drawing.Size(120, 21);
this.num_timeOut.TabIndex = 30;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(86, 85);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 29;
this.label5.Text = "远端端口";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(86, 54);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 28;
this.label3.Text = "远端地址";
//
// num_Port
//
this.num_Port.Location = new System.Drawing.Point(146, 83);
this.num_Port.Maximum = new decimal(new int[] {
100000,
0,
0,
0});
this.num_Port.Name = "num_Port";
this.num_Port.Size = new System.Drawing.Size(120, 21);
this.num_Port.TabIndex = 27;
//
// tb_FarIp
//
this.tb_FarIp.Location = new System.Drawing.Point(145, 51);
this.tb_FarIp.Name = "tb_FarIp";
this.tb_FarIp.Size = new System.Drawing.Size(121, 21);
this.tb_FarIp.TabIndex = 26;
//
// cmb_OpType
//
this.cmb_OpType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_OpType.FormattingEnabled = true;
this.cmb_OpType.Location = new System.Drawing.Point(145, 25);
this.cmb_OpType.Name = "cmb_OpType";
this.cmb_OpType.Size = new System.Drawing.Size(121, 20);
this.cmb_OpType.TabIndex = 25;
//
// cmb_FailPos
//
this.cmb_FailPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_FailPos.FormattingEnabled = true;
this.cmb_FailPos.Location = new System.Drawing.Point(145, 173);
this.cmb_FailPos.Name = "cmb_FailPos";
this.cmb_FailPos.Size = new System.Drawing.Size(241, 20);
this.cmb_FailPos.TabIndex = 24;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(50, 176);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(89, 12);
this.label15.TabIndex = 23;
this.label15.Text = "失败时跳转节点";
//
// cmb_SuccessPos
//
this.cmb_SuccessPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_SuccessPos.FormattingEnabled = true;
this.cmb_SuccessPos.Location = new System.Drawing.Point(145, 147);
this.cmb_SuccessPos.Name = "cmb_SuccessPos";
this.cmb_SuccessPos.Size = new System.Drawing.Size(241, 20);
this.cmb_SuccessPos.TabIndex = 22;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(50, 150);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(89, 12);
this.label13.TabIndex = 16;
this.label13.Text = "成功时跳转节点";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(86, 28);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 10;
this.label10.Text = "操作类型";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(91, 87);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 16;
this.label4.Text = "描述";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(67, 21);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 12;
this.label2.Text = "节点编号";
//
// tb_NodeID
//
this.tb_NodeID.Enabled = false;
this.tb_NodeID.Location = new System.Drawing.Point(138, 17);
this.tb_NodeID.Name = "tb_NodeID";
this.tb_NodeID.Size = new System.Drawing.Size(194, 21);
this.tb_NodeID.TabIndex = 13;
//
// btn_enter
//
this.btn_enter.Location = new System.Drawing.Point(142, 366);
this.btn_enter.Name = "btn_enter";
this.btn_enter.Size = new System.Drawing.Size(75, 23);
this.btn_enter.TabIndex = 29;
this.btn_enter.Text = "确定";
this.btn_enter.UseVisualStyleBackColor = true;
this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
//
// rtb_Note
//
this.rtb_Note.Location = new System.Drawing.Point(138, 88);
this.rtb_Note.Name = "rtb_Note";
this.rtb_Note.Size = new System.Drawing.Size(194, 176);
this.rtb_Note.TabIndex = 17;
this.rtb_Note.Text = "";
//
// tb_NodeName
//
this.tb_NodeName.Location = new System.Drawing.Point(138, 50);
this.tb_NodeName.Name = "tb_NodeName";
this.tb_NodeName.Size = new System.Drawing.Size(194, 21);
this.tb_NodeName.TabIndex = 11;
//
// 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.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(400, 364);
this.tabControl1.TabIndex = 31;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.tb_NodeName);
this.tabPage1.Controls.Add(this.rtb_Note);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.tb_NodeID);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(392, 338);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "一般设置";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(67, 54);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 10;
this.label1.Text = "节点名称";
//
// tabPage3
//
this.tabPage3.BackColor = System.Drawing.SystemColors.Control;
this.tabPage3.Controls.Add(this.groupBox2);
this.tabPage3.Controls.Add(this.groupBox1);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(392, 338);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "其他参数设置";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.ctlDefaultListVar1);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(3, 163);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(386, 172);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "所有用以接收网络数据的变量";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.panel1);
this.groupBox1.Controls.Add(this.btn_add);
this.groupBox1.Controls.Add(this.btn_delete);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(386, 160);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "所有网络发送参数";
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(3, 43);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(380, 114);
this.panel1.TabIndex = 35;
//
// btn_add
//
this.btn_add.Location = new System.Drawing.Point(229, 14);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(19, 23);
this.btn_add.TabIndex = 33;
this.btn_add.Text = "+";
this.btn_add.UseVisualStyleBackColor = true;
this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
//
// btn_delete
//
this.btn_delete.Location = new System.Drawing.Point(254, 14);
this.btn_delete.Name = "btn_delete";
this.btn_delete.Size = new System.Drawing.Size(18, 23);
this.btn_delete.TabIndex = 34;
this.btn_delete.Text = "-";
this.btn_delete.UseVisualStyleBackColor = true;
this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
//
// btn_cancel
//
this.btn_cancel.Location = new System.Drawing.Point(261, 366);
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(75, 23);
this.btn_cancel.TabIndex = 30;
this.btn_cancel.Text = "取消";
this.btn_cancel.UseVisualStyleBackColor = true;
this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
//
// ctlDefaultListVar1
//
this.ctlDefaultListVar1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ctlDefaultListVar1.Location = new System.Drawing.Point(3, 17);
this.ctlDefaultListVar1.Name = "ctlDefaultListVar1";
this.ctlDefaultListVar1.Size = new System.Drawing.Size(380, 152);
this.ctlDefaultListVar1.TabIndex = 0;
//
// CtlIVRSocket
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btn_enter);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.btn_cancel);
this.Name = "CtlIVRSocket";
this.Size = new System.Drawing.Size(400, 400);
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.num_timeOut)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.num_Port)).EndInit();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.ComboBox cmb_FailPos;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.ComboBox cmb_SuccessPos;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tb_NodeID;
private System.Windows.Forms.Button btn_enter;
private System.Windows.Forms.RichTextBox rtb_Note;
private System.Windows.Forms.TextBox tb_NodeName;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btn_cancel;
private System.Windows.Forms.ComboBox cmb_OpType;
private System.Windows.Forms.TextBox tb_FarIp;
private System.Windows.Forms.NumericUpDown num_Port;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown num_timeOut;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btn_add;
private System.Windows.Forms.Button btn_delete;
private CtlDefaultListVar ctlDefaultListVar1;
}
}