mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 18:12:30 +02:00
81 lines
1.5 KiB
Plaintext
81 lines
1.5 KiB
Plaintext
object frTemplForm: TfrTemplForm
|
|
Left = 330
|
|
Height = 265
|
|
Top = 191
|
|
Width = 460
|
|
HorzScrollBar.Page = 459
|
|
VertScrollBar.Page = 264
|
|
BorderStyle = bsDialog
|
|
Caption = 'New report'
|
|
ClientHeight = 265
|
|
ClientWidth = 460
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
OnActivate = FormActivate
|
|
OnCreate = FormCreate
|
|
OnDeactivate = FormDeactivate
|
|
Position = poScreenCenter
|
|
object GroupBox1: TGroupBox
|
|
Left = 246
|
|
Height = 221
|
|
Top = 4
|
|
Width = 209
|
|
Caption = 'Description'
|
|
ClientHeight = 203
|
|
ClientWidth = 205
|
|
TabOrder = 0
|
|
object Image1: TImage
|
|
Left = 54
|
|
Height = 100
|
|
Top = 104
|
|
Width = 100
|
|
Center = True
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 8
|
|
Height = 69
|
|
Top = 20
|
|
Width = 193
|
|
HelpContext = 74
|
|
Color = clBtnFace
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
TabStop = False
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 300
|
|
Height = 25
|
|
Top = 236
|
|
Width = 75
|
|
HelpContext = 40
|
|
Caption = 'Ok'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 1
|
|
end
|
|
object Button2: TButton
|
|
Left = 380
|
|
Height = 25
|
|
Top = 236
|
|
Width = 75
|
|
HelpContext = 50
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
object LB1: TListBox
|
|
Left = 4
|
|
Height = 217
|
|
Top = 8
|
|
Width = 233
|
|
HelpContext = 65
|
|
ClickOnSelChange = False
|
|
ItemHeight = 13
|
|
OnClick = ListBox1Click
|
|
OnDblClick = LB1DblClick
|
|
TabOrder = 3
|
|
end
|
|
end
|