home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 January
/
Chip_2000-01_cd.bin
/
sharewar
/
CD2HTML
/
cd2html.exe
/
0
/
RCDATA
/
TEDITENTRY
/
TEDITENTRY.txt
Wrap
Text File
|
1999-11-02
|
759b
|
42 lines
object EditEntry: TEditEntry
Left = 77
Top = 118
ActiveControl = EditTxt
BorderStyle = bsDialog
Caption = 'EditEntry'
ClientHeight = 80
ClientWidth = 289
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object BtnOk: TButton
Left = 8
Top = 48
Width = 113
Height = 25
Caption = '&Ok'
TabOrder = 0
OnClick = BtnOkClick
end
object BtnCancel: TButton
Left = 168
Top = 48
Width = 113
Height = 25
Caption = '&Cancel'
TabOrder = 1
OnClick = BtnCancelClick
end
object EditTxt: TEdit
Left = 8
Top = 16
Width = 273
Height = 21
TabOrder = 2
OnKeyPress = EditTxtKeyPress
end
end