-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAutoTeamsUnit.dfm
More file actions
184 lines (184 loc) · 4.67 KB
/
Copy pathAutoTeamsUnit.dfm
File metadata and controls
184 lines (184 loc) · 4.67 KB
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
object AutoTeamsForm: TAutoTeamsForm
Left = 508
Top = 492
BorderStyle = bsDialog
Caption = 'Auto-teams settings'
ClientHeight = 309
ClientWidth = 591
Color = clBtnFace
Constraints.MinHeight = 228
Constraints.MinWidth = 448
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
Scaled = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object SpTBXTitleBar1: TSpTBXTitleBar
Left = 0
Top = 0
Width = 591
Height = 309
Caption = 'Auto-teams settings'
Active = False
Options.Minimize = False
object SpTBXPanel1: TSpTBXPanel
Left = 4
Top = 26
Width = 583
Height = 279
Caption = 'SpTBXPanel1'
Align = alClient
TabOrder = 1
TBXStyleBackground = True
DesignSize = (
583
279)
object ApplyButton: TSpTBXButton
Left = 16
Top = 246
Width = 75
Height = 25
Caption = 'Apply'
Anchors = [akLeft, akBottom]
TabOrder = 0
OnClick = ApplyButtonClick
Default = True
end
object SpTBXGroupBox1: TSpTBXGroupBox
Left = 8
Top = 8
Width = 185
Height = 145
Caption = 'Settings'
TabOrder = 1
TBXStyleBackground = True
object ClansCheckBox: TSpTBXCheckBox
Left = 8
Top = 24
Width = 145
Height = 15
Caption = 'Try to team up clan players'
TabOrder = 0
OnClick = ClansCheckBoxClick
Checked = True
State = cbChecked
end
object SpTBXLabel1: TSpTBXLabel
Left = 8
Top = 64
Width = 83
Height = 13
Caption = 'Number of teams:'
end
object SpTBXLabel2: TSpTBXLabel
Left = 8
Top = 88
Width = 113
Height = 13
Caption = 'Players per commander:'
end
object RandomizeButton: TSpTBXSpeedButton
Left = 8
Top = 115
Width = 169
Height = 22
Caption = 'Randomize'
OnClick = RandomizeButtonClick
end
object NumOfAlliesSpin: TSpTBXSpinEdit
Left = 136
Top = 64
Width = 41
Height = 21
TabOrder = 4
SpinButton.Left = 22
SpinButton.Top = 0
SpinButton.Width = 15
SpinButton.Height = 17
SpinButton.Align = alRight
SpinOptions.Value = 1.000000000000000000
OnValueChanged = NumOfAlliesSpinValueChanged
end
object PlayersPerCommSpin: TSpTBXSpinEdit
Left = 136
Top = 88
Width = 41
Height = 21
TabOrder = 5
SpinButton.Left = 22
SpinButton.Top = 0
SpinButton.Width = 15
SpinButton.Height = 17
SpinButton.Align = alRight
SpinOptions.Value = 1.000000000000000000
OnValueChanged = PlayersPerCommSpinValueChanged
end
object NoNewIdsCheckBox: TSpTBXCheckBox
Left = 8
Top = 40
Width = 90
Height = 15
Caption = 'Keep player ids'
TabOrder = 6
OnClick = NoNewIdsCheckBoxClick
end
end
object SpTBXPanel3: TSpTBXPanel
Left = 200
Top = 14
Width = 377
Height = 256
Caption = 'SpTBXPanel3'
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 2
TBXStyleBackground = True
DesignSize = (
377
256)
object SpTBXLabel6: TSpTBXLabel
Left = 8
Top = 8
Width = 41
Height = 13
Caption = 'Preview:'
end
object ScrollBox1: TScrollBox
Left = 8
Top = 24
Width = 361
Height = 224
HorzScrollBar.Smooth = True
HorzScrollBar.Tracking = True
VertScrollBar.Smooth = True
VertScrollBar.Tracking = True
Anchors = [akLeft, akTop, akRight, akBottom]
BorderStyle = bsNone
Color = clCream
ParentColor = False
TabOrder = 1
OnMouseDown = ScrollBox1MouseDown
OnMouseMove = ScrollBox1MouseMove
OnMouseUp = ScrollBox1MouseUp
end
end
object CancelButton: TSpTBXButton
Left = 112
Top = 246
Width = 75
Height = 25
Caption = 'Cancel'
Anchors = [akLeft, akBottom]
TabOrder = 3
OnClick = CancelButtonClick
Cancel = True
end
end
end
end