Last change
on this file was 629, checked in by chronos, 6 months ago |
- Fixed: Log and AI turnament windows were not shown correctly.
|
File size:
775 bytes
|
Line | |
---|
1 | object NoTermDlg: TNoTermDlg
|
---|
2 | Left = 249
|
---|
3 | Height = 456
|
---|
4 | Top = 258
|
---|
5 | Width = 422
|
---|
6 | BorderStyle = bsNone
|
---|
7 | ClientHeight = 456
|
---|
8 | ClientWidth = 422
|
---|
9 | Color = clBtnFace
|
---|
10 | DesignTimePPI = 144
|
---|
11 | Font.Color = clWindowText
|
---|
12 | Font.Height = -20
|
---|
13 | Font.Name = 'MS Sans Serif'
|
---|
14 | OnCreate = FormCreate
|
---|
15 | OnKeyDown = FormKeyDown
|
---|
16 | OnPaint = FormPaint
|
---|
17 | LCLVersion = '3.4.0.0'
|
---|
18 | Scaled = False
|
---|
19 | object QuitBtn: TButtonB
|
---|
20 | Left = 384
|
---|
21 | Height = 25
|
---|
22 | Top = 6
|
---|
23 | Width = 25
|
---|
24 | Down = False
|
---|
25 | Permanent = False
|
---|
26 | OnClick = QuitBtnClick
|
---|
27 | ButtonIndex = 0
|
---|
28 | end
|
---|
29 | object GoBtn: TButtonB
|
---|
30 | Left = 30
|
---|
31 | Height = 25
|
---|
32 | Top = 422
|
---|
33 | Width = 25
|
---|
34 | Down = False
|
---|
35 | Permanent = False
|
---|
36 | OnClick = GoBtnClick
|
---|
37 | ButtonIndex = 0
|
---|
38 | end
|
---|
39 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.