namespace HySoft.IVRFlowEditor.Propretity { partial class CtlIVRDefinevarDefVar { /// /// 必需的设计器变量。 /// 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.label1 = new System.Windows.Forms.Label(); this.tb_Name = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.cmb_NumberType = new System.Windows.Forms.ComboBox(); this.tb_value = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(107, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 0; this.label1.Text = "类型"; // // tb_Name // this.tb_Name.Location = new System.Drawing.Point(47, 0); this.tb_Name.Name = "tb_Name"; this.tb_Name.Size = new System.Drawing.Size(56, 21); this.tb_Name.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 3); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 2; this.label2.Text = "变量名"; // // cmb_NumberType // this.cmb_NumberType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_NumberType.FormattingEnabled = true; this.cmb_NumberType.Location = new System.Drawing.Point(139, 1); this.cmb_NumberType.Name = "cmb_NumberType"; this.cmb_NumberType.Size = new System.Drawing.Size(68, 20); this.cmb_NumberType.TabIndex = 4; // // tb_value // this.tb_value.Location = new System.Drawing.Point(234, 1); this.tb_value.Name = "tb_value"; this.tb_value.Size = new System.Drawing.Size(84, 21); this.tb_value.TabIndex = 6; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(211, 3); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(17, 12); this.label3.TabIndex = 5; this.label3.Text = "值"; // // CtlIVRDefinevarDefVar // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tb_value); this.Controls.Add(this.label3); this.Controls.Add(this.cmb_NumberType); this.Controls.Add(this.tb_Name); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "CtlIVRDefinevarDefVar"; this.Size = new System.Drawing.Size(327, 24); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tb_Name; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmb_NumberType; private System.Windows.Forms.TextBox tb_value; private System.Windows.Forms.Label label3; } }