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

📄 form1.designer.cs

📁 基于LSB算法的信息隐藏技术。
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace LSB_Algorithm
{
    partial class Form1
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.infosize_lbl = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.generate_btn = new System.Windows.Forms.Button();
            this.maxinfo_lbl = new System.Windows.Forms.Label();
            this.picsize_lbl = new System.Windows.Forms.Label();
            this.browsehiding_tb = new System.Windows.Forms.Button();
            this.hiding_tb = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.browsepic_btn = new System.Windows.Forms.Button();
            this.picpath_tb = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.extract_btn = new System.Windows.Forms.Button();
            this.label12 = new System.Windows.Forms.Label();
            this.bmpSize_lbl = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.selectSavePath_btn = new System.Windows.Forms.Button();
            this.savePath_tb = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.selectPic_btn = new System.Windows.Forms.Button();
            this.originalPic_tb = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(18, 12);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(483, 252);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.infosize_lbl);
            this.tabPage1.Controls.Add(this.label9);
            this.tabPage1.Controls.Add(this.label6);
            this.tabPage1.Controls.Add(this.generate_btn);
            this.tabPage1.Controls.Add(this.maxinfo_lbl);
            this.tabPage1.Controls.Add(this.picsize_lbl);
            this.tabPage1.Controls.Add(this.browsehiding_tb);
            this.tabPage1.Controls.Add(this.hiding_tb);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.browsepic_btn);
            this.tabPage1.Controls.Add(this.picpath_tb);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.label7);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(475, 227);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "信息隐藏";
            this.tabPage1.UseVisualStyleBackColor = true;
            this.tabPage1.Click += new System.EventHandler(this.tabPage1_Click);
            // 
            // infosize_lbl
            // 
            this.infosize_lbl.AutoSize = true;
            this.infosize_lbl.Location = new System.Drawing.Point(306, 142);
            this.infosize_lbl.Name = "infosize_lbl";
            this.infosize_lbl.Size = new System.Drawing.Size(0, 12);
            this.infosize_lbl.TabIndex = 17;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(219, 142);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(89, 12);
            this.label9.TabIndex = 16;
            this.label9.Text = "隐藏文件大小:";
            this.label9.Visible = false;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.ForeColor = System.Drawing.Color.Red;
            this.label6.Location = new System.Drawing.Point(6, 161);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(371, 12);
            this.label6.TabIndex = 15;
            this.label6.Text = "原始图片会以名为\"[原文件名]_original.bmp\"在同目录下自动备份。";
            // 
            // generate_btn
            // 
            this.generate_btn.Location = new System.Drawing.Point(397, 146);
            this.generate_btn.Name = "generate_btn";
            this.generate_btn.Size = new System.Drawing.Size(68, 43);
            this.generate_btn.TabIndex = 13;
            this.generate_btn.Text = "生 成";
            this.generate_btn.UseVisualStyleBackColor = true;
            this.generate_btn.Click += new System.EventHandler(this.generate_btn_Click);
            // 
            // maxinfo_lbl
            // 
            this.maxinfo_lbl.AutoSize = true;
            this.maxinfo_lbl.Location = new System.Drawing.Point(117, 173);
            this.maxinfo_lbl.Name = "maxinfo_lbl";
            this.maxinfo_lbl.Size = new System.Drawing.Size(0, 12);
            this.maxinfo_lbl.TabIndex = 12;
            // 
            // picsize_lbl
            // 
            this.picsize_lbl.AutoSize = true;
            this.picsize_lbl.Location = new System.Drawing.Point(101, 142);
            this.picsize_lbl.Name = "picsize_lbl";
            this.picsize_lbl.Size = new System.Drawing.Size(0, 12);
            this.picsize_lbl.TabIndex = 7;
            // 
            // browsehiding_tb
            // 
            this.browsehiding_tb.Location = new System.Drawing.Point(397, 100);
            this.browsehiding_tb.Name = "browsehiding_tb";
            this.browsehiding_tb.Size = new System.Drawing.Size(68, 23);
            this.browsehiding_tb.TabIndex = 6;
            this.browsehiding_tb.Text = "浏览...";
            this.browsehiding_tb.UseVisualStyleBackColor = true;
            this.browsehiding_tb.Click += new System.EventHandler(this.browsehiding_tb_Click);
            // 
            // hiding_tb
            // 
            this.hiding_tb.Location = new System.Drawing.Point(17, 100);
            this.hiding_tb.Name = "hiding_tb";
            this.hiding_tb.ReadOnly = true;
            this.hiding_tb.Size = new System.Drawing.Size(368, 21);
            this.hiding_tb.TabIndex = 5;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(15, 80);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(125, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "请选择要隐藏的文件:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(15, 142);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(89, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "载体图像大小:";
            this.label2.Visible = false;
            // 
            // browsepic_btn
            // 
            this.browsepic_btn.Location = new System.Drawing.Point(397, 45);
            this.browsepic_btn.Name = "browsepic_btn";
            this.browsepic_btn.Size = new System.Drawing.Size(68, 23);
            this.browsepic_btn.TabIndex = 2;
            this.browsepic_btn.Text = "浏览...";
            this.browsepic_btn.UseVisualStyleBackColor = true;
            this.browsepic_btn.Click += new System.EventHandler(this.browsepic_btn_Click);
            // 
            // picpath_tb
            // 
            this.picpath_tb.Location = new System.Drawing.Point(17, 45);

⌨️ 快捷键说明

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