📄 formmain.designer.cs
字号:
namespace BesselEarth
{
partial class FormMain
{
/// <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(FormMain));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.comboBoxBall = new System.Windows.Forms.ComboBox();
this.textBoxA2 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.textBoxEndLatitude = new System.Windows.Forms.TextBox();
this.textBoxEndLongitude = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.buttonComputation = new System.Windows.Forms.Button();
this.textBoxLength = new System.Windows.Forms.TextBox();
this.textBoxA1 = new System.Windows.Forms.TextBox();
this.textBoxStartLatitude = new System.Windows.Forms.TextBox();
this.textBoxStartLongitude = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.comboBoxBall2 = new System.Windows.Forms.ComboBox();
this.textBox2EndLongitude = new System.Windows.Forms.TextBox();
this.textBox2A2 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.textBox2Length = new System.Windows.Forms.TextBox();
this.textBox2A1 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.buttonInverseComputation = new System.Windows.Forms.Button();
this.textBox2EndLatitude = new System.Windows.Forms.TextBox();
this.textBox2StartLatitude = new System.Windows.Forms.TextBox();
this.textBox2StartLongitude = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.comboBoxBall);
this.groupBox1.Controls.Add(this.textBoxA2);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.textBoxEndLatitude);
this.groupBox1.Controls.Add(this.textBoxEndLongitude);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.buttonComputation);
this.groupBox1.Controls.Add(this.textBoxLength);
this.groupBox1.Controls.Add(this.textBoxA1);
this.groupBox1.Controls.Add(this.textBoxStartLatitude);
this.groupBox1.Controls.Add(this.textBoxStartLongitude);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(6, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(423, 129);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "正算";
//
// comboBoxBall
//
this.comboBoxBall.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxBall.FormattingEnabled = true;
this.comboBoxBall.Items.AddRange(new object[] {
"WGS-84椭球体",
"1975国际椭球体",
"克拉索夫斯基椭球体"});
this.comboBoxBall.Location = new System.Drawing.Point(209, 101);
this.comboBoxBall.Name = "comboBoxBall";
this.comboBoxBall.Size = new System.Drawing.Size(100, 20);
this.comboBoxBall.TabIndex = 15;
//
// textBoxA2
//
this.textBoxA2.Location = new System.Drawing.Point(99, 98);
this.textBoxA2.Name = "textBoxA2";
this.textBoxA2.ReadOnly = true;
this.textBoxA2.Size = new System.Drawing.Size(102, 21);
this.textBoxA2.TabIndex = 14;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(11, 101);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(89, 12);
this.label7.TabIndex = 13;
this.label7.Text = "大地方位角A2:";
//
// textBoxEndLatitude
//
this.textBoxEndLatitude.Location = new System.Drawing.Point(315, 71);
this.textBoxEndLatitude.Name = "textBoxEndLatitude";
this.textBoxEndLatitude.ReadOnly = true;
this.textBoxEndLatitude.Size = new System.Drawing.Size(102, 21);
this.textBoxEndLatitude.TabIndex = 12;
//
// textBoxEndLongitude
//
this.textBoxEndLongitude.Location = new System.Drawing.Point(99, 71);
this.textBoxEndLongitude.Name = "textBoxEndLongitude";
this.textBoxEndLongitude.ReadOnly = true;
this.textBoxEndLongitude.Size = new System.Drawing.Size(102, 21);
this.textBoxEndLongitude.TabIndex = 11;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(220, 74);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(89, 12);
this.label5.TabIndex = 10;
this.label5.Text = "大地终点纬度:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(11, 74);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(89, 12);
this.label6.TabIndex = 9;
this.label6.Text = "大地终点经度:";
//
// buttonComputation
//
this.buttonComputation.Location = new System.Drawing.Point(317, 98);
this.buttonComputation.Name = "buttonComputation";
this.buttonComputation.Size = new System.Drawing.Size(101, 25);
this.buttonComputation.TabIndex = 8;
this.buttonComputation.Text = "计算";
this.buttonComputation.UseVisualStyleBackColor = true;
this.buttonComputation.Click += new System.EventHandler(this.buttonComputation_Click);
//
// textBoxLength
//
this.textBoxLength.Location = new System.Drawing.Point(316, 44);
this.textBoxLength.Name = "textBoxLength";
this.textBoxLength.Size = new System.Drawing.Size(102, 21);
this.textBoxLength.TabIndex = 7;
//
// textBoxA1
//
this.textBoxA1.Location = new System.Drawing.Point(99, 44);
this.textBoxA1.Name = "textBoxA1";
this.textBoxA1.Size = new System.Drawing.Size(102, 21);
this.textBoxA1.TabIndex = 6;
//
// textBoxStartLatitude
//
this.textBoxStartLatitude.Location = new System.Drawing.Point(315, 17);
this.textBoxStartLatitude.Name = "textBoxStartLatitude";
this.textBoxStartLatitude.Size = new System.Drawing.Size(102, 21);
this.textBoxStartLatitude.TabIndex = 5;
//
// textBoxStartLongitude
//
this.textBoxStartLongitude.Location = new System.Drawing.Point(99, 17);
this.textBoxStartLongitude.Name = "textBoxStartLongitude";
this.textBoxStartLongitude.Size = new System.Drawing.Size(102, 21);
this.textBoxStartLongitude.TabIndex = 4;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(207, 47);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(113, 12);
this.label4.TabIndex = 3;
this.label4.Text = "大地线长度(米):";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(11, 47);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 12);
this.label3.TabIndex = 2;
this.label3.Text = "大地方位角A1:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(220, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 12);
this.label2.TabIndex = 1;
this.label2.Text = "大地起点纬度:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 20);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -