|
|
@@ -29,213 +29,439 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
|
+ this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.TpFIleType = new System.Windows.Forms.TabPage();
|
|
|
+ this.label9 = new System.Windows.Forms.Label();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.imageButton11 = new Y.Controls.Buttons.ImageButton();
|
|
|
+ this.imageButton12 = new Y.Controls.Buttons.ImageButton();
|
|
|
+ this.imageButton6 = new Y.Controls.Buttons.ImageButton();
|
|
|
+ this.imageButton5 = new Y.Controls.Buttons.ImageButton();
|
|
|
+ this.imageButton4 = new Y.Controls.Buttons.ImageButton();
|
|
|
+ this.imageButton2 = new Y.Controls.Buttons.ImageButton();
|
|
|
+ this.imageButton1 = new Y.Controls.Buttons.ImageButton();
|
|
|
+ this.imageButton3 = new Y.Controls.Buttons.ImageButton();
|
|
|
+ this.TpFIleTypeDetail = new System.Windows.Forms.TabPage();
|
|
|
+ this.TpFileEncrypt = new System.Windows.Forms.TabPage();
|
|
|
+ this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
|
this.BtFileEncrypt = new System.Windows.Forms.Button();
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
|
- this.BtFileDecrypt = new System.Windows.Forms.Button();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.imageButton4 = new Y.Controls.Buttons.ImageButton();
|
|
|
- this.imageButton3 = new Y.Controls.Buttons.ImageButton();
|
|
|
- this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
- this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
- this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
- this.panel1 = new System.Windows.Forms.Panel();
|
|
|
- this.label4 = new System.Windows.Forms.Label();
|
|
|
- this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.BtFileDecrypt = new System.Windows.Forms.Button();
|
|
|
+ this.TpFileBackup = new System.Windows.Forms.TabPage();
|
|
|
+ this.LbFileType = new System.Windows.Forms.Label();
|
|
|
+ this.LbFileBackup = new System.Windows.Forms.Label();
|
|
|
+ this.LbFileEncrypt = new System.Windows.Forms.Label();
|
|
|
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.LbTitle = new System.Windows.Forms.Label();
|
|
|
+ this.tabControl1.SuspendLayout();
|
|
|
+ this.TpFIleType.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.imageButton11)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.imageButton12)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.imageButton6)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.imageButton5)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imageButton4)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.imageButton2)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.imageButton1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imageButton3)).BeginInit();
|
|
|
- this.tabControl1.SuspendLayout();
|
|
|
- this.tabPage1.SuspendLayout();
|
|
|
- this.tabPage2.SuspendLayout();
|
|
|
- this.panel1.SuspendLayout();
|
|
|
+ this.TpFileEncrypt.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
- // BtFileEncrypt
|
|
|
- //
|
|
|
- this.BtFileEncrypt.Location = new System.Drawing.Point(74, 44);
|
|
|
- this.BtFileEncrypt.Name = "BtFileEncrypt";
|
|
|
- this.BtFileEncrypt.Size = new System.Drawing.Size(75, 23);
|
|
|
- this.BtFileEncrypt.TabIndex = 0;
|
|
|
- this.BtFileEncrypt.Text = "文件加密";
|
|
|
- this.BtFileEncrypt.UseVisualStyleBackColor = true;
|
|
|
- this.BtFileEncrypt.Click += new System.EventHandler(this.BtFileEncrypt_Click);
|
|
|
- //
|
|
|
- // button2
|
|
|
- //
|
|
|
- this.button2.Location = new System.Drawing.Point(74, 73);
|
|
|
- this.button2.Name = "button2";
|
|
|
- this.button2.Size = new System.Drawing.Size(75, 23);
|
|
|
- this.button2.TabIndex = 1;
|
|
|
- this.button2.Text = "文件夹加密";
|
|
|
- this.button2.UseVisualStyleBackColor = true;
|
|
|
- this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
- //
|
|
|
- // button3
|
|
|
- //
|
|
|
- this.button3.Location = new System.Drawing.Point(181, 102);
|
|
|
- this.button3.Name = "button3";
|
|
|
- this.button3.Size = new System.Drawing.Size(75, 23);
|
|
|
- this.button3.TabIndex = 2;
|
|
|
- this.button3.Text = "文件备份";
|
|
|
- this.button3.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // button4
|
|
|
- //
|
|
|
- this.button4.Location = new System.Drawing.Point(74, 102);
|
|
|
- this.button4.Name = "button4";
|
|
|
- this.button4.Size = new System.Drawing.Size(75, 23);
|
|
|
- this.button4.TabIndex = 3;
|
|
|
- this.button4.Text = "文件保险箱";
|
|
|
- this.button4.UseVisualStyleBackColor = true;
|
|
|
+ // tabControl1
|
|
|
//
|
|
|
- // BtFileDecrypt
|
|
|
+ this.tabControl1.Controls.Add(this.TpFIleType);
|
|
|
+ this.tabControl1.Controls.Add(this.TpFIleTypeDetail);
|
|
|
+ this.tabControl1.Controls.Add(this.TpFileEncrypt);
|
|
|
+ this.tabControl1.Controls.Add(this.TpFileBackup);
|
|
|
+ this.tabControl1.Location = new System.Drawing.Point(-5, 72);
|
|
|
+ this.tabControl1.Name = "tabControl1";
|
|
|
+ this.tabControl1.SelectedIndex = 0;
|
|
|
+ this.tabControl1.Size = new System.Drawing.Size(660, 334);
|
|
|
+ this.tabControl1.TabIndex = 13;
|
|
|
//
|
|
|
- this.BtFileDecrypt.Location = new System.Drawing.Point(181, 44);
|
|
|
- this.BtFileDecrypt.Name = "BtFileDecrypt";
|
|
|
- this.BtFileDecrypt.Size = new System.Drawing.Size(75, 23);
|
|
|
- this.BtFileDecrypt.TabIndex = 4;
|
|
|
- this.BtFileDecrypt.Text = "文件解密";
|
|
|
- this.BtFileDecrypt.UseVisualStyleBackColor = true;
|
|
|
- this.BtFileDecrypt.Click += new System.EventHandler(this.BtFileDecrypt_Click);
|
|
|
+ // TpFIleType
|
|
|
+ //
|
|
|
+ this.TpFIleType.Controls.Add(this.label9);
|
|
|
+ this.TpFIleType.Controls.Add(this.label8);
|
|
|
+ this.TpFIleType.Controls.Add(this.label7);
|
|
|
+ this.TpFIleType.Controls.Add(this.label6);
|
|
|
+ this.TpFIleType.Controls.Add(this.label5);
|
|
|
+ this.TpFIleType.Controls.Add(this.label4);
|
|
|
+ this.TpFIleType.Controls.Add(this.label3);
|
|
|
+ this.TpFIleType.Controls.Add(this.label2);
|
|
|
+ this.TpFIleType.Controls.Add(this.imageButton11);
|
|
|
+ this.TpFIleType.Controls.Add(this.imageButton12);
|
|
|
+ this.TpFIleType.Controls.Add(this.imageButton6);
|
|
|
+ this.TpFIleType.Controls.Add(this.imageButton5);
|
|
|
+ this.TpFIleType.Controls.Add(this.imageButton4);
|
|
|
+ this.TpFIleType.Controls.Add(this.imageButton2);
|
|
|
+ this.TpFIleType.Controls.Add(this.imageButton1);
|
|
|
+ this.TpFIleType.Controls.Add(this.imageButton3);
|
|
|
+ this.TpFIleType.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.TpFIleType.Name = "TpFIleType";
|
|
|
+ this.TpFIleType.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.TpFIleType.Size = new System.Drawing.Size(652, 308);
|
|
|
+ this.TpFIleType.TabIndex = 0;
|
|
|
+ this.TpFIleType.Text = "文件分类";
|
|
|
+ this.TpFIleType.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // label9
|
|
|
+ //
|
|
|
+ this.label9.AutoSize = true;
|
|
|
+ this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label9.Location = new System.Drawing.Point(148, 213);
|
|
|
+ this.label9.Name = "label9";
|
|
|
+ this.label9.Size = new System.Drawing.Size(37, 20);
|
|
|
+ this.label9.TabIndex = 26;
|
|
|
+ this.label9.Text = "下载";
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label8.Location = new System.Drawing.Point(38, 213);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(51, 20);
|
|
|
+ this.label8.TabIndex = 25;
|
|
|
+ this.label8.Text = "收藏夹";
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label7.Location = new System.Drawing.Point(554, 88);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(51, 20);
|
|
|
+ this.label7.TabIndex = 24;
|
|
|
+ this.label7.Text = "压缩包";
|
|
|
+ //
|
|
|
+ // label6
|
|
|
+ //
|
|
|
+ this.label6.AutoSize = true;
|
|
|
+ this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label6.Location = new System.Drawing.Point(451, 88);
|
|
|
+ this.label6.Name = "label6";
|
|
|
+ this.label6.Size = new System.Drawing.Size(51, 20);
|
|
|
+ this.label6.TabIndex = 23;
|
|
|
+ this.label6.Text = "安装包";
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label5.Location = new System.Drawing.Point(354, 88);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(37, 20);
|
|
|
+ this.label5.TabIndex = 22;
|
|
|
+ this.label5.Text = "音乐";
|
|
|
//
|
|
|
- // button1
|
|
|
+ // label4
|
|
|
//
|
|
|
- this.button1.Location = new System.Drawing.Point(181, 73);
|
|
|
- this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
- this.button1.TabIndex = 5;
|
|
|
- this.button1.Text = "button1";
|
|
|
- this.button1.UseVisualStyleBackColor = true;
|
|
|
- this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label4.Location = new System.Drawing.Point(251, 88);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(37, 20);
|
|
|
+ this.label4.TabIndex = 21;
|
|
|
+ this.label4.Text = "图片";
|
|
|
//
|
|
|
- // progressBar1
|
|
|
+ // label3
|
|
|
//
|
|
|
- this.progressBar1.Location = new System.Drawing.Point(35, 143);
|
|
|
- this.progressBar1.Name = "progressBar1";
|
|
|
- this.progressBar1.Size = new System.Drawing.Size(281, 23);
|
|
|
- this.progressBar1.TabIndex = 6;
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label3.Location = new System.Drawing.Point(148, 88);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(37, 20);
|
|
|
+ this.label3.TabIndex = 20;
|
|
|
+ this.label3.Text = "文档";
|
|
|
//
|
|
|
- // label1
|
|
|
+ // label2
|
|
|
//
|
|
|
- this.label1.Location = new System.Drawing.Point(163, 128);
|
|
|
- this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(153, 12);
|
|
|
- this.label1.TabIndex = 7;
|
|
|
- this.label1.Text = "label1";
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(45, 88);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(37, 20);
|
|
|
+ this.label2.TabIndex = 19;
|
|
|
+ this.label2.Text = "视频";
|
|
|
+ //
|
|
|
+ // imageButton11
|
|
|
+ //
|
|
|
+ this.imageButton11.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton11.DefaultImage")));
|
|
|
+ this.imageButton11.Image = ((System.Drawing.Image)(resources.GetObject("imageButton11.Image")));
|
|
|
+ this.imageButton11.Location = new System.Drawing.Point(137, 150);
|
|
|
+ this.imageButton11.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton11.MouseDownImage")));
|
|
|
+ this.imageButton11.MouseHoverImage = null;
|
|
|
+ this.imageButton11.Name = "imageButton11";
|
|
|
+ this.imageButton11.Size = new System.Drawing.Size(60, 60);
|
|
|
+ this.imageButton11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
+ this.imageButton11.TabIndex = 18;
|
|
|
+ this.imageButton11.TabStop = false;
|
|
|
+ //
|
|
|
+ // imageButton12
|
|
|
+ //
|
|
|
+ this.imageButton12.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton12.DefaultImage")));
|
|
|
+ this.imageButton12.Image = ((System.Drawing.Image)(resources.GetObject("imageButton12.Image")));
|
|
|
+ this.imageButton12.Location = new System.Drawing.Point(34, 150);
|
|
|
+ this.imageButton12.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton12.MouseDownImage")));
|
|
|
+ this.imageButton12.MouseHoverImage = null;
|
|
|
+ this.imageButton12.Name = "imageButton12";
|
|
|
+ this.imageButton12.Size = new System.Drawing.Size(60, 60);
|
|
|
+ this.imageButton12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
+ this.imageButton12.TabIndex = 17;
|
|
|
+ this.imageButton12.TabStop = false;
|
|
|
+ //
|
|
|
+ // imageButton6
|
|
|
+ //
|
|
|
+ this.imageButton6.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton6.DefaultImage")));
|
|
|
+ this.imageButton6.Image = ((System.Drawing.Image)(resources.GetObject("imageButton6.Image")));
|
|
|
+ this.imageButton6.Location = new System.Drawing.Point(549, 25);
|
|
|
+ this.imageButton6.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton6.MouseDownImage")));
|
|
|
+ this.imageButton6.MouseHoverImage = null;
|
|
|
+ this.imageButton6.Name = "imageButton6";
|
|
|
+ this.imageButton6.Size = new System.Drawing.Size(60, 60);
|
|
|
+ this.imageButton6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
+ this.imageButton6.TabIndex = 16;
|
|
|
+ this.imageButton6.TabStop = false;
|
|
|
+ //
|
|
|
+ // imageButton5
|
|
|
+ //
|
|
|
+ this.imageButton5.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton5.DefaultImage")));
|
|
|
+ this.imageButton5.Image = ((System.Drawing.Image)(resources.GetObject("imageButton5.Image")));
|
|
|
+ this.imageButton5.Location = new System.Drawing.Point(446, 25);
|
|
|
+ this.imageButton5.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton5.MouseDownImage")));
|
|
|
+ this.imageButton5.MouseHoverImage = null;
|
|
|
+ this.imageButton5.Name = "imageButton5";
|
|
|
+ this.imageButton5.Size = new System.Drawing.Size(60, 60);
|
|
|
+ this.imageButton5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
+ this.imageButton5.TabIndex = 15;
|
|
|
+ this.imageButton5.TabStop = false;
|
|
|
//
|
|
|
// imageButton4
|
|
|
//
|
|
|
this.imageButton4.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton4.DefaultImage")));
|
|
|
this.imageButton4.Image = ((System.Drawing.Image)(resources.GetObject("imageButton4.Image")));
|
|
|
- this.imageButton4.Location = new System.Drawing.Point(161, 62);
|
|
|
+ this.imageButton4.Location = new System.Drawing.Point(343, 25);
|
|
|
this.imageButton4.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton4.MouseDownImage")));
|
|
|
this.imageButton4.MouseHoverImage = null;
|
|
|
this.imageButton4.Name = "imageButton4";
|
|
|
- this.imageButton4.Size = new System.Drawing.Size(96, 96);
|
|
|
+ this.imageButton4.Size = new System.Drawing.Size(60, 60);
|
|
|
this.imageButton4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
- this.imageButton4.TabIndex = 12;
|
|
|
+ this.imageButton4.TabIndex = 14;
|
|
|
this.imageButton4.TabStop = false;
|
|
|
- this.imageButton4.Click += new System.EventHandler(this.imageButton4_Click);
|
|
|
+ //
|
|
|
+ // imageButton2
|
|
|
+ //
|
|
|
+ this.imageButton2.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton2.DefaultImage")));
|
|
|
+ this.imageButton2.Image = ((System.Drawing.Image)(resources.GetObject("imageButton2.Image")));
|
|
|
+ this.imageButton2.Location = new System.Drawing.Point(240, 25);
|
|
|
+ this.imageButton2.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton2.MouseDownImage")));
|
|
|
+ this.imageButton2.MouseHoverImage = null;
|
|
|
+ this.imageButton2.Name = "imageButton2";
|
|
|
+ this.imageButton2.Size = new System.Drawing.Size(60, 60);
|
|
|
+ this.imageButton2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
+ this.imageButton2.TabIndex = 13;
|
|
|
+ this.imageButton2.TabStop = false;
|
|
|
+ //
|
|
|
+ // imageButton1
|
|
|
+ //
|
|
|
+ this.imageButton1.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton1.DefaultImage")));
|
|
|
+ this.imageButton1.Image = ((System.Drawing.Image)(resources.GetObject("imageButton1.Image")));
|
|
|
+ this.imageButton1.Location = new System.Drawing.Point(137, 25);
|
|
|
+ this.imageButton1.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton1.MouseDownImage")));
|
|
|
+ this.imageButton1.MouseHoverImage = null;
|
|
|
+ this.imageButton1.Name = "imageButton1";
|
|
|
+ this.imageButton1.Size = new System.Drawing.Size(60, 60);
|
|
|
+ this.imageButton1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
+ this.imageButton1.TabIndex = 12;
|
|
|
+ this.imageButton1.TabStop = false;
|
|
|
//
|
|
|
// imageButton3
|
|
|
//
|
|
|
this.imageButton3.DefaultImage = ((System.Drawing.Image)(resources.GetObject("imageButton3.DefaultImage")));
|
|
|
this.imageButton3.Image = ((System.Drawing.Image)(resources.GetObject("imageButton3.Image")));
|
|
|
- this.imageButton3.Location = new System.Drawing.Point(59, 62);
|
|
|
+ this.imageButton3.Location = new System.Drawing.Point(34, 25);
|
|
|
this.imageButton3.MouseDownImage = ((System.Drawing.Image)(resources.GetObject("imageButton3.MouseDownImage")));
|
|
|
this.imageButton3.MouseHoverImage = null;
|
|
|
this.imageButton3.Name = "imageButton3";
|
|
|
- this.imageButton3.Size = new System.Drawing.Size(96, 96);
|
|
|
+ this.imageButton3.Size = new System.Drawing.Size(60, 60);
|
|
|
this.imageButton3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.imageButton3.TabIndex = 11;
|
|
|
this.imageButton3.TabStop = false;
|
|
|
//
|
|
|
- // tabControl1
|
|
|
+ // TpFIleTypeDetail
|
|
|
+ //
|
|
|
+ this.TpFIleTypeDetail.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.TpFIleTypeDetail.Name = "TpFIleTypeDetail";
|
|
|
+ this.TpFIleTypeDetail.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.TpFIleTypeDetail.Size = new System.Drawing.Size(652, 308);
|
|
|
+ this.TpFIleTypeDetail.TabIndex = 1;
|
|
|
+ this.TpFIleTypeDetail.Text = "文件分类详情";
|
|
|
+ this.TpFIleTypeDetail.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // TpFileEncrypt
|
|
|
+ //
|
|
|
+ this.TpFileEncrypt.Controls.Add(this.progressBar1);
|
|
|
+ this.TpFileEncrypt.Controls.Add(this.BtFileEncrypt);
|
|
|
+ this.TpFileEncrypt.Controls.Add(this.button2);
|
|
|
+ this.TpFileEncrypt.Controls.Add(this.label1);
|
|
|
+ this.TpFileEncrypt.Controls.Add(this.button3);
|
|
|
+ this.TpFileEncrypt.Controls.Add(this.button4);
|
|
|
+ this.TpFileEncrypt.Controls.Add(this.button1);
|
|
|
+ this.TpFileEncrypt.Controls.Add(this.BtFileDecrypt);
|
|
|
+ this.TpFileEncrypt.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.TpFileEncrypt.Name = "TpFileEncrypt";
|
|
|
+ this.TpFileEncrypt.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.TpFileEncrypt.Size = new System.Drawing.Size(652, 308);
|
|
|
+ this.TpFileEncrypt.TabIndex = 2;
|
|
|
+ this.TpFileEncrypt.Text = "文件加密";
|
|
|
+ this.TpFileEncrypt.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- this.tabControl1.Controls.Add(this.tabPage1);
|
|
|
- this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
- this.tabControl1.Location = new System.Drawing.Point(-5, 50);
|
|
|
- this.tabControl1.Name = "tabControl1";
|
|
|
- this.tabControl1.SelectedIndex = 0;
|
|
|
- this.tabControl1.Size = new System.Drawing.Size(660, 356);
|
|
|
- this.tabControl1.TabIndex = 13;
|
|
|
+ // progressBar1
|
|
|
//
|
|
|
- // tabPage1
|
|
|
- //
|
|
|
- this.tabPage1.Controls.Add(this.imageButton3);
|
|
|
- this.tabPage1.Controls.Add(this.imageButton4);
|
|
|
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
|
- this.tabPage1.Name = "tabPage1";
|
|
|
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
|
- this.tabPage1.Size = new System.Drawing.Size(652, 330);
|
|
|
- this.tabPage1.TabIndex = 0;
|
|
|
- this.tabPage1.Text = "tabPage1";
|
|
|
- this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // tabPage2
|
|
|
- //
|
|
|
- this.tabPage2.Controls.Add(this.progressBar1);
|
|
|
- this.tabPage2.Controls.Add(this.BtFileEncrypt);
|
|
|
- this.tabPage2.Controls.Add(this.button2);
|
|
|
- this.tabPage2.Controls.Add(this.label1);
|
|
|
- this.tabPage2.Controls.Add(this.button3);
|
|
|
- this.tabPage2.Controls.Add(this.button4);
|
|
|
- this.tabPage2.Controls.Add(this.button1);
|
|
|
- this.tabPage2.Controls.Add(this.BtFileDecrypt);
|
|
|
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
|
- this.tabPage2.Name = "tabPage2";
|
|
|
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
|
- this.tabPage2.Size = new System.Drawing.Size(652, 330);
|
|
|
- this.tabPage2.TabIndex = 1;
|
|
|
- this.tabPage2.Text = "tabPage2";
|
|
|
- this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
+ this.progressBar1.Location = new System.Drawing.Point(186, 192);
|
|
|
+ this.progressBar1.Name = "progressBar1";
|
|
|
+ this.progressBar1.Size = new System.Drawing.Size(281, 23);
|
|
|
+ this.progressBar1.TabIndex = 14;
|
|
|
//
|
|
|
- // label2
|
|
|
+ // BtFileEncrypt
|
|
|
//
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
|
|
|
- this.label2.Location = new System.Drawing.Point(81, 0);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(52, 27);
|
|
|
- this.label2.TabIndex = 14;
|
|
|
- this.label2.Text = "分类";
|
|
|
+ this.BtFileEncrypt.Location = new System.Drawing.Point(225, 93);
|
|
|
+ this.BtFileEncrypt.Name = "BtFileEncrypt";
|
|
|
+ this.BtFileEncrypt.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.BtFileEncrypt.TabIndex = 8;
|
|
|
+ this.BtFileEncrypt.Text = "文件加密";
|
|
|
+ this.BtFileEncrypt.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // panel1
|
|
|
+ // button2
|
|
|
//
|
|
|
- this.panel1.Controls.Add(this.label4);
|
|
|
- this.panel1.Controls.Add(this.label3);
|
|
|
- this.panel1.Controls.Add(this.label2);
|
|
|
- this.panel1.Location = new System.Drawing.Point(-5, 42);
|
|
|
- this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(660, 35);
|
|
|
- this.panel1.TabIndex = 15;
|
|
|
+ this.button2.Location = new System.Drawing.Point(225, 122);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button2.TabIndex = 9;
|
|
|
+ this.button2.Text = "文件夹加密";
|
|
|
+ this.button2.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // label4
|
|
|
+ // label1
|
|
|
//
|
|
|
- this.label4.AutoSize = true;
|
|
|
- this.label4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
|
|
|
- this.label4.Location = new System.Drawing.Point(372, 0);
|
|
|
- this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(52, 27);
|
|
|
- this.label4.TabIndex = 16;
|
|
|
- this.label4.Text = "备份";
|
|
|
+ this.label1.Location = new System.Drawing.Point(314, 177);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(153, 12);
|
|
|
+ this.label1.TabIndex = 15;
|
|
|
+ this.label1.Text = "label1";
|
|
|
//
|
|
|
- // label3
|
|
|
+ // button3
|
|
|
//
|
|
|
- this.label3.AutoSize = true;
|
|
|
- this.label3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
|
|
|
- this.label3.Location = new System.Drawing.Point(224, 0);
|
|
|
- this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(52, 27);
|
|
|
- this.label3.TabIndex = 15;
|
|
|
- this.label3.Text = "加密";
|
|
|
+ this.button3.Location = new System.Drawing.Point(332, 151);
|
|
|
+ this.button3.Name = "button3";
|
|
|
+ this.button3.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button3.TabIndex = 10;
|
|
|
+ this.button3.Text = "文件备份";
|
|
|
+ this.button3.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // button4
|
|
|
+ //
|
|
|
+ this.button4.Location = new System.Drawing.Point(225, 151);
|
|
|
+ this.button4.Name = "button4";
|
|
|
+ this.button4.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button4.TabIndex = 11;
|
|
|
+ this.button4.Text = "文件保险箱";
|
|
|
+ this.button4.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(332, 122);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button1.TabIndex = 13;
|
|
|
+ this.button1.Text = "button1";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // BtFileDecrypt
|
|
|
+ //
|
|
|
+ this.BtFileDecrypt.Location = new System.Drawing.Point(332, 93);
|
|
|
+ this.BtFileDecrypt.Name = "BtFileDecrypt";
|
|
|
+ this.BtFileDecrypt.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.BtFileDecrypt.TabIndex = 12;
|
|
|
+ this.BtFileDecrypt.Text = "文件解密";
|
|
|
+ this.BtFileDecrypt.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // TpFileBackup
|
|
|
+ //
|
|
|
+ this.TpFileBackup.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.TpFileBackup.Name = "TpFileBackup";
|
|
|
+ this.TpFileBackup.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.TpFileBackup.Size = new System.Drawing.Size(652, 308);
|
|
|
+ this.TpFileBackup.TabIndex = 3;
|
|
|
+ this.TpFileBackup.Text = "文件备份";
|
|
|
+ this.TpFileBackup.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // LbFileType
|
|
|
+ //
|
|
|
+ this.LbFileType.AutoSize = true;
|
|
|
+ this.LbFileType.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.LbFileType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
|
|
|
+ this.LbFileType.Location = new System.Drawing.Point(420, 42);
|
|
|
+ this.LbFileType.Name = "LbFileType";
|
|
|
+ this.LbFileType.Size = new System.Drawing.Size(52, 27);
|
|
|
+ this.LbFileType.TabIndex = 14;
|
|
|
+ this.LbFileType.Text = "分类";
|
|
|
+ this.LbFileType.Click += new System.EventHandler(this.LbFileType_Click);
|
|
|
+ //
|
|
|
+ // LbFileBackup
|
|
|
+ //
|
|
|
+ this.LbFileBackup.AutoSize = true;
|
|
|
+ this.LbFileBackup.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.LbFileBackup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
|
|
|
+ this.LbFileBackup.Location = new System.Drawing.Point(586, 42);
|
|
|
+ this.LbFileBackup.Name = "LbFileBackup";
|
|
|
+ this.LbFileBackup.Size = new System.Drawing.Size(52, 27);
|
|
|
+ this.LbFileBackup.TabIndex = 16;
|
|
|
+ this.LbFileBackup.Text = "备份";
|
|
|
+ this.LbFileBackup.Click += new System.EventHandler(this.LbFileBackup_Click);
|
|
|
+ //
|
|
|
+ // LbFileEncrypt
|
|
|
+ //
|
|
|
+ this.LbFileEncrypt.AutoSize = true;
|
|
|
+ this.LbFileEncrypt.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.LbFileEncrypt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(161)))), ((int)(((byte)(213)))));
|
|
|
+ this.LbFileEncrypt.Location = new System.Drawing.Point(503, 42);
|
|
|
+ this.LbFileEncrypt.Name = "LbFileEncrypt";
|
|
|
+ this.LbFileEncrypt.Size = new System.Drawing.Size(52, 27);
|
|
|
+ this.LbFileEncrypt.TabIndex = 15;
|
|
|
+ this.LbFileEncrypt.Text = "加密";
|
|
|
+ this.LbFileEncrypt.Click += new System.EventHandler(this.LbFileEncrypt_Click);
|
|
|
+ //
|
|
|
+ // pictureBox1
|
|
|
+ //
|
|
|
+ this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
|
+ this.pictureBox1.Location = new System.Drawing.Point(10, 9);
|
|
|
+ this.pictureBox1.Name = "pictureBox1";
|
|
|
+ this.pictureBox1.Size = new System.Drawing.Size(60, 51);
|
|
|
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
+ this.pictureBox1.TabIndex = 17;
|
|
|
+ this.pictureBox1.TabStop = false;
|
|
|
+ //
|
|
|
+ // LbTitle
|
|
|
+ //
|
|
|
+ this.LbTitle.AutoSize = true;
|
|
|
+ this.LbTitle.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.LbTitle.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.LbTitle.Location = new System.Drawing.Point(69, 22);
|
|
|
+ this.LbTitle.Name = "LbTitle";
|
|
|
+ this.LbTitle.Size = new System.Drawing.Size(88, 25);
|
|
|
+ this.LbTitle.TabIndex = 18;
|
|
|
+ this.LbTitle.Text = "文件管理";
|
|
|
//
|
|
|
// MainForm
|
|
|
//
|
|
|
@@ -243,40 +469,69 @@
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(43)))), ((int)(((byte)(54)))));
|
|
|
this.ClientSize = new System.Drawing.Size(650, 400);
|
|
|
- this.Controls.Add(this.panel1);
|
|
|
+ this.Controls.Add(this.LbTitle);
|
|
|
+ this.Controls.Add(this.pictureBox1);
|
|
|
+ this.Controls.Add(this.LbFileBackup);
|
|
|
+ this.Controls.Add(this.LbFileEncrypt);
|
|
|
+ this.Controls.Add(this.LbFileType);
|
|
|
this.Controls.Add(this.tabControl1);
|
|
|
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
this.Name = "MainForm";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "MainForm";
|
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|
|
+ this.tabControl1.ResumeLayout(false);
|
|
|
+ this.TpFIleType.ResumeLayout(false);
|
|
|
+ this.TpFIleType.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.imageButton11)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.imageButton12)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.imageButton6)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.imageButton5)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imageButton4)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.imageButton2)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.imageButton1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.imageButton3)).EndInit();
|
|
|
- this.tabControl1.ResumeLayout(false);
|
|
|
- this.tabPage1.ResumeLayout(false);
|
|
|
- this.tabPage2.ResumeLayout(false);
|
|
|
- this.panel1.ResumeLayout(false);
|
|
|
- this.panel1.PerformLayout();
|
|
|
+ this.TpFileEncrypt.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
-
|
|
|
+ private Y.Controls.Buttons.ImageButton imageButton3;
|
|
|
+ private System.Windows.Forms.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.TabPage TpFIleType;
|
|
|
+ private System.Windows.Forms.TabPage TpFIleTypeDetail;
|
|
|
+ private System.Windows.Forms.Label LbFileType;
|
|
|
+ private System.Windows.Forms.Label LbFileBackup;
|
|
|
+ private System.Windows.Forms.Label LbFileEncrypt;
|
|
|
+ private System.Windows.Forms.TabPage TpFileEncrypt;
|
|
|
+ private Y.Controls.Buttons.ImageButton imageButton11;
|
|
|
+ private Y.Controls.Buttons.ImageButton imageButton12;
|
|
|
+ private Y.Controls.Buttons.ImageButton imageButton6;
|
|
|
+ private Y.Controls.Buttons.ImageButton imageButton5;
|
|
|
+ private Y.Controls.Buttons.ImageButton imageButton4;
|
|
|
+ private Y.Controls.Buttons.ImageButton imageButton2;
|
|
|
+ private Y.Controls.Buttons.ImageButton imageButton1;
|
|
|
+ private System.Windows.Forms.Label label9;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
+ private System.Windows.Forms.Label label6;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.ProgressBar progressBar1;
|
|
|
private System.Windows.Forms.Button BtFileEncrypt;
|
|
|
private System.Windows.Forms.Button button2;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.Button button3;
|
|
|
private System.Windows.Forms.Button button4;
|
|
|
- private System.Windows.Forms.Button BtFileDecrypt;
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
- private System.Windows.Forms.ProgressBar progressBar1;
|
|
|
- private System.Windows.Forms.Label label1;
|
|
|
- private Y.Controls.Buttons.ImageButton imageButton3;
|
|
|
- private Y.Controls.Buttons.ImageButton imageButton4;
|
|
|
- private System.Windows.Forms.TabControl tabControl1;
|
|
|
- private System.Windows.Forms.TabPage tabPage1;
|
|
|
- private System.Windows.Forms.TabPage tabPage2;
|
|
|
- private System.Windows.Forms.Label label2;
|
|
|
- private System.Windows.Forms.Panel panel1;
|
|
|
- private System.Windows.Forms.Label label4;
|
|
|
- private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.Button BtFileDecrypt;
|
|
|
+ private System.Windows.Forms.TabPage TpFileBackup;
|
|
|
+ private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
+ private System.Windows.Forms.Label LbTitle;
|
|
|
}
|
|
|
}
|