home *** CD-ROM | disk | FTP | other *** search
- object MediaDescDlg: TMediaDescDlg
- Left = 452
- Top = 133
- HelpContext = 50000
- BorderStyle = bsDialog
- Caption = 'Media Description'
- ClientHeight = 228
- ClientWidth = 246
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 120
- Width = 66
- Height = 13
- Caption = '&Manufacturer:'
- end
- object Label2: TLabel
- Left = 8
- Top = 160
- Width = 32
- Height = 13
- Caption = 'M&odel:'
- end
- object Label3: TLabel
- Left = 8
- Top = 72
- Width = 90
- Height = 13
- AutoSize = False
- Caption = 'Default length:'
- end
- object Label4: TLabel
- Left = 8
- Top = 96
- Width = 90
- Height = 13
- AutoSize = False
- Caption = 'Determined length:'
- end
- object lblDefaultLength: TLabel
- Left = 104
- Top = 72
- Width = 140
- Height = 13
- AutoSize = False
- Caption = '650MB/74 Minutes'
- end
- object lblDeterminedLength: TLabel
- Left = 104
- Top = 96
- Width = 140
- Height = 13
- AutoSize = False
- Caption = '650MB/74 Minutes'
- end
- object Label7: TLabel
- Left = 8
- Top = 0
- Width = 233
- Height = 57
- AutoSize = False
- Caption =
- 'The media has the follwing sizes. The determined length can only' +
- ' be used with a CD Recorder supporting DirectWrite.'
- WordWrap = True
- end
- object btnOK: TButton
- Left = 87
- Top = 204
- Width = 75
- Height = 23
- HelpContext = 50010
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object btnCancel: TButton
- Left = 167
- Top = 204
- Width = 75
- Height = 23
- HelpContext = 50020
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object edManufacturer: TEdit
- Left = 8
- Top = 136
- Width = 233
- Height = 21
- HelpContext = 50030
- TabOrder = 0
- end
- object edModel: TEdit
- Left = 8
- Top = 176
- Width = 233
- Height = 21
- HelpContext = 50040
- TabOrder = 1
- end
- end
-