home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TJOLIETCUTFORM / TJOLIETCUTFORM.txt
Encoding:
Text File  |  2002-12-06  |  2.2 KB  |  116 lines

  1. object JolietCutForm: TJolietCutForm
  2.   Left = 265
  3.   Top = 417
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'Long Filename'
  7.   ClientHeight = 292
  8.   ClientWidth = 548
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 72
  23.     Width = 360
  24.     Height = 13
  25.     Caption = 
  26.       'The name exceeds the limit of 64 characters specified by the Jol' +
  27.       'iet standard.'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 96
  32.     Width = 341
  33.     Height = 13
  34.     Caption = 
  35.       'To create the disc including this filename you have the followin' +
  36.       'g options:'
  37.   end
  38.   object lblOrigFileName: TLabel
  39.     Left = 16
  40.     Top = 8
  41.     Width = 144
  42.     Height = 13
  43.     Caption = 'The project references the file:'
  44.   end
  45.   object rbCut: TRadioButton
  46.     Left = 16
  47.     Top = 120
  48.     Width = 113
  49.     Height = 17
  50.     Caption = 'Cut the filename to'
  51.     Checked = True
  52.     TabOrder = 0
  53.     TabStop = True
  54.   end
  55.   object rbRename: TRadioButton
  56.     Left = 16
  57.     Top = 184
  58.     Width = 113
  59.     Height = 17
  60.     Caption = 'Rename the file to'
  61.     TabOrder = 1
  62.   end
  63.   object edCutFilename: TEdit
  64.     Left = 32
  65.     Top = 144
  66.     Width = 500
  67.     Height = 21
  68.     Color = clBtnFace
  69.     ReadOnly = True
  70.     TabOrder = 2
  71.   end
  72.   object edOriginalName: TEdit
  73.     Left = 32
  74.     Top = 32
  75.     Width = 500
  76.     Height = 21
  77.     Color = clBtnFace
  78.     ReadOnly = True
  79.     TabOrder = 3
  80.   end
  81.   object edRenameFile: TEdit
  82.     Left = 32
  83.     Top = 208
  84.     Width = 500
  85.     Height = 21
  86.     MaxLength = 64
  87.     TabOrder = 4
  88.   end
  89.   object cbCutAll: TCheckBox
  90.     Left = 209
  91.     Top = 258
  92.     Width = 129
  93.     Height = 17
  94.     Caption = 'Cut all filenames'
  95.     TabOrder = 5
  96.   end
  97.   object btnOK: TButton
  98.     Left = 368
  99.     Top = 256
  100.     Width = 75
  101.     Height = 23
  102.     Caption = 'OK'
  103.     ModalResult = 1
  104.     TabOrder = 6
  105.   end
  106.   object btnCancel: TButton
  107.     Left = 456
  108.     Top = 256
  109.     Width = 75
  110.     Height = 23
  111.     Caption = 'Cancel'
  112.     ModalResult = 2
  113.     TabOrder = 7
  114.   end
  115. end
  116.