frmSoftwareTheme.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmSoftwareTheme
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSoftwareTheme));
  30. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  31. this.tabPage1 = new System.Windows.Forms.TabPage();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.pllogin = new LYFZ.ComponentLibrary.PanelEx();
  34. this.contextMenuStripEx1 = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  35. this.tlsUpdate = new System.Windows.Forms.ToolStripMenuItem();
  36. this.tlsRess = new System.Windows.Forms.ToolStripMenuItem();
  37. this.tabPage2 = new System.Windows.Forms.TabPage();
  38. this.plTitle = new LYFZ.ComponentLibrary.PanelEx();
  39. this.pllogo = new LYFZ.ComponentLibrary.PanelEx();
  40. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  41. this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.plRimg = new LYFZ.ComponentLibrary.PanelEx();
  43. this.plbgimg = new LYFZ.ComponentLibrary.PanelEx();
  44. this.plEnd = new LYFZ.ComponentLibrary.PanelEx();
  45. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.plExMainContainer.SuspendLayout();
  52. this.plFormMainContent.SuspendLayout();
  53. this.tabControlEx1.SuspendLayout();
  54. this.tabPage1.SuspendLayout();
  55. this.panelEx1.SuspendLayout();
  56. this.contextMenuStripEx1.SuspendLayout();
  57. this.tabPage2.SuspendLayout();
  58. this.plTitle.SuspendLayout();
  59. this.panelEx3.SuspendLayout();
  60. this.plRimg.SuspendLayout();
  61. this.plbgimg.SuspendLayout();
  62. this.plEnd.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // plExMainContainer
  66. //
  67. this.plExMainContainer.Controls.Add(this.tabControlEx1);
  68. this.plExMainContainer.Size = new System.Drawing.Size(1024, 703);
  69. //
  70. // plFormMainContent
  71. //
  72. this.plFormMainContent.Size = new System.Drawing.Size(1024, 703);
  73. //
  74. // btnAppFormMaximize
  75. //
  76. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  77. this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0);
  78. //
  79. // btnAppFormExit
  80. //
  81. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  82. this.btnAppFormExit.Location = new System.Drawing.Point(992, 0);
  83. //
  84. // btnAppFormMinimize
  85. //
  86. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  87. this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0);
  88. //
  89. // tabControlEx1
  90. //
  91. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  92. this.tabControlEx1.Controls.Add(this.tabPage1);
  93. this.tabControlEx1.Controls.Add(this.tabPage2);
  94. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.tabControlEx1.ItemSize = new System.Drawing.Size(120, 36);
  96. this.tabControlEx1.Location = new System.Drawing.Point(0, 0);
  97. this.tabControlEx1.Name = "tabControlEx1";
  98. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  99. this.tabControlEx1.SelectedIndex = 0;
  100. this.tabControlEx1.Size = new System.Drawing.Size(1024, 703);
  101. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  102. this.tabControlEx1.TabIndex = 0;
  103. //
  104. // tabPage1
  105. //
  106. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  107. this.tabPage1.Controls.Add(this.labelEx1);
  108. this.tabPage1.Controls.Add(this.panelEx1);
  109. this.tabPage1.Location = new System.Drawing.Point(4, 40);
  110. this.tabPage1.Name = "tabPage1";
  111. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  112. this.tabPage1.Size = new System.Drawing.Size(1016, 659);
  113. this.tabPage1.TabIndex = 0;
  114. this.tabPage1.Text = "登录界面";
  115. //
  116. // panelEx1
  117. //
  118. this.panelEx1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelEx1.BackgroundImage")));
  119. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  120. this.panelEx1.BorderWidth = 1;
  121. this.panelEx1.Controls.Add(this.pllogin);
  122. this.panelEx1.Location = new System.Drawing.Point(198, 105);
  123. this.panelEx1.Name = "panelEx1";
  124. this.panelEx1.Size = new System.Drawing.Size(440, 371);
  125. this.panelEx1.TabIndex = 0;
  126. //
  127. // pllogin
  128. //
  129. this.pllogin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pllogin.BackgroundImage")));
  130. this.pllogin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  131. this.pllogin.BorderColor = System.Drawing.Color.White;
  132. this.pllogin.BorderWidth = 0;
  133. this.pllogin.ContextMenuStrip = this.contextMenuStripEx1;
  134. this.pllogin.Cursor = System.Windows.Forms.Cursors.Hand;
  135. this.pllogin.Location = new System.Drawing.Point(4, 2);
  136. this.pllogin.Name = "pllogin";
  137. this.pllogin.Size = new System.Drawing.Size(432, 183);
  138. this.pllogin.TabIndex = 0;
  139. this.pllogin.Tag = "login_bg.png";
  140. //
  141. // contextMenuStripEx1
  142. //
  143. this.contextMenuStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  144. this.tlsUpdate,
  145. this.tlsRess});
  146. this.contextMenuStripEx1.Name = "contextMenuStripEx1";
  147. this.contextMenuStripEx1.Size = new System.Drawing.Size(125, 48);
  148. //
  149. // tlsUpdate
  150. //
  151. this.tlsUpdate.Name = "tlsUpdate";
  152. this.tlsUpdate.Size = new System.Drawing.Size(124, 22);
  153. this.tlsUpdate.Text = "修改";
  154. //
  155. // tlsRess
  156. //
  157. this.tlsRess.Name = "tlsRess";
  158. this.tlsRess.Size = new System.Drawing.Size(124, 22);
  159. this.tlsRess.Text = "恢复默认";
  160. //
  161. // tabPage2
  162. //
  163. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  164. this.tabPage2.Controls.Add(this.labelEx3);
  165. this.tabPage2.Controls.Add(this.labelEx2);
  166. this.tabPage2.Controls.Add(this.plTitle);
  167. this.tabPage2.Controls.Add(this.panelEx3);
  168. this.tabPage2.Location = new System.Drawing.Point(4, 40);
  169. this.tabPage2.Name = "tabPage2";
  170. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  171. this.tabPage2.Size = new System.Drawing.Size(1016, 659);
  172. this.tabPage2.TabIndex = 1;
  173. this.tabPage2.Text = "主窗体界面";
  174. //
  175. // plTitle
  176. //
  177. this.plTitle.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plTitle.BackgroundImage")));
  178. this.plTitle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  179. this.plTitle.BorderWidth = 1;
  180. this.plTitle.ContextMenuStrip = this.contextMenuStripEx1;
  181. this.plTitle.Controls.Add(this.pllogo);
  182. this.plTitle.Cursor = System.Windows.Forms.Cursors.Hand;
  183. this.plTitle.Location = new System.Drawing.Point(33, 49);
  184. this.plTitle.Name = "plTitle";
  185. this.plTitle.Size = new System.Drawing.Size(942, 53);
  186. this.plTitle.TabIndex = 0;
  187. this.plTitle.Tag = "titleTop_bg.png";
  188. //
  189. // pllogo
  190. //
  191. this.pllogo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pllogo.BackgroundImage")));
  192. this.pllogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  193. this.pllogo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  194. this.pllogo.BorderWidth = 1;
  195. this.pllogo.ContextMenuStrip = this.contextMenuStripEx1;
  196. this.pllogo.Location = new System.Drawing.Point(1, 0);
  197. this.pllogo.Name = "pllogo";
  198. this.pllogo.Size = new System.Drawing.Size(109, 52);
  199. this.pllogo.TabIndex = 0;
  200. this.pllogo.Tag = "titleLogo_bg.png";
  201. //
  202. // panelEx3
  203. //
  204. this.panelEx3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelEx3.BackgroundImage")));
  205. this.panelEx3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  206. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  207. this.panelEx3.BorderWidth = 1;
  208. this.panelEx3.Controls.Add(this.panelEx8);
  209. this.panelEx3.Controls.Add(this.plRimg);
  210. this.panelEx3.Controls.Add(this.plbgimg);
  211. this.panelEx3.Controls.Add(this.plEnd);
  212. this.panelEx3.Location = new System.Drawing.Point(33, 51);
  213. this.panelEx3.Name = "panelEx3";
  214. this.panelEx3.Size = new System.Drawing.Size(942, 514);
  215. this.panelEx3.TabIndex = 0;
  216. //
  217. // panelEx8
  218. //
  219. this.panelEx8.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelEx8.BackgroundImage")));
  220. this.panelEx8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  221. this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  222. this.panelEx8.BorderWidth = 1;
  223. this.panelEx8.Location = new System.Drawing.Point(271, 89);
  224. this.panelEx8.Name = "panelEx8";
  225. this.panelEx8.Size = new System.Drawing.Size(255, 246);
  226. this.panelEx8.TabIndex = 0;
  227. //
  228. // plRimg
  229. //
  230. this.plRimg.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plRimg.BackgroundImage")));
  231. this.plRimg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  232. this.plRimg.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  233. this.plRimg.BorderWidth = 1;
  234. this.plRimg.ContextMenuStrip = this.contextMenuStripEx1;
  235. this.plRimg.Controls.Add(this.labelEx5);
  236. this.plRimg.Cursor = System.Windows.Forms.Cursors.Hand;
  237. this.plRimg.Location = new System.Drawing.Point(99, 89);
  238. this.plRimg.Name = "plRimg";
  239. this.plRimg.Size = new System.Drawing.Size(166, 246);
  240. this.plRimg.TabIndex = 0;
  241. this.plRimg.Tag = "Rimg_bg.png";
  242. //
  243. // plbgimg
  244. //
  245. this.plbgimg.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plbgimg.BackgroundImage")));
  246. this.plbgimg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  247. this.plbgimg.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  248. this.plbgimg.BorderWidth = 1;
  249. this.plbgimg.ContextMenuStrip = this.contextMenuStripEx1;
  250. this.plbgimg.Controls.Add(this.labelEx4);
  251. this.plbgimg.Cursor = System.Windows.Forms.Cursors.Hand;
  252. this.plbgimg.Location = new System.Drawing.Point(92, 69);
  253. this.plbgimg.Name = "plbgimg";
  254. this.plbgimg.Size = new System.Drawing.Size(850, 428);
  255. this.plbgimg.TabIndex = 0;
  256. this.plbgimg.Tag = "Bgimg_bg.png";
  257. //
  258. // plEnd
  259. //
  260. this.plEnd.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("plEnd.BackgroundImage")));
  261. this.plEnd.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  262. this.plEnd.BorderWidth = 1;
  263. this.plEnd.ContextMenuStrip = this.contextMenuStripEx1;
  264. this.plEnd.Controls.Add(this.labelEx6);
  265. this.plEnd.Cursor = System.Windows.Forms.Cursors.Hand;
  266. this.plEnd.Location = new System.Drawing.Point(0, 498);
  267. this.plEnd.Name = "plEnd";
  268. this.plEnd.Size = new System.Drawing.Size(942, 15);
  269. this.plEnd.TabIndex = 0;
  270. this.plEnd.Tag = "titleEnd_bg.png";
  271. //
  272. // labelEx1
  273. //
  274. this.labelEx1.AutoSize = true;
  275. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  276. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  277. this.labelEx1.Location = new System.Drawing.Point(199, 85);
  278. this.labelEx1.Name = "labelEx1";
  279. this.labelEx1.Size = new System.Drawing.Size(92, 17);
  280. this.labelEx1.TabIndex = 1;
  281. this.labelEx1.Text = "尺寸:430x182";
  282. //
  283. // labelEx2
  284. //
  285. this.labelEx2.AutoSize = true;
  286. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  287. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  288. this.labelEx2.Location = new System.Drawing.Point(37, 29);
  289. this.labelEx2.Name = "labelEx2";
  290. this.labelEx2.Size = new System.Drawing.Size(85, 17);
  291. this.labelEx2.TabIndex = 2;
  292. this.labelEx2.Text = "尺寸:181x55";
  293. //
  294. // labelEx3
  295. //
  296. this.labelEx3.AutoSize = true;
  297. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  298. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  299. this.labelEx3.Location = new System.Drawing.Point(876, 31);
  300. this.labelEx3.Name = "labelEx3";
  301. this.labelEx3.Size = new System.Drawing.Size(92, 17);
  302. this.labelEx3.TabIndex = 2;
  303. this.labelEx3.Text = "尺寸:800x430";
  304. //
  305. // labelEx4
  306. //
  307. this.labelEx4.AutoSize = true;
  308. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  309. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  310. this.labelEx4.Location = new System.Drawing.Point(651, 54);
  311. this.labelEx4.Name = "labelEx4";
  312. this.labelEx4.Size = new System.Drawing.Size(106, 17);
  313. this.labelEx4.TabIndex = 2;
  314. this.labelEx4.Text = "尺寸:4096x2161";
  315. //
  316. // labelEx5
  317. //
  318. this.labelEx5.AutoSize = true;
  319. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  320. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  321. this.labelEx5.Location = new System.Drawing.Point(15, 215);
  322. this.labelEx5.Name = "labelEx5";
  323. this.labelEx5.Size = new System.Drawing.Size(92, 17);
  324. this.labelEx5.TabIndex = 2;
  325. this.labelEx5.Text = "尺寸:226x337";
  326. //
  327. // labelEx6
  328. //
  329. this.labelEx6.AutoSize = true;
  330. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  331. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  332. this.labelEx6.Location = new System.Drawing.Point(574, -1);
  333. this.labelEx6.Name = "labelEx6";
  334. this.labelEx6.Size = new System.Drawing.Size(78, 17);
  335. this.labelEx6.TabIndex = 2;
  336. this.labelEx6.Text = "尺寸:50x50";
  337. //
  338. // frmSoftwareTheme
  339. //
  340. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  341. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  342. this.ClientSize = new System.Drawing.Size(1024, 768);
  343. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  344. this.Name = "frmSoftwareTheme";
  345. this.Text = "软件主题编缉";
  346. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  347. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  348. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  349. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  350. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  351. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  352. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  353. this.plExMainContainer.ResumeLayout(false);
  354. this.plFormMainContent.ResumeLayout(false);
  355. this.tabControlEx1.ResumeLayout(false);
  356. this.tabPage1.ResumeLayout(false);
  357. this.tabPage1.PerformLayout();
  358. this.panelEx1.ResumeLayout(false);
  359. this.contextMenuStripEx1.ResumeLayout(false);
  360. this.tabPage2.ResumeLayout(false);
  361. this.tabPage2.PerformLayout();
  362. this.plTitle.ResumeLayout(false);
  363. this.panelEx3.ResumeLayout(false);
  364. this.plRimg.ResumeLayout(false);
  365. this.plRimg.PerformLayout();
  366. this.plbgimg.ResumeLayout(false);
  367. this.plbgimg.PerformLayout();
  368. this.plEnd.ResumeLayout(false);
  369. this.plEnd.PerformLayout();
  370. this.ResumeLayout(false);
  371. }
  372. #endregion
  373. private ComponentLibrary.TabControlEx tabControlEx1;
  374. private System.Windows.Forms.TabPage tabPage1;
  375. private System.Windows.Forms.TabPage tabPage2;
  376. private ComponentLibrary.PanelEx panelEx1;
  377. private ComponentLibrary.PanelEx panelEx3;
  378. private ComponentLibrary.PanelEx panelEx8;
  379. public ComponentLibrary.PanelEx pllogin;
  380. public System.Windows.Forms.ToolStripMenuItem tlsUpdate;
  381. public System.Windows.Forms.ToolStripMenuItem tlsRess;
  382. public ComponentLibrary.ContextMenuStripEx contextMenuStripEx1;
  383. public ComponentLibrary.PanelEx plTitle;
  384. public ComponentLibrary.PanelEx pllogo;
  385. public ComponentLibrary.PanelEx plRimg;
  386. public ComponentLibrary.PanelEx plbgimg;
  387. public ComponentLibrary.PanelEx plEnd;
  388. private ComponentLibrary.LabelEx labelEx1;
  389. private ComponentLibrary.LabelEx labelEx3;
  390. private ComponentLibrary.LabelEx labelEx2;
  391. private ComponentLibrary.LabelEx labelEx5;
  392. private ComponentLibrary.LabelEx labelEx4;
  393. private ComponentLibrary.LabelEx labelEx6;
  394. }
  395. }