MainForm.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29. this.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.TpFIleType = new System.Windows.Forms.TabPage();
  31. this.label9 = new System.Windows.Forms.Label();
  32. this.label8 = new System.Windows.Forms.Label();
  33. this.label7 = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.imageButton11 = new Y.Controls.Buttons.ImageButton();
  40. this.imageButton12 = new Y.Controls.Buttons.ImageButton();
  41. this.imageButton6 = new Y.Controls.Buttons.ImageButton();
  42. this.imageButton5 = new Y.Controls.Buttons.ImageButton();
  43. this.imageButton4 = new Y.Controls.Buttons.ImageButton();
  44. this.imageButton2 = new Y.Controls.Buttons.ImageButton();
  45. this.imageButton1 = new Y.Controls.Buttons.ImageButton();
  46. this.imageButton3 = new Y.Controls.Buttons.ImageButton();
  47. this.TpFIleTypeDetail = new System.Windows.Forms.TabPage();
  48. this.TpFileEncrypt = new System.Windows.Forms.TabPage();
  49. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  50. this.BtFileEncrypt = new System.Windows.Forms.Button();
  51. this.button2 = new System.Windows.Forms.Button();
  52. this.label1 = new System.Windows.Forms.Label();
  53. this.button3 = new System.Windows.Forms.Button();
  54. this.button4 = new System.Windows.Forms.Button();
  55. this.button1 = new System.Windows.Forms.Button();
  56. this.BtFileDecrypt = new System.Windows.Forms.Button();
  57. this.TpFileBackup = new System.Windows.Forms.TabPage();
  58. this.LbFileType = new System.Windows.Forms.Label();
  59. this.LbFileBackup = new System.Windows.Forms.Label();
  60. this.LbFileEncrypt = new System.Windows.Forms.Label();
  61. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  62. this.LbTitle = new System.Windows.Forms.Label();
  63. this.tabControl1.SuspendLayout();
  64. this.TpFIleType.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.imageButton11)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.imageButton12)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.imageButton6)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.imageButton5)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.imageButton4)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.imageButton2)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.imageButton1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.imageButton3)).BeginInit();
  73. this.TpFileEncrypt.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // tabControl1
  78. //
  79. this.tabControl1.Controls.Add(this.TpFIleType);
  80. this.tabControl1.Controls.Add(this.TpFIleTypeDetail);
  81. this.tabControl1.Controls.Add(this.TpFileEncrypt);
  82. this.tabControl1.Controls.Add(this.TpFileBackup);
  83. this.tabControl1.Location = new System.Drawing.Point(-5, 72);
  84. this.tabControl1.Name = "tabControl1";
  85. this.tabControl1.SelectedIndex = 0;
  86. this.tabControl1.Size = new System.Drawing.Size(660, 334);
  87. this.tabControl1.TabIndex = 13;
  88. //
  89. // TpFIleType
  90. //
  91. this.TpFIleType.Controls.Add(this.label9);
  92. this.TpFIleType.Controls.Add(this.label8);
  93. this.TpFIleType.Controls.Add(this.label7);
  94. this.TpFIleType.Controls.Add(this.label6);
  95. this.TpFIleType.Controls.Add(this.label5);
  96. this.TpFIleType.Controls.Add(this.label4);
  97. this.TpFIleType.Controls.Add(this.label3);
  98. this.TpFIleType.Controls.Add(this.label2);
  99. this.TpFIleType.Controls.Add(this.imageButton11);
  100. this.TpFIleType.Controls.Add(this.imageButton12);
  101. this.TpFIleType.Controls.Add(this.imageButton6);
  102. this.TpFIleType.Controls.Add(this.imageButton5);
  103. this.TpFIleType.Controls.Add(this.imageButton4);
  104. this.TpFIleType.Controls.Add(this.imageButton2);
  105. this.TpFIleType.Controls.Add(this.imageButton1);
  106. this.TpFIleType.Controls.Add(this.imageButton3);
  107. this.TpFIleType.Location = new System.Drawing.Point(4, 22);
  108. this.TpFIleType.Name = "TpFIleType";
  109. this.TpFIleType.Padding = new System.Windows.Forms.Padding(3);
  110. this.TpFIleType.Size = new System.Drawing.Size(652, 308);
  111. this.TpFIleType.TabIndex = 0;
  112. this.TpFIleType.Text = "文件分类";
  113. this.TpFIleType.UseVisualStyleBackColor = true;
  114. //
  115. // label9
  116. //
  117. this.label9.AutoSize = true;
  118. this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.label9.Location = new System.Drawing.Point(148, 213);
  120. this.label9.Name = "label9";
  121. this.label9.Size = new System.Drawing.Size(37, 20);
  122. this.label9.TabIndex = 26;
  123. this.label9.Text = "下载";
  124. //
  125. // label8
  126. //
  127. this.label8.AutoSize = true;
  128. this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.label8.Location = new System.Drawing.Point(38, 213);
  130. this.label8.Name = "label8";
  131. this.label8.Size = new System.Drawing.Size(51, 20);
  132. this.label8.TabIndex = 25;
  133. this.label8.Text = "收藏夹";
  134. //
  135. // label7
  136. //
  137. this.label7.AutoSize = true;
  138. this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.label7.Location = new System.Drawing.Point(554, 88);
  140. this.label7.Name = "label7";
  141. this.label7.Size = new System.Drawing.Size(51, 20);
  142. this.label7.TabIndex = 24;
  143. this.label7.Text = "压缩包";
  144. //
  145. // label6
  146. //
  147. this.label6.AutoSize = true;
  148. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.label6.Location = new System.Drawing.Point(451, 88);
  150. this.label6.Name = "label6";
  151. this.label6.Size = new System.Drawing.Size(51, 20);
  152. this.label6.TabIndex = 23;
  153. this.label6.Text = "安装包";
  154. //
  155. // label5
  156. //
  157. this.label5.AutoSize = true;
  158. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.label5.Location = new System.Drawing.Point(354, 88);
  160. this.label5.Name = "label5";
  161. this.label5.Size = new System.Drawing.Size(37, 20);
  162. this.label5.TabIndex = 22;
  163. this.label5.Text = "音乐";
  164. //
  165. // label4
  166. //
  167. this.label4.AutoSize = true;
  168. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.label4.Location = new System.Drawing.Point(251, 88);
  170. this.label4.Name = "label4";
  171. this.label4.Size = new System.Drawing.Size(37, 20);
  172. this.label4.TabIndex = 21;
  173. this.label4.Text = "图片";
  174. //
  175. // label3
  176. //
  177. this.label3.AutoSize = true;
  178. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.label3.Location = new System.Drawing.Point(148, 88);
  180. this.label3.Name = "label3";
  181. this.label3.Size = new System.Drawing.Size(37, 20);
  182. this.label3.TabIndex = 20;
  183. this.label3.Text = "文档";
  184. //
  185. // label2
  186. //
  187. this.label2.AutoSize = true;
  188. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.label2.Location = new System.Drawing.Point(45, 88);
  190. this.label2.Name = "label2";
  191. this.label2.Size = new System.Drawing.Size(37, 20);
  192. this.label2.TabIndex = 19;
  193. this.label2.Text = "视频";
  194. //
  195. // imageButton11
  196. //
  197. this.imageButton11.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton11.DefaultImage")));
  198. this.imageButton11.Image = ((System.Drawing.Image)(resources.GetObject("imageButton11.Image")));
  199. this.imageButton11.Location = new System.Drawing.Point(137, 150);
  200. this.imageButton11.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton11.MouseDownImage")));
  201. this.imageButton11.MouseHoverImage = null;
  202. this.imageButton11.Name = "imageButton11";
  203. this.imageButton11.Size = new System.Drawing.Size(60, 60);
  204. this.imageButton11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  205. this.imageButton11.TabIndex = 18;
  206. this.imageButton11.TabStop = false;
  207. //
  208. // imageButton12
  209. //
  210. this.imageButton12.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton12.DefaultImage")));
  211. this.imageButton12.Image = ((System.Drawing.Image)(resources.GetObject("imageButton12.Image")));
  212. this.imageButton12.Location = new System.Drawing.Point(34, 150);
  213. this.imageButton12.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton12.MouseDownImage")));
  214. this.imageButton12.MouseHoverImage = null;
  215. this.imageButton12.Name = "imageButton12";
  216. this.imageButton12.Size = new System.Drawing.Size(60, 60);
  217. this.imageButton12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  218. this.imageButton12.TabIndex = 17;
  219. this.imageButton12.TabStop = false;
  220. //
  221. // imageButton6
  222. //
  223. this.imageButton6.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton6.DefaultImage")));
  224. this.imageButton6.Image = ((System.Drawing.Image)(resources.GetObject("imageButton6.Image")));
  225. this.imageButton6.Location = new System.Drawing.Point(549, 25);
  226. this.imageButton6.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton6.MouseDownImage")));
  227. this.imageButton6.MouseHoverImage = null;
  228. this.imageButton6.Name = "imageButton6";
  229. this.imageButton6.Size = new System.Drawing.Size(60, 60);
  230. this.imageButton6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  231. this.imageButton6.TabIndex = 16;
  232. this.imageButton6.TabStop = false;
  233. //
  234. // imageButton5
  235. //
  236. this.imageButton5.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton5.DefaultImage")));
  237. this.imageButton5.Image = ((System.Drawing.Image)(resources.GetObject("imageButton5.Image")));
  238. this.imageButton5.Location = new System.Drawing.Point(446, 25);
  239. this.imageButton5.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton5.MouseDownImage")));
  240. this.imageButton5.MouseHoverImage = null;
  241. this.imageButton5.Name = "imageButton5";
  242. this.imageButton5.Size = new System.Drawing.Size(60, 60);
  243. this.imageButton5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  244. this.imageButton5.TabIndex = 15;
  245. this.imageButton5.TabStop = false;
  246. //
  247. // imageButton4
  248. //
  249. this.imageButton4.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton4.DefaultImage")));
  250. this.imageButton4.Image = ((System.Drawing.Image)(resources.GetObject("imageButton4.Image")));
  251. this.imageButton4.Location = new System.Drawing.Point(343, 25);
  252. this.imageButton4.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton4.MouseDownImage")));
  253. this.imageButton4.MouseHoverImage = null;
  254. this.imageButton4.Name = "imageButton4";
  255. this.imageButton4.Size = new System.Drawing.Size(60, 60);
  256. this.imageButton4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  257. this.imageButton4.TabIndex = 14;
  258. this.imageButton4.TabStop = false;
  259. //
  260. // imageButton2
  261. //
  262. this.imageButton2.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton2.DefaultImage")));
  263. this.imageButton2.Image = ((System.Drawing.Image)(resources.GetObject("imageButton2.Image")));
  264. this.imageButton2.Location = new System.Drawing.Point(240, 25);
  265. this.imageButton2.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton2.MouseDownImage")));
  266. this.imageButton2.MouseHoverImage = null;
  267. this.imageButton2.Name = "imageButton2";
  268. this.imageButton2.Size = new System.Drawing.Size(60, 60);
  269. this.imageButton2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  270. this.imageButton2.TabIndex = 13;
  271. this.imageButton2.TabStop = false;
  272. //
  273. // imageButton1
  274. //
  275. this.imageButton1.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton1.DefaultImage")));
  276. this.imageButton1.Image = ((System.Drawing.Image)(resources.GetObject("imageButton1.Image")));
  277. this.imageButton1.Location = new System.Drawing.Point(137, 25);
  278. this.imageButton1.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton1.MouseDownImage")));
  279. this.imageButton1.MouseHoverImage = null;
  280. this.imageButton1.Name = "imageButton1";
  281. this.imageButton1.Size = new System.Drawing.Size(60, 60);
  282. this.imageButton1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  283. this.imageButton1.TabIndex = 12;
  284. this.imageButton1.TabStop = false;
  285. //
  286. // imageButton3
  287. //
  288. this.imageButton3.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton3.DefaultImage")));
  289. this.imageButton3.Image = ((System.Drawing.Image)(resources.GetObject("imageButton3.Image")));
  290. this.imageButton3.Location = new System.Drawing.Point(34, 25);
  291. this.imageButton3.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton3.MouseDownImage")));
  292. this.imageButton3.MouseHoverImage = null;
  293. this.imageButton3.Name = "imageButton3";
  294. this.imageButton3.Size = new System.Drawing.Size(60, 60);
  295. this.imageButton3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  296. this.imageButton3.TabIndex = 11;
  297. this.imageButton3.TabStop = false;
  298. //
  299. // TpFIleTypeDetail
  300. //
  301. this.TpFIleTypeDetail.Location = new System.Drawing.Point(4, 22);
  302. this.TpFIleTypeDetail.Name = "TpFIleTypeDetail";
  303. this.TpFIleTypeDetail.Padding = new System.Windows.Forms.Padding(3);
  304. this.TpFIleTypeDetail.Size = new System.Drawing.Size(652, 308);
  305. this.TpFIleTypeDetail.TabIndex = 1;
  306. this.TpFIleTypeDetail.Text = "文件分类详情";
  307. this.TpFIleTypeDetail.UseVisualStyleBackColor = true;
  308. //
  309. // TpFileEncrypt
  310. //
  311. this.TpFileEncrypt.Controls.Add(this.progressBar1);
  312. this.TpFileEncrypt.Controls.Add(this.BtFileEncrypt);
  313. this.TpFileEncrypt.Controls.Add(this.button2);
  314. this.TpFileEncrypt.Controls.Add(this.label1);
  315. this.TpFileEncrypt.Controls.Add(this.button3);
  316. this.TpFileEncrypt.Controls.Add(this.button4);
  317. this.TpFileEncrypt.Controls.Add(this.button1);
  318. this.TpFileEncrypt.Controls.Add(this.BtFileDecrypt);
  319. this.TpFileEncrypt.Location = new System.Drawing.Point(4, 22);
  320. this.TpFileEncrypt.Name = "TpFileEncrypt";
  321. this.TpFileEncrypt.Padding = new System.Windows.Forms.Padding(3);
  322. this.TpFileEncrypt.Size = new System.Drawing.Size(652, 308);
  323. this.TpFileEncrypt.TabIndex = 2;
  324. this.TpFileEncrypt.Text = "文件加密";
  325. this.TpFileEncrypt.UseVisualStyleBackColor = true;
  326. //
  327. // progressBar1
  328. //
  329. this.progressBar1.Location = new System.Drawing.Point(186, 192);
  330. this.progressBar1.Name = "progressBar1";
  331. this.progressBar1.Size = new System.Drawing.Size(281, 23);
  332. this.progressBar1.TabIndex = 14;
  333. //
  334. // BtFileEncrypt
  335. //
  336. this.BtFileEncrypt.Location = new System.Drawing.Point(225, 93);
  337. this.BtFileEncrypt.Name = "BtFileEncrypt";
  338. this.BtFileEncrypt.Size = new System.Drawing.Size(75, 23);
  339. this.BtFileEncrypt.TabIndex = 8;
  340. this.BtFileEncrypt.Text = "文件加密";
  341. this.BtFileEncrypt.UseVisualStyleBackColor = true;
  342. //
  343. // button2
  344. //
  345. this.button2.Location = new System.Drawing.Point(225, 122);
  346. this.button2.Name = "button2";
  347. this.button2.Size = new System.Drawing.Size(75, 23);
  348. this.button2.TabIndex = 9;
  349. this.button2.Text = "文件夹加密";
  350. this.button2.UseVisualStyleBackColor = true;
  351. //
  352. // label1
  353. //
  354. this.label1.Location = new System.Drawing.Point(314, 177);
  355. this.label1.Name = "label1";
  356. this.label1.Size = new System.Drawing.Size(153, 12);
  357. this.label1.TabIndex = 15;
  358. this.label1.Text = "label1";
  359. //
  360. // button3
  361. //
  362. this.button3.Location = new System.Drawing.Point(332, 151);
  363. this.button3.Name = "button3";
  364. this.button3.Size = new System.Drawing.Size(75, 23);
  365. this.button3.TabIndex = 10;
  366. this.button3.Text = "文件备份";
  367. this.button3.UseVisualStyleBackColor = true;
  368. //
  369. // button4
  370. //
  371. this.button4.Location = new System.Drawing.Point(225, 151);
  372. this.button4.Name = "button4";
  373. this.button4.Size = new System.Drawing.Size(75, 23);
  374. this.button4.TabIndex = 11;
  375. this.button4.Text = "文件保险箱";
  376. this.button4.UseVisualStyleBackColor = true;
  377. //
  378. // button1
  379. //
  380. this.button1.Location = new System.Drawing.Point(332, 122);
  381. this.button1.Name = "button1";
  382. this.button1.Size = new System.Drawing.Size(75, 23);
  383. this.button1.TabIndex = 13;
  384. this.button1.Text = "button1";
  385. this.button1.UseVisualStyleBackColor = true;
  386. //
  387. // BtFileDecrypt
  388. //
  389. this.BtFileDecrypt.Location = new System.Drawing.Point(332, 93);
  390. this.BtFileDecrypt.Name = "BtFileDecrypt";
  391. this.BtFileDecrypt.Size = new System.Drawing.Size(75, 23);
  392. this.BtFileDecrypt.TabIndex = 12;
  393. this.BtFileDecrypt.Text = "文件解密";
  394. this.BtFileDecrypt.UseVisualStyleBackColor = true;
  395. //
  396. // TpFileBackup
  397. //
  398. this.TpFileBackup.Location = new System.Drawing.Point(4, 22);
  399. this.TpFileBackup.Name = "TpFileBackup";
  400. this.TpFileBackup.Padding = new System.Windows.Forms.Padding(3);
  401. this.TpFileBackup.Size = new System.Drawing.Size(652, 308);
  402. this.TpFileBackup.TabIndex = 3;
  403. this.TpFileBackup.Text = "文件备份";
  404. this.TpFileBackup.UseVisualStyleBackColor = true;
  405. //
  406. // LbFileType
  407. //
  408. this.LbFileType.AutoSize = true;
  409. this.LbFileType.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.LbFileType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  411. this.LbFileType.Location = new System.Drawing.Point(420, 42);
  412. this.LbFileType.Name = "LbFileType";
  413. this.LbFileType.Size = new System.Drawing.Size(52, 27);
  414. this.LbFileType.TabIndex = 14;
  415. this.LbFileType.Text = "分类";
  416. this.LbFileType.Click += new System.EventHandler(this.LbFileType_Click);
  417. //
  418. // LbFileBackup
  419. //
  420. this.LbFileBackup.AutoSize = true;
  421. this.LbFileBackup.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.LbFileBackup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  423. this.LbFileBackup.Location = new System.Drawing.Point(586, 42);
  424. this.LbFileBackup.Name = "LbFileBackup";
  425. this.LbFileBackup.Size = new System.Drawing.Size(52, 27);
  426. this.LbFileBackup.TabIndex = 16;
  427. this.LbFileBackup.Text = "备份";
  428. this.LbFileBackup.Click += new System.EventHandler(this.LbFileBackup_Click);
  429. //
  430. // LbFileEncrypt
  431. //
  432. this.LbFileEncrypt.AutoSize = true;
  433. this.LbFileEncrypt.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434. this.LbFileEncrypt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  435. this.LbFileEncrypt.Location = new System.Drawing.Point(503, 42);
  436. this.LbFileEncrypt.Name = "LbFileEncrypt";
  437. this.LbFileEncrypt.Size = new System.Drawing.Size(52, 27);
  438. this.LbFileEncrypt.TabIndex = 15;
  439. this.LbFileEncrypt.Text = "加密";
  440. this.LbFileEncrypt.Click += new System.EventHandler(this.LbFileEncrypt_Click);
  441. //
  442. // pictureBox1
  443. //
  444. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  445. this.pictureBox1.Location = new System.Drawing.Point(10, 9);
  446. this.pictureBox1.Name = "pictureBox1";
  447. this.pictureBox1.Size = new System.Drawing.Size(60, 51);
  448. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  449. this.pictureBox1.TabIndex = 17;
  450. this.pictureBox1.TabStop = false;
  451. //
  452. // LbTitle
  453. //
  454. this.LbTitle.AutoSize = true;
  455. this.LbTitle.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.LbTitle.ForeColor = System.Drawing.Color.White;
  457. this.LbTitle.Location = new System.Drawing.Point(69, 22);
  458. this.LbTitle.Name = "LbTitle";
  459. this.LbTitle.Size = new System.Drawing.Size(88, 25);
  460. this.LbTitle.TabIndex = 18;
  461. this.LbTitle.Text = "文件管理";
  462. //
  463. // MainForm
  464. //
  465. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  466. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  467. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(43)))), ((int)(((byte)(54)))));
  468. this.ClientSize = new System.Drawing.Size(650, 400);
  469. this.Controls.Add(this.LbTitle);
  470. this.Controls.Add(this.pictureBox1);
  471. this.Controls.Add(this.LbFileBackup);
  472. this.Controls.Add(this.LbFileEncrypt);
  473. this.Controls.Add(this.LbFileType);
  474. this.Controls.Add(this.tabControl1);
  475. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  476. this.Name = "MainForm";
  477. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  478. this.Text = "MainForm";
  479. this.Load += new System.EventHandler(this.MainForm_Load);
  480. this.tabControl1.ResumeLayout(false);
  481. this.TpFIleType.ResumeLayout(false);
  482. this.TpFIleType.PerformLayout();
  483. ((System.ComponentModel.ISupportInitialize)(this.imageButton11)).EndInit();
  484. ((System.ComponentModel.ISupportInitialize)(this.imageButton12)).EndInit();
  485. ((System.ComponentModel.ISupportInitialize)(this.imageButton6)).EndInit();
  486. ((System.ComponentModel.ISupportInitialize)(this.imageButton5)).EndInit();
  487. ((System.ComponentModel.ISupportInitialize)(this.imageButton4)).EndInit();
  488. ((System.ComponentModel.ISupportInitialize)(this.imageButton2)).EndInit();
  489. ((System.ComponentModel.ISupportInitialize)(this.imageButton1)).EndInit();
  490. ((System.ComponentModel.ISupportInitialize)(this.imageButton3)).EndInit();
  491. this.TpFileEncrypt.ResumeLayout(false);
  492. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  493. this.ResumeLayout(false);
  494. this.PerformLayout();
  495. }
  496. #endregion
  497. private Y.Controls.Buttons.ImageButton imageButton3;
  498. private System.Windows.Forms.TabControl tabControl1;
  499. private System.Windows.Forms.TabPage TpFIleType;
  500. private System.Windows.Forms.TabPage TpFIleTypeDetail;
  501. private System.Windows.Forms.Label LbFileType;
  502. private System.Windows.Forms.Label LbFileBackup;
  503. private System.Windows.Forms.Label LbFileEncrypt;
  504. private System.Windows.Forms.TabPage TpFileEncrypt;
  505. private Y.Controls.Buttons.ImageButton imageButton11;
  506. private Y.Controls.Buttons.ImageButton imageButton12;
  507. private Y.Controls.Buttons.ImageButton imageButton6;
  508. private Y.Controls.Buttons.ImageButton imageButton5;
  509. private Y.Controls.Buttons.ImageButton imageButton4;
  510. private Y.Controls.Buttons.ImageButton imageButton2;
  511. private Y.Controls.Buttons.ImageButton imageButton1;
  512. private System.Windows.Forms.Label label9;
  513. private System.Windows.Forms.Label label8;
  514. private System.Windows.Forms.Label label7;
  515. private System.Windows.Forms.Label label6;
  516. private System.Windows.Forms.Label label5;
  517. private System.Windows.Forms.Label label4;
  518. private System.Windows.Forms.Label label3;
  519. private System.Windows.Forms.Label label2;
  520. private System.Windows.Forms.ProgressBar progressBar1;
  521. private System.Windows.Forms.Button BtFileEncrypt;
  522. private System.Windows.Forms.Button button2;
  523. private System.Windows.Forms.Label label1;
  524. private System.Windows.Forms.Button button3;
  525. private System.Windows.Forms.Button button4;
  526. private System.Windows.Forms.Button button1;
  527. private System.Windows.Forms.Button BtFileDecrypt;
  528. private System.Windows.Forms.TabPage TpFileBackup;
  529. private System.Windows.Forms.PictureBox pictureBox1;
  530. private System.Windows.Forms.Label LbTitle;
  531. }
  532. }