source: tags/1.3.0/Start.lfm

Last change on this file was 373, checked in by chronos, 3 years ago
  • Added: Open game or editor map by mouse double click or by pressing Enter key.
  • Added: Delete game or editor map by pressing Del key.
File size: 4.2 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.12.0'
28 Scaled = False
29 object StartBtn: TButtonA
30 Tag = 15104
31 Left = 389
32 Height = 25
33 Top = 286
34 Width = 100
35 Down = False
36 Permanent = False
37 OnClick = StartBtnClick
38 end
39 object Down1Btn: TButtonC
40 Tag = 4096
41 Left = 522
42 Height = 12
43 Top = 111
44 Width = 12
45 Down = False
46 Permanent = False
47 OnClick = Down1BtnClick
48 ButtonIndex = 0
49 end
50 object Up1Btn: TButtonC
51 Tag = 4096
52 Left = 522
53 Height = 12
54 Top = 99
55 Width = 12
56 Down = False
57 Permanent = False
58 OnClick = Up1BtnClick
59 ButtonIndex = 1
60 end
61 object RenameBtn: TButtonB
62 Tag = 10240
63 Left = 412
64 Height = 25
65 Top = 98
66 Width = 25
67 Visible = False
68 Down = False
69 Permanent = False
70 OnClick = RenameBtnClick
71 ButtonIndex = 31
72 end
73 object DeleteBtn: TButtonB
74 Tag = 10240
75 Left = 441
76 Height = 25
77 Top = 98
78 Width = 25
79 Visible = False
80 Down = False
81 Permanent = False
82 OnClick = DeleteBtnClick
83 ButtonIndex = 21
84 end
85 object Down2Btn: TButtonC
86 Tag = 6912
87 Left = 522
88 Height = 12
89 Top = 249
90 Width = 12
91 Visible = False
92 Down = False
93 Permanent = False
94 OnClick = Down2BtnClick
95 ButtonIndex = 0
96 end
97 object Up2Btn: TButtonC
98 Tag = 6912
99 Left = 522
100 Height = 12
101 Top = 237
102 Width = 12
103 Visible = False
104 Down = False
105 Permanent = False
106 OnClick = Up2BtnClick
107 ButtonIndex = 1
108 end
109 object QuitBtn: TButtonB
110 Tag = 268435200
111 Left = 530
112 Height = 25
113 Top = 7
114 Width = 25
115 Down = False
116 Permanent = False
117 OnClick = QuitBtnClick
118 ButtonIndex = 0
119 end
120 object CustomizeBtn: TButtonC
121 Tag = 768
122 Left = 120
123 Height = 12
124 Top = 302
125 Width = 12
126 Down = False
127 Permanent = False
128 OnClick = CustomizeBtnClick
129 ButtonIndex = 0
130 end
131 object AutoDiffUpBtn: TButtonC
132 Left = 280
133 Height = 12
134 Top = 237
135 Width = 12
136 Down = False
137 Permanent = False
138 OnClick = AutoDiffUpBtnClick
139 ButtonIndex = 1
140 end
141 object AutoDiffDownBtn: TButtonC
142 Left = 280
143 Height = 12
144 Top = 249
145 Width = 12
146 Down = False
147 Permanent = False
148 OnClick = AutoDiffDownBtnClick
149 ButtonIndex = 0
150 end
151 object AutoEnemyUpBtn: TButtonC
152 Left = 206
153 Height = 12
154 Top = 152
155 Width = 12
156 Down = False
157 Permanent = False
158 OnClick = AutoEnemyUpBtnClick
159 ButtonIndex = 1
160 end
161 object AutoEnemyDownBtn: TButtonC
162 Left = 206
163 Height = 12
164 Top = 164
165 Width = 12
166 Down = False
167 Permanent = False
168 OnClick = AutoEnemyDownBtnClick
169 ButtonIndex = 0
170 end
171 object ReplayBtn: TButtonB
172 Tag = 2048
173 Left = 352
174 Height = 25
175 Top = 286
176 Width = 25
177 Down = False
178 Permanent = False
179 OnClick = ReplayBtnClick
180 ButtonIndex = 19
181 end
182 object List: TListBox
183 Tag = 15360
184 Left = 45
185 Height = 238
186 Top = 64
187 Width = 266
188 BorderStyle = bsNone
189 Color = clBlack
190 ExtendedSelect = False
191 Font.Color = 4176863
192 Font.Height = -15
193 Font.Name = 'Times New Roman'
194 Font.Style = [fsBold]
195 IntegralHeight = True
196 ItemHeight = 0
197 OnClick = ListClick
198 OnDblClick = StartBtnClick
199 OnKeyPress = ListKeyPress
200 OnKeyDown = ListKeyDown
201 ParentFont = False
202 ScrollWidth = 266
203 TabOrder = 0
204 TabStop = False
205 TopIndex = -1
206 Visible = False
207 end
208 object PopupMenu1: TPopupMenu
209 Left = 8
210 Top = 8
211 end
212end
Note: See TracBrowser for help on using the repository browser.