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

source: trunk/Forms/UFormMain.lfm

Last change on this file was 181, checked in by chronos, 6 years ago
  • Added: New window with players statistics.
File size: 4.5 KB
Line 
1object FormMain: TFormMain
2 Left = 447
3 Height = 621
4 Top = 303
5 Width = 775
6 Caption = 'xTactics'
7 ClientHeight = 596
8 ClientWidth = 775
9 DesignTimePPI = 120
10 Menu = MainMenu1
11 OnClose = FormClose
12 OnCreate = FormCreate
13 OnDestroy = FormDestroy
14 OnShow = FormShow
15 LCLVersion = '1.8.0.6'
16 WindowState = wsMaximized
17 object ToolBar1: TToolBar
18 Left = 0
19 Height = 40
20 Top = 0
21 Width = 775
22 ButtonHeight = 32
23 ButtonWidth = 32
24 Images = Core.ImageListSmall
25 ParentShowHint = False
26 PopupMenu = PopupMenuToolbar
27 ShowHint = True
28 TabOrder = 0
29 object ToolButton1: TToolButton
30 Left = 1
31 Top = 2
32 Action = Core.AGameNew
33 end
34 object ToolButton3: TToolButton
35 Left = 33
36 Top = 2
37 Action = Core.AGameEnd
38 end
39 object ToolButton4: TToolButton
40 Left = 65
41 Top = 2
42 Action = Core.AGameRestart
43 end
44 object ToolButton5: TToolButton
45 Left = 171
46 Top = 2
47 Action = Core.ASettings
48 end
49 object ToolButton9: TToolButton
50 Left = 166
51 Height = 32
52 Top = 2
53 Style = tbsDivider
54 end
55 object ToolButton11: TToolButton
56 Left = 102
57 Top = 2
58 Action = Core.AGameLoad
59 end
60 object ToolButton12: TToolButton
61 Left = 134
62 Top = 2
63 Action = Core.AGameSave
64 end
65 object ToolButton13: TToolButton
66 Left = 203
67 Top = 2
68 Action = Core.AExit
69 end
70 object ToolButton2: TToolButton
71 Left = 97
72 Height = 32
73 Top = 2
74 Style = tbsDivider
75 end
76 end
77 object PanelMain: TPanel
78 Left = 0
79 Height = 556
80 Top = 40
81 Width = 775
82 Align = alClient
83 BevelOuter = bvNone
84 TabOrder = 1
85 end
86 object MainMenu1: TMainMenu
87 Images = Core.ImageListSmall
88 left = 224
89 top = 48
90 object MenuItem1: TMenuItem
91 Caption = 'Game'
92 object MenuItem2: TMenuItem
93 Action = Core.AGameNew
94 end
95 object MenuItem3: TMenuItem
96 Action = Core.AGameEnd
97 end
98 object MenuItem7: TMenuItem
99 Action = Core.AGameRestart
100 end
101 object MenuItem4: TMenuItem
102 Action = Core.AGameEndTurn
103 end
104 object MenuItem14: TMenuItem
105 Action = Core.AGameLoad
106 end
107 object MenuItemLoadRecent: TMenuItem
108 Caption = 'Load recent'
109 end
110 object MenuItem15: TMenuItem
111 Action = Core.AGameSave
112 end
113 object MenuItem5: TMenuItem
114 Caption = '-'
115 end
116 object MenuItem6: TMenuItem
117 Action = Core.AExit
118 end
119 end
120 object MenuItem10: TMenuItem
121 Caption = 'View'
122 object MenuItem11: TMenuItem
123 Caption = 'Zoom all'
124 ImageIndex = 7
125 ShortCut = 16449
126 end
127 object MenuItem12: TMenuItem
128 Caption = 'Zoom in'
129 ImageIndex = 8
130 ShortCut = 16491
131 end
132 object MenuItem13: TMenuItem
133 Caption = 'Zoom out'
134 ImageIndex = 9
135 ShortCut = 16493
136 end
137 object MenuItem19: TMenuItem
138 Caption = '-'
139 end
140 object MenuItem21: TMenuItem
141 Action = AToolBarVisible
142 end
143 object MenuItem20: TMenuItem
144 Action = AToolBarBigIcons
145 end
146 object MenuItem22: TMenuItem
147 Caption = 'Statusbar visible'
148 end
149 object MenuItem26: TMenuItem
150 Caption = '-'
151 end
152 object MenuItem27: TMenuItem
153 Action = Core.ANewSpectatorClient
154 end
155 end
156 object MenuItem8: TMenuItem
157 Caption = 'Tools'
158 object MenuItem9: TMenuItem
159 Action = Core.ASettings
160 end
161 object MenuItem24: TMenuItem
162 Action = Core.AShowCharts
163 end
164 object MenuItem25: TMenuItem
165 Action = Core.AShowUnitMoves
166 end
167 object MenuItem28: TMenuItem
168 Action = Core.APlayersStats
169 end
170 end
171 object MenuItem16: TMenuItem
172 Caption = 'Help'
173 object MenuItem23: TMenuItem
174 Action = Core.AHelp
175 end
176 object MenuItem17: TMenuItem
177 Action = Core.AAbout
178 end
179 end
180 end
181 object Timer1: TTimer
182 Interval = 20
183 OnTimer = Timer1Timer
184 left = 154
185 top = 263
186 end
187 object ActionList1: TActionList
188 Images = Core.ImageListSmall
189 left = 280
190 top = 152
191 object AToolBarBigIcons: TAction
192 Caption = 'Toolbar big icons'
193 OnExecute = AToolBarBigIconsExecute
194 end
195 object AToolBarVisible: TAction
196 Caption = 'Toolbar visible'
197 OnExecute = AToolBarVisibleExecute
198 end
199 end
200 object PopupMenuToolbar: TPopupMenu
201 left = 452
202 top = 98
203 object MenuItem18: TMenuItem
204 Action = AToolBarBigIcons
205 end
206 end
207end
Note: See TracBrowser for help on using the repository browser.