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

📄 form1.designer.cs

📁 VS2005开发的
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace FFT运算PPC版
{
    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.label2 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.系数一comboBox = new System.Windows.Forms.ComboBox();
            this.指数numericUpDown = new System.Windows.Forms.NumericUpDown();
            this.系数二comboBox = new System.Windows.Forms.ComboBox();
            this.系数三comboBox = new System.Windows.Forms.ComboBox();
            this.系数四comboBox = new System.Windows.Forms.ComboBox();
            this.系数一numericUpDown = new System.Windows.Forms.NumericUpDown();
            this.label1 = new System.Windows.Forms.Label();
            this.周期一numericUpDown = new System.Windows.Forms.NumericUpDown();
            this.系数二numericUpDown = new System.Windows.Forms.NumericUpDown();
            this.label4 = new System.Windows.Forms.Label();
            this.系数三numericUpDown = new System.Windows.Forms.NumericUpDown();
            this.周期四numericUpDown = new System.Windows.Forms.NumericUpDown();
            this.label6 = new System.Windows.Forms.Label();
            this.周期三numericUpDown = new System.Windows.Forms.NumericUpDown();
            this.系数四numericUpDown = new System.Windows.Forms.NumericUpDown();
            this.label8 = new System.Windows.Forms.Label();
            this.周期二numericUpDown = new System.Windows.Forms.NumericUpDown();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.dataGrid1 = new System.Windows.Forms.DataGrid();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.c1Chart1 = new C1.Win.C1Chart.C1Chart();
            this.mainMenu = new System.Windows.Forms.MainMenu();
            this.menuItem = new System.Windows.Forms.MenuItem();
            this.生成menuItem = new System.Windows.Forms.MenuItem();
            this.排序menuItem = new System.Windows.Forms.MenuItem();
            this.运算menuItem = new System.Windows.Forms.MenuItem();
            this.menuItem6 = new System.Windows.Forms.MenuItem();
            this.退出menuItem = new System.Windows.Forms.MenuItem();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(240, 268);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.label9);
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.label7);
            this.tabPage1.Controls.Add(this.系数一comboBox);
            this.tabPage1.Controls.Add(this.指数numericUpDown);
            this.tabPage1.Controls.Add(this.系数二comboBox);
            this.tabPage1.Controls.Add(this.系数三comboBox);
            this.tabPage1.Controls.Add(this.系数四comboBox);
            this.tabPage1.Controls.Add(this.系数一numericUpDown);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.周期一numericUpDown);
            this.tabPage1.Controls.Add(this.系数二numericUpDown);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.系数三numericUpDown);
            this.tabPage1.Controls.Add(this.周期四numericUpDown);
            this.tabPage1.Controls.Add(this.label6);
            this.tabPage1.Controls.Add(this.周期三numericUpDown);
            this.tabPage1.Controls.Add(this.系数四numericUpDown);
            this.tabPage1.Controls.Add(this.label8);
            this.tabPage1.Controls.Add(this.周期二numericUpDown);
            this.tabPage1.Location = new System.Drawing.Point(0, 0);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Size = new System.Drawing.Size(240, 245);
            this.tabPage1.Text = "设定";
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.label2.Location = new System.Drawing.Point(153, 116);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(30, 13);
            this.label2.Text = "个数";
            // 
            // label9
            // 
            this.label9.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.label9.Location = new System.Drawing.Point(152, 90);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(30, 13);
            this.label9.Text = "频率";
            // 
            // label5
            // 
            this.label5.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.label5.Location = new System.Drawing.Point(152, 63);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(30, 13);
            this.label5.Text = "频率";
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.label3.Location = new System.Drawing.Point(152, 37);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(30, 13);
            this.label3.Text = "频率";
            // 
            // label7
            // 
            this.label7.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.label7.Location = new System.Drawing.Point(153, 13);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(30, 13);
            this.label7.Text = "频率";
            // 
            // 系数一comboBox
            // 
            this.系数一comboBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.系数一comboBox.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.系数一comboBox.Items.Add("");
            this.系数一comboBox.Items.Add("正弦波");
            this.系数一comboBox.Items.Add("余弦波");
            this.系数一comboBox.Items.Add("三角波");
            this.系数一comboBox.Items.Add("方波");
            this.系数一comboBox.Location = new System.Drawing.Point(6, 8);
            this.系数一comboBox.Name = "系数一comboBox";
            this.系数一comboBox.Size = new System.Drawing.Size(50, 20);
            this.系数一comboBox.TabIndex = 95;
            // 
            // 指数numericUpDown
            // 
            this.指数numericUpDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.指数numericUpDown.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.指数numericUpDown.Location = new System.Drawing.Point(189, 112);
            this.指数numericUpDown.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.指数numericUpDown.Name = "指数numericUpDown";
            this.指数numericUpDown.Size = new System.Drawing.Size(49, 20);
            this.指数numericUpDown.TabIndex = 107;
            this.指数numericUpDown.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            // 
            // 系数二comboBox
            // 
            this.系数二comboBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.系数二comboBox.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.系数二comboBox.Items.Add("");
            this.系数二comboBox.Items.Add("正弦波");
            this.系数二comboBox.Items.Add("余弦波");
            this.系数二comboBox.Items.Add("三角波");
            this.系数二comboBox.Items.Add("方波");
            this.系数二comboBox.Location = new System.Drawing.Point(6, 34);
            this.系数二comboBox.Name = "系数二comboBox";
            this.系数二comboBox.Size = new System.Drawing.Size(50, 20);
            this.系数二comboBox.TabIndex = 96;
            // 
            // 系数三comboBox
            // 
            this.系数三comboBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.系数三comboBox.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.系数三comboBox.Items.Add("");
            this.系数三comboBox.Items.Add("正弦波");
            this.系数三comboBox.Items.Add("余弦波");
            this.系数三comboBox.Items.Add("三角波");
            this.系数三comboBox.Items.Add("方波");
            this.系数三comboBox.Location = new System.Drawing.Point(6, 60);
            this.系数三comboBox.Name = "系数三comboBox";
            this.系数三comboBox.Size = new System.Drawing.Size(50, 20);
            this.系数三comboBox.TabIndex = 97;
            // 
            // 系数四comboBox
            // 
            this.系数四comboBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.系数四comboBox.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.系数四comboBox.Items.Add("");
            this.系数四comboBox.Items.Add("正弦波");
            this.系数四comboBox.Items.Add("余弦波");
            this.系数四comboBox.Items.Add("三角波");
            this.系数四comboBox.Items.Add("方波");
            this.系数四comboBox.Location = new System.Drawing.Point(6, 86);
            this.系数四comboBox.Name = "系数四comboBox";
            this.系数四comboBox.Size = new System.Drawing.Size(50, 20);
            this.系数四comboBox.TabIndex = 98;
            // 
            // 系数一numericUpDown
            // 
            this.系数一numericUpDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.系数一numericUpDown.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.系数一numericUpDown.Location = new System.Drawing.Point(97, 8);
            this.系数一numericUpDown.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.系数一numericUpDown.Name = "系数一numericUpDown";
            this.系数一numericUpDown.Size = new System.Drawing.Size(50, 20);
            this.系数一numericUpDown.TabIndex = 99;
            this.系数一numericUpDown.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.label1.Location = new System.Drawing.Point(63, 13);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(30, 13);
            this.label1.Text = "系数";
            // 
            // 周期一numericUpDown
            // 
            this.周期一numericUpDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.周期一numericUpDown.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular);
            this.周期一numericUpDown.Location = new System.Drawing.Point(189, 8);
            this.周期一numericUpDown.Maximum = new decimal(new int[] {
            20000,
            0,
            0,
            0});
            this.周期一numericUpDown.Name = "周期一numericUpDown";
            this.周期一numericUpDown.Size = new System.Drawing.Size(50, 20);
            this.周期一numericUpDown.TabIndex = 106;
            this.周期一numericUpDown.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // 系数二numericUpDown

⌨️ 快捷键说明

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