FormHOZMain.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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.pbMax = new System.Windows.Forms.PictureBox();
  36. this.pbMin = new System.Windows.Forms.PictureBox();
  37. this.pbClose = new System.Windows.Forms.PictureBox();
  38. this.pbLog = new System.Windows.Forms.PictureBox();
  39. this.pbInit = new System.Windows.Forms.PictureBox();
  40. this.pbSave = new System.Windows.Forms.PictureBox();
  41. this.pbOpen = new System.Windows.Forms.PictureBox();
  42. this.plMain.SuspendLayout();
  43. this.plFill.SuspendLayout();
  44. this.plLeft.SuspendLayout();
  45. this.plTop.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.pbMax)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.pbMin)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.pbLog)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.pbInit)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.pbSave)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.pbOpen)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // plMain
  56. //
  57. this.plMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  58. | System.Windows.Forms.AnchorStyles.Left)
  59. | System.Windows.Forms.AnchorStyles.Right)));
  60. this.plMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  61. this.plMain.Controls.Add(this.plFill);
  62. this.plMain.Controls.Add(this.plLeft);
  63. this.plMain.Controls.Add(this.plTop);
  64. this.plMain.Location = new System.Drawing.Point(12, 12);
  65. this.plMain.Name = "plMain";
  66. this.plMain.Size = new System.Drawing.Size(1000, 744);
  67. this.plMain.TabIndex = 1;
  68. //
  69. // plFill
  70. //
  71. this.plFill.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  72. | System.Windows.Forms.AnchorStyles.Left)
  73. | System.Windows.Forms.AnchorStyles.Right)));
  74. this.plFill.BackColor = System.Drawing.Color.Black;
  75. this.plFill.Controls.Add(this.plProcess);
  76. this.plFill.Location = new System.Drawing.Point(106, 86);
  77. this.plFill.Name = "plFill";
  78. this.plFill.Size = new System.Drawing.Size(894, 658);
  79. this.plFill.TabIndex = 5;
  80. //
  81. // plProcess
  82. //
  83. this.plProcess.BackColor = System.Drawing.Color.White;
  84. this.plProcess.Location = new System.Drawing.Point(1, 1);
  85. this.plProcess.Name = "plProcess";
  86. this.plProcess.Size = new System.Drawing.Size(218, 100);
  87. this.plProcess.TabIndex = 2;
  88. this.plProcess.Visible = false;
  89. //
  90. // plLeft
  91. //
  92. this.plLeft.BackColor = System.Drawing.Color.Black;
  93. this.plLeft.Controls.Add(this.label1);
  94. this.plLeft.Controls.Add(this.plLeftContent);
  95. this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
  96. this.plLeft.Location = new System.Drawing.Point(0, 80);
  97. this.plLeft.Name = "plLeft";
  98. this.plLeft.Size = new System.Drawing.Size(100, 664);
  99. this.plLeft.TabIndex = 4;
  100. //
  101. // label1
  102. //
  103. this.label1.AutoSize = true;
  104. this.label1.BackColor = System.Drawing.Color.Transparent;
  105. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.label1.ForeColor = System.Drawing.Color.Gainsboro;
  107. this.label1.Location = new System.Drawing.Point(15, 3);
  108. this.label1.Name = "label1";
  109. this.label1.Size = new System.Drawing.Size(70, 12);
  110. this.label1.TabIndex = 1;
  111. this.label1.Text = "切入点列表";
  112. //
  113. // plLeftContent
  114. //
  115. this.plLeftContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  116. | System.Windows.Forms.AnchorStyles.Left)
  117. | System.Windows.Forms.AnchorStyles.Right)));
  118. this.plLeftContent.AutoScroll = true;
  119. this.plLeftContent.Location = new System.Drawing.Point(5, 19);
  120. this.plLeftContent.Name = "plLeftContent";
  121. this.plLeftContent.Size = new System.Drawing.Size(90, 645);
  122. this.plLeftContent.TabIndex = 0;
  123. //
  124. // plTop
  125. //
  126. this.plTop.BackColor = System.Drawing.Color.Black;
  127. this.plTop.Controls.Add(this.pbMax);
  128. this.plTop.Controls.Add(this.pbMin);
  129. this.plTop.Controls.Add(this.pbClose);
  130. this.plTop.Controls.Add(this.pbLog);
  131. this.plTop.Controls.Add(this.pbInit);
  132. this.plTop.Controls.Add(this.pbSave);
  133. this.plTop.Controls.Add(this.pbOpen);
  134. this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
  135. this.plTop.Location = new System.Drawing.Point(0, 0);
  136. this.plTop.Name = "plTop";
  137. this.plTop.Size = new System.Drawing.Size(1000, 80);
  138. this.plTop.TabIndex = 3;
  139. //
  140. // pbMax
  141. //
  142. this.pbMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  143. this.pbMax.BackgroundImage = global::HOZProject.Properties.Resources.Min_Gray;
  144. this.pbMax.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  145. this.pbMax.Location = new System.Drawing.Point(935, 0);
  146. this.pbMax.Name = "pbMax";
  147. this.pbMax.Size = new System.Drawing.Size(28, 31);
  148. this.pbMax.TabIndex = 7;
  149. this.pbMax.TabStop = false;
  150. this.pbMax.Click += new System.EventHandler(this.pbMax_Click);
  151. //
  152. // pbMin
  153. //
  154. this.pbMin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  155. this.pbMin.BackgroundImage = global::HOZProject.Properties.Resources.Min_Gray;
  156. this.pbMin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  157. this.pbMin.Location = new System.Drawing.Point(901, 0);
  158. this.pbMin.Name = "pbMin";
  159. this.pbMin.Size = new System.Drawing.Size(28, 31);
  160. this.pbMin.TabIndex = 7;
  161. this.pbMin.TabStop = false;
  162. this.pbMin.Click += new System.EventHandler(this.pbMin_Click);
  163. this.pbMin.MouseEnter += new System.EventHandler(this.pbMin_MouseEnter);
  164. this.pbMin.MouseLeave += new System.EventHandler(this.pbMin_MouseLeave);
  165. //
  166. // pbClose
  167. //
  168. this.pbClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  169. this.pbClose.BackgroundImage = global::HOZProject.Properties.Resources.exit_Gray;
  170. this.pbClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  171. this.pbClose.Location = new System.Drawing.Point(969, 0);
  172. this.pbClose.Name = "pbClose";
  173. this.pbClose.Size = new System.Drawing.Size(28, 31);
  174. this.pbClose.TabIndex = 7;
  175. this.pbClose.TabStop = false;
  176. this.pbClose.Click += new System.EventHandler(this.pbClose_Click);
  177. this.pbClose.MouseEnter += new System.EventHandler(this.pbClose_MouseEnter);
  178. this.pbClose.MouseLeave += new System.EventHandler(this.pbClose_MouseLeave);
  179. //
  180. // pbLog
  181. //
  182. this.pbLog.BackgroundImage = global::HOZProject.Properties.Resources.Log;
  183. this.pbLog.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  184. this.pbLog.Cursor = System.Windows.Forms.Cursors.Hand;
  185. this.pbLog.Location = new System.Drawing.Point(228, 6);
  186. this.pbLog.Name = "pbLog";
  187. this.pbLog.Size = new System.Drawing.Size(68, 71);
  188. this.pbLog.TabIndex = 6;
  189. this.pbLog.TabStop = false;
  190. this.pbLog.Click += new System.EventHandler(this.pbLog_Click);
  191. //
  192. // pbInit
  193. //
  194. this.pbInit.BackgroundImage = global::HOZProject.Properties.Resources.init;
  195. this.pbInit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  196. this.pbInit.Cursor = System.Windows.Forms.Cursors.Hand;
  197. this.pbInit.Location = new System.Drawing.Point(154, 6);
  198. this.pbInit.Name = "pbInit";
  199. this.pbInit.Size = new System.Drawing.Size(68, 71);
  200. this.pbInit.TabIndex = 5;
  201. this.pbInit.TabStop = false;
  202. this.pbInit.Click += new System.EventHandler(this.pbInit_Click);
  203. //
  204. // pbSave
  205. //
  206. this.pbSave.BackgroundImage = global::HOZProject.Properties.Resources.save;
  207. this.pbSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  208. this.pbSave.Cursor = System.Windows.Forms.Cursors.Hand;
  209. this.pbSave.Location = new System.Drawing.Point(80, 6);
  210. this.pbSave.Name = "pbSave";
  211. this.pbSave.Size = new System.Drawing.Size(68, 71);
  212. this.pbSave.TabIndex = 4;
  213. this.pbSave.TabStop = false;
  214. //
  215. // pbOpen
  216. //
  217. this.pbOpen.BackgroundImage = global::HOZProject.Properties.Resources.open;
  218. this.pbOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  219. this.pbOpen.Cursor = System.Windows.Forms.Cursors.Hand;
  220. this.pbOpen.Location = new System.Drawing.Point(6, 6);
  221. this.pbOpen.Name = "pbOpen";
  222. this.pbOpen.Size = new System.Drawing.Size(68, 71);
  223. this.pbOpen.TabIndex = 3;
  224. this.pbOpen.TabStop = false;
  225. //
  226. // FormHOZMain
  227. //
  228. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  229. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  230. this.BackColor = System.Drawing.SystemColors.WindowFrame;
  231. this.ClientSize = new System.Drawing.Size(1024, 768);
  232. this.ControlBox = false;
  233. this.Controls.Add(this.plMain);
  234. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  235. this.Name = "FormHOZMain";
  236. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  237. this.Text = "FormHOZMain";
  238. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  239. this.Load += new System.EventHandler(this.FormHOZMain_Load);
  240. this.plMain.ResumeLayout(false);
  241. this.plFill.ResumeLayout(false);
  242. this.plLeft.ResumeLayout(false);
  243. this.plLeft.PerformLayout();
  244. this.plTop.ResumeLayout(false);
  245. ((System.ComponentModel.ISupportInitialize)(this.pbMax)).EndInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.pbMin)).EndInit();
  247. ((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
  248. ((System.ComponentModel.ISupportInitialize)(this.pbLog)).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.pbInit)).EndInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.pbSave)).EndInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.pbOpen)).EndInit();
  252. this.ResumeLayout(false);
  253. }
  254. #endregion
  255. private System.Windows.Forms.Panel plMain;
  256. public System.Windows.Forms.Panel plProcess;
  257. private System.Windows.Forms.Panel plLeft;
  258. public System.Windows.Forms.Panel plTop;
  259. public System.Windows.Forms.Panel plFill;
  260. public System.Windows.Forms.Panel plLeftContent;
  261. private System.Windows.Forms.Label label1;
  262. private System.Windows.Forms.PictureBox pbOpen;
  263. private System.Windows.Forms.PictureBox pbLog;
  264. private System.Windows.Forms.PictureBox pbInit;
  265. private System.Windows.Forms.PictureBox pbSave;
  266. private System.Windows.Forms.PictureBox pbMin;
  267. private System.Windows.Forms.PictureBox pbClose;
  268. private System.Windows.Forms.PictureBox pbMax;
  269. }
  270. }