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