1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
object GenericListEditForm: TGenericListEditForm
Left = 452
Height = 301
Top = 526
Width = 343
ActiveControl = Memo1
BorderIcons = [biSystemMenu]
Caption = 'GenericListEditForm'
ClientHeight = 301
ClientWidth = 343
Position = poScreenCenter
LCLVersion = '2.1.0.0'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 29
Top = 266
Width = 331
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
HelpButton.Enabled = False
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 1
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
object Memo1: TMemo
Left = 6
Height = 254
Top = 6
Width = 331
Align = alClient
BorderSpacing.Around = 6
Lines.Strings = (
''
)
ScrollBars = ssAutoVertical
TabOrder = 0
end
end
|