home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 September
/
PCW0901.iso
/
Utilitiy
/
PartitionMagic
/
PartitionMagic6PRODEMO.ZIP
/
BTMAGIC
/
BMAPPS.Z
/
BMCFG32.EXE
/
0
/
RCDATA
/
TFEZTEST
/
TFEZTEST.txt
Wrap
Text File
|
2000-09-29
|
2KB
|
114 lines
object fEzTest: TfEzTest
Left = 233
Top = 466
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Testing'
ClientHeight = 242
ClientWidth = 422
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object btnDisplay: TButton
Left = 118
Top = 200
Width = 75
Height = 25
Caption = '&Display'
Default = True
TabOrder = 3
OnClick = btnDisplayClick
end
object btnClose: TButton
Left = 230
Top = 200
Width = 75
Height = 25
Cancel = True
Caption = '&Close'
TabOrder = 4
OnClick = btnCloseClick
end
object gbxDispType: TGroupBox
Left = 16
Top = 10
Width = 389
Height = 41
Caption = 'Display Type'
TabOrder = 0
object rbtnErrors: TRadioButton
Left = 20
Top = 18
Width = 65
Height = 17
Caption = '&Errors'
Checked = True
TabOrder = 0
TabStop = True
OnClick = rbtnErrorsClick
end
object rbtnDialogs: TRadioButton
Left = 212
Top = 18
Width = 65
Height = 17
Caption = 'D&ialogs'
TabOrder = 1
OnClick = rbtnDialogsClick
end
end
object gbxErrors: TGroupBox
Left = 16
Top = 64
Width = 185
Height = 113
Caption = 'Errors'
TabOrder = 1
object lblErrorNum: TIntlLabel
Left = 16
Top = 49
Width = 65
Height = 13
Caption = 'Error &Number:'
FocusControl = edtErrNum
end
object lblInfo: TIntlLabel
Left = 16
Top = 16
Width = 85
Height = 13
Caption = 'Max error number:'
end
object edtErrNum: TEdit
Left = 97
Top = 41
Width = 74
Height = 21
TabOrder = 0
OnDblClick = btnDisplayClick
end
end
object gbxDialogs: TGroupBox
Left = 219
Top = 64
Width = 185
Height = 113
Caption = 'Dialogs'
TabOrder = 2
object lbxDialogs: TListBox
Left = 11
Top = 16
Width = 163
Height = 87
ItemHeight = 13
TabOrder = 0
OnDblClick = btnDisplayClick
end
end
end