ivr流程编辑器

CtlIVRDefinevarDefVar.Designer.cs 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. namespace HySoft.IVRFlowEditor.Propretity
  2. {
  3. partial class CtlIVRDefinevarDefVar
  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.label1 = new System.Windows.Forms.Label();
  29. this.tb_Name = new System.Windows.Forms.TextBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.cmb_NumberType = new System.Windows.Forms.ComboBox();
  32. this.tb_value = new System.Windows.Forms.TextBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.SuspendLayout();
  35. //
  36. // label1
  37. //
  38. this.label1.AutoSize = true;
  39. this.label1.Location = new System.Drawing.Point(107, 3);
  40. this.label1.Name = "label1";
  41. this.label1.Size = new System.Drawing.Size(29, 12);
  42. this.label1.TabIndex = 0;
  43. this.label1.Text = "类型";
  44. //
  45. // tb_Name
  46. //
  47. this.tb_Name.Location = new System.Drawing.Point(47, 0);
  48. this.tb_Name.Name = "tb_Name";
  49. this.tb_Name.Size = new System.Drawing.Size(56, 21);
  50. this.tb_Name.TabIndex = 3;
  51. //
  52. // label2
  53. //
  54. this.label2.AutoSize = true;
  55. this.label2.Location = new System.Drawing.Point(3, 3);
  56. this.label2.Name = "label2";
  57. this.label2.Size = new System.Drawing.Size(41, 12);
  58. this.label2.TabIndex = 2;
  59. this.label2.Text = "变量名";
  60. //
  61. // cmb_NumberType
  62. //
  63. this.cmb_NumberType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  64. this.cmb_NumberType.FormattingEnabled = true;
  65. this.cmb_NumberType.Location = new System.Drawing.Point(139, 1);
  66. this.cmb_NumberType.Name = "cmb_NumberType";
  67. this.cmb_NumberType.Size = new System.Drawing.Size(68, 20);
  68. this.cmb_NumberType.TabIndex = 4;
  69. //
  70. // tb_value
  71. //
  72. this.tb_value.Location = new System.Drawing.Point(234, 1);
  73. this.tb_value.Name = "tb_value";
  74. this.tb_value.Size = new System.Drawing.Size(84, 21);
  75. this.tb_value.TabIndex = 6;
  76. //
  77. // label3
  78. //
  79. this.label3.AutoSize = true;
  80. this.label3.Location = new System.Drawing.Point(211, 3);
  81. this.label3.Name = "label3";
  82. this.label3.Size = new System.Drawing.Size(17, 12);
  83. this.label3.TabIndex = 5;
  84. this.label3.Text = "值";
  85. //
  86. // CtlIVRDefinevarDefVar
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.Controls.Add(this.tb_value);
  91. this.Controls.Add(this.label3);
  92. this.Controls.Add(this.cmb_NumberType);
  93. this.Controls.Add(this.tb_Name);
  94. this.Controls.Add(this.label2);
  95. this.Controls.Add(this.label1);
  96. this.Name = "CtlIVRDefinevarDefVar";
  97. this.Size = new System.Drawing.Size(327, 24);
  98. this.ResumeLayout(false);
  99. this.PerformLayout();
  100. }
  101. #endregion
  102. private System.Windows.Forms.Label label1;
  103. private System.Windows.Forms.TextBox tb_Name;
  104. private System.Windows.Forms.Label label2;
  105. private System.Windows.Forms.ComboBox cmb_NumberType;
  106. private System.Windows.Forms.TextBox tb_value;
  107. private System.Windows.Forms.Label label3;
  108. }
  109. }