forked from Wiering/Tile-Studio
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathListsForm.lfm
More file actions
44 lines (44 loc) · 950 Bytes
/
ListsForm.lfm
File metadata and controls
44 lines (44 loc) · 950 Bytes
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
object Lists: TLists
Left = 185
Top = 215
Width = 515
Height = 462
Caption = 'Project Lists'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
Position = poDesktopCenter
OnKeyDown = FormKeyDown
PixelsPerInch = 96
object Label2: TLabel
Left = 8
Top = 8
Width = 382
Height = 13
Caption = 'Lists (these can be any lists you might want to export with #list, start with [Name]):'
end
object Notes: TMemo
Left = 8
Top = 24
Width = 477
Height = 360
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 0
end
object CloseButton: TButton
Left = 412
Top = 391
Width = 73
Height = 25
Hint = 'Return to tile editor'
Anchors = [akRight, akBottom]
Caption = '&Close'
Default = True
TabOrder = 1
OnClick = CloseButtonClick
end
end