lazarus/components/lazreport/source/lr_vared.lfm
2010-07-18 02:16:40 +00:00

57 lines
1.0 KiB
Plaintext

object frVaredForm: TfrVaredForm
Left = 263
Height = 269
Top = 141
Width = 249
HorzScrollBar.Page = 248
VertScrollBar.Page = 268
ActiveControl = Memo1
BorderStyle = bsDialog
Caption = 'Variables list'
ClientHeight = 269
ClientWidth = 249
OnActivate = FormActivate
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.29'
object Label1: TLabel
Left = 4
Height = 15
Top = 8
Width = 144
Caption = '&Categories and variables'
FocusControl = Memo1
ParentColor = False
end
object Button4: TButton
Left = 88
Height = 25
Top = 240
Width = 75
HelpContext = 40
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button5: TButton
Left = 168
Height = 25
Top = 240
Width = 75
HelpContext = 50
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object Memo1: TMemo
Left = 4
Height = 209
Top = 24
Width = 241
HelpContext = 79
TabOrder = 2
end
end