MainForm.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. namespace Oreo.FileMan.Views
  2. {
  3. partial class MainForm
  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(MainForm));
  30. this.tabControl1 = new System.Windows.Forms.TabControl();
  31. this.TpFIleType = new System.Windows.Forms.TabPage();
  32. this.fileTypePartial1 = new Oreo.FileMan.Partials.FileTypePartial();
  33. this.TpFileEncrypt = new System.Windows.Forms.TabPage();
  34. this.fileEncryptPartial1 = new Oreo.FileMan.Partials.FileEncryptPartial();
  35. this.TpFileDecrypt = new System.Windows.Forms.TabPage();
  36. this.fileDecryptPartial1 = new Oreo.FileMan.Partials.FileDecryptPartial();
  37. this.TpFileBackup = new System.Windows.Forms.TabPage();
  38. this.fileBackupPartial1 = new Oreo.FileMan.Partials.FileBackupPartial();
  39. this.LbFileType = new System.Windows.Forms.Label();
  40. this.LbFileBackup = new System.Windows.Forms.Label();
  41. this.LbFileEncrypt = new System.Windows.Forms.Label();
  42. this.LbTitle = new System.Windows.Forms.Label();
  43. this.BtClose = new System.Windows.Forms.Button();
  44. this.tip = new System.Windows.Forms.ToolTip(this.components);
  45. this.LbAppVersion = new System.Windows.Forms.Label();
  46. this.BTSettings = new System.Windows.Forms.Button();
  47. this.LbFileDecrypt = new System.Windows.Forms.Label();
  48. this.PnBody = new System.Windows.Forms.Panel();
  49. this.NiMain = new System.Windows.Forms.NotifyIcon(this.components);
  50. this.CmsNiMain = new System.Windows.Forms.ContextMenuStrip(this.components);
  51. this.CmsNiMainShow = new System.Windows.Forms.ToolStripMenuItem();
  52. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  53. this.CmsNiMainExit = new System.Windows.Forms.ToolStripMenuItem();
  54. this.PnMain = new System.Windows.Forms.Panel();
  55. this.PnBotton = new System.Windows.Forms.Panel();
  56. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  57. this.tabControl1.SuspendLayout();
  58. this.TpFIleType.SuspendLayout();
  59. this.TpFileEncrypt.SuspendLayout();
  60. this.TpFileDecrypt.SuspendLayout();
  61. this.TpFileBackup.SuspendLayout();
  62. this.PnBody.SuspendLayout();
  63. this.CmsNiMain.SuspendLayout();
  64. this.PnMain.SuspendLayout();
  65. this.PnBotton.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // tabControl1
  70. //
  71. this.tabControl1.Controls.Add(this.TpFIleType);
  72. this.tabControl1.Controls.Add(this.TpFileEncrypt);
  73. this.tabControl1.Controls.Add(this.TpFileDecrypt);
  74. this.tabControl1.Controls.Add(this.TpFileBackup);
  75. this.tabControl1.Location = new System.Drawing.Point(-5, -24);
  76. this.tabControl1.Name = "tabControl1";
  77. this.tabControl1.SelectedIndex = 0;
  78. this.tabControl1.Size = new System.Drawing.Size(660, 358);
  79. this.tabControl1.TabIndex = 13;
  80. //
  81. // TpFIleType
  82. //
  83. this.TpFIleType.Controls.Add(this.fileTypePartial1);
  84. this.TpFIleType.Location = new System.Drawing.Point(4, 22);
  85. this.TpFIleType.Name = "TpFIleType";
  86. this.TpFIleType.Padding = new System.Windows.Forms.Padding(3);
  87. this.TpFIleType.Size = new System.Drawing.Size(652, 332);
  88. this.TpFIleType.TabIndex = 0;
  89. this.TpFIleType.Text = "文件分类";
  90. this.TpFIleType.UseVisualStyleBackColor = true;
  91. //
  92. // fileTypePartial1
  93. //
  94. this.fileTypePartial1.BackColor = System.Drawing.Color.White;
  95. this.fileTypePartial1.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.fileTypePartial1.Location = new System.Drawing.Point(3, 3);
  97. this.fileTypePartial1.Name = "fileTypePartial1";
  98. this.fileTypePartial1.Size = new System.Drawing.Size(646, 326);
  99. this.fileTypePartial1.TabIndex = 0;
  100. //
  101. // TpFileEncrypt
  102. //
  103. this.TpFileEncrypt.Controls.Add(this.fileEncryptPartial1);
  104. this.TpFileEncrypt.Location = new System.Drawing.Point(4, 22);
  105. this.TpFileEncrypt.Name = "TpFileEncrypt";
  106. this.TpFileEncrypt.Padding = new System.Windows.Forms.Padding(3);
  107. this.TpFileEncrypt.Size = new System.Drawing.Size(652, 332);
  108. this.TpFileEncrypt.TabIndex = 2;
  109. this.TpFileEncrypt.Text = "文件加密";
  110. this.TpFileEncrypt.UseVisualStyleBackColor = true;
  111. //
  112. // fileEncryptPartial1
  113. //
  114. this.fileEncryptPartial1.Dock = System.Windows.Forms.DockStyle.Fill;
  115. this.fileEncryptPartial1.Location = new System.Drawing.Point(3, 3);
  116. this.fileEncryptPartial1.Name = "fileEncryptPartial1";
  117. this.fileEncryptPartial1.Size = new System.Drawing.Size(646, 326);
  118. this.fileEncryptPartial1.TabIndex = 0;
  119. //
  120. // TpFileDecrypt
  121. //
  122. this.TpFileDecrypt.Controls.Add(this.fileDecryptPartial1);
  123. this.TpFileDecrypt.Location = new System.Drawing.Point(4, 22);
  124. this.TpFileDecrypt.Name = "TpFileDecrypt";
  125. this.TpFileDecrypt.Padding = new System.Windows.Forms.Padding(3);
  126. this.TpFileDecrypt.Size = new System.Drawing.Size(652, 332);
  127. this.TpFileDecrypt.TabIndex = 4;
  128. this.TpFileDecrypt.Text = "文件解密";
  129. this.TpFileDecrypt.UseVisualStyleBackColor = true;
  130. //
  131. // fileDecryptPartial1
  132. //
  133. this.fileDecryptPartial1.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.fileDecryptPartial1.Location = new System.Drawing.Point(3, 3);
  135. this.fileDecryptPartial1.Name = "fileDecryptPartial1";
  136. this.fileDecryptPartial1.Size = new System.Drawing.Size(646, 326);
  137. this.fileDecryptPartial1.TabIndex = 0;
  138. //
  139. // TpFileBackup
  140. //
  141. this.TpFileBackup.Controls.Add(this.fileBackupPartial1);
  142. this.TpFileBackup.Location = new System.Drawing.Point(4, 22);
  143. this.TpFileBackup.Name = "TpFileBackup";
  144. this.TpFileBackup.Padding = new System.Windows.Forms.Padding(3);
  145. this.TpFileBackup.Size = new System.Drawing.Size(652, 332);
  146. this.TpFileBackup.TabIndex = 3;
  147. this.TpFileBackup.Text = "文件备份";
  148. this.TpFileBackup.UseVisualStyleBackColor = true;
  149. //
  150. // fileBackupPartial1
  151. //
  152. this.fileBackupPartial1.BackColor = System.Drawing.Color.White;
  153. this.fileBackupPartial1.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.fileBackupPartial1.Location = new System.Drawing.Point(3, 3);
  155. this.fileBackupPartial1.Name = "fileBackupPartial1";
  156. this.fileBackupPartial1.Size = new System.Drawing.Size(646, 326);
  157. this.fileBackupPartial1.TabIndex = 0;
  158. //
  159. // LbFileType
  160. //
  161. this.LbFileType.AutoSize = true;
  162. this.LbFileType.Cursor = System.Windows.Forms.Cursors.Hand;
  163. this.LbFileType.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.LbFileType.ForeColor = System.Drawing.Color.White;
  165. this.LbFileType.Location = new System.Drawing.Point(365, 42);
  166. this.LbFileType.Name = "LbFileType";
  167. this.LbFileType.Size = new System.Drawing.Size(52, 27);
  168. this.LbFileType.TabIndex = 14;
  169. this.LbFileType.Text = "分类";
  170. this.LbFileType.Click += new System.EventHandler(this.LbFileType_Click);
  171. //
  172. // LbFileBackup
  173. //
  174. this.LbFileBackup.AutoSize = true;
  175. this.LbFileBackup.Cursor = System.Windows.Forms.Cursors.Hand;
  176. this.LbFileBackup.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.LbFileBackup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  178. this.LbFileBackup.Location = new System.Drawing.Point(586, 42);
  179. this.LbFileBackup.Name = "LbFileBackup";
  180. this.LbFileBackup.Size = new System.Drawing.Size(52, 27);
  181. this.LbFileBackup.TabIndex = 16;
  182. this.LbFileBackup.Text = "备份";
  183. this.LbFileBackup.Click += new System.EventHandler(this.LbFileBackup_Click);
  184. //
  185. // LbFileEncrypt
  186. //
  187. this.LbFileEncrypt.AutoSize = true;
  188. this.LbFileEncrypt.Cursor = System.Windows.Forms.Cursors.Hand;
  189. this.LbFileEncrypt.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.LbFileEncrypt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  191. this.LbFileEncrypt.Location = new System.Drawing.Point(447, 42);
  192. this.LbFileEncrypt.Name = "LbFileEncrypt";
  193. this.LbFileEncrypt.Size = new System.Drawing.Size(52, 27);
  194. this.LbFileEncrypt.TabIndex = 15;
  195. this.LbFileEncrypt.Text = "加密";
  196. this.LbFileEncrypt.Click += new System.EventHandler(this.LbFileEncrypt_Click);
  197. //
  198. // LbTitle
  199. //
  200. this.LbTitle.AutoSize = true;
  201. this.LbTitle.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.LbTitle.ForeColor = System.Drawing.Color.White;
  203. this.LbTitle.Location = new System.Drawing.Point(69, 22);
  204. this.LbTitle.Name = "LbTitle";
  205. this.LbTitle.Size = new System.Drawing.Size(107, 25);
  206. this.LbTitle.TabIndex = 18;
  207. this.LbTitle.Text = "文件管理器";
  208. //
  209. // BtClose
  210. //
  211. this.BtClose.FlatAppearance.BorderSize = 0;
  212. this.BtClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  213. this.BtClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.BtClose.ForeColor = System.Drawing.Color.White;
  215. this.BtClose.Location = new System.Drawing.Point(615, 7);
  216. this.BtClose.Name = "BtClose";
  217. this.BtClose.Size = new System.Drawing.Size(30, 23);
  218. this.BtClose.TabIndex = 19;
  219. this.BtClose.Text = "X";
  220. this.tip.SetToolTip(this.BtClose, "关闭");
  221. this.BtClose.UseVisualStyleBackColor = true;
  222. this.BtClose.Click += new System.EventHandler(this.BtClose_Click);
  223. //
  224. // LbAppVersion
  225. //
  226. this.LbAppVersion.ForeColor = System.Drawing.Color.Gray;
  227. this.LbAppVersion.Location = new System.Drawing.Point(501, 4);
  228. this.LbAppVersion.Name = "LbAppVersion";
  229. this.LbAppVersion.Size = new System.Drawing.Size(140, 19);
  230. this.LbAppVersion.TabIndex = 0;
  231. this.LbAppVersion.Text = "当前版本:99.99.99.99";
  232. this.LbAppVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  233. this.tip.SetToolTip(this.LbAppVersion, "当前软件版本");
  234. //
  235. // BTSettings
  236. //
  237. this.BTSettings.FlatAppearance.BorderSize = 0;
  238. this.BTSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  239. this.BTSettings.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.BTSettings.ForeColor = System.Drawing.Color.White;
  241. this.BTSettings.Location = new System.Drawing.Point(583, 7);
  242. this.BTSettings.Name = "BTSettings";
  243. this.BTSettings.Size = new System.Drawing.Size(30, 23);
  244. this.BTSettings.TabIndex = 23;
  245. this.BTSettings.Text = "✿";
  246. this.tip.SetToolTip(this.BTSettings, "设置");
  247. this.BTSettings.UseVisualStyleBackColor = true;
  248. this.BTSettings.Click += new System.EventHandler(this.BTSettings_Click);
  249. //
  250. // LbFileDecrypt
  251. //
  252. this.LbFileDecrypt.AutoSize = true;
  253. this.LbFileDecrypt.Cursor = System.Windows.Forms.Cursors.Hand;
  254. this.LbFileDecrypt.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.LbFileDecrypt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  256. this.LbFileDecrypt.Location = new System.Drawing.Point(493, 42);
  257. this.LbFileDecrypt.Name = "LbFileDecrypt";
  258. this.LbFileDecrypt.Size = new System.Drawing.Size(67, 27);
  259. this.LbFileDecrypt.TabIndex = 20;
  260. this.LbFileDecrypt.Text = "/ 解密";
  261. this.LbFileDecrypt.Click += new System.EventHandler(this.LbFileDecrypt_Click);
  262. //
  263. // PnBody
  264. //
  265. this.PnBody.Controls.Add(this.tabControl1);
  266. this.PnBody.Dock = System.Windows.Forms.DockStyle.Fill;
  267. this.PnBody.Location = new System.Drawing.Point(0, 0);
  268. this.PnBody.Name = "PnBody";
  269. this.PnBody.Size = new System.Drawing.Size(650, 356);
  270. this.PnBody.TabIndex = 21;
  271. //
  272. // NiMain
  273. //
  274. this.NiMain.ContextMenuStrip = this.CmsNiMain;
  275. this.NiMain.Icon = ((System.Drawing.Icon)(resources.GetObject("NiMain.Icon")));
  276. this.NiMain.Text = "文件管理器";
  277. this.NiMain.Visible = true;
  278. this.NiMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.NiMain_MouseDoubleClick);
  279. //
  280. // CmsNiMain
  281. //
  282. this.CmsNiMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  283. this.CmsNiMainShow,
  284. this.toolStripSeparator1,
  285. this.CmsNiMainExit});
  286. this.CmsNiMain.Name = "CmsNiMain";
  287. this.CmsNiMain.Size = new System.Drawing.Size(137, 54);
  288. //
  289. // CmsNiMainShow
  290. //
  291. this.CmsNiMainShow.Name = "CmsNiMainShow";
  292. this.CmsNiMainShow.Size = new System.Drawing.Size(136, 22);
  293. this.CmsNiMainShow.Text = "显示主界面";
  294. this.CmsNiMainShow.Click += new System.EventHandler(this.CmsNiMainShow_Click);
  295. //
  296. // toolStripSeparator1
  297. //
  298. this.toolStripSeparator1.Name = "toolStripSeparator1";
  299. this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
  300. //
  301. // CmsNiMainExit
  302. //
  303. this.CmsNiMainExit.Name = "CmsNiMainExit";
  304. this.CmsNiMainExit.Size = new System.Drawing.Size(136, 22);
  305. this.CmsNiMainExit.Text = "退出";
  306. this.CmsNiMainExit.Click += new System.EventHandler(this.CmsNiMainExit_Click);
  307. //
  308. // PnMain
  309. //
  310. this.PnMain.Controls.Add(this.PnBotton);
  311. this.PnMain.Controls.Add(this.PnBody);
  312. this.PnMain.Dock = System.Windows.Forms.DockStyle.Bottom;
  313. this.PnMain.Location = new System.Drawing.Point(0, 70);
  314. this.PnMain.Name = "PnMain";
  315. this.PnMain.Size = new System.Drawing.Size(650, 356);
  316. this.PnMain.TabIndex = 22;
  317. //
  318. // PnBotton
  319. //
  320. this.PnBotton.Controls.Add(this.LbAppVersion);
  321. this.PnBotton.Dock = System.Windows.Forms.DockStyle.Bottom;
  322. this.PnBotton.Location = new System.Drawing.Point(0, 329);
  323. this.PnBotton.Name = "PnBotton";
  324. this.PnBotton.Size = new System.Drawing.Size(650, 27);
  325. this.PnBotton.TabIndex = 22;
  326. //
  327. // pictureBox1
  328. //
  329. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  330. this.pictureBox1.Location = new System.Drawing.Point(10, 9);
  331. this.pictureBox1.Name = "pictureBox1";
  332. this.pictureBox1.Size = new System.Drawing.Size(60, 51);
  333. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  334. this.pictureBox1.TabIndex = 17;
  335. this.pictureBox1.TabStop = false;
  336. //
  337. // MainForm
  338. //
  339. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  340. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  341. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(43)))), ((int)(((byte)(54)))));
  342. this.ClientSize = new System.Drawing.Size(650, 426);
  343. this.Controls.Add(this.BTSettings);
  344. this.Controls.Add(this.PnMain);
  345. this.Controls.Add(this.LbFileDecrypt);
  346. this.Controls.Add(this.BtClose);
  347. this.Controls.Add(this.LbTitle);
  348. this.Controls.Add(this.pictureBox1);
  349. this.Controls.Add(this.LbFileBackup);
  350. this.Controls.Add(this.LbFileEncrypt);
  351. this.Controls.Add(this.LbFileType);
  352. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  353. this.Name = "MainForm";
  354. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  355. this.Text = "MainForm";
  356. this.Load += new System.EventHandler(this.MainForm_Load);
  357. this.tabControl1.ResumeLayout(false);
  358. this.TpFIleType.ResumeLayout(false);
  359. this.TpFileEncrypt.ResumeLayout(false);
  360. this.TpFileDecrypt.ResumeLayout(false);
  361. this.TpFileBackup.ResumeLayout(false);
  362. this.PnBody.ResumeLayout(false);
  363. this.CmsNiMain.ResumeLayout(false);
  364. this.PnMain.ResumeLayout(false);
  365. this.PnBotton.ResumeLayout(false);
  366. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  367. this.ResumeLayout(false);
  368. this.PerformLayout();
  369. }
  370. #endregion
  371. private System.Windows.Forms.TabControl tabControl1;
  372. private System.Windows.Forms.TabPage TpFIleType;
  373. private System.Windows.Forms.Label LbFileType;
  374. private System.Windows.Forms.Label LbFileBackup;
  375. private System.Windows.Forms.Label LbFileEncrypt;
  376. private System.Windows.Forms.TabPage TpFileEncrypt;
  377. private System.Windows.Forms.TabPage TpFileBackup;
  378. private System.Windows.Forms.PictureBox pictureBox1;
  379. private System.Windows.Forms.Label LbTitle;
  380. private System.Windows.Forms.Button BtClose;
  381. private System.Windows.Forms.ToolTip tip;
  382. private System.Windows.Forms.TabPage TpFileDecrypt;
  383. private System.Windows.Forms.Label LbFileDecrypt;
  384. private System.Windows.Forms.Panel PnBody;
  385. private Partials.FileEncryptPartial fileEncryptPartial1;
  386. private Partials.FileDecryptPartial fileDecryptPartial1;
  387. private Partials.FileTypePartial fileTypePartial1;
  388. private System.Windows.Forms.NotifyIcon NiMain;
  389. private System.Windows.Forms.Panel PnMain;
  390. private System.Windows.Forms.Panel PnBotton;
  391. private System.Windows.Forms.Label LbAppVersion;
  392. private System.Windows.Forms.Button BTSettings;
  393. private Partials.FileBackupPartial fileBackupPartial1;
  394. private System.Windows.Forms.ContextMenuStrip CmsNiMain;
  395. private System.Windows.Forms.ToolStripMenuItem CmsNiMainShow;
  396. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  397. private System.Windows.Forms.ToolStripMenuItem CmsNiMainExit;
  398. }
  399. }