source: trunk/Start.lfm@ 198

Last change on this file since 198 was 169, checked in by chronos, 6 years ago
  • Modified: Store Saved and Maps subdirectory names only once in string variable.
File size: 4.1 KB
Line 
1object StartDlg: TStartDlg
2 Left = 246
3 Height = 326
4 Top = 120
5 Width = 556
6 BorderIcons = []
7 BorderStyle = bsNone
8 Caption = 'C-evo'
9 ClientHeight = 326
10 ClientWidth = 556
11 Color = clBtnFace
12 DesignTimePPI = 144
13 Font.Color = clWindowText
14 Font.Height = -13
15 Font.Name = 'MS Sans Serif'
16 FormStyle = fsStayOnTop
17 OnClose = FormClose
18 OnCreate = FormCreate
19 OnDestroy = FormDestroy
20 OnHide = FormHide
21 OnKeyDown = FormKeyDown
22 OnMouseDown = FormMouseDown
23 OnMouseMove = FormMouseMove
24 OnMouseUp = FormMouseUp
25 OnPaint = FormPaint
26 OnShow = FormShow
27 LCLVersion = '2.0.2.0'
28 object StartBtn: TButtonA
29 Tag = 15104
30 Left = 389
31 Height = 25
32 Top = 286
33 Width = 100
34 Down = False
35 Permanent = False
36 OnClick = StartBtnClick
37 end
38 object Down1Btn: TButtonC
39 Tag = 4096
40 Left = 522
41 Height = 12
42 Top = 111
43 Width = 12
44 Down = False
45 Permanent = False
46 OnClick = Down1BtnClick
47 ButtonIndex = 0
48 end
49 object Up1Btn: TButtonC
50 Tag = 4096
51 Left = 522
52 Height = 12
53 Top = 99
54 Width = 12
55 Down = False
56 Permanent = False
57 OnClick = Up1BtnClick
58 ButtonIndex = 1
59 end
60 object RenameBtn: TButtonB
61 Tag = 10240
62 Left = 412
63 Height = 25
64 Top = 98
65 Width = 25
66 Visible = False
67 Down = False
68 Permanent = False
69 OnClick = RenameBtnClick
70 ButtonIndex = 31
71 end
72 object DeleteBtn: TButtonB
73 Tag = 10240
74 Left = 441
75 Height = 25
76 Top = 98
77 Width = 25
78 Visible = False
79 Down = False
80 Permanent = False
81 OnClick = DeleteBtnClick
82 ButtonIndex = 21
83 end
84 object Down2Btn: TButtonC
85 Tag = 6912
86 Left = 522
87 Height = 12
88 Top = 249
89 Width = 12
90 Visible = False
91 Down = False
92 Permanent = False
93 OnClick = Down2BtnClick
94 ButtonIndex = 0
95 end
96 object Up2Btn: TButtonC
97 Tag = 6912
98 Left = 522
99 Height = 12
100 Top = 237
101 Width = 12
102 Visible = False
103 Down = False
104 Permanent = False
105 OnClick = Up2BtnClick
106 ButtonIndex = 1
107 end
108 object QuitBtn: TButtonB
109 Tag = 268435200
110 Left = 530
111 Height = 25
112 Top = 7
113 Width = 25
114 Down = False
115 Permanent = False
116 OnClick = QuitBtnClick
117 ButtonIndex = 0
118 end
119 object CustomizeBtn: TButtonC
120 Tag = 768
121 Left = 120
122 Height = 12
123 Top = 302
124 Width = 12
125 Down = False
126 Permanent = False
127 OnClick = CustomizeBtnClick
128 ButtonIndex = 0
129 end
130 object AutoDiffUpBtn: TButtonC
131 Left = 280
132 Height = 12
133 Top = 237
134 Width = 12
135 Down = False
136 Permanent = False
137 OnClick = AutoDiffUpBtnClick
138 ButtonIndex = 1
139 end
140 object AutoDiffDownBtn: TButtonC
141 Left = 280
142 Height = 12
143 Top = 249
144 Width = 12
145 Down = False
146 Permanent = False
147 OnClick = AutoDiffDownBtnClick
148 ButtonIndex = 0
149 end
150 object AutoEnemyUpBtn: TButtonC
151 Left = 206
152 Height = 12
153 Top = 152
154 Width = 12
155 Down = False
156 Permanent = False
157 OnClick = AutoEnemyUpBtnClick
158 ButtonIndex = 1
159 end
160 object AutoEnemyDownBtn: TButtonC
161 Left = 206
162 Height = 12
163 Top = 164
164 Width = 12
165 Down = False
166 Permanent = False
167 OnClick = AutoEnemyDownBtnClick
168 ButtonIndex = 0
169 end
170 object ReplayBtn: TButtonB
171 Tag = 2048
172 Left = 352
173 Height = 25
174 Top = 286
175 Width = 25
176 Down = False
177 Permanent = False
178 OnClick = ReplayBtnClick
179 ButtonIndex = 19
180 end
181 object List: TListBox
182 Tag = 15360
183 Left = 45
184 Height = 238
185 Top = 64
186 Width = 266
187 BorderStyle = bsNone
188 Color = clBlack
189 ExtendedSelect = False
190 Font.Color = 4176863
191 Font.Height = -15
192 Font.Name = 'Times New Roman'
193 Font.Style = [fsBold]
194 IntegralHeight = True
195 ItemHeight = 0
196 OnClick = ListClick
197 ParentFont = False
198 ScrollWidth = 266
199 TabOrder = 0
200 TabStop = False
201 TopIndex = -1
202 Visible = False
203 end
204 object PopupMenu1: TPopupMenu
205 left = 8
206 top = 8
207 end
208end
Note: See TracBrowser for help on using the repository browser.