| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537 |
- namespace Oreo.FileMan.Views
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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.button1 = new System.Windows.Forms.Button();
- 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.TpFileEncrypt.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // tabControl1
- //
- 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;
- //
- // 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 = "音乐";
- //
- // label4
- //
- 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 = "图片";
- //
- // label3
- //
- 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 = "文档";
- //
- // label2
- //
- 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(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(60, 60);
- this.imageButton4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.imageButton4.TabIndex = 14;
- this.imageButton4.TabStop = false;
- //
- // 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(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(60, 60);
- this.imageButton3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.imageButton3.TabIndex = 11;
- this.imageButton3.TabStop = false;
- //
- // 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;
- //
- // progressBar1
- //
- 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;
- //
- // BtFileEncrypt
- //
- 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;
- //
- // button2
- //
- 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;
- //
- // label1
- //
- 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";
- //
- // button3
- //
- 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
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- 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.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.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 button1;
- private System.Windows.Forms.Button BtFileDecrypt;
- private System.Windows.Forms.TabPage TpFileBackup;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label LbTitle;
- }
- }
|