⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 基于LSB算法的信息隐藏技术。
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.picpath_tb.Name = "picpath_tb";
            this.picpath_tb.ReadOnly = true;
            this.picpath_tb.Size = new System.Drawing.Size(368, 21);
            this.picpath_tb.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(15, 30);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(161, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "请选择作为载体的24位位图:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(15, 173);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(101, 12);
            this.label7.TabIndex = 11;
            this.label7.Text = "最大隐藏信息量:";
            this.label7.Visible = false;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.extract_btn);
            this.tabPage2.Controls.Add(this.label12);
            this.tabPage2.Controls.Add(this.bmpSize_lbl);
            this.tabPage2.Controls.Add(this.label10);
            this.tabPage2.Controls.Add(this.selectSavePath_btn);
            this.tabPage2.Controls.Add(this.savePath_tb);
            this.tabPage2.Controls.Add(this.label8);
            this.tabPage2.Controls.Add(this.selectPic_btn);
            this.tabPage2.Controls.Add(this.originalPic_tb);
            this.tabPage2.Controls.Add(this.label4);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(475, 227);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "信息提取";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // extract_btn
            // 
            this.extract_btn.Location = new System.Drawing.Point(393, 145);
            this.extract_btn.Name = "extract_btn";
            this.extract_btn.Size = new System.Drawing.Size(72, 47);
            this.extract_btn.TabIndex = 9;
            this.extract_btn.Text = "提取信息";
            this.extract_btn.UseVisualStyleBackColor = true;
            this.extract_btn.Click += new System.EventHandler(this.extract_btn_Click);
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.ForeColor = System.Drawing.Color.Red;
            this.label12.Location = new System.Drawing.Point(16, 168);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(365, 12);
            this.label12.TabIndex = 8;
            this.label12.Text = "为了能正确打开文件,请在选择文件保存路径时输入合适的后缀名。";
            // 
            // bmpSize_lbl
            // 
            this.bmpSize_lbl.AutoSize = true;
            this.bmpSize_lbl.Location = new System.Drawing.Point(111, 156);
            this.bmpSize_lbl.Name = "bmpSize_lbl";
            this.bmpSize_lbl.Size = new System.Drawing.Size(0, 12);
            this.bmpSize_lbl.TabIndex = 7;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(16, 156);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(89, 12);
            this.label10.TabIndex = 6;
            this.label10.Text = "伪装文件大小:";
            this.label10.Visible = false;
            // 
            // selectSavePath_btn
            // 
            this.selectSavePath_btn.Location = new System.Drawing.Point(393, 100);
            this.selectSavePath_btn.Name = "selectSavePath_btn";
            this.selectSavePath_btn.Size = new System.Drawing.Size(72, 23);
            this.selectSavePath_btn.TabIndex = 5;
            this.selectSavePath_btn.Text = "浏览...";
            this.selectSavePath_btn.UseVisualStyleBackColor = true;
            this.selectSavePath_btn.Click += new System.EventHandler(this.selectSavePath_btn_Click);
            // 
            // savePath_tb
            // 
            this.savePath_tb.Location = new System.Drawing.Point(18, 101);
            this.savePath_tb.Name = "savePath_tb";
            this.savePath_tb.ReadOnly = true;
            this.savePath_tb.Size = new System.Drawing.Size(367, 21);
            this.savePath_tb.TabIndex = 4;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(16, 84);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(197, 12);
            this.label8.TabIndex = 3;
            this.label8.Text = "请选择提取后的信息文件存放位置:";
            // 
            // selectPic_btn
            // 
            this.selectPic_btn.Location = new System.Drawing.Point(393, 47);
            this.selectPic_btn.Name = "selectPic_btn";
            this.selectPic_btn.Size = new System.Drawing.Size(72, 23);
            this.selectPic_btn.TabIndex = 2;
            this.selectPic_btn.Text = "浏览...";
            this.selectPic_btn.UseVisualStyleBackColor = true;
            this.selectPic_btn.Click += new System.EventHandler(this.selectPic_btn_Click);
            // 
            // originalPic_tb
            // 
            this.originalPic_tb.Location = new System.Drawing.Point(18, 47);
            this.originalPic_tb.Name = "originalPic_tb";
            this.originalPic_tb.ReadOnly = true;
            this.originalPic_tb.Size = new System.Drawing.Size(367, 21);
            this.originalPic_tb.TabIndex = 1;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(16, 32);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(203, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "请选择需要提取隐藏信息的BMP文件:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.label5.Location = new System.Drawing.Point(262, 281);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(239, 12);
            this.label5.TabIndex = 1;
            this.label5.Text = "by 陈杭,陈志文,蔡艺军,邱榕杰,黄莘程";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(533, 310);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.tabControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "LSB算法实现BMP图像中的信息隐藏及提取";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Button browsehiding_tb;
        private System.Windows.Forms.TextBox hiding_tb;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button browsepic_btn;
        private System.Windows.Forms.TextBox picpath_tb;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label picsize_lbl;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Button generate_btn;
        private System.Windows.Forms.Label maxinfo_lbl;
        private System.Windows.Forms.Button selectSavePath_btn;
        private System.Windows.Forms.TextBox savePath_tb;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Button selectPic_btn;
        private System.Windows.Forms.TextBox originalPic_tb;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label bmpSize_lbl;
        private System.Windows.Forms.Button extract_btn;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label infosize_lbl;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -