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

📄 mainform.designer.cs

📁 visual c++编写关于声音分析的 傅立叶变换.超牛
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace SteganoTape {
    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()
        {
			this.components = new System.ComponentModel.Container();
			this.btnFind = new System.Windows.Forms.Button();
			this.btnExtract = new System.Windows.Forms.Button();
			this.txtHideMessage = new System.Windows.Forms.TextBox();
			this.btnHideCheckLength = new System.Windows.Forms.Button();
			this.lblRequiredSeconds = new System.Windows.Forms.Label();
			this.btnHide = new System.Windows.Forms.Button();
			this.numExtractFrequency = new System.Windows.Forms.NumericUpDown();
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.numExtractVolume = new System.Windows.Forms.NumericUpDown();
			this.btnExtractFilterVolume = new System.Windows.Forms.Button();
			this.btnExtractBandPass = new System.Windows.Forms.Button();
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabHide = new System.Windows.Forms.TabPage();
			this.panelStep3 = new System.Windows.Forms.Panel();
			this.label12 = new System.Windows.Forms.Label();
			this.numHideVolume = new System.Windows.Forms.NumericUpDown();
			this.numHideFrequency = new System.Windows.Forms.NumericUpDown();
			this.label13 = new System.Windows.Forms.Label();
			this.btnHideCheckSettings = new System.Windows.Forms.Button();
			this.panelStep2 = new System.Windows.Forms.Panel();
			this.label8 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.tabFind = new System.Windows.Forms.TabPage();
			this.panelFind = new System.Windows.Forms.Panel();
			this.label3 = new System.Windows.Forms.Label();
			this.txtExtractMessage = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.images = new System.Windows.Forms.ImageList(this.components);
			this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.waveControl = new SteganoTape.WaveDisplayControl();
			((System.ComponentModel.ISupportInitialize)(this.numExtractFrequency)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numExtractVolume)).BeginInit();
			this.tabControl1.SuspendLayout();
			this.tabHide.SuspendLayout();
			this.panelStep3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numHideVolume)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numHideFrequency)).BeginInit();
			this.panelStep2.SuspendLayout();
			this.tabFind.SuspendLayout();
			this.panelFind.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
			this.SuspendLayout();
			// 
			// btnFind
			// 
			this.btnFind.Location = new System.Drawing.Point(427, 17);
			this.btnFind.Name = "btnFind";
			this.btnFind.Size = new System.Drawing.Size(155, 23);
			this.btnFind.TabIndex = 3;
			this.btnFind.Text = "Find noises";
			this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
			// 
			// btnExtract
			// 
			this.btnExtract.Location = new System.Drawing.Point(427, 67);
			this.btnExtract.Name = "btnExtract";
			this.btnExtract.Size = new System.Drawing.Size(155, 23);
			this.btnExtract.TabIndex = 6;
			this.btnExtract.Text = "Read message";
			this.btnExtract.Click += new System.EventHandler(this.btnExtract_Click);
			// 
			// txtHideMessage
			// 
			this.txtHideMessage.Location = new System.Drawing.Point(53, 48);
			this.txtHideMessage.Multiline = true;
			this.txtHideMessage.Name = "txtHideMessage";
			this.txtHideMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.txtHideMessage.Size = new System.Drawing.Size(226, 68);
			this.txtHideMessage.TabIndex = 7;
			this.txtHideMessage.TextChanged += new System.EventHandler(this.txtMessage_TextChanged);
			// 
			// btnHideCheckLength
			// 
			this.btnHideCheckLength.Location = new System.Drawing.Point(0, 0);
			this.btnHideCheckLength.Name = "btnHideCheckLength";
			this.btnHideCheckLength.Size = new System.Drawing.Size(226, 23);
			this.btnHideCheckLength.TabIndex = 8;
			this.btnHideCheckLength.Text = "Check length";
			this.btnHideCheckLength.Click += new System.EventHandler(this.btnCheckLength_Click);
			// 
			// lblRequiredSeconds
			// 
			this.lblRequiredSeconds.AutoSize = true;
			this.lblRequiredSeconds.Location = new System.Drawing.Point(3, 34);
			this.lblRequiredSeconds.Name = "lblRequiredSeconds";
			this.lblRequiredSeconds.Size = new System.Drawing.Size(53, 13);
			this.lblRequiredSeconds.TabIndex = 9;
			this.lblRequiredSeconds.Text = "[unknown]";
			// 
			// btnHide
			// 
			this.btnHide.Enabled = false;
			this.btnHide.Location = new System.Drawing.Point(437, 117);
			this.btnHide.Name = "btnHide";
			this.btnHide.Size = new System.Drawing.Size(238, 23);
			this.btnHide.TabIndex = 10;
			this.btnHide.Text = "Write";
			this.btnHide.Click += new System.EventHandler(this.btnHide_Click);
			// 
			// numExtractFrequency
			// 
			this.numExtractFrequency.Increment = new decimal(new int[] {
            100,
            0,
            0,
            0});
			this.numExtractFrequency.Location = new System.Drawing.Point(133, 22);
			this.numExtractFrequency.Maximum = new decimal(new int[] {
            4000,
            0,
            0,
            0});
			this.numExtractFrequency.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numExtractFrequency.Name = "numExtractFrequency";
			this.numExtractFrequency.Size = new System.Drawing.Size(50, 20);
			this.numExtractFrequency.TabIndex = 11;
			this.numExtractFrequency.Value = new decimal(new int[] {
            2500,
            0,
            0,
            0});
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(58, 29);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(75, 13);
			this.label1.TabIndex = 12;
			this.label1.Text = "Frequency (Hz)";
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(74, 73);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(53, 13);
			this.label2.TabIndex = 14;
			this.label2.Text = "Volume";
			// 
			// numExtractVolume
			// 
			this.numExtractVolume.Increment = new decimal(new int[] {
            100,
            0,
            0,
            0});
			this.numExtractVolume.Location = new System.Drawing.Point(133, 70);
			this.numExtractVolume.Maximum = new decimal(new int[] {
            65535,
            0,
            0,
            0});
			this.numExtractVolume.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
			this.numExtractVolume.Name = "numExtractVolume";
			this.numExtractVolume.Size = new System.Drawing.Size(50, 20);
			this.numExtractVolume.TabIndex = 13;
			this.numExtractVolume.Value = new decimal(new int[] {
            6000,
            0,
            0,
            0});
			// 
			// btnExtractFilterVolume
			// 
			this.btnExtractFilterVolume.Location = new System.Drawing.Point(189, 68);
			this.btnExtractFilterVolume.Name = "btnExtractFilterVolume";
			this.btnExtractFilterVolume.Size = new System.Drawing.Size(92, 23);
			this.btnExtractFilterVolume.TabIndex = 15;
			this.btnExtractFilterVolume.Text = "Filter sound";
			this.btnExtractFilterVolume.Click += new System.EventHandler(this.btnExtractFilterVolume_Click);
			// 
			// btnExtractBandPass
			// 
			this.btnExtractBandPass.Location = new System.Drawing.Point(189, 17);
			this.btnExtractBandPass.Name = "btnExtractBandPass";
			this.btnExtractBandPass.Size = new System.Drawing.Size(92, 23);
			this.btnExtractBandPass.TabIndex = 16;
			this.btnExtractBandPass.Text = "Filter sound";
			this.btnExtractBandPass.Click += new System.EventHandler(this.btnExtractBandPass_Click);
			// 
			// tabControl1
			// 
			this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.tabControl1.Controls.Add(this.tabHide);
			this.tabControl1.Controls.Add(this.tabFind);
			this.tabControl1.Location = new System.Drawing.Point(12, 328);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(768, 245);
			this.tabControl1.TabIndex = 17;
			// 
			// tabHide
			// 
			this.tabHide.Controls.Add(this.panelStep3);
			this.tabHide.Controls.Add(this.panelStep2);
			this.tabHide.Controls.Add(this.label16);
			this.tabHide.Controls.Add(this.label15);
			this.tabHide.Controls.Add(this.label14);
			this.tabHide.Controls.Add(this.label11);
			this.tabHide.Controls.Add(this.label10);
			this.tabHide.Controls.Add(this.label9);
			this.tabHide.Controls.Add(this.label7);
			this.tabHide.Controls.Add(this.txtHideMessage);
			this.tabHide.Controls.Add(this.btnHide);
			this.tabHide.Location = new System.Drawing.Point(4, 22);
			this.tabHide.Name = "tabHide";
			this.tabHide.Padding = new System.Windows.Forms.Padding(3);
			this.tabHide.Size = new System.Drawing.Size(760, 219);
			this.tabHide.TabIndex = 0;
			this.tabHide.Text = "Hide";
			// 
			// panelStep3
			// 
			this.panelStep3.Controls.Add(this.label12);
			this.panelStep3.Controls.Add(this.numHideVolume);
			this.panelStep3.Controls.Add(this.numHideFrequency);
			this.panelStep3.Controls.Add(this.label13);
			this.panelStep3.Controls.Add(this.btnHideCheckSettings);
			this.panelStep3.Enabled = false;
			this.panelStep3.Location = new System.Drawing.Point(424, 29);
			this.panelStep3.Name = "panelStep3";
			this.panelStep3.Size = new System.Drawing.Size(251, 58);
			this.panelStep3.TabIndex = 30;
			// 
			// label12
			// 
			this.label12.AutoSize = true;
			this.label12.Location = new System.Drawing.Point(12, 7);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(75, 13);
			this.label12.TabIndex = 22;
			this.label12.Text = "Frequency (Hz)";
			// 
			// numHideVolume
			// 
			this.numHideVolume.Increment = new decimal(new int[] {
            100,
            0,
            0,
            0});
			this.numHideVolume.Location = new System.Drawing.Point(87, 32);
			this.numHideVolume.Maximum = new decimal(new int[] {
            65535,
            0,
            0,
            0});
			this.numHideVolume.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numHideVolume.Name = "numHideVolume";
			this.numHideVolume.Size = new System.Drawing.Size(50, 20);
			this.numHideVolume.TabIndex = 23;
			this.numHideVolume.Value = new decimal(new int[] {
            6000,
            0,
            0,

⌨️ 快捷键说明

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