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