-
Notifications
You must be signed in to change notification settings - Fork 1
/
frmModGroupEditForm.dfm
146 lines (146 loc) · 4.63 KB
/
frmModGroupEditForm.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
object frmModGroupEdit: TfrmModGroupEdit
Left = 0
Top = 0
ActiveControl = vstModGroupItems
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'ModGroup Selection'
ClientHeight = 615
ClientWidth = 864
Color = clBtnFace
ParentFont = True
KeyPreview = True
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
DesignSize = (
864
615)
PixelsPerInch = 96
TextHeight = 13
object btnOK: TButton
Left = 781
Top = 582
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
ModalResult = 1
TabOrder = 3
end
object vstModGroupItems: TVirtualStringTree
Left = 8
Top = 35
Width = 848
Height = 541
Anchors = [akLeft, akTop, akRight, akBottom]
Header.AutoSizeIndex = 0
Header.Height = 16
Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoShowImages, hoVisible]
LineStyle = lsCustomStyle
TabOrder = 1
TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]
TreeOptions.PaintOptions = [toPopupMode, toShowButtons, toShowDropmark, toShowHorzGridLines, toShowRoot, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toFullVertGridLines, toUseBlendedSelection]
TreeOptions.SelectionOptions = [toExtendedFocus, toLevelSelectConstraint, toRightClickSelect, toSiblingSelectConstraint, toAlwaysSelectNode]
OnGetText = vstModGroupItemsGetText
OnIncrementalSearch = vstModGroupItemsIncrementalSearch
OnInitChildren = vstModGroupItemsInitChildren
OnInitNode = vstModGroupItemsInitNode
OnKeyDown = vstModGroupItemsKeyDown
OnNodeClick = vstModGroupItemsNodeClick
Columns = <
item
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coUseCaptionAlignment, coStyleColor]
Position = 0
Width = 424
WideText = 'Name'
end
item
Alignment = taCenter
CaptionAlignment = taCenter
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coUseCaptionAlignment, coStyleColor]
Position = 1
Width = 70
WideText = 'Optional'
end
item
Alignment = taCenter
CaptionAlignment = taCenter
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coUseCaptionAlignment, coStyleColor]
Position = 2
Width = 70
WideText = 'Target'
end
item
Alignment = taCenter
CaptionAlignment = taCenter
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coUseCaptionAlignment, coStyleColor]
Position = 3
Width = 70
WideText = 'Source'
end
item
Alignment = taCenter
CaptionAlignment = taCenter
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coUseCaptionAlignment, coStyleColor]
Position = 4
Width = 70
WideText = 'Forbidden'
end
item
Alignment = taCenter
CaptionAlignment = taCenter
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coUseCaptionAlignment, coStyleColor]
Position = 5
Width = 70
WideText = 'Ignore LO'
end
item
Alignment = taRightJustify
CaptionAlignment = taCenter
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coUseCaptionAlignment, coStyleColor]
Position = 6
Width = 70
WideText = 'Load Order'
end>
end
object pnlError: TPanel
Left = 8
Top = 582
Width = 681
Height = 25
Alignment = taLeftJustify
Anchors = [akLeft, akTop, akRight]
BevelOuter = bvLowered
BorderWidth = 3
TabOrder = 2
end
object edName: TLabeledEdit
Left = 48
Top = 8
Width = 808
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 31
EditLabel.Height = 13
EditLabel.Caption = '&Name:'
LabelPosition = lpLeft
TabOrder = 0
OnChange = edNameChange
OnKeyDown = edNameKeyDown
OnKeyPress = edNameKeyPress
end
object btnCancel: TButton
Left = 700
Top = 582
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
Visible = False
end
end