ivr流程编辑器

CtlToolsMeun.Designer.cs 3.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. namespace HySoft.IVRFlowEditor
  2. {
  3. partial class CtlToolsMeun
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtlToolsMeun));
  30. this.listView1 = new System.Windows.Forms.ListView();
  31. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  32. this.SuspendLayout();
  33. //
  34. // listView1
  35. //
  36. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  37. this.listView1.Location = new System.Drawing.Point(0, 0);
  38. this.listView1.Name = "listView1";
  39. this.listView1.Size = new System.Drawing.Size(142, 323);
  40. this.listView1.TabIndex = 0;
  41. this.listView1.UseCompatibleStateImageBehavior = false;
  42. this.listView1.View = System.Windows.Forms.View.List;
  43. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  44. this.listView1.MouseLeave += new System.EventHandler(this.listView1_MouseLeave);
  45. this.listView1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseMove);
  46. //
  47. // imageList1
  48. //
  49. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  50. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  51. this.imageList1.Images.SetKeyName(0, "answer.gif");
  52. this.imageList1.Images.SetKeyName(1, "onhook.gif");
  53. //
  54. // CtlToolsMeun
  55. //
  56. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  57. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  58. this.Controls.Add(this.listView1);
  59. this.Name = "CtlToolsMeun";
  60. this.Size = new System.Drawing.Size(142, 323);
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. private System.Windows.Forms.ListView listView1;
  65. private System.Windows.Forms.ImageList imageList1;
  66. }
  67. }