FormHOZMain.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. namespace HOZProject
  2. {
  3. partial class FormHOZMain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.plMain = new System.Windows.Forms.Panel();
  29. this.plFill = new System.Windows.Forms.Panel();
  30. this.plProcess = new System.Windows.Forms.Panel();
  31. this.plLeft = new System.Windows.Forms.Panel();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.plLeftContent = new System.Windows.Forms.Panel();
  34. this.plTop = new System.Windows.Forms.Panel();
  35. this.pbStop = new System.Windows.Forms.PictureBox();
  36. this.pbPause = new System.Windows.Forms.PictureBox();
  37. this.pbStart = new System.Windows.Forms.PictureBox();
  38. this.pbMax = new System.Windows.Forms.PictureBox();
  39. this.pbMin = new System.Windows.Forms.PictureBox();
  40. this.pbClose = new System.Windows.Forms.PictureBox();
  41. this.pbLog = new System.Windows.Forms.PictureBox();
  42. this.pbInit = new System.Windows.Forms.PictureBox();
  43. this.pbSave = new System.Windows.Forms.PictureBox();
  44. this.pbNew = new System.Windows.Forms.PictureBox();
  45. this.pbOpen = new System.Windows.Forms.PictureBox();
  46. this.plMain.SuspendLayout();
  47. this.plFill.SuspendLayout();
  48. this.plLeft.SuspendLayout();
  49. this.plTop.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.pbStop)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.pbPause)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.pbStart)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.pbMax)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.pbMin)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.pbLog)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.pbInit)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.pbSave)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.pbNew)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.pbOpen)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // plMain
  64. //
  65. this.plMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  66. | System.Windows.Forms.AnchorStyles.Left)
  67. | System.Windows.Forms.AnchorStyles.Right)));
  68. this.plMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  69. this.plMain.Controls.Add(this.plFill);
  70. this.plMain.Controls.Add(this.plLeft);
  71. this.plMain.Controls.Add(this.plTop);
  72. this.plMain.Location = new System.Drawing.Point(12, 12);
  73. this.plMain.Name = "plMain";
  74. this.plMain.Size = new System.Drawing.Size(1000, 744);
  75. this.plMain.TabIndex = 1;
  76. //
  77. // plFill
  78. //
  79. this.plFill.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  80. | System.Windows.Forms.AnchorStyles.Left)
  81. | System.Windows.Forms.AnchorStyles.Right)));
  82. this.plFill.BackColor = System.Drawing.Color.Black;
  83. this.plFill.Controls.Add(this.plProcess);
  84. this.plFill.Location = new System.Drawing.Point(106, 86);
  85. this.plFill.Name = "plFill";
  86. this.plFill.Size = new System.Drawing.Size(894, 658);
  87. this.plFill.TabIndex = 5;
  88. //
  89. // plProcess
  90. //
  91. this.plProcess.BackColor = System.Drawing.Color.White;
  92. this.plProcess.Location = new System.Drawing.Point(1, 1);
  93. this.plProcess.Name = "plProcess";
  94. this.plProcess.Size = new System.Drawing.Size(218, 100);
  95. this.plProcess.TabIndex = 2;
  96. this.plProcess.Visible = false;
  97. //
  98. // plLeft
  99. //
  100. this.plLeft.BackColor = System.Drawing.Color.Black;
  101. this.plLeft.Controls.Add(this.label1);
  102. this.plLeft.Controls.Add(this.plLeftContent);
  103. this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
  104. this.plLeft.Location = new System.Drawing.Point(0, 80);
  105. this.plLeft.Name = "plLeft";
  106. this.plLeft.Size = new System.Drawing.Size(100, 664);
  107. this.plLeft.TabIndex = 4;
  108. //
  109. // label1
  110. //
  111. this.label1.AutoSize = true;
  112. this.label1.BackColor = System.Drawing.Color.Transparent;
  113. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.label1.ForeColor = System.Drawing.Color.Gainsboro;
  115. this.label1.Location = new System.Drawing.Point(15, 3);
  116. this.label1.Name = "label1";
  117. this.label1.Size = new System.Drawing.Size(70, 12);
  118. this.label1.TabIndex = 1;
  119. this.label1.Text = "切入点列表";
  120. //
  121. // plLeftContent
  122. //
  123. this.plLeftContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  124. | System.Windows.Forms.AnchorStyles.Left)
  125. | System.Windows.Forms.AnchorStyles.Right)));
  126. this.plLeftContent.AutoScroll = true;
  127. this.plLeftContent.Location = new System.Drawing.Point(5, 19);
  128. this.plLeftContent.Name = "plLeftContent";
  129. this.plLeftContent.Size = new System.Drawing.Size(90, 645);
  130. this.plLeftContent.TabIndex = 0;
  131. //
  132. // plTop
  133. //
  134. this.plTop.BackColor = System.Drawing.Color.Black;
  135. this.plTop.Controls.Add(this.pbStop);
  136. this.plTop.Controls.Add(this.pbPause);
  137. this.plTop.Controls.Add(this.pbStart);
  138. this.plTop.Controls.Add(this.pbMax);
  139. this.plTop.Controls.Add(this.pbMin);
  140. this.plTop.Controls.Add(this.pbClose);
  141. this.plTop.Controls.Add(this.pbLog);
  142. this.plTop.Controls.Add(this.pbInit);
  143. this.plTop.Controls.Add(this.pbSave);
  144. this.plTop.Controls.Add(this.pbNew);
  145. this.plTop.Controls.Add(this.pbOpen);
  146. this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
  147. this.plTop.Location = new System.Drawing.Point(0, 0);
  148. this.plTop.Name = "plTop";
  149. this.plTop.Size = new System.Drawing.Size(1000, 80);
  150. this.plTop.TabIndex = 3;
  151. //
  152. // pbStop
  153. //
  154. this.pbStop.BackgroundImage = global::HOZProject.Properties.Resources.Stop;
  155. this.pbStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  156. this.pbStop.Cursor = System.Windows.Forms.Cursors.Hand;
  157. this.pbStop.Location = new System.Drawing.Point(523, 6);
  158. this.pbStop.Name = "pbStop";
  159. this.pbStop.Size = new System.Drawing.Size(68, 71);
  160. this.pbStop.TabIndex = 8;
  161. this.pbStop.TabStop = false;
  162. this.pbStop.Click += new System.EventHandler(this.pbStop_Click);
  163. //
  164. // pbPause
  165. //
  166. this.pbPause.BackgroundImage = global::HOZProject.Properties.Resources.Pause;
  167. this.pbPause.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  168. this.pbPause.Cursor = System.Windows.Forms.Cursors.Hand;
  169. this.pbPause.Location = new System.Drawing.Point(449, 6);
  170. this.pbPause.Name = "pbPause";
  171. this.pbPause.Size = new System.Drawing.Size(68, 71);
  172. this.pbPause.TabIndex = 8;
  173. this.pbPause.TabStop = false;
  174. //
  175. // pbStart
  176. //
  177. this.pbStart.BackgroundImage = global::HOZProject.Properties.Resources.Start;
  178. this.pbStart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  179. this.pbStart.Cursor = System.Windows.Forms.Cursors.Hand;
  180. this.pbStart.Location = new System.Drawing.Point(375, 6);
  181. this.pbStart.Name = "pbStart";
  182. this.pbStart.Size = new System.Drawing.Size(68, 71);
  183. this.pbStart.TabIndex = 8;
  184. this.pbStart.TabStop = false;
  185. this.pbStart.Click += new System.EventHandler(this.pbStart_Click);
  186. //
  187. // pbMax
  188. //
  189. this.pbMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  190. this.pbMax.BackgroundImage = global::HOZProject.Properties.Resources.Min_Gray;
  191. this.pbMax.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  192. this.pbMax.Location = new System.Drawing.Point(935, 0);
  193. this.pbMax.Name = "pbMax";
  194. this.pbMax.Size = new System.Drawing.Size(28, 31);
  195. this.pbMax.TabIndex = 7;
  196. this.pbMax.TabStop = false;
  197. this.pbMax.Click += new System.EventHandler(this.pbMax_Click);
  198. //
  199. // pbMin
  200. //
  201. this.pbMin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  202. this.pbMin.BackgroundImage = global::HOZProject.Properties.Resources.Min_Gray;
  203. this.pbMin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  204. this.pbMin.Location = new System.Drawing.Point(901, 0);
  205. this.pbMin.Name = "pbMin";
  206. this.pbMin.Size = new System.Drawing.Size(28, 31);
  207. this.pbMin.TabIndex = 7;
  208. this.pbMin.TabStop = false;
  209. this.pbMin.Click += new System.EventHandler(this.pbMin_Click);
  210. this.pbMin.MouseEnter += new System.EventHandler(this.pbMin_MouseEnter);
  211. this.pbMin.MouseLeave += new System.EventHandler(this.pbMin_MouseLeave);
  212. //
  213. // pbClose
  214. //
  215. this.pbClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  216. this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  217. this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  218. this.pbClose.Location = new System.Drawing.Point(969, 0);
  219. this.pbClose.Name = "pbClose";
  220. this.pbClose.Size = new System.Drawing.Size(28, 31);
  221. this.pbClose.TabIndex = 7;
  222. this.pbClose.TabStop = false;
  223. this.pbClose.Click += new System.EventHandler(this.pbClose_Click);
  224. this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
  225. this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
  226. //
  227. // pbLog
  228. //
  229. this.pbLog.BackgroundImage = global::HOZProject.Properties.Resources.Log;
  230. this.pbLog.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  231. this.pbLog.Cursor = System.Windows.Forms.Cursors.Hand;
  232. this.pbLog.Location = new System.Drawing.Point(301, 6);
  233. this.pbLog.Name = "pbLog";
  234. this.pbLog.Size = new System.Drawing.Size(68, 71);
  235. this.pbLog.TabIndex = 6;
  236. this.pbLog.TabStop = false;
  237. this.pbLog.Click += new System.EventHandler(this.pbLog_Click);
  238. //
  239. // pbInit
  240. //
  241. this.pbInit.BackgroundImage = global::HOZProject.Properties.Resources.init;
  242. this.pbInit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  243. this.pbInit.Cursor = System.Windows.Forms.Cursors.Hand;
  244. this.pbInit.Location = new System.Drawing.Point(227, 6);
  245. this.pbInit.Name = "pbInit";
  246. this.pbInit.Size = new System.Drawing.Size(68, 71);
  247. this.pbInit.TabIndex = 5;
  248. this.pbInit.TabStop = false;
  249. this.pbInit.Click += new System.EventHandler(this.pbInit_Click);
  250. //
  251. // pbSave
  252. //
  253. this.pbSave.BackgroundImage = global::HOZProject.Properties.Resources.save;
  254. this.pbSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  255. this.pbSave.Cursor = System.Windows.Forms.Cursors.Hand;
  256. this.pbSave.Location = new System.Drawing.Point(153, 6);
  257. this.pbSave.Name = "pbSave";
  258. this.pbSave.Size = new System.Drawing.Size(68, 71);
  259. this.pbSave.TabIndex = 4;
  260. this.pbSave.TabStop = false;
  261. this.pbSave.Click += new System.EventHandler(this.pbSave_Click);
  262. //
  263. // pbNew
  264. //
  265. this.pbNew.BackgroundImage = global::HOZProject.Properties.Resources.New;
  266. this.pbNew.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  267. this.pbNew.Cursor = System.Windows.Forms.Cursors.Hand;
  268. this.pbNew.Location = new System.Drawing.Point(5, 6);
  269. this.pbNew.Name = "pbNew";
  270. this.pbNew.Size = new System.Drawing.Size(68, 71);
  271. this.pbNew.TabIndex = 3;
  272. this.pbNew.TabStop = false;
  273. this.pbNew.Click += new System.EventHandler(this.pbNew_Click);
  274. //
  275. // pbOpen
  276. //
  277. this.pbOpen.BackgroundImage = global::HOZProject.Properties.Resources.open;
  278. this.pbOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  279. this.pbOpen.Cursor = System.Windows.Forms.Cursors.Hand;
  280. this.pbOpen.Location = new System.Drawing.Point(79, 6);
  281. this.pbOpen.Name = "pbOpen";
  282. this.pbOpen.Size = new System.Drawing.Size(68, 71);
  283. this.pbOpen.TabIndex = 3;
  284. this.pbOpen.TabStop = false;
  285. this.pbOpen.Click += new System.EventHandler(this.pbOpen_Click);
  286. //
  287. // FormHOZMain
  288. //
  289. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  290. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  291. this.BackColor = System.Drawing.SystemColors.WindowFrame;
  292. this.ClientSize = new System.Drawing.Size(1024, 768);
  293. this.ControlBox = false;
  294. this.Controls.Add(this.plMain);
  295. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  296. this.Name = "FormHOZMain";
  297. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  298. this.Text = "FormHOZMain";
  299. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  300. this.Load += new System.EventHandler(this.FormHOZMain_Load);
  301. this.plMain.ResumeLayout(false);
  302. this.plFill.ResumeLayout(false);
  303. this.plLeft.ResumeLayout(false);
  304. this.plLeft.PerformLayout();
  305. this.plTop.ResumeLayout(false);
  306. ((System.ComponentModel.ISupportInitialize)(this.pbStop)).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)(this.pbPause)).EndInit();
  308. ((System.ComponentModel.ISupportInitialize)(this.pbStart)).EndInit();
  309. ((System.ComponentModel.ISupportInitialize)(this.pbMax)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.pbMin)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)(this.pbLog)).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)(this.pbInit)).EndInit();
  314. ((System.ComponentModel.ISupportInitialize)(this.pbSave)).EndInit();
  315. ((System.ComponentModel.ISupportInitialize)(this.pbNew)).EndInit();
  316. ((System.ComponentModel.ISupportInitialize)(this.pbOpen)).EndInit();
  317. this.ResumeLayout(false);
  318. }
  319. #endregion
  320. private System.Windows.Forms.Panel plMain;
  321. public System.Windows.Forms.Panel plProcess;
  322. private System.Windows.Forms.Panel plLeft;
  323. public System.Windows.Forms.Panel plTop;
  324. public System.Windows.Forms.Panel plFill;
  325. public System.Windows.Forms.Panel plLeftContent;
  326. private System.Windows.Forms.Label label1;
  327. private System.Windows.Forms.PictureBox pbOpen;
  328. private System.Windows.Forms.PictureBox pbLog;
  329. private System.Windows.Forms.PictureBox pbInit;
  330. private System.Windows.Forms.PictureBox pbSave;
  331. private System.Windows.Forms.PictureBox pbMin;
  332. private System.Windows.Forms.PictureBox pbClose;
  333. private System.Windows.Forms.PictureBox pbMax;
  334. private System.Windows.Forms.PictureBox pbNew;
  335. private System.Windows.Forms.PictureBox pbStart;
  336. private System.Windows.Forms.PictureBox pbStop;
  337. private System.Windows.Forms.PictureBox pbPause;
  338. }
  339. }