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

📄 form1.designer.cs

📁 利用共线方程,用迭代法求解后方交会的参数
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(17, 12);
            this.label7.TabIndex = 1;
            this.label7.Text = "ω";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(74, 195);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(17, 12);
            this.label6.TabIndex = 1;
            this.label6.Text = "ψ";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(74, 123);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(23, 12);
            this.label5.TabIndex = 1;
            this.label5.Text = "Zs0";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(74, 87);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(23, 12);
            this.label4.TabIndex = 1;
            this.label4.Text = "Ys0";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(74, 51);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(23, 12);
            this.label3.TabIndex = 1;
            this.label3.Text = "Xs0";
            // 
            // tb_
            // 
            this.tb_.Enabled = false;
            this.tb_.Location = new System.Drawing.Point(158, 192);
            this.tb_.Name = "tb_";
            this.tb_.Size = new System.Drawing.Size(100, 21);
            this.tb_.TabIndex = 0;
            // 
            // tb_k
            // 
            this.tb_k.Enabled = false;
            this.tb_k.Location = new System.Drawing.Point(158, 230);
            this.tb_k.Name = "tb_k";
            this.tb_k.Size = new System.Drawing.Size(100, 21);
            this.tb_k.TabIndex = 0;
            // 
            // tb_w
            // 
            this.tb_w.Enabled = false;
            this.tb_w.Location = new System.Drawing.Point(158, 156);
            this.tb_w.Name = "tb_w";
            this.tb_w.Size = new System.Drawing.Size(100, 21);
            this.tb_w.TabIndex = 0;
            // 
            // tb_ys0
            // 
            this.tb_ys0.Enabled = false;
            this.tb_ys0.Location = new System.Drawing.Point(158, 84);
            this.tb_ys0.Name = "tb_ys0";
            this.tb_ys0.Size = new System.Drawing.Size(100, 21);
            this.tb_ys0.TabIndex = 0;
            // 
            // tb_zs0
            // 
            this.tb_zs0.Enabled = false;
            this.tb_zs0.Location = new System.Drawing.Point(158, 120);
            this.tb_zs0.Name = "tb_zs0";
            this.tb_zs0.Size = new System.Drawing.Size(100, 21);
            this.tb_zs0.TabIndex = 0;
            // 
            // tb_xs0
            // 
            this.tb_xs0.Enabled = false;
            this.tb_xs0.Location = new System.Drawing.Point(158, 48);
            this.tb_xs0.Name = "tb_xs0";
            this.tb_xs0.Size = new System.Drawing.Size(100, 21);
            this.tb_xs0.TabIndex = 0;
            // 
            // toolStrip2
            // 
            this.toolStrip2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.lab_k,
            this.toolStripLabel3});
            this.toolStrip2.Location = new System.Drawing.Point(0, 469);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.toolStrip2.Size = new System.Drawing.Size(661, 25);
            this.toolStrip2.TabIndex = 6;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(41, 22);
            this.toolStripLabel1.Text = "共进行";
            // 
            // lab_k
            // 
            this.lab_k.Name = "lab_k";
            this.lab_k.Size = new System.Drawing.Size(0, 22);
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(41, 22);
            this.toolStripLabel3.Text = "次迭代";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(661, 494);
            this.ContextMenuStrip = this.contextMenuStrip1;
            this.Controls.Add(this.toolStrip2);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.ys_data);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Form1";
            this.Text = "单像空间后方交会";
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.contextMenuStrip1.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ys_data.ResumeLayout(false);
            this.data.ResumeLayout(false);
            this.data.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.process.ResumeLayout(false);
            this.process.PerformLayout();
            this.rs.ResumeLayout(false);
            this.rs.PerformLayout();
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem addDataToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem saveDataToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
        private System.Windows.Forms.ToolStripButton 打开OToolStripButton;
        private System.Windows.Forms.ToolStripButton 保存SToolStripButton;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
        private System.Windows.Forms.ToolStripButton 帮助LToolStripButton;
        private System.Windows.Forms.ToolStripMenuItem newDataToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
        private System.Windows.Forms.ToolStripButton 新建NToolStripButton;
        private System.Windows.Forms.TabControl ys_data;
        private System.Windows.Forms.TabPage data;
        private System.Windows.Forms.TabPage process;
        private System.Windows.Forms.TabPage rs;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ListBox listBox1;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox tb_;
        private System.Windows.Forms.TextBox tb_k;
        private System.Windows.Forms.TextBox tb_w;
        private System.Windows.Forms.TextBox tb_ys0;
        private System.Windows.Forms.TextBox tb_zs0;
        private System.Windows.Forms.TextBox tb_xs0;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.ToolStrip toolStrip2;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripLabel lab_k;
        private System.Windows.Forms.ToolStripLabel toolStripLabel3;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox tb_m;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox tb_f;
        private System.Windows.Forms.ToolStripMenuItem newDataToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem addDataToolStripMenuItem1;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
        private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem1;
    }
}

⌨️ 快捷键说明

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