1
0
Files
applications
biffexplorer
cactusjukebox
clipanalizer
draw_test
fakecmd
fixlp
foobot
fpbrowser
build
browserconfig.pas
browserconstants.pas
browsermodules.pas
browserviewer.pas
demounit.dfm
dlgabout.lfm
dlgabout.pas
dlgconfig.lfm
dlgconfig.lrs
dlgconfig.pas
fdemunit.dfm
fontdlg.dfm
fontdlg.lfm
fontdlg.lrs
fontdlg.pas
fpbrowser.dpr
fpbrowser.lpi
gopage.dfm
gopage.lfm
gopage.lrs
gopage.pas
imgform.dfm
imgform.lfm
imgform.lrs
imgform.pas
mainform.lfm
mainform.lrs
mainform.pas
mod_braille.pas
mod_testhttp.lfm
mod_testhttp.lrs
mod_testhttp.pas
pageloader.pas
previewform.dfm
previewform.lfm
previewform.lrs
previewform.pas
printstatusform.dfm
printstatusform.lfm
printstatusform.lrs
printstatusform.pas
submit.dfm
submit.lfm
submit.lrs
submit.pas
viewer_ipro.pas
viewer_thtmlcomp.pas
fpchess
fppkgrepotest
fpsvnsync
fpvviewer
gobject-introspection
idlparser
instantfpc
json_packager
khexeditor
laz_icons
lazclock
lazedit
lazeyes
lazimageeditor
lazspreadsheet
lazstacktrace
lazstats
pyramidtiff
spready
sudoku
tappytux
wikihelp
bindings
components
examples
image_sources
lclbindings
wst
lazarus-ccr/applications/fpbrowser/gopage.dfm

67 lines
1.2 KiB
Plaintext
Raw Normal View History

object GoPageForm: TGoPageForm
Left = 305
Top = 180
ActiveControl = PageNum
BorderStyle = bsDialog
Caption = 'Go to Page Number'
ClientHeight = 116
ClientWidth = 231
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 11
Top = 8
Width = 209
Height = 57
Shape = bsFrame
IsControl = True
end
object OKBtn: TBitBtn
Left = 35
Top = 76
Width = 77
Height = 27
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
Kind = bkOK
Spacing = 3
IsControl = True
end
object CancelBtn: TBitBtn
Left = 119
Top = 76
Width = 77
Height = 27
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
Kind = bkCancel
Spacing = 3
IsControl = True
end
object PageNum: TSpinEdit
Left = 87
Top = 27
Width = 57
Height = 22
MaxValue = 0
MinValue = 1
TabOrder = 0
Value = 0
OnEnter = PageNumEnter
OnKeyDown = PageNumKeyDown
end
end