This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
/
UnitFlagsUnit.dfm
107 lines (107 loc) · 1.95 KB
/
UnitFlagsUnit.dfm
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
object UnitFlagsForm: TUnitFlagsForm
Left = 371
Top = 279
BorderStyle = bsDialog
Caption = 'Unit Flags'
ClientHeight = 274
ClientWidth = 361
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
DesignSize = (
361
274)
PixelsPerInch = 96
TextHeight = 13
object Bevel: TBevel
Left = 0
Top = 232
Width = 361
Height = 42
Align = alBottom
Shape = bsTopLine
ExplicitTop = 267
ExplicitWidth = 530
end
object btCancel: TButton
Left = 278
Top = 241
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 0
end
object btOK: TButton
Left = 197
Top = 241
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = btOKClick
end
object btCheckAll: TButton
Left = 8
Top = 241
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'CheckAll'
TabOrder = 3
OnClick = btCheckAllClick
end
object clbMain: TCheckListBox
Left = 8
Top = 8
Width = 345
Height = 218
Columns = 2
ItemHeight = 13
Items.Strings = (
'UNKNOWN7'
'NON_ATTACKABLE'
'DISABLE_MOVE'
'UNKNOWN1'
'RENAME'
'RESTING'
'UNKNOWN9'
'UNKNOWN10'
'UNKNOWN2'
'UNKNOWN11'
'LOOTING'
'PET_IN_COMBAT'
'PVP'
'SILENCED'
'UNKNOWN4'
'UNKNOWN13'
'UNKNOWN14'
'PACIFIED'
'DISABLE_ROTATE'
'IN_COMBAT'
'UNKNOWN15'
'DISARMED'
'CONFUSED'
'FLEEING'
'UNKNOWN5'
'NOT_SELECTABLE'
'SKINNABLE'
'MOUNT'
'UNKNOWN17'
'UNKNOWN6'
'SHEATHE'
'UNKNOWN18')
TabOrder = 2
end
end