Last change
on this file since 96 was 9, checked in by chronos, 8 years ago |
- Modified: Converted to Lazarus project. Application can be run with errors.
|
File size:
844 bytes
|
Line | |
---|
1 | object MessgDlg: TMessgDlg
|
---|
2 | Left = 493
|
---|
3 | Top = 431
|
---|
4 | BorderIcons = []
|
---|
5 | BorderStyle = bsNone
|
---|
6 | Caption = 'C-evo'
|
---|
7 | ClientHeight = 134
|
---|
8 | ClientWidth = 418
|
---|
9 | Color = clBtnFace
|
---|
10 | Font.Charset = DEFAULT_CHARSET
|
---|
11 | Font.Color = clWindowText
|
---|
12 | Font.Height = -13
|
---|
13 | Font.Name = 'MS Sans Serif'
|
---|
14 | Font.Style = []
|
---|
15 | FormStyle = fsStayOnTop
|
---|
16 | OnCreate = FormCreate
|
---|
17 | OnKeyPress = FormKeyPress
|
---|
18 | OnPaint = FormPaint
|
---|
19 | OnShow = FormShow
|
---|
20 | PixelsPerInch = 96
|
---|
21 | object Button1: TButtonA
|
---|
22 | Left = 101
|
---|
23 | Top = 104
|
---|
24 | Width = 100
|
---|
25 | Height = 25
|
---|
26 | Down = False
|
---|
27 | Permanent = False
|
---|
28 | OnClick = Button1Click
|
---|
29 | Caption = ''
|
---|
30 | end
|
---|
31 | object Button2: TButtonA
|
---|
32 | Left = 217
|
---|
33 | Top = 104
|
---|
34 | Width = 100
|
---|
35 | Height = 25
|
---|
36 | Down = False
|
---|
37 | Permanent = False
|
---|
38 | OnClick = Button2Click
|
---|
39 | Caption = ''
|
---|
40 | end
|
---|
41 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.