source: trunk/Inp.lfm@ 183

Last change on this file since 183 was 9, checked in by chronos, 9 years ago
  • Modified: Converted to Lazarus project. Application can be run with errors.
File size: 966 bytes
Line 
1object 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 object OKBtn: TButtonA
20 Left = 66
21 Top = 67
22 Width = 100
23 Height = 25
24 Down = False
25 Permanent = False
26 OnClick = OKBtnClick
27 Caption = ''
28 end
29 object EInput: TEdit
30 Left = 16
31 Top = 40
32 Width = 200
33 Height = 19
34 BorderStyle = bsNone
35 Color = clBlack
36 Font.Charset = DEFAULT_CHARSET
37 Font.Color = 4176863
38 Font.Height = -15
39 Font.Name = 'Times New Roman'
40 Font.Style = [fsBold]
41 ParentFont = False
42 TabOrder = 0
43 OnKeyPress = EInputKeyPress
44 end
45end
Note: See TracBrowser for help on using the repository browser.