namespace HySoft.IVRFlowEditor.IVRControl { partial class CtlIVRBranchVar { /// /// 必需的设计器变量。 /// 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.cmb_NumberType = new System.Windows.Forms.ComboBox(); this.tb_Name = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // cmb_NumberType // this.cmb_NumberType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_NumberType.FormattingEnabled = true; this.cmb_NumberType.Location = new System.Drawing.Point(170, 2); this.cmb_NumberType.Name = "cmb_NumberType"; this.cmb_NumberType.Size = new System.Drawing.Size(119, 20); this.cmb_NumberType.TabIndex = 8; // // tb_Name // this.tb_Name.Location = new System.Drawing.Point(60, 2); this.tb_Name.Name = "tb_Name"; this.tb_Name.Size = new System.Drawing.Size(56, 21); this.tb_Name.TabIndex = 7; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 6); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 6; this.label2.Text = "变量值为"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(120, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 5; this.label1.Text = "跳转节点"; // // CtlIVRBranchVar // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.cmb_NumberType); this.Controls.Add(this.tb_Name); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "CtlIVRBranchVar"; this.Size = new System.Drawing.Size(292, 24); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox cmb_NumberType; private System.Windows.Forms.TextBox tb_Name; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }