32 lines
663 B
Plaintext
32 lines
663 B
Plaintext
object FormATSynEditComplete: TFormATSynEditComplete
|
|
Left = 528
|
|
Height = 240
|
|
Top = 447
|
|
Width = 320
|
|
BorderStyle = bsNone
|
|
ClientHeight = 240
|
|
ClientWidth = 320
|
|
FormStyle = fsStayOnTop
|
|
KeyPreview = True
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnDeactivate = FormDeactivate
|
|
OnDestroy = FormDestroy
|
|
OnKeyDown = FormKeyDown
|
|
OnShow = FormShow
|
|
OnUTF8KeyPress = FormUTF8KeyPress
|
|
LCLVersion = '1.5'
|
|
object List: TATListbox
|
|
Left = 4
|
|
Height = 232
|
|
Top = 4
|
|
Width = 312
|
|
Align = alClient
|
|
BorderSpacing.Around = 4
|
|
Color = clSilver
|
|
ItemHeight = 28
|
|
OnClick = ListClick
|
|
OnDrawItem = ListDrawItem
|
|
end
|
|
end
|