home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TVIEWDIALOG
/
TVIEWDIALOG.txt
Wrap
Text File
|
1997-01-16
|
1KB
|
69 lines
object ViewDialog: TViewDialog
Left = 265
Top = 156
HelpContext = 5686
ActiveControl = Edit
BorderStyle = bsDialog
Caption = 'View Module'
ClientHeight = 176
ClientWidth = 235
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object ListBox: TListBox
Left = 8
Top = 32
Width = 137
Height = 134
IntegralHeight = True
ItemHeight = 13
Sorted = True
TabOrder = 1
OnClick = ListBoxClick
OnDblClick = ListBoxDblClick
end
object Edit: TEdit
Left = 8
Top = 8
Width = 137
Height = 21
TabOrder = 0
OnChange = EditChange
OnKeyDown = EditKeyDown
end
object OKButton: TButton
Left = 152
Top = 8
Width = 75
Height = 25
Caption = 'OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 2
end
object CancelButton: TButton
Left = 152
Top = 38
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object HelpButton: TButton
Left = 152
Top = 68
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 4
OnClick = HelpButtonClick
end
end