home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TREMOVEMODULESDLG
/
TREMOVEMODULESDLG.txt
Wrap
Text File
|
1997-01-16
|
2KB
|
92 lines
object RemoveModulesDlg: TRemoveModulesDlg
Left = 378
Top = 150
ActiveControl = ModuleListBox
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Remove From Project'
ClientHeight = 213
ClientWidth = 272
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object OkBtn: TButton
Left = 30
Top = 181
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelBtn: TButton
Left = 110
Top = 181
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object HelpBtn: TButton
Left = 190
Top = 181
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = HelpBtnClick
end
object Panel1: TPanel
Left = 8
Top = 8
Width = 257
Height = 164
BevelOuter = bvNone
BorderStyle = bsSingle
Caption = 'Panel1'
ParentColor = True
TabOrder = 0
object ModuleListBox: TListBox
Left = 0
Top = 17
Width = 253
Height = 143
Align = alClient
BorderStyle = bsNone
ItemHeight = 13
MultiSelect = True
Sorted = True
Style = lbOwnerDrawFixed
TabOrder = 0
OnClick = ModuleListBoxClick
OnDblClick = ModuleListBoxDblClick
OnDrawItem = ModuleListBoxDrawItem
end
object ListHeader: THeaderControl
Left = 0
Top = 0
Width = 253
Height = 17
Sections = <
item
AllowClick = False
Text = 'File'
Width = 70
end
item
AllowClick = False
Text = 'Form'
Width = 50
end>
end
end
end