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

📄 mainform.designer.cs

📁 visual c++编写关于声音分析的 傅立叶变换.超牛
💻 CS
📖 第 1 页 / 共 2 页
字号:
            0});
			// 
			// numHideFrequency
			// 
			this.numHideFrequency.Increment = new decimal(new int[] {
            100,
            0,
            0,
            0});
			this.numHideFrequency.Location = new System.Drawing.Point(87, 0);
			this.numHideFrequency.Maximum = new decimal(new int[] {
            4000,
            0,
            0,
            0});
			this.numHideFrequency.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numHideFrequency.Name = "numHideFrequency";
			this.numHideFrequency.Size = new System.Drawing.Size(50, 20);
			this.numHideFrequency.TabIndex = 21;
			this.numHideFrequency.Value = new decimal(new int[] {
            2500,
            0,
            0,
            0});
			// 
			// label13
			// 
			this.label13.AutoSize = true;
			this.label13.Location = new System.Drawing.Point(49, 37);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(38, 13);
			this.label13.TabIndex = 24;
			this.label13.Text = "Volume";
			// 
			// btnHideCheckSettings
			// 
			this.btnHideCheckSettings.Location = new System.Drawing.Point(159, 32);
			this.btnHideCheckSettings.Name = "btnHideCheckSettings";
			this.btnHideCheckSettings.Size = new System.Drawing.Size(92, 23);
			this.btnHideCheckSettings.TabIndex = 25;
			this.btnHideCheckSettings.Text = "Check sound";
			this.btnHideCheckSettings.Click += new System.EventHandler(this.btnCheckHideSettings_Click);
			// 
			// panelStep2
			// 
			this.panelStep2.Controls.Add(this.btnHideCheckLength);
			this.panelStep2.Controls.Add(this.label8);
			this.panelStep2.Controls.Add(this.lblRequiredSeconds);
			this.panelStep2.Enabled = false;
			this.panelStep2.Location = new System.Drawing.Point(53, 150);
			this.panelStep2.Name = "panelStep2";
			this.panelStep2.Size = new System.Drawing.Size(227, 52);
			this.panelStep2.TabIndex = 29;
			// 
			// label8
			// 
			this.label8.AutoSize = true;
			this.label8.Location = new System.Drawing.Point(62, 34);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(86, 13);
			this.label8.TabIndex = 12;
			this.label8.Text = "Seconds required";
			// 
			// label16
			// 
			this.label16.AutoSize = true;
			this.label16.Location = new System.Drawing.Point(436, 195);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(195, 13);
			this.label16.TabIndex = 28;
			this.label16.Text = "Now you can play and record the sound.";
			// 
			// label15
			// 
			this.label15.AutoSize = true;
			this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label15.Location = new System.Drawing.Point(396, 180);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(22, 31);
			this.label15.TabIndex = 27;
			this.label15.Text = "5";
			// 
			// label14
			// 
			this.label14.AutoSize = true;
			this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label14.Location = new System.Drawing.Point(396, 111);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(22, 31);
			this.label14.TabIndex = 26;
			this.label14.Text = "4";
			// 
			// label11
			// 
			this.label11.AutoSize = true;
			this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label11.Location = new System.Drawing.Point(396, 19);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(22, 31);
			this.label11.TabIndex = 20;
			this.label11.Text = "3";
			// 
			// label10
			// 
			this.label10.AutoSize = true;
			this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label10.Location = new System.Drawing.Point(20, 140);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(22, 31);
			this.label10.TabIndex = 19;
			this.label10.Text = "2";
			// 
			// label9
			// 
			this.label9.AutoSize = true;
			this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label9.Location = new System.Drawing.Point(20, 19);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(22, 31);
			this.label9.TabIndex = 18;
			this.label9.Text = "1";
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(52, 32);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(73, 13);
			this.label7.TabIndex = 11;
			this.label7.Text = "Enter message";
			// 
			// tabFind
			// 
			this.tabFind.Controls.Add(this.panelFind);
			this.tabFind.Location = new System.Drawing.Point(4, 22);
			this.tabFind.Name = "tabFind";
			this.tabFind.Padding = new System.Windows.Forms.Padding(3);
			this.tabFind.Size = new System.Drawing.Size(760, 219);
			this.tabFind.TabIndex = 1;
			this.tabFind.Text = "Find";
			// 
			// panelFind
			// 
			this.panelFind.Controls.Add(this.label3);
			this.panelFind.Controls.Add(this.txtExtractMessage);
			this.panelFind.Controls.Add(this.numExtractVolume);
			this.panelFind.Controls.Add(this.label5);
			this.panelFind.Controls.Add(this.numExtractFrequency);
			this.panelFind.Controls.Add(this.label4);
			this.panelFind.Controls.Add(this.label2);
			this.panelFind.Controls.Add(this.label1);
			this.panelFind.Controls.Add(this.btnFind);
			this.panelFind.Controls.Add(this.btnExtractFilterVolume);
			this.panelFind.Controls.Add(this.btnExtractBandPass);
			this.panelFind.Controls.Add(this.btnExtract);
			this.panelFind.Enabled = false;
			this.panelFind.Location = new System.Drawing.Point(8, 8);
			this.panelFind.Name = "panelFind";
			this.panelFind.Size = new System.Drawing.Size(734, 207);
			this.panelFind.TabIndex = 21;
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label3.Location = new System.Drawing.Point(12, 11);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(22, 31);
			this.label3.TabIndex = 17;
			this.label3.Text = "1";
			// 
			// txtExtractMessage
			// 
			this.txtExtractMessage.Location = new System.Drawing.Point(427, 106);
			this.txtExtractMessage.Multiline = true;
			this.txtExtractMessage.Name = "txtExtractMessage";
			this.txtExtractMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.txtExtractMessage.Size = new System.Drawing.Size(298, 100);
			this.txtExtractMessage.TabIndex = 20;
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label5.Location = new System.Drawing.Point(377, 60);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(22, 31);
			this.label5.TabIndex = 19;
			this.label5.Text = "3";
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.label4.Location = new System.Drawing.Point(377, 9);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(22, 31);
			this.label4.TabIndex = 18;
			this.label4.Text = "2";
			// 
			// images
			// 
			this.images.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
			this.images.ImageSize = new System.Drawing.Size(16, 16);
			this.images.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// errorProvider
			// 
			this.errorProvider.ContainerControl = this;
			// 
			// waveControl
			// 
			this.waveControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.waveControl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.waveControl.Location = new System.Drawing.Point(12, 1);
			this.waveControl.Name = "waveControl";
			this.waveControl.Size = new System.Drawing.Size(768, 310);
			this.waveControl.SoxPath = null;
			this.waveControl.TabIndex = 4;
			this.waveControl.WaveSound = null;
			this.waveControl.ZoomPercent = 5F;
			this.waveControl.Open += new System.EventHandler(this.waveControl_Open);
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(792, 573);
			this.Controls.Add(this.waveControl);
			this.Controls.Add(this.tabControl1);
			this.Name = "MainForm";
			this.Text = "Analog Steganography";
			this.Load += new System.EventHandler(this.MainForm_Load);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
			((System.ComponentModel.ISupportInitialize)(this.numExtractFrequency)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numExtractVolume)).EndInit();
			this.tabControl1.ResumeLayout(false);
			this.tabHide.ResumeLayout(false);
			this.tabHide.PerformLayout();
			this.panelStep3.ResumeLayout(false);
			this.panelStep3.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numHideVolume)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numHideFrequency)).EndInit();
			this.panelStep2.ResumeLayout(false);
			this.panelStep2.PerformLayout();
			this.tabFind.ResumeLayout(false);
			this.panelFind.ResumeLayout(false);
			this.panelFind.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
			this.ResumeLayout(false);

        }

        #endregion

		private System.Windows.Forms.Button btnFind;
		private System.Windows.Forms.Button btnExtract;
		private System.Windows.Forms.TextBox txtHideMessage;
		private System.Windows.Forms.Button btnHideCheckLength;
		private System.Windows.Forms.Label lblRequiredSeconds;
		private System.Windows.Forms.Button btnHide;
		private System.Windows.Forms.NumericUpDown numExtractFrequency;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.NumericUpDown numExtractVolume;
		private System.Windows.Forms.Button btnExtractFilterVolume;
		private System.Windows.Forms.Button btnExtractBandPass;
		private System.Windows.Forms.TabControl tabControl1;
		private System.Windows.Forms.TabPage tabFind;
		private System.Windows.Forms.TabPage tabHide;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.Button btnHideCheckSettings;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.NumericUpDown numHideFrequency;
		private System.Windows.Forms.NumericUpDown numHideVolume;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.Label label16;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.ImageList images;
		private System.Windows.Forms.ErrorProvider errorProvider;
		private System.Windows.Forms.Panel panelStep2;
		private System.Windows.Forms.Panel panelStep3;
		private WaveDisplayControl waveControl;
		private System.Windows.Forms.TextBox txtExtractMessage;
		private System.Windows.Forms.Panel panelFind;
    }
}

⌨️ 快捷键说明

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