home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TWINDOWLISTDLG
/
TWINDOWLISTDLG.txt
Wrap
Text File
|
1997-01-16
|
1KB
|
57 lines
object WindowListDlg: TWindowListDlg
Left = 266
Top = 140
ActiveControl = WindowListBox
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Window List'
ClientHeight = 172
ClientWidth = 251
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object WindowListBox: TListBox
Left = 8
Top = 8
Width = 235
Height = 121
ItemHeight = 13
TabOrder = 0
OnDblClick = WindowListBoxDblClick
end
object OKButton: TButton
Left = 8
Top = 139
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelButton: TButton
Left = 88
Top = 139
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object HelpButton: TButton
Left = 168
Top = 139
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = HelpBtnClick
end
end