source: trunk/Start.lfm@ 13

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