lazarus-ccr/components/fpspreadsheet/examples/spready/sfcurrencyform.lfm

82 lines
1.7 KiB
Plaintext

object CurrencyForm: TCurrencyForm
Left = 361
Height = 324
Top = 177
Width = 278
Caption = 'Currency symbols'
ClientHeight = 324
ClientWidth = 278
Constraints.MinHeight = 166
Constraints.MinWidth = 172
OnCreate = FormCreate
Position = poMainFormCenter
LCLVersion = '1.3'
object ButtonPanel: TButtonPanel
Left = 6
Height = 38
Top = 280
Width = 266
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
OKButton.OnClick = OKButtonClick
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 2
ShowButtons = [pbOK, pbCancel]
end
object LblInfo: TLabel
Left = 4
Height = 20
Top = 46
Width = 270
Align = alTop
BorderSpacing.Around = 4
Caption = 'These strings indicate currencies:'
ParentColor = False
WordWrap = True
end
object Panel1: TPanel
Left = 0
Height = 42
Top = 0
Width = 278
Align = alTop
BevelOuter = bvNone
ClientHeight = 42
ClientWidth = 278
TabOrder = 0
object BtnAdd: TBitBtn
Left = 8
Height = 30
Top = 8
Width = 75
Caption = 'Add'
OnClick = BtnAddClick
TabOrder = 0
end
object BtnDelete: TBitBtn
Left = 88
Height = 30
Top = 8
Width = 75
Caption = 'Delete'
OnClick = BtnDeleteClick
TabOrder = 1
end
end
object CurrencyListbox: TListBox
Left = 4
Height = 204
Top = 70
Width = 270
Align = alClient
BorderSpacing.Around = 4
ItemHeight = 0
TabOrder = 1
end
end