lazarus/components/lazreport/source/lr_vared.lfm

58 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
Font.Height = -11
Font.Name = 'MS Sans Serif'
OnActivate = FormActivate
OnCreate = FormCreate
Position = poScreenCenter
object Label1: TLabel
Left = 4
Height = 14
Top = 8
Width = 120
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