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:
984 bytes
|
Line | |
---|
1 | object InputDlg: TInputDlg
|
---|
2 | Left = 514
|
---|
3 | Top = 236
|
---|
4 | BorderStyle = bsNone
|
---|
5 | ClientHeight = 99
|
---|
6 | ClientWidth = 232
|
---|
7 | Color = clBtnFace
|
---|
8 | Font.Charset = DEFAULT_CHARSET
|
---|
9 | Font.Color = clWindowText
|
---|
10 | Font.Height = -13
|
---|
11 | Font.Name = 'MS Sans Serif'
|
---|
12 | Font.Style = []
|
---|
13 | FormStyle = fsStayOnTop
|
---|
14 | OnClose = FormClose
|
---|
15 | OnCreate = FormCreate
|
---|
16 | OnPaint = FormPaint
|
---|
17 | OnShow = FormShow
|
---|
18 | PixelsPerInch = 96
|
---|
19 | Scaled = False
|
---|
20 | object OKBtn: TButtonA
|
---|
21 | Left = 66
|
---|
22 | Top = 67
|
---|
23 | Width = 100
|
---|
24 | Height = 25
|
---|
25 | Down = False
|
---|
26 | Permanent = False
|
---|
27 | OnClick = OKBtnClick
|
---|
28 | Caption = ''
|
---|
29 | end
|
---|
30 | object EInput: TEdit
|
---|
31 | Left = 16
|
---|
32 | Top = 40
|
---|
33 | Width = 200
|
---|
34 | Height = 19
|
---|
35 | BorderStyle = bsNone
|
---|
36 | Color = clBlack
|
---|
37 | Font.Charset = DEFAULT_CHARSET
|
---|
38 | Font.Color = 4176863
|
---|
39 | Font.Height = -15
|
---|
40 | Font.Name = 'Times New Roman'
|
---|
41 | Font.Style = [fsBold]
|
---|
42 | ParentFont = False
|
---|
43 | TabOrder = 0
|
---|
44 | OnKeyPress = EInputKeyPress
|
---|
45 | end
|
---|
46 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.