home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TADDEXCEPTRANGEDLG
/
TADDEXCEPTRANGEDLG.txt
Wrap
Text File
|
1999-08-11
|
2KB
|
83 lines
object AddExceptRangeDlg: TAddExceptRangeDlg
Left = 489
Top = 98
BorderStyle = bsDialog
Caption = 'Add Exception Range'
ClientHeight = 135
ClientWidth = 290
ParentFont = True
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object OKButton: TButton
Left = 200
Top = 16
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelButton: TButton
Left = 200
Top = 56
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object HelpButton: TButton
Left = 200
Top = 96
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 2
OnClick = HelpButtonClick
end
object Panel1: TPanel
Left = 8
Top = 8
Width = 185
Height = 113
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 3
object LowLabel: TLabel
Left = 10
Top = 8
Width = 58
Height = 13
Caption = 'Range &Low:'
FocusControl = LowEdit
end
object HighLabel: TLabel
Left = 10
Top = 56
Width = 60
Height = 13
Caption = '&Range High:'
FocusControl = HighEdit
end
object LowEdit: TEdit
Left = 10
Top = 24
Width = 167
Height = 21
TabOrder = 0
end
object HighEdit: TEdit
Left = 10
Top = 72
Width = 167
Height = 21
TabOrder = 1
end
end
end