MainForm.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  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.Dock = System.Windows.Forms.DockStyle.Fill;
  153. this.fileBackupPartial1.Location = new System.Drawing.Point(3, 3);
  154. this.fileBackupPartial1.Name = "fileBackupPartial1";
  155. this.fileBackupPartial1.Size = new System.Drawing.Size(646, 326);
  156. this.fileBackupPartial1.TabIndex = 0;
  157. //
  158. // LbFileType
  159. //
  160. this.LbFileType.AutoSize = true;
  161. this.LbFileType.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.LbFileType.ForeColor = System.Drawing.Color.White;
  163. this.LbFileType.Location = new System.Drawing.Point(365, 42);
  164. this.LbFileType.Name = "LbFileType";
  165. this.LbFileType.Size = new System.Drawing.Size(52, 27);
  166. this.LbFileType.TabIndex = 14;
  167. this.LbFileType.Text = "分类";
  168. this.LbFileType.Click += new System.EventHandler(this.LbFileType_Click);
  169. //
  170. // LbFileBackup
  171. //
  172. this.LbFileBackup.AutoSize = true;
  173. this.LbFileBackup.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.LbFileBackup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  175. this.LbFileBackup.Location = new System.Drawing.Point(586, 42);
  176. this.LbFileBackup.Name = "LbFileBackup";
  177. this.LbFileBackup.Size = new System.Drawing.Size(52, 27);
  178. this.LbFileBackup.TabIndex = 16;
  179. this.LbFileBackup.Text = "备份";
  180. this.LbFileBackup.Click += new System.EventHandler(this.LbFileBackup_Click);
  181. //
  182. // LbFileEncrypt
  183. //
  184. this.LbFileEncrypt.AutoSize = true;
  185. this.LbFileEncrypt.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.LbFileEncrypt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  187. this.LbFileEncrypt.Location = new System.Drawing.Point(447, 42);
  188. this.LbFileEncrypt.Name = "LbFileEncrypt";
  189. this.LbFileEncrypt.Size = new System.Drawing.Size(52, 27);
  190. this.LbFileEncrypt.TabIndex = 15;
  191. this.LbFileEncrypt.Text = "加密";
  192. this.LbFileEncrypt.Click += new System.EventHandler(this.LbFileEncrypt_Click);
  193. //
  194. // LbTitle
  195. //
  196. this.LbTitle.AutoSize = true;
  197. this.LbTitle.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.LbTitle.ForeColor = System.Drawing.Color.White;
  199. this.LbTitle.Location = new System.Drawing.Point(69, 22);
  200. this.LbTitle.Name = "LbTitle";
  201. this.LbTitle.Size = new System.Drawing.Size(107, 25);
  202. this.LbTitle.TabIndex = 18;
  203. this.LbTitle.Text = "文件管理器";
  204. //
  205. // BtClose
  206. //
  207. this.BtClose.FlatAppearance.BorderSize = 0;
  208. this.BtClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  209. this.BtClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.BtClose.ForeColor = System.Drawing.Color.White;
  211. this.BtClose.Location = new System.Drawing.Point(615, 7);
  212. this.BtClose.Name = "BtClose";
  213. this.BtClose.Size = new System.Drawing.Size(30, 23);
  214. this.BtClose.TabIndex = 19;
  215. this.BtClose.Text = "X";
  216. this.tip.SetToolTip(this.BtClose, "关闭");
  217. this.BtClose.UseVisualStyleBackColor = true;
  218. this.BtClose.Click += new System.EventHandler(this.BtClose_Click);
  219. //
  220. // LbAppVersion
  221. //
  222. this.LbAppVersion.ForeColor = System.Drawing.Color.Gray;
  223. this.LbAppVersion.Location = new System.Drawing.Point(501, 4);
  224. this.LbAppVersion.Name = "LbAppVersion";
  225. this.LbAppVersion.Size = new System.Drawing.Size(140, 19);
  226. this.LbAppVersion.TabIndex = 0;
  227. this.LbAppVersion.Text = "当前版本:99.99.99.99";
  228. this.LbAppVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  229. this.tip.SetToolTip(this.LbAppVersion, "当前软件版本");
  230. //
  231. // BTSettings
  232. //
  233. this.BTSettings.FlatAppearance.BorderSize = 0;
  234. this.BTSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  235. this.BTSettings.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.BTSettings.ForeColor = System.Drawing.Color.White;
  237. this.BTSettings.Location = new System.Drawing.Point(583, 7);
  238. this.BTSettings.Name = "BTSettings";
  239. this.BTSettings.Size = new System.Drawing.Size(30, 23);
  240. this.BTSettings.TabIndex = 23;
  241. this.BTSettings.Text = "✿";
  242. this.tip.SetToolTip(this.BTSettings, "设置");
  243. this.BTSettings.UseVisualStyleBackColor = true;
  244. this.BTSettings.Click += new System.EventHandler(this.BTSettings_Click);
  245. //
  246. // LbFileDecrypt
  247. //
  248. this.LbFileDecrypt.AutoSize = true;
  249. this.LbFileDecrypt.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.LbFileDecrypt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  251. this.LbFileDecrypt.Location = new System.Drawing.Point(493, 42);
  252. this.LbFileDecrypt.Name = "LbFileDecrypt";
  253. this.LbFileDecrypt.Size = new System.Drawing.Size(67, 27);
  254. this.LbFileDecrypt.TabIndex = 20;
  255. this.LbFileDecrypt.Text = "/ 解密";
  256. this.LbFileDecrypt.Click += new System.EventHandler(this.LbFileDecrypt_Click);
  257. //
  258. // PnBody
  259. //
  260. this.PnBody.Controls.Add(this.tabControl1);
  261. this.PnBody.Dock = System.Windows.Forms.DockStyle.Fill;
  262. this.PnBody.Location = new System.Drawing.Point(0, 0);
  263. this.PnBody.Name = "PnBody";
  264. this.PnBody.Size = new System.Drawing.Size(650, 356);
  265. this.PnBody.TabIndex = 21;
  266. //
  267. // NiMain
  268. //
  269. this.NiMain.ContextMenuStrip = this.CmsNiMain;
  270. this.NiMain.Icon = ((System.Drawing.Icon)(resources.GetObject("NiMain.Icon")));
  271. this.NiMain.Text = "文件管理器";
  272. this.NiMain.Visible = true;
  273. this.NiMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.NiMain_MouseDoubleClick);
  274. //
  275. // CmsNiMain
  276. //
  277. this.CmsNiMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  278. this.CmsNiMainShow,
  279. this.toolStripSeparator1,
  280. this.CmsNiMainExit});
  281. this.CmsNiMain.Name = "CmsNiMain";
  282. this.CmsNiMain.Size = new System.Drawing.Size(137, 54);
  283. //
  284. // CmsNiMainShow
  285. //
  286. this.CmsNiMainShow.Name = "CmsNiMainShow";
  287. this.CmsNiMainShow.Size = new System.Drawing.Size(136, 22);
  288. this.CmsNiMainShow.Text = "显示主界面";
  289. this.CmsNiMainShow.Click += new System.EventHandler(this.CmsNiMainShow_Click);
  290. //
  291. // toolStripSeparator1
  292. //
  293. this.toolStripSeparator1.Name = "toolStripSeparator1";
  294. this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
  295. //
  296. // CmsNiMainExit
  297. //
  298. this.CmsNiMainExit.Name = "CmsNiMainExit";
  299. this.CmsNiMainExit.Size = new System.Drawing.Size(136, 22);
  300. this.CmsNiMainExit.Text = "退出";
  301. this.CmsNiMainExit.Click += new System.EventHandler(this.CmsNiMainExit_Click);
  302. //
  303. // PnMain
  304. //
  305. this.PnMain.Controls.Add(this.PnBotton);
  306. this.PnMain.Controls.Add(this.PnBody);
  307. this.PnMain.Dock = System.Windows.Forms.DockStyle.Bottom;
  308. this.PnMain.Location = new System.Drawing.Point(0, 70);
  309. this.PnMain.Name = "PnMain";
  310. this.PnMain.Size = new System.Drawing.Size(650, 356);
  311. this.PnMain.TabIndex = 22;
  312. //
  313. // PnBotton
  314. //
  315. this.PnBotton.Controls.Add(this.LbAppVersion);
  316. this.PnBotton.Dock = System.Windows.Forms.DockStyle.Bottom;
  317. this.PnBotton.Location = new System.Drawing.Point(0, 329);
  318. this.PnBotton.Name = "PnBotton";
  319. this.PnBotton.Size = new System.Drawing.Size(650, 27);
  320. this.PnBotton.TabIndex = 22;
  321. //
  322. // pictureBox1
  323. //
  324. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  325. this.pictureBox1.Location = new System.Drawing.Point(10, 9);
  326. this.pictureBox1.Name = "pictureBox1";
  327. this.pictureBox1.Size = new System.Drawing.Size(60, 51);
  328. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  329. this.pictureBox1.TabIndex = 17;
  330. this.pictureBox1.TabStop = false;
  331. //
  332. // MainForm
  333. //
  334. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  335. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  336. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(43)))), ((int)(((byte)(54)))));
  337. this.ClientSize = new System.Drawing.Size(650, 426);
  338. this.Controls.Add(this.BTSettings);
  339. this.Controls.Add(this.PnMain);
  340. this.Controls.Add(this.LbFileDecrypt);
  341. this.Controls.Add(this.BtClose);
  342. this.Controls.Add(this.LbTitle);
  343. this.Controls.Add(this.pictureBox1);
  344. this.Controls.Add(this.LbFileBackup);
  345. this.Controls.Add(this.LbFileEncrypt);
  346. this.Controls.Add(this.LbFileType);
  347. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  348. this.Name = "MainForm";
  349. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  350. this.Text = "MainForm";
  351. this.Load += new System.EventHandler(this.MainForm_Load);
  352. this.tabControl1.ResumeLayout(false);
  353. this.TpFIleType.ResumeLayout(false);
  354. this.TpFileEncrypt.ResumeLayout(false);
  355. this.TpFileDecrypt.ResumeLayout(false);
  356. this.TpFileBackup.ResumeLayout(false);
  357. this.PnBody.ResumeLayout(false);
  358. this.CmsNiMain.ResumeLayout(false);
  359. this.PnMain.ResumeLayout(false);
  360. this.PnBotton.ResumeLayout(false);
  361. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  362. this.ResumeLayout(false);
  363. this.PerformLayout();
  364. }
  365. #endregion
  366. private System.Windows.Forms.TabControl tabControl1;
  367. private System.Windows.Forms.TabPage TpFIleType;
  368. private System.Windows.Forms.Label LbFileType;
  369. private System.Windows.Forms.Label LbFileBackup;
  370. private System.Windows.Forms.Label LbFileEncrypt;
  371. private System.Windows.Forms.TabPage TpFileEncrypt;
  372. private System.Windows.Forms.TabPage TpFileBackup;
  373. private System.Windows.Forms.PictureBox pictureBox1;
  374. private System.Windows.Forms.Label LbTitle;
  375. private System.Windows.Forms.Button BtClose;
  376. private System.Windows.Forms.ToolTip tip;
  377. private System.Windows.Forms.TabPage TpFileDecrypt;
  378. private System.Windows.Forms.Label LbFileDecrypt;
  379. private System.Windows.Forms.Panel PnBody;
  380. private Partials.FileEncryptPartial fileEncryptPartial1;
  381. private Partials.FileDecryptPartial fileDecryptPartial1;
  382. private Partials.FileTypePartial fileTypePartial1;
  383. private System.Windows.Forms.NotifyIcon NiMain;
  384. private System.Windows.Forms.Panel PnMain;
  385. private System.Windows.Forms.Panel PnBotton;
  386. private System.Windows.Forms.Label LbAppVersion;
  387. private System.Windows.Forms.Button BTSettings;
  388. private Partials.FileBackupPartial fileBackupPartial1;
  389. private System.Windows.Forms.ContextMenuStrip CmsNiMain;
  390. private System.Windows.Forms.ToolStripMenuItem CmsNiMainShow;
  391. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  392. private System.Windows.Forms.ToolStripMenuItem CmsNiMainExit;
  393. }
  394. }