home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TEDITDLG
/
TEDITDLG.txt
Wrap
Text File
|
1999-08-11
|
1KB
|
62 lines
object EditDlg: TEditDlg
Left = 264
Top = 121
ActiveControl = edExpression
BorderStyle = bsDialog
Caption = 'EditDlg'
ClientHeight = 88
ClientWidth = 344
ParentFont = True
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 54
Height = 13
Caption = '&Expression:'
FocusControl = edExpression
end
object edExpression: THistoryPropComboBox
Left = 8
Top = 24
Width = 329
Height = 21
DragCursor = crDefault
ItemHeight = 13
TabOrder = 0
HistoryManager = EnvironmentOptions.HistoryLists
end
object OKButton: TButton
Left = 104
Top = 56
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 184
Top = 56
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object HelpButton: TButton
Left = 264
Top = 56
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = HelpButtonClick
end
end