close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: tags/1.2.0/Forms/UFormPlayer.lfm

Last change on this file was 134, checked in by chronos, 7 years ago
  • Added: Player starts units can be configured in player dialog.
File size: 2.6 KB
Line 
1object FormPlayer: TFormPlayer
2 Left = 470
3 Height = 344
4 Top = 219
5 Width = 522
6 Caption = 'Player'
7 ClientHeight = 344
8 ClientWidth = 522
9 Constraints.MinHeight = 344
10 Constraints.MinWidth = 522
11 OnShow = FormShow
12 Position = poMainFormCenter
13 LCLVersion = '1.6.4.0'
14 object Label1: TLabel
15 Left = 24
16 Height = 24
17 Top = 27
18 Width = 56
19 Caption = 'Name:'
20 ParentColor = False
21 end
22 object EditName: TEdit
23 Left = 168
24 Height = 34
25 Top = 27
26 Width = 339
27 Anchors = [akTop, akLeft, akRight]
28 TabOrder = 0
29 end
30 object ButtonCancel: TButton
31 Left = 278
32 Height = 25
33 Top = 307
34 Width = 75
35 Anchors = [akRight, akBottom]
36 Caption = 'Cancel'
37 ModalResult = 2
38 TabOrder = 1
39 end
40 object ButtonOk: TButton
41 Left = 403
42 Height = 25
43 Top = 307
44 Width = 75
45 Anchors = [akRight, akBottom]
46 Caption = 'Ok'
47 Default = True
48 ModalResult = 1
49 TabOrder = 2
50 end
51 object ComboBoxMode: TComboBox
52 Left = 168
53 Height = 34
54 Top = 72
55 Width = 339
56 Anchors = [akTop, akLeft, akRight]
57 ItemHeight = 0
58 ItemIndex = 0
59 Items.Strings = (
60 'Human'
61 'Computer'
62 )
63 OnChange = ComboBoxModeChange
64 Style = csDropDownList
65 TabOrder = 3
66 Text = 'Human'
67 end
68 object Label2: TLabel
69 Left = 24
70 Height = 24
71 Top = 72
72 Width = 53
73 Caption = 'Mode:'
74 ParentColor = False
75 end
76 object Label3: TLabel
77 Left = 24
78 Height = 24
79 Top = 128
80 Width = 50
81 Caption = 'Color:'
82 ParentColor = False
83 end
84 object ColorBox1: TColorBox
85 Left = 168
86 Height = 38
87 Top = 120
88 Width = 339
89 Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames]
90 Anchors = [akTop, akLeft, akRight]
91 ItemHeight = 20
92 TabOrder = 4
93 end
94 object Label4: TLabel
95 Left = 24
96 Height = 24
97 Top = 168
98 Width = 98
99 Caption = 'Agressivity:'
100 ParentColor = False
101 end
102 object ComboBoxAgressivity: TComboBox
103 Left = 168
104 Height = 34
105 Top = 168
106 Width = 339
107 Anchors = [akTop, akLeft, akRight]
108 ItemHeight = 0
109 Items.Strings = (
110 'Low'
111 'Medium'
112 'High'
113 ''
114 )
115 Style = csDropDownList
116 TabOrder = 5
117 end
118 object CheckBoxDefensive: TCheckBox
119 Left = 24
120 Height = 28
121 Top = 208
122 Width = 107
123 Caption = 'Defensive'
124 TabOrder = 6
125 end
126 object Label5: TLabel
127 Left = 24
128 Height = 24
129 Top = 248
130 Width = 94
131 Caption = 'Start units:'
132 ParentColor = False
133 end
134 object SpinEditStartUnits: TSpinEdit
135 Left = 224
136 Height = 34
137 Top = 240
138 Width = 112
139 MaxValue = 99
140 TabOrder = 7
141 end
142end
Note: See TracBrowser for help on using the repository browser.