Files
lazarus-ccr/components/rx/trunk/demos/ToolPanel/aboutunit.lfm
alexs75 2c7195cf55 RxFPC:fix wordwrap for rxdbgrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5862 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-05-18 10:25:59 +00:00

26 lines
456 B
Plaintext

object AboutForm: TAboutForm
Left = 441
Height = 300
Top = 321
Width = 400
ActiveControl = BitBtn1
Caption = 'About...'
ClientHeight = 300
ClientWidth = 400
Visible = False
object BitBtn1: TBitBtn
Left = 169
Height = 30
Top = 264
Width = 60
Anchors = [akBottom]
AutoSize = True
BorderSpacing.InnerBorder = 2
Caption = '&'
Default = True
Kind = bkOK
ModalResult = 1
TabOrder = 0
end
end