mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 16:22:52 +02:00
57 lines
1.0 KiB
Plaintext
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
|