home *** CD-ROM | disk | FTP | other *** search
- object JolietCutForm: TJolietCutForm
- Left = 265
- Top = 417
- ActiveControl = btnOK
- BorderStyle = bsDialog
- Caption = 'Long Filename'
- ClientHeight = 292
- ClientWidth = 548
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 72
- Width = 360
- Height = 13
- Caption =
- 'The name exceeds the limit of 64 characters specified by the Jol' +
- 'iet standard.'
- end
- object Label2: TLabel
- Left = 16
- Top = 96
- Width = 341
- Height = 13
- Caption =
- 'To create the disc including this filename you have the followin' +
- 'g options:'
- end
- object lblOrigFileName: TLabel
- Left = 16
- Top = 8
- Width = 144
- Height = 13
- Caption = 'The project references the file:'
- end
- object rbCut: TRadioButton
- Left = 16
- Top = 120
- Width = 113
- Height = 17
- Caption = 'Cut the filename to'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object rbRename: TRadioButton
- Left = 16
- Top = 184
- Width = 113
- Height = 17
- Caption = 'Rename the file to'
- TabOrder = 1
- end
- object edCutFilename: TEdit
- Left = 32
- Top = 144
- Width = 500
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 2
- end
- object edOriginalName: TEdit
- Left = 32
- Top = 32
- Width = 500
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 3
- end
- object edRenameFile: TEdit
- Left = 32
- Top = 208
- Width = 500
- Height = 21
- MaxLength = 64
- TabOrder = 4
- end
- object cbCutAll: TCheckBox
- Left = 209
- Top = 258
- Width = 129
- Height = 17
- Caption = 'Cut all filenames'
- TabOrder = 5
- end
- object btnOK: TButton
- Left = 368
- Top = 256
- Width = 75
- Height = 23
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 6
- end
- object btnCancel: TButton
- Left = 456
- Top = 256
- Width = 75
- Height = 23
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- end
-