Home
last modified time | relevance | path

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

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDKeeper2/GKUI/Forms/
H A DMapsViewerWin.Designer.cs38 private System.Windows.Forms.TextBox txtLng; field in GKUI.Forms.MapsViewerWin
89 this.txtLng = new System.Windows.Forms.TextBox(); in InitializeComponent()
361 this.gbCoords.Controls.Add(this.txtLng); in InitializeComponent()
414 this.txtLng.Location = new System.Drawing.Point(12, 55); in InitializeComponent()
415 this.txtLng.Margin = new System.Windows.Forms.Padding(4); in InitializeComponent()
416 this.txtLng.Name = "txtLng"; in InitializeComponent()
417 this.txtLng.Size = new System.Drawing.Size(161, 24); in InitializeComponent()
418 this.txtLng.TabIndex = 1; in InitializeComponent()
419 this.txtLng.Text = "31.2361907958984"; in InitializeComponent()
H A DMapsViewerWin.cs176txtLng.Text = fMapBrowser.MapControl.Position.Lng.ToString(CultureInfo.InvariantCulture); in MapsViewerWin()
252 double lng = double.Parse(txtLng.Text, CultureInfo.InvariantCulture); in btnSearch_Click()