AccordionMenu.Designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. namespace 优软MES.CustomControl.AccordionMenu
  2. {
  3. partial class AccordionMenu
  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.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem(new string[] {
  30. "text1"}, -1, System.Drawing.Color.Empty, System.Drawing.SystemColors.InactiveCaption, null);
  31. System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem("text2");
  32. System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem("text3");
  33. this.listView1 = new System.Windows.Forms.ListView();
  34. this.listView2 = new System.Windows.Forms.ListView();
  35. this.listView3 = new System.Windows.Forms.ListView();
  36. this.timer1 = new System.Windows.Forms.Timer(this.components);
  37. this.button3 = new System.Windows.Forms.Button();
  38. this.button2 = new System.Windows.Forms.Button();
  39. this.button1 = new System.Windows.Forms.Button();
  40. this.SuspendLayout();
  41. //
  42. // listView1
  43. //
  44. this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  45. listViewItem7});
  46. this.listView1.Location = new System.Drawing.Point(20, 86);
  47. this.listView1.Name = "listView1";
  48. this.listView1.Size = new System.Drawing.Size(121, 248);
  49. this.listView1.TabIndex = 3;
  50. this.listView1.UseCompatibleStateImageBehavior = false;
  51. //
  52. // listView2
  53. //
  54. this.listView2.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  55. listViewItem8});
  56. this.listView2.Location = new System.Drawing.Point(156, 86);
  57. this.listView2.Name = "listView2";
  58. this.listView2.Size = new System.Drawing.Size(121, 248);
  59. this.listView2.TabIndex = 4;
  60. this.listView2.UseCompatibleStateImageBehavior = false;
  61. //
  62. // listView3
  63. //
  64. this.listView3.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  65. listViewItem9});
  66. this.listView3.Location = new System.Drawing.Point(296, 86);
  67. this.listView3.Name = "listView3";
  68. this.listView3.Size = new System.Drawing.Size(121, 248);
  69. this.listView3.TabIndex = 5;
  70. this.listView3.UseCompatibleStateImageBehavior = false;
  71. //
  72. // timer1
  73. //
  74. //
  75. // button3
  76. //
  77. this.button3.Image = global::优软MES.Properties.Resources._2_0btn_36;
  78. this.button3.Location = new System.Drawing.Point(296, 24);
  79. this.button3.Name = "button3";
  80. this.button3.Size = new System.Drawing.Size(121, 40);
  81. this.button3.TabIndex = 2;
  82. this.button3.Text = "button3";
  83. this.button3.UseVisualStyleBackColor = true;
  84. //
  85. // button2
  86. //
  87. this.button2.Image = global::优软MES.Properties.Resources._2_0btn_36;
  88. this.button2.Location = new System.Drawing.Point(156, 24);
  89. this.button2.Name = "button2";
  90. this.button2.Size = new System.Drawing.Size(121, 40);
  91. this.button2.TabIndex = 1;
  92. this.button2.Text = "button2";
  93. this.button2.UseVisualStyleBackColor = true;
  94. //
  95. // button1
  96. //
  97. this.button1.Image = global::优软MES.Properties.Resources._2_0btn_36;
  98. this.button1.Location = new System.Drawing.Point(20, 24);
  99. this.button1.Name = "button1";
  100. this.button1.Size = new System.Drawing.Size(121, 40);
  101. this.button1.TabIndex = 0;
  102. this.button1.Text = "button1";
  103. this.button1.UseVisualStyleBackColor = true;
  104. //
  105. // AccordionMenu
  106. //
  107. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  108. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  109. this.Controls.Add(this.listView3);
  110. this.Controls.Add(this.listView2);
  111. this.Controls.Add(this.listView1);
  112. this.Controls.Add(this.button3);
  113. this.Controls.Add(this.button2);
  114. this.Controls.Add(this.button1);
  115. this.Name = "AccordionMenu";
  116. this.Size = new System.Drawing.Size(439, 351);
  117. this.Load += new System.EventHandler(this.AccordionMenu_Load);
  118. this.ResumeLayout(false);
  119. }
  120. #endregion
  121. private System.Windows.Forms.Button button1;
  122. private System.Windows.Forms.Button button2;
  123. private System.Windows.Forms.Button button3;
  124. private System.Windows.Forms.ListView listView1;
  125. private System.Windows.Forms.ListView listView2;
  126. private System.Windows.Forms.ListView listView3;
  127. private System.Windows.Forms.Timer timer1;
  128. }
  129. }