Files
lazarus-ccr/applications/khexeditor/about.lfm
sekelsenmat e9ceae06ca Initial commit of khexeditor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1773 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-02 08:35:53 +00:00

53 lines
992 B
Plaintext

object AboutForm: TAboutForm
Left = 1395
Height = 120
Top = 985
Width = 292
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 120
ClientWidth = 292
Font.Height = -11
Font.Name = 'Tahoma'
Position = poScreenCenter
LCLVersion = '0.9.29'
object LBProductName: TLabel
Left = 8
Height = 20
Top = 8
Width = 140
Caption = 'Hex Editor (Demo)'
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object LBCopyright: TLabel
Left = 8
Height = 14
Top = 32
Width = 153
Caption = 'Copyright (C) 2006 Tomas Krysl'
ParentColor = False
end
object LBEmail: TLabel
Left = 8
Height = 14
Top = 53
Width = 106
Caption = 'http://www.tkweb.eu'
ParentColor = False
end
object BUOk: TButton
Left = 111
Height = 25
Top = 84
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
end