| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- namespace HySoft.IVRFlowEditor.IVRControl
- {
- partial class CtlIVRInputVar
- {
- /// <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.cmb_Data1 = new System.Windows.Forms.ComboBox();
- this.label7 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.cmb_Type1 = new System.Windows.Forms.ComboBox();
- this.SuspendLayout();
- //
- // cmb_Data1
- //
- this.cmb_Data1.FormattingEnabled = true;
- this.cmb_Data1.Location = new System.Drawing.Point(183, 4);
- this.cmb_Data1.Name = "cmb_Data1";
- this.cmb_Data1.Size = new System.Drawing.Size(121, 20);
- this.cmb_Data1.TabIndex = 96;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(150, 7);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(17, 12);
- this.label7.TabIndex = 95;
- this.label7.Text = "值";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(4, 7);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(29, 12);
- this.label6.TabIndex = 94;
- this.label6.Text = "类型";
- //
- // cmb_Type1
- //
- this.cmb_Type1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmb_Type1.FormattingEnabled = true;
- this.cmb_Type1.Location = new System.Drawing.Point(39, 3);
- this.cmb_Type1.Name = "cmb_Type1";
- this.cmb_Type1.Size = new System.Drawing.Size(92, 20);
- this.cmb_Type1.TabIndex = 93;
- this.cmb_Type1.SelectedIndexChanged += new System.EventHandler(this.cmb_Type1_SelectedIndexChanged);
- //
- // CtlIVRInputVar
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.cmb_Data1);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.cmb_Type1);
- this.Name = "CtlIVRInputVar";
- this.Size = new System.Drawing.Size(309, 28);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ComboBox cmb_Data1;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.ComboBox cmb_Type1;
- }
- }
|