home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 August
/
chip_08_2000.iso
/
software
/
astro
/
starcalc
/
STARCALC.EXE
/
0
/
RCDATA
/
TSETHORPOINT
/
TSETHORPOINT.txt
Wrap
Text File
|
2000-05-28
|
2KB
|
112 lines
object SetHorPoint: TSetHorPoint
Left = 260
Top = 228
ActiveControl = OkBtn
BorderStyle = bsDialog
Caption = 'Horiz. coordinates'
ClientHeight = 123
ClientWidth = 276
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 5
Top = 0
Width = 265
Height = 85
TabOrder = 0
object Label2: TLabel
Left = 16
Top = 22
Width = 57
Height = 13
Caption = 'Azimuth, �:'
end
object Label3: TLabel
Left = 16
Top = 53
Width = 57
Height = 13
Caption = 'Altitude, �:'
end
object AzimuthEdit: TEdit
Left = 104
Top = 18
Width = 121
Height = 21
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object AltitudeEdit: TEdit
Left = 104
Top = 50
Width = 121
Height = 21
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object AzimuthGMS: TButton
Left = 232
Top = 18
Width = 17
Height = 21
Caption = '�'
Font.Color = clBlack
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = AzimuthGMSClick
end
object AltitudeGMS: TButton
Left = 232
Top = 50
Width = 17
Height = 21
Caption = '�'
Font.Color = clBlack
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = AltitudeGMSClick
end
end
object OkBtn: TButton
Left = 21
Top = 94
Width = 97
Height = 22
Caption = '&Ok'
Default = True
ModalResult = 1
TabOrder = 1
OnKeyDown = FormKeyDown
end
object ExitBtn: TButton
Left = 148
Top = 94
Width = 99
Height = 22
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
OnKeyDown = FormKeyDown
end
end