namespace HySoft.IVRFlowEditor.IVRControl
{
partial class CtlIVRCompare
{
///
/// 必需的设计器变量。
///
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.btn_cancel = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tb_NodeName = new System.Windows.Forms.TextBox();
this.rtb_Note = new System.Windows.Forms.RichTextBox();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.tb_NodeID = new System.Windows.Forms.TextBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.cmb_Data3 = new System.Windows.Forms.ComboBox();
this.cmb_Data2 = new System.Windows.Forms.ComboBox();
this.cmb_Data1 = new System.Windows.Forms.ComboBox();
this.cmb_successNextNode = new System.Windows.Forms.ComboBox();
this.label16 = new System.Windows.Forms.Label();
this.cmb_failNextNode = new System.Windows.Forms.ComboBox();
this.label17 = new System.Windows.Forms.Label();
this.cmb_CompareType = new System.Windows.Forms.ComboBox();
this.cmb_VarType = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.cmb_dataType3 = new System.Windows.Forms.ComboBox();
this.label13 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.cmb_dataType2 = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.cmb_dataType1 = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.btn_enter = new System.Windows.Forms.Button();
this.tabPage1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// btn_cancel
//
this.btn_cancel.Location = new System.Drawing.Point(261, 346);
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(75, 23);
this.btn_cancel.TabIndex = 24;
this.btn_cancel.Text = "取消";
this.btn_cancel.UseVisualStyleBackColor = true;
this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
//
// 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 = "节点名称";
//
// 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, 314);
this.tabPage1.TabIndex = 0;
this.tabPage1.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;
//
// 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 = "";
//
// 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 = "节点编号";
//
// 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 = "描述";
//
// 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;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
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, 340);
this.tabControl1.TabIndex = 25;
//
// tabPage2
//
this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
this.tabPage2.Controls.Add(this.cmb_Data3);
this.tabPage2.Controls.Add(this.cmb_Data2);
this.tabPage2.Controls.Add(this.cmb_Data1);
this.tabPage2.Controls.Add(this.cmb_successNextNode);
this.tabPage2.Controls.Add(this.label16);
this.tabPage2.Controls.Add(this.cmb_failNextNode);
this.tabPage2.Controls.Add(this.label17);
this.tabPage2.Controls.Add(this.cmb_CompareType);
this.tabPage2.Controls.Add(this.cmb_VarType);
this.tabPage2.Controls.Add(this.label15);
this.tabPage2.Controls.Add(this.label14);
this.tabPage2.Controls.Add(this.label11);
this.tabPage2.Controls.Add(this.label12);
this.tabPage2.Controls.Add(this.cmb_dataType3);
this.tabPage2.Controls.Add(this.label13);
this.tabPage2.Controls.Add(this.label8);
this.tabPage2.Controls.Add(this.label9);
this.tabPage2.Controls.Add(this.cmb_dataType2);
this.tabPage2.Controls.Add(this.label10);
this.tabPage2.Controls.Add(this.label7);
this.tabPage2.Controls.Add(this.label6);
this.tabPage2.Controls.Add(this.cmb_dataType1);
this.tabPage2.Controls.Add(this.label5);
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, 314);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "数据比较设置";
//
// cmb_Data3
//
this.cmb_Data3.FormattingEnabled = true;
this.cmb_Data3.Location = new System.Drawing.Point(247, 160);
this.cmb_Data3.Name = "cmb_Data3";
this.cmb_Data3.Size = new System.Drawing.Size(121, 20);
this.cmb_Data3.TabIndex = 93;
//
// cmb_Data2
//
this.cmb_Data2.FormattingEnabled = true;
this.cmb_Data2.Location = new System.Drawing.Point(247, 128);
this.cmb_Data2.Name = "cmb_Data2";
this.cmb_Data2.Size = new System.Drawing.Size(121, 20);
this.cmb_Data2.TabIndex = 92;
//
// cmb_Data1
//
this.cmb_Data1.FormattingEnabled = true;
this.cmb_Data1.Location = new System.Drawing.Point(247, 36);
this.cmb_Data1.Name = "cmb_Data1";
this.cmb_Data1.Size = new System.Drawing.Size(121, 20);
this.cmb_Data1.TabIndex = 91;
//
// cmb_successNextNode
//
this.cmb_successNextNode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_successNextNode.FormattingEnabled = true;
this.cmb_successNextNode.Location = new System.Drawing.Point(103, 194);
this.cmb_successNextNode.Name = "cmb_successNextNode";
this.cmb_successNextNode.Size = new System.Drawing.Size(194, 20);
this.cmb_successNextNode.TabIndex = 83;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(32, 199);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(65, 12);
this.label16.TabIndex = 84;
this.label16.Text = "为真时跳转";
//
// cmb_failNextNode
//
this.cmb_failNextNode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_failNextNode.FormattingEnabled = true;
this.cmb_failNextNode.Location = new System.Drawing.Point(103, 224);
this.cmb_failNextNode.Name = "cmb_failNextNode";
this.cmb_failNextNode.Size = new System.Drawing.Size(194, 20);
this.cmb_failNextNode.TabIndex = 85;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(32, 227);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(65, 12);
this.label17.TabIndex = 86;
this.label17.Text = "为假时跳转";
//
// cmb_CompareType
//
this.cmb_CompareType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_CompareType.FormattingEnabled = true;
this.cmb_CompareType.Location = new System.Drawing.Point(103, 95);
this.cmb_CompareType.Name = "cmb_CompareType";
this.cmb_CompareType.Size = new System.Drawing.Size(92, 20);
this.cmb_CompareType.TabIndex = 18;
//
// cmb_VarType
//
this.cmb_VarType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_VarType.FormattingEnabled = true;
this.cmb_VarType.Location = new System.Drawing.Point(103, 65);
this.cmb_VarType.Name = "cmb_VarType";
this.cmb_VarType.Size = new System.Drawing.Size(92, 20);
this.cmb_VarType.TabIndex = 17;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(44, 98);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 16;
this.label15.Text = "比较方式";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(44, 68);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 15;
this.label14.Text = "比较类型";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(214, 163);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(17, 12);
this.label11.TabIndex = 14;
this.label11.Text = "值";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(68, 163);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(29, 12);
this.label12.TabIndex = 13;
this.label12.Text = "类型";
//
// cmb_dataType3
//
this.cmb_dataType3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_dataType3.FormattingEnabled = true;
this.cmb_dataType3.Location = new System.Drawing.Point(103, 159);
this.cmb_dataType3.Name = "cmb_dataType3";
this.cmb_dataType3.Size = new System.Drawing.Size(92, 20);
this.cmb_dataType3.TabIndex = 11;
this.cmb_dataType3.SelectedIndexChanged += new System.EventHandler(this.cmb_dataType3_SelectedIndexChanged);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(18, 162);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(35, 12);
this.label13.TabIndex = 10;
this.label13.Text = "数据3";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(214, 132);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(17, 12);
this.label8.TabIndex = 9;
this.label8.Text = "值";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(68, 132);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 12);
this.label9.TabIndex = 8;
this.label9.Text = "类型";
//
// cmb_dataType2
//
this.cmb_dataType2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_dataType2.FormattingEnabled = true;
this.cmb_dataType2.Location = new System.Drawing.Point(103, 128);
this.cmb_dataType2.Name = "cmb_dataType2";
this.cmb_dataType2.Size = new System.Drawing.Size(92, 20);
this.cmb_dataType2.TabIndex = 6;
this.cmb_dataType2.SelectedIndexChanged += new System.EventHandler(this.cmb_dataType2_SelectedIndexChanged);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(18, 131);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(35, 12);
this.label10.TabIndex = 5;
this.label10.Text = "数据2";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(214, 39);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(17, 12);
this.label7.TabIndex = 4;
this.label7.Text = "值";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(68, 39);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 3;
this.label6.Text = "类型";
//
// cmb_dataType1
//
this.cmb_dataType1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_dataType1.FormattingEnabled = true;
this.cmb_dataType1.Location = new System.Drawing.Point(103, 35);
this.cmb_dataType1.Name = "cmb_dataType1";
this.cmb_dataType1.Size = new System.Drawing.Size(92, 20);
this.cmb_dataType1.TabIndex = 1;
this.cmb_dataType1.SelectedIndexChanged += new System.EventHandler(this.cmb_dataType1_SelectedIndexChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(18, 38);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 12);
this.label5.TabIndex = 0;
this.label5.Text = "数据1";
//
// btn_enter
//
this.btn_enter.Location = new System.Drawing.Point(142, 346);
this.btn_enter.Name = "btn_enter";
this.btn_enter.Size = new System.Drawing.Size(75, 23);
this.btn_enter.TabIndex = 23;
this.btn_enter.Text = "确定";
this.btn_enter.UseVisualStyleBackColor = true;
this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
//
// CtlIVRCompare
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btn_cancel);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.btn_enter);
this.Name = "CtlIVRCompare";
this.Size = new System.Drawing.Size(400, 392);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btn_cancel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TextBox tb_NodeName;
private System.Windows.Forms.RichTextBox rtb_Note;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tb_NodeID;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button btn_enter;
private System.Windows.Forms.ComboBox cmb_dataType1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.ComboBox cmb_dataType3;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ComboBox cmb_dataType2;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.ComboBox cmb_CompareType;
private System.Windows.Forms.ComboBox cmb_VarType;
private System.Windows.Forms.ComboBox cmb_successNextNode;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.ComboBox cmb_failNextNode;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.ComboBox cmb_Data3;
private System.Windows.Forms.ComboBox cmb_Data2;
private System.Windows.Forms.ComboBox cmb_Data1;
}
}