ivr流程编辑器

CtlIVRBranchVar.Designer.cs 3.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. namespace HySoft.IVRFlowEditor.IVRControl
  2. {
  3. partial class CtlIVRBranchVar
  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_NumberType = new System.Windows.Forms.ComboBox();
  29. this.tb_Name = new System.Windows.Forms.TextBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.SuspendLayout();
  33. //
  34. // cmb_NumberType
  35. //
  36. this.cmb_NumberType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  37. this.cmb_NumberType.FormattingEnabled = true;
  38. this.cmb_NumberType.Location = new System.Drawing.Point(170, 2);
  39. this.cmb_NumberType.Name = "cmb_NumberType";
  40. this.cmb_NumberType.Size = new System.Drawing.Size(119, 20);
  41. this.cmb_NumberType.TabIndex = 8;
  42. //
  43. // tb_Name
  44. //
  45. this.tb_Name.Location = new System.Drawing.Point(60, 2);
  46. this.tb_Name.Name = "tb_Name";
  47. this.tb_Name.Size = new System.Drawing.Size(56, 21);
  48. this.tb_Name.TabIndex = 7;
  49. //
  50. // label2
  51. //
  52. this.label2.AutoSize = true;
  53. this.label2.Location = new System.Drawing.Point(3, 6);
  54. this.label2.Name = "label2";
  55. this.label2.Size = new System.Drawing.Size(53, 12);
  56. this.label2.TabIndex = 6;
  57. this.label2.Text = "变量值为";
  58. //
  59. // label1
  60. //
  61. this.label1.AutoSize = true;
  62. this.label1.Location = new System.Drawing.Point(120, 5);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(53, 12);
  65. this.label1.TabIndex = 5;
  66. this.label1.Text = "跳转节点";
  67. //
  68. // CtlIVRBranchVar
  69. //
  70. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  71. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  72. this.Controls.Add(this.cmb_NumberType);
  73. this.Controls.Add(this.tb_Name);
  74. this.Controls.Add(this.label2);
  75. this.Controls.Add(this.label1);
  76. this.Name = "CtlIVRBranchVar";
  77. this.Size = new System.Drawing.Size(292, 24);
  78. this.ResumeLayout(false);
  79. this.PerformLayout();
  80. }
  81. #endregion
  82. private System.Windows.Forms.ComboBox cmb_NumberType;
  83. private System.Windows.Forms.TextBox tb_Name;
  84. private System.Windows.Forms.Label label2;
  85. private System.Windows.Forms.Label label1;
  86. }
  87. }