ivr流程编辑器

CtlDefaultListVar.Designer.cs 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. namespace HySoft.IVRFlowEditor.IVRControl
  2. {
  3. partial class CtlDefaultListVar
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.btn_delete = new System.Windows.Forms.Button();
  31. this.btn_add = new System.Windows.Forms.Button();
  32. this.panel2 = new System.Windows.Forms.Panel();
  33. this.panel1.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // panel1
  37. //
  38. this.panel1.Controls.Add(this.label1);
  39. this.panel1.Controls.Add(this.btn_delete);
  40. this.panel1.Controls.Add(this.btn_add);
  41. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  42. this.panel1.Location = new System.Drawing.Point(0, 0);
  43. this.panel1.Name = "panel1";
  44. this.panel1.Size = new System.Drawing.Size(253, 30);
  45. this.panel1.TabIndex = 0;
  46. //
  47. // label1
  48. //
  49. this.label1.AutoSize = true;
  50. this.label1.Location = new System.Drawing.Point(16, 10);
  51. this.label1.Name = "label1";
  52. this.label1.Size = new System.Drawing.Size(77, 12);
  53. this.label1.TabIndex = 45;
  54. this.label1.Text = "所使用变量名";
  55. //
  56. // btn_delete
  57. //
  58. this.btn_delete.Location = new System.Drawing.Point(124, 3);
  59. this.btn_delete.Name = "btn_delete";
  60. this.btn_delete.Size = new System.Drawing.Size(18, 23);
  61. this.btn_delete.TabIndex = 44;
  62. this.btn_delete.Text = "-";
  63. this.btn_delete.UseVisualStyleBackColor = true;
  64. //
  65. // btn_add
  66. //
  67. this.btn_add.Location = new System.Drawing.Point(99, 3);
  68. this.btn_add.Name = "btn_add";
  69. this.btn_add.Size = new System.Drawing.Size(19, 23);
  70. this.btn_add.TabIndex = 43;
  71. this.btn_add.Text = "+";
  72. this.btn_add.UseVisualStyleBackColor = true;
  73. this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
  74. //
  75. // panel2
  76. //
  77. this.panel2.AutoScroll = true;
  78. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.panel2.Location = new System.Drawing.Point(0, 30);
  80. this.panel2.Name = "panel2";
  81. this.panel2.Size = new System.Drawing.Size(253, 122);
  82. this.panel2.TabIndex = 1;
  83. //
  84. // CtlDefaultListVar
  85. //
  86. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  87. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  88. this.Controls.Add(this.panel2);
  89. this.Controls.Add(this.panel1);
  90. this.Name = "CtlDefaultListVar";
  91. this.Size = new System.Drawing.Size(253, 152);
  92. this.panel1.ResumeLayout(false);
  93. this.panel1.PerformLayout();
  94. this.ResumeLayout(false);
  95. }
  96. #endregion
  97. private System.Windows.Forms.Panel panel1;
  98. private System.Windows.Forms.Label label1;
  99. private System.Windows.Forms.Button btn_delete;
  100. private System.Windows.Forms.Button btn_add;
  101. private System.Windows.Forms.Panel panel2;
  102. }
  103. }