home *** CD-ROM | disk | FTP | other *** search
- object QueryCDDlg: TQueryCDDlg
- Left = 298
- Top = 176
- BorderStyle = bsDialog
- Caption = 'Insert CD'
- ClientHeight = 208
- ClientWidth = 265
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Center = True
- end
- object Label1: TLabel
- Left = 48
- Top = 8
- Width = 176
- Height = 39
- Caption =
- 'Please select the writer that contains either an empty CD or a C' +
- 'D with an already saved Internet Cache.'
- WordWrap = True
- end
- object OKBtn: TButton
- Left = 104
- Top = 181
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 184
- Top = 181
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object DeviceListView: TListView
- Left = 8
- Top = 72
- Width = 249
- Height = 105
- Columns = <
- item
- Caption = 'Name'
- Width = 180
- end>
- HideSelection = False
- HotTrackStyles = []
- ReadOnly = True
- ShowColumnHeaders = False
- SmallImages = PopupMenuModule.SmallCustomImageList
- TabOrder = 2
- ViewStyle = vsReport
- OnChange = DeviceListViewChange
- end
- end
-