| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 |
- namespace HySoft.IVRFlowEditor.IVRControl
- {
- partial class CtlIVRBranch
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.tb_NodeName = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.tb_NodeID = new System.Windows.Forms.TextBox();
- this.cmb_NextNode = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.rtb_Note = new System.Windows.Forms.RichTextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.btn_enter = new System.Windows.Forms.Button();
- this.btn_add = new System.Windows.Forms.Button();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.btn_delete = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btn_cancel = new System.Windows.Forms.Button();
- this.tabPage1.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.SuspendLayout();
- //
- // tabPage1
- //
- this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
- this.tabPage1.Controls.Add(this.tb_NodeName);
- this.tabPage1.Controls.Add(this.label1);
- this.tabPage1.Controls.Add(this.label2);
- this.tabPage1.Controls.Add(this.tb_NodeID);
- this.tabPage1.Controls.Add(this.cmb_NextNode);
- this.tabPage1.Controls.Add(this.label3);
- this.tabPage1.Controls.Add(this.rtb_Note);
- this.tabPage1.Controls.Add(this.label4);
- 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, 304);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "一般设置";
- //
- // tb_NodeName
- //
- this.tb_NodeName.Location = new System.Drawing.Point(128, 66);
- this.tb_NodeName.Name = "tb_NodeName";
- this.tb_NodeName.Size = new System.Drawing.Size(194, 21);
- this.tb_NodeName.TabIndex = 9;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(57, 70);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 8;
- this.label1.Text = "节点名称";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(57, 28);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 10;
- this.label2.Text = "节点编号";
- //
- // tb_NodeID
- //
- this.tb_NodeID.Enabled = false;
- this.tb_NodeID.Location = new System.Drawing.Point(128, 24);
- this.tb_NodeID.Name = "tb_NodeID";
- this.tb_NodeID.Size = new System.Drawing.Size(194, 21);
- this.tb_NodeID.TabIndex = 11;
- //
- // cmb_NextNode
- //
- this.cmb_NextNode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmb_NextNode.FormattingEnabled = true;
- this.cmb_NextNode.Location = new System.Drawing.Point(128, 107);
- this.cmb_NextNode.Name = "cmb_NextNode";
- this.cmb_NextNode.Size = new System.Drawing.Size(194, 20);
- this.cmb_NextNode.TabIndex = 12;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(57, 110);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 13;
- this.label3.Text = "默认节点";
- //
- // rtb_Note
- //
- this.rtb_Note.Location = new System.Drawing.Point(128, 144);
- this.rtb_Note.Name = "rtb_Note";
- this.rtb_Note.Size = new System.Drawing.Size(194, 105);
- this.rtb_Note.TabIndex = 15;
- this.rtb_Note.Text = "";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(81, 144);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(29, 12);
- this.label4.TabIndex = 14;
- this.label4.Text = "描述";
- //
- // btn_enter
- //
- this.btn_enter.Location = new System.Drawing.Point(105, 334);
- this.btn_enter.Name = "btn_enter";
- this.btn_enter.Size = new System.Drawing.Size(75, 23);
- this.btn_enter.TabIndex = 34;
- this.btn_enter.Text = "确定";
- this.btn_enter.UseVisualStyleBackColor = true;
- this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
- //
- // btn_add
- //
- this.btn_add.Location = new System.Drawing.Point(315, 17);
- this.btn_add.Name = "btn_add";
- this.btn_add.Size = new System.Drawing.Size(19, 23);
- this.btn_add.TabIndex = 31;
- this.btn_add.Text = "+";
- this.btn_add.UseVisualStyleBackColor = true;
- this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
- //
- // 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, 330);
- this.tabControl1.TabIndex = 36;
- //
- // tabPage2
- //
- this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
- this.tabPage2.Controls.Add(this.textBox1);
- this.tabPage2.Controls.Add(this.label5);
- this.tabPage2.Controls.Add(this.btn_add);
- this.tabPage2.Controls.Add(this.btn_delete);
- this.tabPage2.Controls.Add(this.panel1);
- 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, 304);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "分支节点设置";
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(100, 19);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(209, 21);
- this.textBox1.TabIndex = 34;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(48, 22);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(41, 12);
- this.label5.TabIndex = 33;
- this.label5.Text = "变量名";
- //
- // btn_delete
- //
- this.btn_delete.Location = new System.Drawing.Point(340, 17);
- this.btn_delete.Name = "btn_delete";
- this.btn_delete.Size = new System.Drawing.Size(18, 23);
- this.btn_delete.TabIndex = 32;
- this.btn_delete.Text = "-";
- this.btn_delete.UseVisualStyleBackColor = true;
- this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
- //
- // panel1
- //
- this.panel1.AutoScroll = true;
- this.panel1.Location = new System.Drawing.Point(40, 46);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(340, 210);
- this.panel1.TabIndex = 30;
- //
- // btn_cancel
- //
- this.btn_cancel.Location = new System.Drawing.Point(224, 334);
- this.btn_cancel.Name = "btn_cancel";
- this.btn_cancel.Size = new System.Drawing.Size(75, 23);
- this.btn_cancel.TabIndex = 35;
- this.btn_cancel.Text = "取消";
- this.btn_cancel.UseVisualStyleBackColor = true;
- this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
- //
- // CtlIVRBranch
- //
- 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 = "CtlIVRBranch";
- this.Size = new System.Drawing.Size(400, 364);
- 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.TabPage tabPage1;
- private System.Windows.Forms.TextBox tb_NodeName;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tb_NodeID;
- private System.Windows.Forms.ComboBox cmb_NextNode;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.RichTextBox rtb_Note;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Button btn_enter;
- private System.Windows.Forms.Button btn_add;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.Button btn_delete;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btn_cancel;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label5;
- }
- }
|