MainForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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.TpFileEncrypt = new System.Windows.Forms.TabPage();
  33. this.TpFileDecrypt = new System.Windows.Forms.TabPage();
  34. this.TpFileBackup = new System.Windows.Forms.TabPage();
  35. this.LbFileType = new System.Windows.Forms.Label();
  36. this.LbFileBackup = new System.Windows.Forms.Label();
  37. this.LbFileEncrypt = new System.Windows.Forms.Label();
  38. this.LbTitle = new System.Windows.Forms.Label();
  39. this.BtClose = new System.Windows.Forms.Button();
  40. this.tip = new System.Windows.Forms.ToolTip(this.components);
  41. this.LbFileDecrypt = new System.Windows.Forms.Label();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  44. this.fileTypePartial1 = new Oreo.FileMan.Partial.FileTypePartial();
  45. this.fileEncryptPartial1 = new Oreo.FileMan.Partial.FileEncryptPartial();
  46. this.fileDecryptPartial1 = new Oreo.FileMan.Partial.FileDecryptPartial();
  47. this.tabControl1.SuspendLayout();
  48. this.TpFIleType.SuspendLayout();
  49. this.TpFileEncrypt.SuspendLayout();
  50. this.TpFileDecrypt.SuspendLayout();
  51. this.panel1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // tabControl1
  56. //
  57. this.tabControl1.Controls.Add(this.TpFIleType);
  58. this.tabControl1.Controls.Add(this.TpFileEncrypt);
  59. this.tabControl1.Controls.Add(this.TpFileDecrypt);
  60. this.tabControl1.Controls.Add(this.TpFileBackup);
  61. this.tabControl1.Location = new System.Drawing.Point(-5, -24);
  62. this.tabControl1.Name = "tabControl1";
  63. this.tabControl1.SelectedIndex = 0;
  64. this.tabControl1.Size = new System.Drawing.Size(660, 358);
  65. this.tabControl1.TabIndex = 13;
  66. //
  67. // TpFIleType
  68. //
  69. this.TpFIleType.Controls.Add(this.fileTypePartial1);
  70. this.TpFIleType.Location = new System.Drawing.Point(4, 22);
  71. this.TpFIleType.Name = "TpFIleType";
  72. this.TpFIleType.Padding = new System.Windows.Forms.Padding(3);
  73. this.TpFIleType.Size = new System.Drawing.Size(652, 332);
  74. this.TpFIleType.TabIndex = 0;
  75. this.TpFIleType.Text = "文件分类";
  76. this.TpFIleType.UseVisualStyleBackColor = true;
  77. //
  78. // TpFileEncrypt
  79. //
  80. this.TpFileEncrypt.Controls.Add(this.fileEncryptPartial1);
  81. this.TpFileEncrypt.Location = new System.Drawing.Point(4, 22);
  82. this.TpFileEncrypt.Name = "TpFileEncrypt";
  83. this.TpFileEncrypt.Padding = new System.Windows.Forms.Padding(3);
  84. this.TpFileEncrypt.Size = new System.Drawing.Size(652, 332);
  85. this.TpFileEncrypt.TabIndex = 2;
  86. this.TpFileEncrypt.Text = "文件加密";
  87. this.TpFileEncrypt.UseVisualStyleBackColor = true;
  88. //
  89. // TpFileDecrypt
  90. //
  91. this.TpFileDecrypt.Controls.Add(this.fileDecryptPartial1);
  92. this.TpFileDecrypt.Location = new System.Drawing.Point(4, 22);
  93. this.TpFileDecrypt.Name = "TpFileDecrypt";
  94. this.TpFileDecrypt.Padding = new System.Windows.Forms.Padding(3);
  95. this.TpFileDecrypt.Size = new System.Drawing.Size(652, 332);
  96. this.TpFileDecrypt.TabIndex = 4;
  97. this.TpFileDecrypt.Text = "文件解密";
  98. this.TpFileDecrypt.UseVisualStyleBackColor = true;
  99. //
  100. // TpFileBackup
  101. //
  102. this.TpFileBackup.Location = new System.Drawing.Point(4, 22);
  103. this.TpFileBackup.Name = "TpFileBackup";
  104. this.TpFileBackup.Padding = new System.Windows.Forms.Padding(3);
  105. this.TpFileBackup.Size = new System.Drawing.Size(652, 332);
  106. this.TpFileBackup.TabIndex = 3;
  107. this.TpFileBackup.Text = "文件备份";
  108. this.TpFileBackup.UseVisualStyleBackColor = true;
  109. //
  110. // LbFileType
  111. //
  112. this.LbFileType.AutoSize = true;
  113. this.LbFileType.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.LbFileType.ForeColor = System.Drawing.Color.White;
  115. this.LbFileType.Location = new System.Drawing.Point(365, 42);
  116. this.LbFileType.Name = "LbFileType";
  117. this.LbFileType.Size = new System.Drawing.Size(52, 27);
  118. this.LbFileType.TabIndex = 14;
  119. this.LbFileType.Text = "分类";
  120. this.LbFileType.Click += new System.EventHandler(this.LbFileType_Click);
  121. //
  122. // LbFileBackup
  123. //
  124. this.LbFileBackup.AutoSize = true;
  125. this.LbFileBackup.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.LbFileBackup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  127. this.LbFileBackup.Location = new System.Drawing.Point(586, 42);
  128. this.LbFileBackup.Name = "LbFileBackup";
  129. this.LbFileBackup.Size = new System.Drawing.Size(52, 27);
  130. this.LbFileBackup.TabIndex = 16;
  131. this.LbFileBackup.Text = "备份";
  132. this.LbFileBackup.Click += new System.EventHandler(this.LbFileBackup_Click);
  133. //
  134. // LbFileEncrypt
  135. //
  136. this.LbFileEncrypt.AutoSize = true;
  137. this.LbFileEncrypt.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.LbFileEncrypt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  139. this.LbFileEncrypt.Location = new System.Drawing.Point(447, 42);
  140. this.LbFileEncrypt.Name = "LbFileEncrypt";
  141. this.LbFileEncrypt.Size = new System.Drawing.Size(52, 27);
  142. this.LbFileEncrypt.TabIndex = 15;
  143. this.LbFileEncrypt.Text = "加密";
  144. this.LbFileEncrypt.Click += new System.EventHandler(this.LbFileEncrypt_Click);
  145. //
  146. // LbTitle
  147. //
  148. this.LbTitle.AutoSize = true;
  149. this.LbTitle.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.LbTitle.ForeColor = System.Drawing.Color.White;
  151. this.LbTitle.Location = new System.Drawing.Point(69, 22);
  152. this.LbTitle.Name = "LbTitle";
  153. this.LbTitle.Size = new System.Drawing.Size(88, 25);
  154. this.LbTitle.TabIndex = 18;
  155. this.LbTitle.Text = "文件管理";
  156. //
  157. // BtClose
  158. //
  159. this.BtClose.FlatAppearance.BorderSize = 0;
  160. this.BtClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  161. this.BtClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.BtClose.ForeColor = System.Drawing.Color.White;
  163. this.BtClose.Location = new System.Drawing.Point(615, 7);
  164. this.BtClose.Name = "BtClose";
  165. this.BtClose.Size = new System.Drawing.Size(30, 23);
  166. this.BtClose.TabIndex = 19;
  167. this.BtClose.Text = "X";
  168. this.tip.SetToolTip(this.BtClose, "关闭");
  169. this.BtClose.UseVisualStyleBackColor = true;
  170. this.BtClose.Click += new System.EventHandler(this.BtClose_Click);
  171. //
  172. // LbFileDecrypt
  173. //
  174. this.LbFileDecrypt.AutoSize = true;
  175. this.LbFileDecrypt.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.LbFileDecrypt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  177. this.LbFileDecrypt.Location = new System.Drawing.Point(493, 42);
  178. this.LbFileDecrypt.Name = "LbFileDecrypt";
  179. this.LbFileDecrypt.Size = new System.Drawing.Size(67, 27);
  180. this.LbFileDecrypt.TabIndex = 20;
  181. this.LbFileDecrypt.Text = "/ 解密";
  182. this.LbFileDecrypt.Click += new System.EventHandler(this.LbFileDecrypt_Click);
  183. //
  184. // panel1
  185. //
  186. this.panel1.Controls.Add(this.tabControl1);
  187. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  188. this.panel1.Location = new System.Drawing.Point(0, 72);
  189. this.panel1.Name = "panel1";
  190. this.panel1.Size = new System.Drawing.Size(650, 328);
  191. this.panel1.TabIndex = 21;
  192. //
  193. // pictureBox1
  194. //
  195. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  196. this.pictureBox1.Location = new System.Drawing.Point(10, 9);
  197. this.pictureBox1.Name = "pictureBox1";
  198. this.pictureBox1.Size = new System.Drawing.Size(60, 51);
  199. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  200. this.pictureBox1.TabIndex = 17;
  201. this.pictureBox1.TabStop = false;
  202. //
  203. // fileTypePartial1
  204. //
  205. this.fileTypePartial1.Dock = System.Windows.Forms.DockStyle.Fill;
  206. this.fileTypePartial1.Location = new System.Drawing.Point(3, 3);
  207. this.fileTypePartial1.Name = "fileTypePartial1";
  208. this.fileTypePartial1.Size = new System.Drawing.Size(646, 326);
  209. this.fileTypePartial1.TabIndex = 0;
  210. //
  211. // fileEncryptPartial1
  212. //
  213. this.fileEncryptPartial1.Dock = System.Windows.Forms.DockStyle.Fill;
  214. this.fileEncryptPartial1.Location = new System.Drawing.Point(3, 3);
  215. this.fileEncryptPartial1.Name = "fileEncryptPartial1";
  216. this.fileEncryptPartial1.Size = new System.Drawing.Size(646, 326);
  217. this.fileEncryptPartial1.TabIndex = 0;
  218. //
  219. // fileDecryptPartial1
  220. //
  221. this.fileDecryptPartial1.Dock = System.Windows.Forms.DockStyle.Fill;
  222. this.fileDecryptPartial1.Location = new System.Drawing.Point(3, 3);
  223. this.fileDecryptPartial1.Name = "fileDecryptPartial1";
  224. this.fileDecryptPartial1.Size = new System.Drawing.Size(646, 326);
  225. this.fileDecryptPartial1.TabIndex = 0;
  226. //
  227. // MainForm
  228. //
  229. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  230. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  231. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(43)))), ((int)(((byte)(54)))));
  232. this.ClientSize = new System.Drawing.Size(650, 400);
  233. this.Controls.Add(this.panel1);
  234. this.Controls.Add(this.LbFileDecrypt);
  235. this.Controls.Add(this.BtClose);
  236. this.Controls.Add(this.LbTitle);
  237. this.Controls.Add(this.pictureBox1);
  238. this.Controls.Add(this.LbFileBackup);
  239. this.Controls.Add(this.LbFileEncrypt);
  240. this.Controls.Add(this.LbFileType);
  241. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  242. this.Name = "MainForm";
  243. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  244. this.Text = "MainForm";
  245. this.Load += new System.EventHandler(this.MainForm_Load);
  246. this.tabControl1.ResumeLayout(false);
  247. this.TpFIleType.ResumeLayout(false);
  248. this.TpFileEncrypt.ResumeLayout(false);
  249. this.TpFileDecrypt.ResumeLayout(false);
  250. this.panel1.ResumeLayout(false);
  251. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  252. this.ResumeLayout(false);
  253. this.PerformLayout();
  254. }
  255. #endregion
  256. private System.Windows.Forms.TabControl tabControl1;
  257. private System.Windows.Forms.TabPage TpFIleType;
  258. private System.Windows.Forms.Label LbFileType;
  259. private System.Windows.Forms.Label LbFileBackup;
  260. private System.Windows.Forms.Label LbFileEncrypt;
  261. private System.Windows.Forms.TabPage TpFileEncrypt;
  262. private System.Windows.Forms.TabPage TpFileBackup;
  263. private System.Windows.Forms.PictureBox pictureBox1;
  264. private System.Windows.Forms.Label LbTitle;
  265. private System.Windows.Forms.Button BtClose;
  266. private System.Windows.Forms.ToolTip tip;
  267. private System.Windows.Forms.TabPage TpFileDecrypt;
  268. private System.Windows.Forms.Label LbFileDecrypt;
  269. private System.Windows.Forms.Panel panel1;
  270. private Partial.FileEncryptPartial fileEncryptPartial1;
  271. private Partial.FileDecryptPartial fileDecryptPartial1;
  272. private Partial.FileTypePartial fileTypePartial1;
  273. }
  274. }