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

📄 form1.designer.cs

📁 利用共线方程,用迭代法求解后方交会的参数
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // 
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.新建NToolStripButton,
            this.打开OToolStripButton,
            this.保存SToolStripButton,
            this.toolStripSeparator,
            this.帮助LToolStripButton});
            this.toolStrip1.Location = new System.Drawing.Point(0, 24);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(110, 25);
            this.toolStrip1.TabIndex = 4;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // 新建NToolStripButton
            // 
            this.新建NToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.新建NToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("新建NToolStripButton.Image")));
            this.新建NToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.新建NToolStripButton.Name = "新建NToolStripButton";
            this.新建NToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.新建NToolStripButton.Text = "新建(&N)";
            this.新建NToolStripButton.Click += new System.EventHandler(this.新建NToolStripButton_Click);
            // 
            // 打开OToolStripButton
            // 
            this.打开OToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.打开OToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripButton.Image")));
            this.打开OToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.打开OToolStripButton.Name = "打开OToolStripButton";
            this.打开OToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.打开OToolStripButton.Text = "打开(&O)";
            this.打开OToolStripButton.Click += new System.EventHandler(this.打开OToolStripButton_Click);
            // 
            // 保存SToolStripButton
            // 
            this.保存SToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.保存SToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("保存SToolStripButton.Image")));
            this.保存SToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.保存SToolStripButton.Name = "保存SToolStripButton";
            this.保存SToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.保存SToolStripButton.Text = "保存(&S)";
            this.保存SToolStripButton.Click += new System.EventHandler(this.保存SToolStripButton_Click);
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // 帮助LToolStripButton
            // 
            this.帮助LToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.帮助LToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("帮助LToolStripButton.Image")));
            this.帮助LToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.帮助LToolStripButton.Name = "帮助LToolStripButton";
            this.帮助LToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.帮助LToolStripButton.Text = "帮助(&L)";
            this.帮助LToolStripButton.Click += new System.EventHandler(this.帮助LToolStripButton_Click);
            // 
            // ys_data
            // 
            this.ys_data.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.ys_data.Controls.Add(this.data);
            this.ys_data.Controls.Add(this.process);
            this.ys_data.Controls.Add(this.rs);
            this.ys_data.HotTrack = true;
            this.ys_data.Location = new System.Drawing.Point(0, 52);
            this.ys_data.Name = "ys_data";
            this.ys_data.SelectedIndex = 0;
            this.ys_data.Size = new System.Drawing.Size(661, 380);
            this.ys_data.TabIndex = 5;
            this.ys_data.Visible = false;
            // 
            // data
            // 
            this.data.Controls.Add(this.label11);
            this.data.Controls.Add(this.tb_m);
            this.data.Controls.Add(this.label10);
            this.data.Controls.Add(this.tb_f);
            this.data.Controls.Add(this.label9);
            this.data.Controls.Add(this.dataGridView1);
            this.data.Location = new System.Drawing.Point(4, 21);
            this.data.Name = "data";
            this.data.Padding = new System.Windows.Forms.Padding(3);
            this.data.Size = new System.Drawing.Size(653, 355);
            this.data.TabIndex = 0;
            this.data.Text = "数据";
            this.data.UseVisualStyleBackColor = true;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(416, 21);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(17, 12);
            this.label11.TabIndex = 7;
            this.label11.Text = "m=";
            // 
            // tb_m
            // 
            this.tb_m.Location = new System.Drawing.Point(439, 18);
            this.tb_m.Name = "tb_m";
            this.tb_m.Size = new System.Drawing.Size(70, 21);
            this.tb_m.TabIndex = 6;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(526, 20);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(17, 12);
            this.label10.TabIndex = 5;
            this.label10.Text = "f=";
            // 
            // tb_f
            // 
            this.tb_f.Location = new System.Drawing.Point(569, 17);
            this.tb_f.Name = "tb_f";
            this.tb_f.Size = new System.Drawing.Size(59, 21);
            this.tb_f.TabIndex = 4;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(8, 20);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(0, 12);
            this.label9.TabIndex = 3;
            // 
            // dataGridView1
            // 
            this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(0, 45);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(650, 244);
            this.dataGridView1.TabIndex = 2;
            // 
            // process
            // 
            this.process.Controls.Add(this.label2);
            this.process.Controls.Add(this.listBox1);
            this.process.Location = new System.Drawing.Point(4, 21);
            this.process.Name = "process";
            this.process.Padding = new System.Windows.Forms.Padding(3);
            this.process.Size = new System.Drawing.Size(653, 355);
            this.process.TabIndex = 1;
            this.process.Text = "过程";
            this.process.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(46, 32);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "计算过程";
            // 
            // listBox1
            // 
            this.listBox1.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.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(3, 74);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(650, 280);
            this.listBox1.TabIndex = 0;
            // 
            // rs
            // 
            this.rs.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.rs.Controls.Add(this.label8);
            this.rs.Controls.Add(this.label7);
            this.rs.Controls.Add(this.label6);
            this.rs.Controls.Add(this.label5);
            this.rs.Controls.Add(this.label4);
            this.rs.Controls.Add(this.label3);
            this.rs.Controls.Add(this.tb_);
            this.rs.Controls.Add(this.tb_k);
            this.rs.Controls.Add(this.tb_w);
            this.rs.Controls.Add(this.tb_ys0);
            this.rs.Controls.Add(this.tb_zs0);
            this.rs.Controls.Add(this.tb_xs0);
            this.rs.Location = new System.Drawing.Point(4, 21);
            this.rs.Name = "rs";
            this.rs.Padding = new System.Windows.Forms.Padding(3);
            this.rs.Size = new System.Drawing.Size(653, 355);
            this.rs.TabIndex = 2;
            this.rs.Text = "结果";
            this.rs.UseVisualStyleBackColor = true;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(74, 233);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(17, 12);
            this.label8.TabIndex = 1;
            this.label8.Text = "κ";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(74, 159);

⌨️ 快捷键说明

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