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