AccordionMenu.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  1. namespace UAS_MES_NEW.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AccordionMenu));
  30. this.SMT作业_lsv = new System.Windows.Forms.ListView();
  31. this.timer1 = new System.Windows.Forms.Timer(this.components);
  32. this.产线作业_lsv = new System.Windows.Forms.ListView();
  33. this.特殊作业_lsv = new System.Windows.Forms.ListView();
  34. this.仓库作业_lsv = new System.Windows.Forms.ListView();
  35. this.查询分析_lsv = new System.Windows.Forms.ListView();
  36. this.库存管理_lsv = new System.Windows.Forms.ListView();
  37. this.系统设置_lsv = new System.Windows.Forms.ListView();
  38. this.OQC作业_lsv = new System.Windows.Forms.ListView();
  39. this.人员管理_lsv = new System.Windows.Forms.ListView();
  40. this.库存管理 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  41. this.SMT作业 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  42. this.人员管理 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  43. this.OQC作业 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  44. this.系统设置 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  45. this.查询分析 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  46. this.仓库作业 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  47. this.特殊作业 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  48. this.产线作业 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  49. this.包装作业_lsv = new System.Windows.Forms.ListView();
  50. this.包装作业 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  51. this.SuspendLayout();
  52. //
  53. // SMT作业_lsv
  54. //
  55. this.SMT作业_lsv.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. this.SMT作业_lsv.Location = new System.Drawing.Point(349, 108);
  57. this.SMT作业_lsv.Margin = new System.Windows.Forms.Padding(4);
  58. this.SMT作业_lsv.Name = "SMT作业_lsv";
  59. this.SMT作业_lsv.Size = new System.Drawing.Size(160, 309);
  60. this.SMT作业_lsv.TabIndex = 3;
  61. this.SMT作业_lsv.UseCompatibleStateImageBehavior = false;
  62. this.SMT作业_lsv.View = System.Windows.Forms.View.SmallIcon;
  63. this.SMT作业_lsv.Visible = false;
  64. //
  65. // 产线作业_lsv
  66. //
  67. this.产线作业_lsv.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.产线作业_lsv.Location = new System.Drawing.Point(523, 108);
  69. this.产线作业_lsv.Margin = new System.Windows.Forms.Padding(4);
  70. this.产线作业_lsv.Name = "产线作业_lsv";
  71. this.产线作业_lsv.Size = new System.Drawing.Size(160, 309);
  72. this.产线作业_lsv.TabIndex = 4;
  73. this.产线作业_lsv.UseCompatibleStateImageBehavior = false;
  74. this.产线作业_lsv.View = System.Windows.Forms.View.SmallIcon;
  75. this.产线作业_lsv.Visible = false;
  76. //
  77. // 特殊作业_lsv
  78. //
  79. this.特殊作业_lsv.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.特殊作业_lsv.Location = new System.Drawing.Point(700, 108);
  81. this.特殊作业_lsv.Margin = new System.Windows.Forms.Padding(4);
  82. this.特殊作业_lsv.Name = "特殊作业_lsv";
  83. this.特殊作业_lsv.Size = new System.Drawing.Size(160, 309);
  84. this.特殊作业_lsv.TabIndex = 0;
  85. this.特殊作业_lsv.UseCompatibleStateImageBehavior = false;
  86. this.特殊作业_lsv.View = System.Windows.Forms.View.SmallIcon;
  87. this.特殊作业_lsv.Visible = false;
  88. //
  89. // 仓库作业_lsv
  90. //
  91. this.仓库作业_lsv.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.仓库作业_lsv.Location = new System.Drawing.Point(876, 108);
  93. this.仓库作业_lsv.Margin = new System.Windows.Forms.Padding(4);
  94. this.仓库作业_lsv.Name = "仓库作业_lsv";
  95. this.仓库作业_lsv.Size = new System.Drawing.Size(160, 309);
  96. this.仓库作业_lsv.TabIndex = 6;
  97. this.仓库作业_lsv.UseCompatibleStateImageBehavior = false;
  98. this.仓库作业_lsv.View = System.Windows.Forms.View.SmallIcon;
  99. this.仓库作业_lsv.Visible = false;
  100. //
  101. // 查询分析_lsv
  102. //
  103. this.查询分析_lsv.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.查询分析_lsv.Location = new System.Drawing.Point(1047, 108);
  105. this.查询分析_lsv.Margin = new System.Windows.Forms.Padding(4);
  106. this.查询分析_lsv.Name = "查询分析_lsv";
  107. this.查询分析_lsv.Size = new System.Drawing.Size(160, 309);
  108. this.查询分析_lsv.TabIndex = 7;
  109. this.查询分析_lsv.UseCompatibleStateImageBehavior = false;
  110. this.查询分析_lsv.View = System.Windows.Forms.View.SmallIcon;
  111. this.查询分析_lsv.Visible = false;
  112. //
  113. // 库存管理_lsv
  114. //
  115. this.库存管理_lsv.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.库存管理_lsv.Location = new System.Drawing.Point(5, 108);
  117. this.库存管理_lsv.Margin = new System.Windows.Forms.Padding(4);
  118. this.库存管理_lsv.Name = "库存管理_lsv";
  119. this.库存管理_lsv.Size = new System.Drawing.Size(160, 309);
  120. this.库存管理_lsv.TabIndex = 1;
  121. this.库存管理_lsv.UseCompatibleStateImageBehavior = false;
  122. this.库存管理_lsv.View = System.Windows.Forms.View.SmallIcon;
  123. this.库存管理_lsv.Visible = false;
  124. //
  125. // 系统设置_lsv
  126. //
  127. this.系统设置_lsv.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.系统设置_lsv.Location = new System.Drawing.Point(177, 108);
  129. this.系统设置_lsv.Margin = new System.Windows.Forms.Padding(4);
  130. this.系统设置_lsv.Name = "系统设置_lsv";
  131. this.系统设置_lsv.Size = new System.Drawing.Size(160, 309);
  132. this.系统设置_lsv.TabIndex = 2;
  133. this.系统设置_lsv.UseCompatibleStateImageBehavior = false;
  134. this.系统设置_lsv.View = System.Windows.Forms.View.SmallIcon;
  135. this.系统设置_lsv.Visible = false;
  136. //
  137. // OQC作业_lsv
  138. //
  139. this.OQC作业_lsv.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.OQC作业_lsv.Location = new System.Drawing.Point(1217, 108);
  141. this.OQC作业_lsv.Margin = new System.Windows.Forms.Padding(4);
  142. this.OQC作业_lsv.Name = "OQC作业_lsv";
  143. this.OQC作业_lsv.Size = new System.Drawing.Size(160, 309);
  144. this.OQC作业_lsv.TabIndex = 11;
  145. this.OQC作业_lsv.Tag = "OQC作业_lsv";
  146. this.OQC作业_lsv.UseCompatibleStateImageBehavior = false;
  147. this.OQC作业_lsv.View = System.Windows.Forms.View.SmallIcon;
  148. this.OQC作业_lsv.Visible = false;
  149. //
  150. // 人员管理_lsv
  151. //
  152. this.人员管理_lsv.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.人员管理_lsv.Location = new System.Drawing.Point(1387, 108);
  154. this.人员管理_lsv.Margin = new System.Windows.Forms.Padding(4);
  155. this.人员管理_lsv.Name = "人员管理_lsv";
  156. this.人员管理_lsv.Size = new System.Drawing.Size(160, 309);
  157. this.人员管理_lsv.TabIndex = 13;
  158. this.人员管理_lsv.Tag = "人员管理_lsv";
  159. this.人员管理_lsv.UseCompatibleStateImageBehavior = false;
  160. this.人员管理_lsv.View = System.Windows.Forms.View.SmallIcon;
  161. this.人员管理_lsv.Visible = false;
  162. //
  163. // 库存管理
  164. //
  165. this.库存管理.AllPower = null;
  166. this.库存管理.BackColor = System.Drawing.Color.Transparent;
  167. this.库存管理.DownImage = ((System.Drawing.Image)(resources.GetObject("库存管理.DownImage")));
  168. this.库存管理.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.库存管理.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  170. this.库存管理.Image = ((System.Drawing.Image)(resources.GetObject("库存管理.Image")));
  171. this.库存管理.IsShowBorder = true;
  172. this.库存管理.Location = new System.Drawing.Point(5, 30);
  173. this.库存管理.Margin = new System.Windows.Forms.Padding(4);
  174. this.库存管理.MoveImage = ((System.Drawing.Image)(resources.GetObject("库存管理.MoveImage")));
  175. this.库存管理.Name = "库存管理";
  176. this.库存管理.NormalImage = ((System.Drawing.Image)(resources.GetObject("库存管理.NormalImage")));
  177. this.库存管理.Power = null;
  178. this.库存管理.Size = new System.Drawing.Size(161, 50);
  179. this.库存管理.TabIndex = 15;
  180. this.库存管理.Text = "库存管理";
  181. this.库存管理.UseVisualStyleBackColor = true;
  182. this.库存管理.Visible = false;
  183. //
  184. // SMT作业
  185. //
  186. this.SMT作业.AllPower = null;
  187. this.SMT作业.BackColor = System.Drawing.Color.Transparent;
  188. this.SMT作业.DownImage = ((System.Drawing.Image)(resources.GetObject("SMT作业.DownImage")));
  189. this.SMT作业.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.SMT作业.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  191. this.SMT作业.Image = ((System.Drawing.Image)(resources.GetObject("SMT作业.Image")));
  192. this.SMT作业.IsShowBorder = true;
  193. this.SMT作业.Location = new System.Drawing.Point(346, 30);
  194. this.SMT作业.Margin = new System.Windows.Forms.Padding(4);
  195. this.SMT作业.MoveImage = ((System.Drawing.Image)(resources.GetObject("SMT作业.MoveImage")));
  196. this.SMT作业.Name = "SMT作业";
  197. this.SMT作业.NormalImage = ((System.Drawing.Image)(resources.GetObject("SMT作业.NormalImage")));
  198. this.SMT作业.Power = null;
  199. this.SMT作业.Size = new System.Drawing.Size(161, 50);
  200. this.SMT作业.TabIndex = 14;
  201. this.SMT作业.Text = "SMT作业";
  202. this.SMT作业.UseVisualStyleBackColor = true;
  203. this.SMT作业.Visible = false;
  204. //
  205. // 人员管理
  206. //
  207. this.人员管理.AllPower = null;
  208. this.人员管理.BackColor = System.Drawing.Color.Transparent;
  209. this.人员管理.DownImage = ((System.Drawing.Image)(resources.GetObject("人员管理.DownImage")));
  210. this.人员管理.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.人员管理.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  212. this.人员管理.Image = global::UAS_MES_NEW.Properties.Resources._2_0btn_36;
  213. this.人员管理.IsShowBorder = true;
  214. this.人员管理.Location = new System.Drawing.Point(1387, 30);
  215. this.人员管理.Margin = new System.Windows.Forms.Padding(4);
  216. this.人员管理.MoveImage = ((System.Drawing.Image)(resources.GetObject("人员管理.MoveImage")));
  217. this.人员管理.Name = "人员管理";
  218. this.人员管理.NormalImage = ((System.Drawing.Image)(resources.GetObject("人员管理.NormalImage")));
  219. this.人员管理.Power = null;
  220. this.人员管理.Size = new System.Drawing.Size(161, 50);
  221. this.人员管理.TabIndex = 12;
  222. this.人员管理.Text = "人员管理";
  223. this.人员管理.UseVisualStyleBackColor = true;
  224. this.人员管理.Visible = false;
  225. //
  226. // OQC作业
  227. //
  228. this.OQC作业.AllPower = null;
  229. this.OQC作业.BackColor = System.Drawing.Color.Transparent;
  230. this.OQC作业.DownImage = ((System.Drawing.Image)(resources.GetObject("OQC作业.DownImage")));
  231. this.OQC作业.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.OQC作业.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  233. this.OQC作业.Image = global::UAS_MES_NEW.Properties.Resources._2_0btn_36;
  234. this.OQC作业.IsShowBorder = true;
  235. this.OQC作业.Location = new System.Drawing.Point(1217, 30);
  236. this.OQC作业.Margin = new System.Windows.Forms.Padding(4);
  237. this.OQC作业.MoveImage = ((System.Drawing.Image)(resources.GetObject("OQC作业.MoveImage")));
  238. this.OQC作业.Name = "OQC作业";
  239. this.OQC作业.NormalImage = ((System.Drawing.Image)(resources.GetObject("OQC作业.NormalImage")));
  240. this.OQC作业.Power = null;
  241. this.OQC作业.Size = new System.Drawing.Size(161, 50);
  242. this.OQC作业.TabIndex = 10;
  243. this.OQC作业.Text = "OQC作业";
  244. this.OQC作业.UseVisualStyleBackColor = true;
  245. this.OQC作业.Visible = false;
  246. //
  247. // 系统设置
  248. //
  249. this.系统设置.AllPower = null;
  250. this.系统设置.BackColor = System.Drawing.Color.Transparent;
  251. this.系统设置.DownImage = ((System.Drawing.Image)(resources.GetObject("系统设置.DownImage")));
  252. this.系统设置.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.系统设置.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  254. this.系统设置.Image = ((System.Drawing.Image)(resources.GetObject("系统设置.Image")));
  255. this.系统设置.IsShowBorder = true;
  256. this.系统设置.Location = new System.Drawing.Point(177, 30);
  257. this.系统设置.Margin = new System.Windows.Forms.Padding(4);
  258. this.系统设置.MoveImage = ((System.Drawing.Image)(resources.GetObject("系统设置.MoveImage")));
  259. this.系统设置.Name = "系统设置";
  260. this.系统设置.NormalImage = ((System.Drawing.Image)(resources.GetObject("系统设置.NormalImage")));
  261. this.系统设置.Power = null;
  262. this.系统设置.Size = new System.Drawing.Size(161, 50);
  263. this.系统设置.TabIndex = 2;
  264. this.系统设置.Text = "系统设置";
  265. this.系统设置.UseVisualStyleBackColor = true;
  266. this.系统设置.Visible = false;
  267. //
  268. // 查询分析
  269. //
  270. this.查询分析.AllPower = null;
  271. this.查询分析.BackColor = System.Drawing.Color.Transparent;
  272. this.查询分析.DownImage = ((System.Drawing.Image)(resources.GetObject("查询分析.DownImage")));
  273. this.查询分析.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.查询分析.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  275. this.查询分析.Image = global::UAS_MES_NEW.Properties.Resources._2_0btn_36;
  276. this.查询分析.IsShowBorder = true;
  277. this.查询分析.Location = new System.Drawing.Point(1047, 30);
  278. this.查询分析.Margin = new System.Windows.Forms.Padding(4);
  279. this.查询分析.MoveImage = ((System.Drawing.Image)(resources.GetObject("查询分析.MoveImage")));
  280. this.查询分析.Name = "查询分析";
  281. this.查询分析.NormalImage = ((System.Drawing.Image)(resources.GetObject("查询分析.NormalImage")));
  282. this.查询分析.Power = null;
  283. this.查询分析.Size = new System.Drawing.Size(161, 50);
  284. this.查询分析.TabIndex = 7;
  285. this.查询分析.Text = "查询分析";
  286. this.查询分析.UseVisualStyleBackColor = true;
  287. this.查询分析.Visible = false;
  288. //
  289. // 仓库作业
  290. //
  291. this.仓库作业.AllPower = null;
  292. this.仓库作业.BackColor = System.Drawing.Color.Transparent;
  293. this.仓库作业.DownImage = ((System.Drawing.Image)(resources.GetObject("仓库作业.DownImage")));
  294. this.仓库作业.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.仓库作业.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  296. this.仓库作业.Image = global::UAS_MES_NEW.Properties.Resources._2_0btn_36;
  297. this.仓库作业.IsShowBorder = true;
  298. this.仓库作业.Location = new System.Drawing.Point(876, 30);
  299. this.仓库作业.Margin = new System.Windows.Forms.Padding(0);
  300. this.仓库作业.MoveImage = ((System.Drawing.Image)(resources.GetObject("仓库作业.MoveImage")));
  301. this.仓库作业.Name = "仓库作业";
  302. this.仓库作业.NormalImage = ((System.Drawing.Image)(resources.GetObject("仓库作业.NormalImage")));
  303. this.仓库作业.Power = null;
  304. this.仓库作业.Size = new System.Drawing.Size(161, 50);
  305. this.仓库作业.TabIndex = 6;
  306. this.仓库作业.Text = "仓库作业";
  307. this.仓库作业.UseVisualStyleBackColor = true;
  308. this.仓库作业.Visible = false;
  309. //
  310. // 特殊作业
  311. //
  312. this.特殊作业.AllPower = null;
  313. this.特殊作业.BackColor = System.Drawing.Color.Transparent;
  314. this.特殊作业.DownImage = ((System.Drawing.Image)(resources.GetObject("特殊作业.DownImage")));
  315. this.特殊作业.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.特殊作业.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  317. this.特殊作业.Image = global::UAS_MES_NEW.Properties.Resources._2_0btn_36;
  318. this.特殊作业.IsShowBorder = true;
  319. this.特殊作业.Location = new System.Drawing.Point(700, 30);
  320. this.特殊作业.Margin = new System.Windows.Forms.Padding(4);
  321. this.特殊作业.MoveImage = ((System.Drawing.Image)(resources.GetObject("特殊作业.MoveImage")));
  322. this.特殊作业.Name = "特殊作业";
  323. this.特殊作业.NormalImage = ((System.Drawing.Image)(resources.GetObject("特殊作业.NormalImage")));
  324. this.特殊作业.Power = null;
  325. this.特殊作业.Size = new System.Drawing.Size(161, 50);
  326. this.特殊作业.TabIndex = 0;
  327. this.特殊作业.Text = "特殊作业";
  328. this.特殊作业.UseVisualStyleBackColor = true;
  329. this.特殊作业.Visible = false;
  330. //
  331. // 产线作业
  332. //
  333. this.产线作业.AllPower = null;
  334. this.产线作业.BackColor = System.Drawing.Color.Transparent;
  335. this.产线作业.DownImage = ((System.Drawing.Image)(resources.GetObject("产线作业.DownImage")));
  336. this.产线作业.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.产线作业.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  338. this.产线作业.Image = global::UAS_MES_NEW.Properties.Resources._2_0btn_36;
  339. this.产线作业.IsShowBorder = true;
  340. this.产线作业.Location = new System.Drawing.Point(523, 30);
  341. this.产线作业.Margin = new System.Windows.Forms.Padding(4);
  342. this.产线作业.MoveImage = ((System.Drawing.Image)(resources.GetObject("产线作业.MoveImage")));
  343. this.产线作业.Name = "产线作业";
  344. this.产线作业.NormalImage = ((System.Drawing.Image)(resources.GetObject("产线作业.NormalImage")));
  345. this.产线作业.Power = null;
  346. this.产线作业.Size = new System.Drawing.Size(161, 50);
  347. this.产线作业.TabIndex = 4;
  348. this.产线作业.Text = "产线作业";
  349. this.产线作业.UseVisualStyleBackColor = true;
  350. this.产线作业.Visible = false;
  351. //
  352. // 包装作业_lsv
  353. //
  354. this.包装作业_lsv.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.包装作业_lsv.Location = new System.Drawing.Point(1555, 108);
  356. this.包装作业_lsv.Margin = new System.Windows.Forms.Padding(4);
  357. this.包装作业_lsv.Name = "包装作业_lsv";
  358. this.包装作业_lsv.Size = new System.Drawing.Size(160, 309);
  359. this.包装作业_lsv.TabIndex = 17;
  360. this.包装作业_lsv.Tag = "包装作业_lsv";
  361. this.包装作业_lsv.UseCompatibleStateImageBehavior = false;
  362. this.包装作业_lsv.View = System.Windows.Forms.View.SmallIcon;
  363. this.包装作业_lsv.Visible = false;
  364. //
  365. // 包装作业
  366. //
  367. this.包装作业.AllPower = null;
  368. this.包装作业.BackColor = System.Drawing.Color.Transparent;
  369. this.包装作业.DownImage = ((System.Drawing.Image)(resources.GetObject("包装作业.DownImage")));
  370. this.包装作业.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.包装作业.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  372. this.包装作业.Image = global::UAS_MES_NEW.Properties.Resources._2_0btn_36;
  373. this.包装作业.IsShowBorder = true;
  374. this.包装作业.Location = new System.Drawing.Point(1555, 30);
  375. this.包装作业.Margin = new System.Windows.Forms.Padding(4);
  376. this.包装作业.MoveImage = ((System.Drawing.Image)(resources.GetObject("包装作业.MoveImage")));
  377. this.包装作业.Name = "包装作业";
  378. this.包装作业.NormalImage = ((System.Drawing.Image)(resources.GetObject("包装作业.NormalImage")));
  379. this.包装作业.Power = null;
  380. this.包装作业.Size = new System.Drawing.Size(161, 50);
  381. this.包装作业.TabIndex = 16;
  382. this.包装作业.Text = "包装作业";
  383. this.包装作业.UseVisualStyleBackColor = true;
  384. this.包装作业.Visible = false;
  385. //
  386. // AccordionMenu
  387. //
  388. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  389. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  390. this.Controls.Add(this.包装作业_lsv);
  391. this.Controls.Add(this.包装作业);
  392. this.Controls.Add(this.库存管理);
  393. this.Controls.Add(this.SMT作业);
  394. this.Controls.Add(this.人员管理_lsv);
  395. this.Controls.Add(this.人员管理);
  396. this.Controls.Add(this.OQC作业_lsv);
  397. this.Controls.Add(this.OQC作业);
  398. this.Controls.Add(this.系统设置);
  399. this.Controls.Add(this.系统设置_lsv);
  400. this.Controls.Add(this.库存管理_lsv);
  401. this.Controls.Add(this.查询分析_lsv);
  402. this.Controls.Add(this.查询分析);
  403. this.Controls.Add(this.仓库作业);
  404. this.Controls.Add(this.仓库作业_lsv);
  405. this.Controls.Add(this.特殊作业_lsv);
  406. this.Controls.Add(this.产线作业_lsv);
  407. this.Controls.Add(this.特殊作业);
  408. this.Controls.Add(this.产线作业);
  409. this.Controls.Add(this.SMT作业_lsv);
  410. this.Margin = new System.Windows.Forms.Padding(4);
  411. this.Name = "AccordionMenu";
  412. this.Size = new System.Drawing.Size(1741, 452);
  413. this.Load += new System.EventHandler(this.AccordionMenu_Load);
  414. this.ResumeLayout(false);
  415. }
  416. #endregion
  417. private System.Windows.Forms.ListView SMT作业_lsv;
  418. private System.Windows.Forms.Timer timer1;
  419. private System.Windows.Forms.ListView 产线作业_lsv;
  420. private System.Windows.Forms.ListView 特殊作业_lsv;
  421. private System.Windows.Forms.ListView 仓库作业_lsv;
  422. private System.Windows.Forms.ListView 查询分析_lsv;
  423. private System.Windows.Forms.ListView 库存管理_lsv;
  424. private System.Windows.Forms.ListView 系统设置_lsv;
  425. private ButtonUtil.NormalButton 系统设置;
  426. private System.Windows.Forms.ListView OQC作业_lsv;
  427. private System.Windows.Forms.ListView 人员管理_lsv;
  428. private ButtonUtil.NormalButton SMT作业;
  429. private ButtonUtil.NormalButton 库存管理;
  430. private ButtonUtil.NormalButton 产线作业;
  431. private ButtonUtil.NormalButton 特殊作业;
  432. private ButtonUtil.NormalButton 仓库作业;
  433. private ButtonUtil.NormalButton 查询分析;
  434. private ButtonUtil.NormalButton OQC作业;
  435. private ButtonUtil.NormalButton 人员管理;
  436. private System.Windows.Forms.ListView 包装作业_lsv;
  437. private ButtonUtil.NormalButton 包装作业;
  438. }
  439. }