MainForm.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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.BtFileEncrypt = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.button4 = new System.Windows.Forms.Button();
  32. this.BtFileDecrypt = new System.Windows.Forms.Button();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.button5 = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // BtFileEncrypt
  40. //
  41. this.BtFileEncrypt.Location = new System.Drawing.Point(51, 35);
  42. this.BtFileEncrypt.Name = "BtFileEncrypt";
  43. this.BtFileEncrypt.Size = new System.Drawing.Size(75, 23);
  44. this.BtFileEncrypt.TabIndex = 0;
  45. this.BtFileEncrypt.Text = "文件加密";
  46. this.BtFileEncrypt.UseVisualStyleBackColor = true;
  47. this.BtFileEncrypt.Click += new System.EventHandler(this.BtFileEncrypt_Click);
  48. //
  49. // button2
  50. //
  51. this.button2.Location = new System.Drawing.Point(51, 99);
  52. this.button2.Name = "button2";
  53. this.button2.Size = new System.Drawing.Size(75, 23);
  54. this.button2.TabIndex = 1;
  55. this.button2.Text = "文件夹加密";
  56. this.button2.UseVisualStyleBackColor = true;
  57. this.button2.Click += new System.EventHandler(this.button2_Click);
  58. //
  59. // button3
  60. //
  61. this.button3.Location = new System.Drawing.Point(158, 201);
  62. this.button3.Name = "button3";
  63. this.button3.Size = new System.Drawing.Size(75, 23);
  64. this.button3.TabIndex = 2;
  65. this.button3.Text = "文件备份";
  66. this.button3.UseVisualStyleBackColor = true;
  67. //
  68. // button4
  69. //
  70. this.button4.Location = new System.Drawing.Point(51, 201);
  71. this.button4.Name = "button4";
  72. this.button4.Size = new System.Drawing.Size(75, 23);
  73. this.button4.TabIndex = 3;
  74. this.button4.Text = "文件保险箱";
  75. this.button4.UseVisualStyleBackColor = true;
  76. //
  77. // BtFileDecrypt
  78. //
  79. this.BtFileDecrypt.Location = new System.Drawing.Point(158, 35);
  80. this.BtFileDecrypt.Name = "BtFileDecrypt";
  81. this.BtFileDecrypt.Size = new System.Drawing.Size(75, 23);
  82. this.BtFileDecrypt.TabIndex = 4;
  83. this.BtFileDecrypt.Text = "文件解密";
  84. this.BtFileDecrypt.UseVisualStyleBackColor = true;
  85. this.BtFileDecrypt.Click += new System.EventHandler(this.BtFileDecrypt_Click);
  86. //
  87. // button1
  88. //
  89. this.button1.Location = new System.Drawing.Point(158, 99);
  90. this.button1.Name = "button1";
  91. this.button1.Size = new System.Drawing.Size(75, 23);
  92. this.button1.TabIndex = 5;
  93. this.button1.Text = "button1";
  94. this.button1.UseVisualStyleBackColor = true;
  95. this.button1.Click += new System.EventHandler(this.button1_Click);
  96. //
  97. // progressBar1
  98. //
  99. this.progressBar1.Location = new System.Drawing.Point(12, 284);
  100. this.progressBar1.Name = "progressBar1";
  101. this.progressBar1.Size = new System.Drawing.Size(281, 23);
  102. this.progressBar1.TabIndex = 6;
  103. //
  104. // label1
  105. //
  106. this.label1.Location = new System.Drawing.Point(140, 269);
  107. this.label1.Name = "label1";
  108. this.label1.Size = new System.Drawing.Size(153, 12);
  109. this.label1.TabIndex = 7;
  110. this.label1.Text = "label1";
  111. //
  112. // button5
  113. //
  114. this.button5.Location = new System.Drawing.Point(51, 152);
  115. this.button5.Name = "button5";
  116. this.button5.Size = new System.Drawing.Size(75, 23);
  117. this.button5.TabIndex = 8;
  118. this.button5.Text = "button5";
  119. this.button5.UseVisualStyleBackColor = true;
  120. this.button5.Click += new System.EventHandler(this.button5_Click);
  121. //
  122. // MainForm
  123. //
  124. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  125. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  126. this.ClientSize = new System.Drawing.Size(305, 319);
  127. this.Controls.Add(this.button5);
  128. this.Controls.Add(this.label1);
  129. this.Controls.Add(this.progressBar1);
  130. this.Controls.Add(this.button1);
  131. this.Controls.Add(this.BtFileDecrypt);
  132. this.Controls.Add(this.button4);
  133. this.Controls.Add(this.button3);
  134. this.Controls.Add(this.button2);
  135. this.Controls.Add(this.BtFileEncrypt);
  136. this.Name = "MainForm";
  137. this.Text = "MainForm";
  138. this.Load += new System.EventHandler(this.MainForm_Load);
  139. this.ResumeLayout(false);
  140. }
  141. #endregion
  142. private System.Windows.Forms.Button BtFileEncrypt;
  143. private System.Windows.Forms.Button button2;
  144. private System.Windows.Forms.Button button3;
  145. private System.Windows.Forms.Button button4;
  146. private System.Windows.Forms.Button BtFileDecrypt;
  147. private System.Windows.Forms.Button button1;
  148. private System.Windows.Forms.ProgressBar progressBar1;
  149. private System.Windows.Forms.Label label1;
  150. private System.Windows.Forms.Button button5;
  151. }
  152. }