ivr流程编辑器

CtlIVRInputVar.Designer.cs 3.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. namespace HySoft.IVRFlowEditor.IVRControl
  2. {
  3. partial class CtlIVRInputVar
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.cmb_Data1 = new System.Windows.Forms.ComboBox();
  29. this.label7 = new System.Windows.Forms.Label();
  30. this.label6 = new System.Windows.Forms.Label();
  31. this.cmb_Type1 = new System.Windows.Forms.ComboBox();
  32. this.SuspendLayout();
  33. //
  34. // cmb_Data1
  35. //
  36. this.cmb_Data1.FormattingEnabled = true;
  37. this.cmb_Data1.Location = new System.Drawing.Point(183, 4);
  38. this.cmb_Data1.Name = "cmb_Data1";
  39. this.cmb_Data1.Size = new System.Drawing.Size(121, 20);
  40. this.cmb_Data1.TabIndex = 96;
  41. //
  42. // label7
  43. //
  44. this.label7.AutoSize = true;
  45. this.label7.Location = new System.Drawing.Point(150, 7);
  46. this.label7.Name = "label7";
  47. this.label7.Size = new System.Drawing.Size(17, 12);
  48. this.label7.TabIndex = 95;
  49. this.label7.Text = "值";
  50. //
  51. // label6
  52. //
  53. this.label6.AutoSize = true;
  54. this.label6.Location = new System.Drawing.Point(4, 7);
  55. this.label6.Name = "label6";
  56. this.label6.Size = new System.Drawing.Size(29, 12);
  57. this.label6.TabIndex = 94;
  58. this.label6.Text = "类型";
  59. //
  60. // cmb_Type1
  61. //
  62. this.cmb_Type1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  63. this.cmb_Type1.FormattingEnabled = true;
  64. this.cmb_Type1.Location = new System.Drawing.Point(39, 3);
  65. this.cmb_Type1.Name = "cmb_Type1";
  66. this.cmb_Type1.Size = new System.Drawing.Size(92, 20);
  67. this.cmb_Type1.TabIndex = 93;
  68. this.cmb_Type1.SelectedIndexChanged += new System.EventHandler(this.cmb_Type1_SelectedIndexChanged);
  69. //
  70. // CtlIVRInputVar
  71. //
  72. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  73. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  74. this.Controls.Add(this.cmb_Data1);
  75. this.Controls.Add(this.label7);
  76. this.Controls.Add(this.label6);
  77. this.Controls.Add(this.cmb_Type1);
  78. this.Name = "CtlIVRInputVar";
  79. this.Size = new System.Drawing.Size(309, 28);
  80. this.ResumeLayout(false);
  81. this.PerformLayout();
  82. }
  83. #endregion
  84. private System.Windows.Forms.ComboBox cmb_Data1;
  85. private System.Windows.Forms.Label label7;
  86. private System.Windows.Forms.Label label6;
  87. private System.Windows.Forms.ComboBox cmb_Type1;
  88. }
  89. }