MainForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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.BtFileEncrypt = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button4 = new System.Windows.Forms.Button();
  33. this.BtFileDecrypt = new System.Windows.Forms.Button();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.imageButton4 = new Y.Controls.Buttons.ImageButton();
  38. this.imageButton3 = new Y.Controls.Buttons.ImageButton();
  39. this.tabControl1 = new System.Windows.Forms.TabControl();
  40. this.tabPage1 = new System.Windows.Forms.TabPage();
  41. this.tabPage2 = new System.Windows.Forms.TabPage();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.panel1 = new System.Windows.Forms.Panel();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label3 = new System.Windows.Forms.Label();
  46. ((System.ComponentModel.ISupportInitialize)(this.imageButton4)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.imageButton3)).BeginInit();
  48. this.tabControl1.SuspendLayout();
  49. this.tabPage1.SuspendLayout();
  50. this.tabPage2.SuspendLayout();
  51. this.panel1.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // BtFileEncrypt
  55. //
  56. this.BtFileEncrypt.Location = new System.Drawing.Point(74, 44);
  57. this.BtFileEncrypt.Name = "BtFileEncrypt";
  58. this.BtFileEncrypt.Size = new System.Drawing.Size(75, 23);
  59. this.BtFileEncrypt.TabIndex = 0;
  60. this.BtFileEncrypt.Text = "文件加密";
  61. this.BtFileEncrypt.UseVisualStyleBackColor = true;
  62. this.BtFileEncrypt.Click += new System.EventHandler(this.BtFileEncrypt_Click);
  63. //
  64. // button2
  65. //
  66. this.button2.Location = new System.Drawing.Point(74, 73);
  67. this.button2.Name = "button2";
  68. this.button2.Size = new System.Drawing.Size(75, 23);
  69. this.button2.TabIndex = 1;
  70. this.button2.Text = "文件夹加密";
  71. this.button2.UseVisualStyleBackColor = true;
  72. this.button2.Click += new System.EventHandler(this.button2_Click);
  73. //
  74. // button3
  75. //
  76. this.button3.Location = new System.Drawing.Point(181, 102);
  77. this.button3.Name = "button3";
  78. this.button3.Size = new System.Drawing.Size(75, 23);
  79. this.button3.TabIndex = 2;
  80. this.button3.Text = "文件备份";
  81. this.button3.UseVisualStyleBackColor = true;
  82. //
  83. // button4
  84. //
  85. this.button4.Location = new System.Drawing.Point(74, 102);
  86. this.button4.Name = "button4";
  87. this.button4.Size = new System.Drawing.Size(75, 23);
  88. this.button4.TabIndex = 3;
  89. this.button4.Text = "文件保险箱";
  90. this.button4.UseVisualStyleBackColor = true;
  91. //
  92. // BtFileDecrypt
  93. //
  94. this.BtFileDecrypt.Location = new System.Drawing.Point(181, 44);
  95. this.BtFileDecrypt.Name = "BtFileDecrypt";
  96. this.BtFileDecrypt.Size = new System.Drawing.Size(75, 23);
  97. this.BtFileDecrypt.TabIndex = 4;
  98. this.BtFileDecrypt.Text = "文件解密";
  99. this.BtFileDecrypt.UseVisualStyleBackColor = true;
  100. this.BtFileDecrypt.Click += new System.EventHandler(this.BtFileDecrypt_Click);
  101. //
  102. // button1
  103. //
  104. this.button1.Location = new System.Drawing.Point(181, 73);
  105. this.button1.Name = "button1";
  106. this.button1.Size = new System.Drawing.Size(75, 23);
  107. this.button1.TabIndex = 5;
  108. this.button1.Text = "button1";
  109. this.button1.UseVisualStyleBackColor = true;
  110. this.button1.Click += new System.EventHandler(this.button1_Click);
  111. //
  112. // progressBar1
  113. //
  114. this.progressBar1.Location = new System.Drawing.Point(35, 143);
  115. this.progressBar1.Name = "progressBar1";
  116. this.progressBar1.Size = new System.Drawing.Size(281, 23);
  117. this.progressBar1.TabIndex = 6;
  118. //
  119. // label1
  120. //
  121. this.label1.Location = new System.Drawing.Point(163, 128);
  122. this.label1.Name = "label1";
  123. this.label1.Size = new System.Drawing.Size(153, 12);
  124. this.label1.TabIndex = 7;
  125. this.label1.Text = "label1";
  126. //
  127. // imageButton4
  128. //
  129. this.imageButton4.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton4.DefaultImage")));
  130. this.imageButton4.Image = ((System.Drawing.Image)(resources.GetObject("imageButton4.Image")));
  131. this.imageButton4.Location = new System.Drawing.Point(161, 62);
  132. this.imageButton4.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton4.MouseDownImage")));
  133. this.imageButton4.MouseHoverImage = null;
  134. this.imageButton4.Name = "imageButton4";
  135. this.imageButton4.Size = new System.Drawing.Size(96, 96);
  136. this.imageButton4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  137. this.imageButton4.TabIndex = 12;
  138. this.imageButton4.TabStop = false;
  139. this.imageButton4.Click += new System.EventHandler(this.imageButton4_Click);
  140. //
  141. // imageButton3
  142. //
  143. this.imageButton3.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton3.DefaultImage")));
  144. this.imageButton3.Image = ((System.Drawing.Image)(resources.GetObject("imageButton3.Image")));
  145. this.imageButton3.Location = new System.Drawing.Point(59, 62);
  146. this.imageButton3.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton3.MouseDownImage")));
  147. this.imageButton3.MouseHoverImage = null;
  148. this.imageButton3.Name = "imageButton3";
  149. this.imageButton3.Size = new System.Drawing.Size(96, 96);
  150. this.imageButton3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  151. this.imageButton3.TabIndex = 11;
  152. this.imageButton3.TabStop = false;
  153. //
  154. // tabControl1
  155. //
  156. this.tabControl1.Controls.Add(this.tabPage1);
  157. this.tabControl1.Controls.Add(this.tabPage2);
  158. this.tabControl1.Location = new System.Drawing.Point(-5, 50);
  159. this.tabControl1.Name = "tabControl1";
  160. this.tabControl1.SelectedIndex = 0;
  161. this.tabControl1.Size = new System.Drawing.Size(660, 356);
  162. this.tabControl1.TabIndex = 13;
  163. //
  164. // tabPage1
  165. //
  166. this.tabPage1.Controls.Add(this.imageButton3);
  167. this.tabPage1.Controls.Add(this.imageButton4);
  168. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  169. this.tabPage1.Name = "tabPage1";
  170. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  171. this.tabPage1.Size = new System.Drawing.Size(652, 330);
  172. this.tabPage1.TabIndex = 0;
  173. this.tabPage1.Text = "tabPage1";
  174. this.tabPage1.UseVisualStyleBackColor = true;
  175. //
  176. // tabPage2
  177. //
  178. this.tabPage2.Controls.Add(this.progressBar1);
  179. this.tabPage2.Controls.Add(this.BtFileEncrypt);
  180. this.tabPage2.Controls.Add(this.button2);
  181. this.tabPage2.Controls.Add(this.label1);
  182. this.tabPage2.Controls.Add(this.button3);
  183. this.tabPage2.Controls.Add(this.button4);
  184. this.tabPage2.Controls.Add(this.button1);
  185. this.tabPage2.Controls.Add(this.BtFileDecrypt);
  186. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  187. this.tabPage2.Name = "tabPage2";
  188. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  189. this.tabPage2.Size = new System.Drawing.Size(652, 330);
  190. this.tabPage2.TabIndex = 1;
  191. this.tabPage2.Text = "tabPage2";
  192. this.tabPage2.UseVisualStyleBackColor = true;
  193. //
  194. // label2
  195. //
  196. this.label2.AutoSize = true;
  197. this.label2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  199. this.label2.Location = new System.Drawing.Point(81, 0);
  200. this.label2.Name = "label2";
  201. this.label2.Size = new System.Drawing.Size(52, 27);
  202. this.label2.TabIndex = 14;
  203. this.label2.Text = "分类";
  204. //
  205. // panel1
  206. //
  207. this.panel1.Controls.Add(this.label4);
  208. this.panel1.Controls.Add(this.label3);
  209. this.panel1.Controls.Add(this.label2);
  210. this.panel1.Location = new System.Drawing.Point(-5, 42);
  211. this.panel1.Name = "panel1";
  212. this.panel1.Size = new System.Drawing.Size(660, 35);
  213. this.panel1.TabIndex = 15;
  214. //
  215. // label4
  216. //
  217. this.label4.AutoSize = true;
  218. this.label4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  220. this.label4.Location = new System.Drawing.Point(372, 0);
  221. this.label4.Name = "label4";
  222. this.label4.Size = new System.Drawing.Size(52, 27);
  223. this.label4.TabIndex = 16;
  224. this.label4.Text = "备份";
  225. //
  226. // label3
  227. //
  228. this.label3.AutoSize = true;
  229. this.label3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
  231. this.label3.Location = new System.Drawing.Point(224, 0);
  232. this.label3.Name = "label3";
  233. this.label3.Size = new System.Drawing.Size(52, 27);
  234. this.label3.TabIndex = 15;
  235. this.label3.Text = "加密";
  236. //
  237. // MainForm
  238. //
  239. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  240. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  241. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(43)))), ((int)(((byte)(54)))));
  242. this.ClientSize = new System.Drawing.Size(650, 400);
  243. this.Controls.Add(this.panel1);
  244. this.Controls.Add(this.tabControl1);
  245. this.Name = "MainForm";
  246. this.Text = "MainForm";
  247. this.Load += new System.EventHandler(this.MainForm_Load);
  248. ((System.ComponentModel.ISupportInitialize)(this.imageButton4)).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.imageButton3)).EndInit();
  250. this.tabControl1.ResumeLayout(false);
  251. this.tabPage1.ResumeLayout(false);
  252. this.tabPage2.ResumeLayout(false);
  253. this.panel1.ResumeLayout(false);
  254. this.panel1.PerformLayout();
  255. this.ResumeLayout(false);
  256. }
  257. #endregion
  258. private System.Windows.Forms.Button BtFileEncrypt;
  259. private System.Windows.Forms.Button button2;
  260. private System.Windows.Forms.Button button3;
  261. private System.Windows.Forms.Button button4;
  262. private System.Windows.Forms.Button BtFileDecrypt;
  263. private System.Windows.Forms.Button button1;
  264. private System.Windows.Forms.ProgressBar progressBar1;
  265. private System.Windows.Forms.Label label1;
  266. private Y.Controls.Buttons.ImageButton imageButton3;
  267. private Y.Controls.Buttons.ImageButton imageButton4;
  268. private System.Windows.Forms.TabControl tabControl1;
  269. private System.Windows.Forms.TabPage tabPage1;
  270. private System.Windows.Forms.TabPage tabPage2;
  271. private System.Windows.Forms.Label label2;
  272. private System.Windows.Forms.Panel panel1;
  273. private System.Windows.Forms.Label label4;
  274. private System.Windows.Forms.Label label3;
  275. }
  276. }