home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 25 Years Anniversary
/
CHIP_25Jahre_Jubilaeum.iso
/
system
/
data1.cab
/
MapServer
/
English.dll
/
0
/
RCDATA
/
TCOORDDIALOG
/
TCOORDDIALOG.txt
Wrap
Text File
|
2001-08-13
|
3KB
|
119 lines
object CoordDialog: TCoordDialog
Left = 287
Top = 183
Width = 430
Height = 413
Caption = 'Koordinatenumrechnung'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
OnCreate = FormCreate
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 11
Width = 59
Height = 13
Caption = 'x-Koordinate'
end
object Label2: TLabel
Left = 8
Top = 37
Width = 59
Height = 13
Caption = 'y-Koordinate'
end
object Label3: TLabel
Left = 16
Top = 240
Width = 404
Height = 13
Caption =
'Geographische Koordinaten k�nnen im Gradformat oder dezimal eing' +
'egeben werden. '
end
object Label4: TLabel
Left = 16
Top = 264
Width = 398
Height = 26
Caption =
'Im Gradformat werden Grad, Minuten und Sekunden im Format GGGMMS' +
'S vor dem Komma, Hunderstelsekunden hinter dem Komma angegeben.'
WordWrap = True
end
object Label5: TLabel
Left = 16
Top = 296
Width = 392
Height = 39
Caption =
'Im Dezimalformat werden Grad, Zehntel, Hundertstel, Tausendstel ' +
'und Zehntausendstel im Format GGGZHTZ vor dem Komma, kleinere We' +
'rte hinter dem Komma angegeben.'
WordWrap = True
end
object xCoordEdit: TEdit
Left = 80
Top = 8
Width = 121
Height = 21
TabOrder = 0
Text = 'xCoordEdit'
end
object yCoordEdit: TEdit
Left = 80
Top = 32
Width = 121
Height = 21
TabOrder = 1
Text = 'yCoordEdit'
end
object CoordList: TRadioGroup
Left = 8
Top = 64
Width = 401
Height = 161
Caption = 'Umrechnungstyp'
ItemIndex = 0
Items.Strings = (
'Geographische Koordinaten im Gradformat in Kartenkoordinaten wan' +
'deln'
'Kartenkoordinaten in Geographische Koordinaten im Gradformat wan' +
'deln'
'Geographische Koordinaten im Dezimalformat in Kartenkoordinaten ' +
'wandeln'
'Kartenkoordinaten in Geographische Koordinaten im Dezimalformat ' +
'wandeln'
'Gau�-Kr�ger-Koordinaten in Kartenkoordinaten wandeln'
'Kartenkoordinaten in Gau�-Kr�ger-Koordinaten wandeln'
'Kartenkoordinaten in fensterbezogene Pixelkoordinaten wandeln'
'Fensterbezogene Pixelkoordinaten in Kartenkoordinaten wandeln')
TabOrder = 2
end
object UmrechnenButton: TButton
Left = 288
Top = 16
Width = 121
Height = 25
Caption = 'Umrechnen'
TabOrder = 3
OnClick = UmrechnenButtonClick
end
object CloseButton: TButton
Left = 336
Top = 352
Width = 75
Height = 25
Caption = 'Schlie�en'
ModalResult = 1
TabOrder = 4
end
end