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 / TPROPFORMFILE / TPROPFORMFILE.txt
Encoding:
Text File  |  2002-12-06  |  7.7 KB  |  351 lines

  1. inherited PropFormFile: TPropFormFile
  2.   Left = 406
  3.   Top = 202
  4.   HelpContext = 16000
  5.   Caption = 'File properties'
  6.   ClientHeight = 390
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited btnOK: TButton
  10.     HelpContext = 16011
  11.   end
  12.   inherited btnCancel: TButton
  13.     HelpContext = 16020
  14.   end
  15.   inherited btnHelp: TButton
  16.     HelpContext = 16030
  17.   end
  18.   inherited pcProperties: TPageControl
  19.     inherited tsGeneral: TTabSheet
  20.       inherited Bevel2: TBevel
  21.         Height = 4
  22.       end
  23.       object Label7: TLabel [4]
  24.         Left = 16
  25.         Top = 95
  26.         Width = 44
  27.         Height = 13
  28.         Caption = 'Location:'
  29.       end
  30.       object Bevel1: TBevel [5]
  31.         Left = 13
  32.         Top = 135
  33.         Width = 318
  34.         Height = 4
  35.         Shape = bsTopLine
  36.       end
  37.       object Label8: TLabel [6]
  38.         Left = 16
  39.         Top = 144
  40.         Width = 76
  41.         Height = 13
  42.         Caption = 'MS-DOS-Name:'
  43.       end
  44.       object Label9: TLabel [7]
  45.         Left = 16
  46.         Top = 162
  47.         Width = 43
  48.         Height = 13
  49.         Caption = 'Modified:'
  50.       end
  51.       object MSDOSNameLabel: TLabel [8]
  52.         Left = 104
  53.         Top = 144
  54.         Width = 217
  55.         Height = 13
  56.         AutoSize = False
  57.         Caption = '-'
  58.       end
  59.       object DateLabel: TLabel [9]
  60.         Left = 104
  61.         Top = 162
  62.         Width = 217
  63.         Height = 13
  64.         AutoSize = False
  65.         Caption = '-'
  66.       end
  67.       object Label1: TLabel [10]
  68.         Left = 16
  69.         Top = 187
  70.         Width = 37
  71.         Height = 13
  72.         Caption = 'Source:'
  73.       end
  74.       object Bevel4: TBevel [11]
  75.         Left = 13
  76.         Top = 179
  77.         Width = 318
  78.         Height = 4
  79.         Shape = bsTopLine
  80.       end
  81.       object Label10: TLabel [12]
  82.         Left = 16
  83.         Top = 208
  84.         Width = 34
  85.         Height = 13
  86.         Caption = 'Priority:'
  87.       end
  88.       object Label11: TLabel [13]
  89.         Left = 72
  90.         Top = 240
  91.         Width = 41
  92.         Height = 13
  93.         AutoSize = False
  94.         Caption = 'Low'
  95.       end
  96.       object Label12: TLabel [14]
  97.         Left = 280
  98.         Top = 240
  99.         Width = 46
  100.         Height = 13
  101.         Alignment = taRightJustify
  102.         AutoSize = False
  103.         Caption = 'High'
  104.       end
  105.       object SizeLabel: TLabel [15]
  106.         Left = 75
  107.         Top = 116
  108.         Width = 46
  109.         Height = 13
  110.         Caption = 'SizeLabel'
  111.       end
  112.       object Label13: TLabel [16]
  113.         Left = 16
  114.         Top = 116
  115.         Width = 40
  116.         Height = 13
  117.         AutoSize = False
  118.         Caption = 'Size:'
  119.       end
  120.       object LocationLabel: TEdit
  121.         Left = 75
  122.         Top = 95
  123.         Width = 258
  124.         Height = 16
  125.         TabStop = False
  126.         AutoSelect = False
  127.         AutoSize = False
  128.         BorderStyle = bsNone
  129.         Ctl3D = False
  130.         ParentColor = True
  131.         ParentCtl3D = False
  132.         ParentShowHint = False
  133.         ReadOnly = True
  134.         ShowHint = True
  135.         TabOrder = 1
  136.         Text = '<LocationLabel>'
  137.       end
  138.       object TargetFileNameEdit: TReadOnlyEdit
  139.         Left = 75
  140.         Top = 187
  141.         Width = 246
  142.         Height = 16
  143.         TabStop = False
  144.         PathEllipsis = False
  145.         ParentShowHint = False
  146.         ShowHint = True
  147.         TabOrder = 2
  148.         Text = '<FFileName>'
  149.       end
  150.       object btnAutoRun: TExtCheckBox
  151.         Left = 16
  152.         Top = 288
  153.         Width = 100
  154.         Height = 23
  155.         HelpContext = 16001
  156.         Options = [coMultiLine, coPushlike]
  157.         Caption = 'AutoPlay file'
  158.         TabOrder = 5
  159.       end
  160.       object tbPriority: TExtTrackBar
  161.         Left = 72
  162.         Top = 208
  163.         Width = 257
  164.         Height = 33
  165.         Orientation = trHorizontal
  166.         Frequency = 1
  167.         Position = 5
  168.         TabOrder = 3
  169.         TickMarks = tmBottomRight
  170.         TickStyle = tsAuto
  171.       end
  172.       object cbApplyAll: TCheckBox
  173.         Left = 72
  174.         Top = 256
  175.         Width = 257
  176.         Height = 17
  177.         HelpContext = 16040
  178.         Caption = 'Apply priority to all files in folder'
  179.         TabOrder = 4
  180.       end
  181.       object btnFindSource: TButton
  182.         Left = 128
  183.         Top = 288
  184.         Width = 100
  185.         Height = 23
  186.         Caption = 'Find Source'
  187.         TabOrder = 6
  188.         OnClick = btnFindSourceClick
  189.       end
  190.     end
  191.     object TabSheet1: TTabSheet
  192.       Caption = 'Advanced'
  193.       ImageIndex = 1
  194.       object Label4: TLabel
  195.         Left = 8
  196.         Top = 66
  197.         Width = 110
  198.         Height = 13
  199.         AutoSize = False
  200.         Caption = 'Subheader:'
  201.       end
  202.       object Label5: TLabel
  203.         Left = 8
  204.         Top = 91
  205.         Width = 113
  206.         Height = 13
  207.         AutoSize = False
  208.         Caption = 'Mode 2 Sector Size:'
  209.       end
  210.       object Label6: TLabel
  211.         Left = 8
  212.         Top = 41
  213.         Width = 110
  214.         Height = 13
  215.         AutoSize = False
  216.         Caption = 'Size:'
  217.       end
  218.       object Label14: TLabel
  219.         Left = 8
  220.         Top = 116
  221.         Width = 110
  222.         Height = 13
  223.         AutoSize = False
  224.         Caption = 'Date / Time:'
  225.       end
  226.       object Label3: TLabel
  227.         Left = 8
  228.         Top = 160
  229.         Width = 136
  230.         Height = 13
  231.         Caption = 'Filename on destination disc:'
  232.       end
  233.       object Label15: TLabel
  234.         Left = 16
  235.         Top = 176
  236.         Width = 60
  237.         Height = 13
  238.         Caption = 'Joliet / UDF:'
  239.       end
  240.       object Label16: TLabel
  241.         Left = 16
  242.         Top = 224
  243.         Width = 45
  244.         Height = 13
  245.         Caption = 'ISO9660:'
  246.       end
  247.       object edPosition: TIntegerEdit
  248.         Left = 142
  249.         Top = 13
  250.         Width = 192
  251.         Height = 21
  252.         Enabled = False
  253.         TabOrder = 1
  254.         Value = 0
  255.       end
  256.       object cbSubHeader: TComboBox
  257.         Left = 142
  258.         Top = 63
  259.         Width = 192
  260.         Height = 21
  261.         Style = csDropDownList
  262.         ItemHeight = 13
  263.         TabOrder = 3
  264.         Items.Strings = (
  265.           'Standard'
  266.           'VCD Directory File'
  267.           'VCD Data File')
  268.       end
  269.       object cbSectorSize: TComboBox
  270.         Left = 142
  271.         Top = 87
  272.         Width = 192
  273.         Height = 21
  274.         Style = csDropDownList
  275.         ItemHeight = 13
  276.         TabOrder = 4
  277.         Items.Strings = (
  278.           'Standard'
  279.           'Form 1 (2048 Bytes)'
  280.           'Form 2 (2324 Bytes)')
  281.       end
  282.       object edSize: TIntegerEdit
  283.         Left = 142
  284.         Top = 38
  285.         Width = 192
  286.         Height = 21
  287.         Enabled = False
  288.         TabOrder = 2
  289.         Value = 0
  290.       end
  291.       object dtpFileTime: TDateTimePicker
  292.         Left = 264
  293.         Top = 112
  294.         Width = 70
  295.         Height = 21
  296.         CalAlignment = dtaLeft
  297.         Date = 36526
  298.         Time = 36526
  299.         DateFormat = dfShort
  300.         DateMode = dmUpDown
  301.         Kind = dtkTime
  302.         ParseInput = False
  303.         TabOrder = 6
  304.         OnChange = dtpFileDateTimeChange
  305.       end
  306.       object dtpFileDate: TDateTimePicker
  307.         Left = 142
  308.         Top = 112
  309.         Width = 91
  310.         Height = 21
  311.         CalAlignment = dtaLeft
  312.         Date = 0.443185763891960900
  313.         Time = 0.443185763891960900
  314.         DateFormat = dfShort
  315.         DateMode = dmComboBox
  316.         Kind = dtkDate
  317.         ParseInput = False
  318.         TabOrder = 5
  319.         OnChange = dtpFileDateTimeChange
  320.       end
  321.       object cbSetPosition: TCheckBox
  322.         Left = 8
  323.         Top = 16
  324.         Width = 130
  325.         Height = 17
  326.         Caption = 'Set fixed file position to'
  327.         TabOrder = 0
  328.         OnClick = cbSetPositionClick
  329.       end
  330.       object edDiscFilename: TEdit
  331.         Left = 16
  332.         Top = 192
  333.         Width = 317
  334.         Height = 21
  335.         MaxLength = 64
  336.         TabOrder = 7
  337.       end
  338.       object edDestNameShort: TEdit
  339.         Left = 16
  340.         Top = 240
  341.         Width = 121
  342.         Height = 21
  343.         CharCase = ecUpperCase
  344.         MaxLength = 12
  345.         TabOrder = 8
  346.         OnKeyPress = edDestNameShortKeyPress
  347.       end
  348.     end
  349.   end
  350. end
  351.