home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 August
/
chip_08_2000.iso
/
software
/
astro
/
starcalc
/
STARCALC.EXE
/
0
/
RCDATA
/
TSETTRISEFORM
/
TSETTRISEFORM.txt
Wrap
Text File
|
2000-05-28
|
3KB
|
128 lines
object SettRiseForm: TSettRiseForm
Left = 247
Top = 232
BorderStyle = bsToolWindow
Caption = ' Visibilty period'
ClientHeight = 116
ClientWidth = 218
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object RiseLbl: TLabel
Left = 16
Top = 8
Width = 57
Height = 16
Caption = 'Rise:'
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object SettLbl: TLabel
Left = 16
Top = 56
Width = 49
Height = 16
Caption = 'Set:'
Font.Color = clMaroon
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object RiseText: TLabel
Left = 144
Top = 8
Width = 56
Height = 16
Caption = '00h 00m'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object SettText: TLabel
Left = 144
Top = 56
Width = 56
Height = 16
Caption = '22h 22m'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object TransitLbl: TLabel
Left = 16
Top = 32
Width = 73
Height = 16
Caption = 'Transit:'
Font.Color = clOlive
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object TransitText: TLabel
Left = 144
Top = 32
Width = 56
Height = 16
Caption = '11h 11m'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object CopyBtn: TButton
Left = 16
Top = 90
Width = 81
Height = 22
Caption = '&Copy'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = CopyBtnClick
OnKeyPress = FormKeyPress
end
object ExitBtn: TButton
Left = 120
Top = 90
Width = 81
Height = 22
Caption = '&Ok'
Default = True
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 2
OnKeyPress = FormKeyPress
end
object Separator: TPanel
Left = 2
Top = 83
Width = 214
Height = 2
BevelOuter = bvLowered
TabOrder = 0
end
end