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

📄 formmain.designer.cs

📁 白塞尔大地主题解算 包括正算与反算。可由经纬度计算距离
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "大地起点经度:";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.comboBoxBall2);
            this.groupBox2.Controls.Add(this.textBox2EndLongitude);
            this.groupBox2.Controls.Add(this.textBox2A2);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Controls.Add(this.textBox2Length);
            this.groupBox2.Controls.Add(this.textBox2A1);
            this.groupBox2.Controls.Add(this.label9);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.buttonInverseComputation);
            this.groupBox2.Controls.Add(this.textBox2EndLatitude);
            this.groupBox2.Controls.Add(this.textBox2StartLatitude);
            this.groupBox2.Controls.Add(this.textBox2StartLongitude);
            this.groupBox2.Controls.Add(this.label11);
            this.groupBox2.Controls.Add(this.label12);
            this.groupBox2.Controls.Add(this.label13);
            this.groupBox2.Controls.Add(this.label14);
            this.groupBox2.Location = new System.Drawing.Point(6, 140);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(423, 129);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "反算";
            // 
            // comboBoxBall2
            // 
            this.comboBoxBall2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxBall2.FormattingEnabled = true;
            this.comboBoxBall2.Items.AddRange(new object[] {
            "WGS-84椭球体",
            "1975国际椭球体",
            "克拉索夫斯基椭球体"});
            this.comboBoxBall2.Location = new System.Drawing.Point(209, 101);
            this.comboBoxBall2.Name = "comboBoxBall2";
            this.comboBoxBall2.Size = new System.Drawing.Size(100, 20);
            this.comboBoxBall2.TabIndex = 16;
            // 
            // textBox2EndLongitude
            // 
            this.textBox2EndLongitude.Location = new System.Drawing.Point(99, 44);
            this.textBox2EndLongitude.Name = "textBox2EndLongitude";
            this.textBox2EndLongitude.Size = new System.Drawing.Size(102, 21);
            this.textBox2EndLongitude.TabIndex = 6;
            // 
            // textBox2A2
            // 
            this.textBox2A2.Location = new System.Drawing.Point(99, 98);
            this.textBox2A2.Name = "textBox2A2";
            this.textBox2A2.ReadOnly = true;
            this.textBox2A2.Size = new System.Drawing.Size(102, 21);
            this.textBox2A2.TabIndex = 14;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(11, 101);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(89, 12);
            this.label8.TabIndex = 13;
            this.label8.Text = "大地方位角A2:";
            // 
            // textBox2Length
            // 
            this.textBox2Length.Location = new System.Drawing.Point(315, 71);
            this.textBox2Length.Name = "textBox2Length";
            this.textBox2Length.ReadOnly = true;
            this.textBox2Length.Size = new System.Drawing.Size(102, 21);
            this.textBox2Length.TabIndex = 12;
            // 
            // textBox2A1
            // 
            this.textBox2A1.Location = new System.Drawing.Point(99, 71);
            this.textBox2A1.Name = "textBox2A1";
            this.textBox2A1.ReadOnly = true;
            this.textBox2A1.Size = new System.Drawing.Size(102, 21);
            this.textBox2A1.TabIndex = 11;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(221, 47);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(89, 12);
            this.label9.TabIndex = 10;
            this.label9.Text = "大地终点纬度:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(11, 47);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(89, 12);
            this.label10.TabIndex = 9;
            this.label10.Text = "大地终点经度:";
            // 
            // buttonInverseComputation
            // 
            this.buttonInverseComputation.Location = new System.Drawing.Point(317, 98);
            this.buttonInverseComputation.Name = "buttonInverseComputation";
            this.buttonInverseComputation.Size = new System.Drawing.Size(101, 25);
            this.buttonInverseComputation.TabIndex = 8;
            this.buttonInverseComputation.Text = "计算";
            this.buttonInverseComputation.UseVisualStyleBackColor = true;
            this.buttonInverseComputation.Click += new System.EventHandler(this.buttonInverseComputation_Click);
            // 
            // textBox2EndLatitude
            // 
            this.textBox2EndLatitude.Location = new System.Drawing.Point(316, 44);
            this.textBox2EndLatitude.Name = "textBox2EndLatitude";
            this.textBox2EndLatitude.Size = new System.Drawing.Size(102, 21);
            this.textBox2EndLatitude.TabIndex = 7;
            // 
            // textBox2StartLatitude
            // 
            this.textBox2StartLatitude.Location = new System.Drawing.Point(315, 17);
            this.textBox2StartLatitude.Name = "textBox2StartLatitude";
            this.textBox2StartLatitude.Size = new System.Drawing.Size(102, 21);
            this.textBox2StartLatitude.TabIndex = 5;
            // 
            // textBox2StartLongitude
            // 
            this.textBox2StartLongitude.Location = new System.Drawing.Point(99, 17);
            this.textBox2StartLongitude.Name = "textBox2StartLongitude";
            this.textBox2StartLongitude.Size = new System.Drawing.Size(102, 21);
            this.textBox2StartLongitude.TabIndex = 4;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(207, 74);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(113, 12);
            this.label11.TabIndex = 3;
            this.label11.Text = "大地线长度(米):";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(11, 74);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(89, 12);
            this.label12.TabIndex = 2;
            this.label12.Text = "大地方位角A1:";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(220, 20);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(89, 12);
            this.label13.TabIndex = 1;
            this.label13.Text = "大地起点纬度:";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(11, 20);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(89, 12);
            this.label14.TabIndex = 0;
            this.label14.Text = "大地起点经度:";
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(436, 277);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormMain";
            this.Text = "白塞尔大地主题解算";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox textBoxA1;
        private System.Windows.Forms.TextBox textBoxStartLatitude;
        private System.Windows.Forms.TextBox textBoxStartLongitude;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox textBoxA2;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox textBoxEndLatitude;
        private System.Windows.Forms.TextBox textBoxEndLongitude;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Button buttonComputation;
        private System.Windows.Forms.TextBox textBoxLength;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox textBox2A2;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox textBox2Length;
        private System.Windows.Forms.TextBox textBox2A1;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Button buttonInverseComputation;
        private System.Windows.Forms.TextBox textBox2EndLatitude;
        private System.Windows.Forms.TextBox textBox2EndLongitude;
        private System.Windows.Forms.TextBox textBox2StartLatitude;
        private System.Windows.Forms.TextBox textBox2StartLongitude;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.ComboBox comboBoxBall;
        private System.Windows.Forms.ComboBox comboBoxBall2;
    }
}

⌨️ 快捷键说明

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