Home
last modified time | relevance | path

Searched refs:m_eastTextBox (Results 1 – 2 of 2) sorted by relevance

/dports/astro/geographiclib/GeographicLib-1.52/dotnet/Projections/
H A DGeoidPanel.Designer.cs50 this.m_eastTextBox = new System.Windows.Forms.TextBox(); in InitializeComponent()
226 this.m_eastTextBox.Location = new System.Drawing.Point(482, 60); in InitializeComponent()
227 this.m_eastTextBox.Name = "m_eastTextBox"; in InitializeComponent()
228 this.m_eastTextBox.Size = new System.Drawing.Size(100, 20); in InitializeComponent()
229 this.m_eastTextBox.TabIndex = 18; in InitializeComponent()
378 this.Controls.Add(this.m_eastTextBox); in InitializeComponent()
424 private System.Windows.Forms.TextBox m_eastTextBox; field in Projections.GeoidPanel
H A DGeoidPanel.cs83 …m_northTextBox.ReadOnly = m_southTextBox.ReadOnly = m_eastTextBox.ReadOnly = m_westTextBox.ReadOnl… in OnThreadSafe()
95 double east = Double.Parse(m_eastTextBox.Text); in OnCache()