home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / software / cdmage / CDmage1-02-1B5.exe / CDmage.exe / 0 / RCDATA / TLABELDLG / TLABELDLG.txt
Text File  |  2001-07-26  |  33KB  |  1,412 lines

  1. object LabelDlg: TLabelDlg
  2.   Left = 257
  3.   Top = 154
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Data Track Properties'
  7.   ClientHeight = 482
  8.   ClientWidth = 427
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 427
  19.     Height = 444
  20.     Align = alClient
  21.     BevelOuter = bvNone
  22.     BorderWidth = 5
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object Label16: TLabel
  26.       Left = 16
  27.       Top = 48
  28.       Width = 64
  29.       Height = 13
  30.       Caption = 'Volume Label'
  31.     end
  32.     object Label17: TLabel
  33.       Left = 16
  34.       Top = 72
  35.       Width = 48
  36.       Height = 13
  37.       Caption = 'System ID'
  38.     end
  39.     object Label18: TLabel
  40.       Left = 16
  41.       Top = 104
  42.       Width = 85
  43.       Height = 13
  44.       Caption = 'Volume Set Name'
  45.     end
  46.     object Label19: TLabel
  47.       Left = 16
  48.       Top = 128
  49.       Width = 74
  50.       Height = 13
  51.       Caption = 'Publisher Name'
  52.     end
  53.     object Label20: TLabel
  54.       Left = 16
  55.       Top = 152
  56.       Width = 71
  57.       Height = 13
  58.       Caption = 'Preparer Name'
  59.     end
  60.     object Label21: TLabel
  61.       Left = 16
  62.       Top = 176
  63.       Width = 83
  64.       Height = 13
  65.       Caption = 'Application Name'
  66.     end
  67.     object Label22: TLabel
  68.       Left = 16
  69.       Top = 208
  70.       Width = 63
  71.       Height = 13
  72.       Caption = 'Copyright File'
  73.     end
  74.     object Label23: TLabel
  75.       Left = 16
  76.       Top = 232
  77.       Width = 58
  78.       Height = 13
  79.       Caption = 'Abstract File'
  80.     end
  81.     object Label24: TLabel
  82.       Left = 16
  83.       Top = 256
  84.       Width = 79
  85.       Height = 13
  86.       Caption = 'Bibliographic File'
  87.     end
  88.     object Label25: TLabel
  89.       Left = 16
  90.       Top = 282
  91.       Width = 80
  92.       Height = 13
  93.       Caption = 'Dates and Times'
  94.     end
  95.     object Bevel2: TBevel
  96.       Left = 11
  97.       Top = 288
  98.       Width = 401
  99.       Height = 62
  100.       Shape = bsFrame
  101.     end
  102.     object Label26: TLabel
  103.       Left = 56
  104.       Top = 304
  105.       Width = 39
  106.       Height = 13
  107.       Caption = 'Creation'
  108.     end
  109.     object Label27: TLabel
  110.       Left = 40
  111.       Top = 328
  112.       Width = 57
  113.       Height = 13
  114.       Caption = 'Modification'
  115.     end
  116.     object Label28: TLabel
  117.       Left = 232
  118.       Top = 304
  119.       Width = 42
  120.       Height = 13
  121.       Caption = 'Effective'
  122.     end
  123.     object Label29: TLabel
  124.       Left = 232
  125.       Top = 328
  126.       Width = 46
  127.       Height = 13
  128.       Caption = 'Expiration'
  129.     end
  130.     object Label30: TLabel
  131.       Left = 40
  132.       Top = 356
  133.       Width = 115
  134.       Height = 13
  135.       Caption = 'Date and Time example:'
  136.     end
  137.     object Label32: TLabel
  138.       Left = 40
  139.       Top = 372
  140.       Width = 110
  141.       Height = 13
  142.       Caption = '30/12/99 07:44:33 AM'
  143.     end
  144.     object TabControl: TPageControl
  145.       Left = 5
  146.       Top = 5
  147.       Width = 417
  148.       Height = 434
  149.       ActivePage = tabISO
  150.       Align = alClient
  151.       HotTrack = True
  152.       MultiLine = True
  153.       TabIndex = 0
  154.       TabOrder = 0
  155.       object tabISO: TTabSheet
  156.         Caption = 'ISO9660 descriptor'
  157.         object Bevel1: TBevel
  158.           Left = 3
  159.           Top = 256
  160.           Width = 401
  161.           Height = 113
  162.           Shape = bsFrame
  163.         end
  164.         object Label1: TLabel
  165.           Left = 8
  166.           Top = 10
  167.           Width = 64
  168.           Height = 13
  169.           Caption = 'Volume Label'
  170.         end
  171.         object Label2: TLabel
  172.           Left = 8
  173.           Top = 34
  174.           Width = 48
  175.           Height = 13
  176.           Caption = 'System ID'
  177.         end
  178.         object Label3: TLabel
  179.           Left = 8
  180.           Top = 66
  181.           Width = 85
  182.           Height = 13
  183.           Caption = 'Volume Set Name'
  184.         end
  185.         object Label4: TLabel
  186.           Left = 8
  187.           Top = 90
  188.           Width = 74
  189.           Height = 13
  190.           Caption = 'Publisher Name'
  191.         end
  192.         object Label5: TLabel
  193.           Left = 8
  194.           Top = 114
  195.           Width = 71
  196.           Height = 13
  197.           Caption = 'Preparer Name'
  198.         end
  199.         object Label6: TLabel
  200.           Left = 8
  201.           Top = 138
  202.           Width = 83
  203.           Height = 13
  204.           Caption = 'Application Name'
  205.         end
  206.         object Label7: TLabel
  207.           Left = 8
  208.           Top = 170
  209.           Width = 63
  210.           Height = 13
  211.           Caption = 'Copyright File'
  212.         end
  213.         object Label8: TLabel
  214.           Left = 8
  215.           Top = 194
  216.           Width = 58
  217.           Height = 13
  218.           Caption = 'Abstract File'
  219.         end
  220.         object Label9: TLabel
  221.           Left = 8
  222.           Top = 218
  223.           Width = 79
  224.           Height = 13
  225.           Caption = 'Bibliographic File'
  226.         end
  227.         object Label10: TLabel
  228.           Left = 16
  229.           Top = 266
  230.           Width = 112
  231.           Height = 13
  232.           Caption = 'Creation Date and Time'
  233.         end
  234.         object Label11: TLabel
  235.           Left = 16
  236.           Top = 290
  237.           Width = 130
  238.           Height = 13
  239.           Caption = 'Modification Date and Time'
  240.         end
  241.         object Label12: TLabel
  242.           Left = 16
  243.           Top = 314
  244.           Width = 115
  245.           Height = 13
  246.           Caption = 'Effective Date and Time'
  247.         end
  248.         object Label13: TLabel
  249.           Left = 16
  250.           Top = 338
  251.           Width = 119
  252.           Height = 13
  253.           Caption = 'Expiration Date and Time'
  254.         end
  255.         object Label31: TLabel
  256.           Left = 8
  257.           Top = 250
  258.           Width = 80
  259.           Height = 13
  260.           Caption = 'Dates and Times'
  261.         end
  262.         object ILabelTxt: TEdit
  263.           Left = 104
  264.           Top = 8
  265.           Width = 289
  266.           Height = 21
  267.           AutoSelect = False
  268.           MaxLength = 32
  269.           OEMConvert = True
  270.           TabOrder = 0
  271.         end
  272.         object ISystemTxt: TEdit
  273.           Left = 104
  274.           Top = 32
  275.           Width = 289
  276.           Height = 21
  277.           AutoSelect = False
  278.           MaxLength = 32
  279.           OEMConvert = True
  280.           TabOrder = 1
  281.         end
  282.         object ISetTxt: TEdit
  283.           Left = 104
  284.           Top = 64
  285.           Width = 289
  286.           Height = 21
  287.           AutoSelect = False
  288.           MaxLength = 128
  289.           OEMConvert = True
  290.           TabOrder = 2
  291.         end
  292.         object IPublisherTxt: TEdit
  293.           Left = 104
  294.           Top = 88
  295.           Width = 289
  296.           Height = 21
  297.           AutoSelect = False
  298.           MaxLength = 128
  299.           OEMConvert = True
  300.           TabOrder = 3
  301.         end
  302.         object IPreparerTxt: TEdit
  303.           Left = 104
  304.           Top = 112
  305.           Width = 289
  306.           Height = 21
  307.           AutoSelect = False
  308.           MaxLength = 128
  309.           OEMConvert = True
  310.           TabOrder = 4
  311.         end
  312.         object IApplicationTxt: TEdit
  313.           Left = 104
  314.           Top = 136
  315.           Width = 289
  316.           Height = 21
  317.           AutoSelect = False
  318.           MaxLength = 128
  319.           OEMConvert = True
  320.           TabOrder = 5
  321.         end
  322.         object ICopyrightTxt: TEdit
  323.           Left = 104
  324.           Top = 168
  325.           Width = 289
  326.           Height = 21
  327.           AutoSelect = False
  328.           MaxLength = 37
  329.           OEMConvert = True
  330.           TabOrder = 6
  331.         end
  332.         object IAbstractTxt: TEdit
  333.           Left = 104
  334.           Top = 192
  335.           Width = 289
  336.           Height = 21
  337.           AutoSelect = False
  338.           MaxLength = 37
  339.           OEMConvert = True
  340.           TabOrder = 7
  341.         end
  342.         object IBibliographicTxt: TEdit
  343.           Left = 104
  344.           Top = 216
  345.           Width = 289
  346.           Height = 21
  347.           AutoSelect = False
  348.           MaxLength = 37
  349.           OEMConvert = True
  350.           TabOrder = 8
  351.         end
  352.         object CopyToJBt: TButton
  353.           Left = 195
  354.           Top = 376
  355.           Width = 209
  356.           Height = 25
  357.           Caption = 'Copy fields to Joliet Volume Descriptor'
  358.           TabOrder = 16
  359.           OnClick = CopyToJBtClick
  360.         end
  361.         object ICreationTime: TDateTimePicker
  362.           Left = 296
  363.           Top = 264
  364.           Width = 97
  365.           Height = 21
  366.           CalAlignment = dtaLeft
  367.           Date = 0.508212037035264100
  368.           Time = 0.508212037035264100
  369.           ShowCheckbox = True
  370.           DateFormat = dfShort
  371.           DateMode = dmUpDown
  372.           Kind = dtkTime
  373.           ParseInput = False
  374.           ParentShowHint = False
  375.           ShowHint = True
  376.           TabOrder = 9
  377.           OnChange = DateChange
  378.         end
  379.         object IModificationDate: TDateTimePicker
  380.           Left = 168
  381.           Top = 288
  382.           Width = 105
  383.           Height = 21
  384.           CalAlignment = dtaLeft
  385.           Date = 36528.000000000000000000
  386.           Time = 36528.000000000000000000
  387.           ShowCheckbox = True
  388.           Checked = False
  389.           DateFormat = dfShort
  390.           DateMode = dmComboBox
  391.           Kind = dtkDate
  392.           ParseInput = False
  393.           ParentShowHint = False
  394.           ShowHint = True
  395.           TabOrder = 10
  396.           OnChange = DateChange
  397.           OnKeyPress = DateKeyPress
  398.         end
  399.         object IModificationTime: TDateTimePicker
  400.           Left = 296
  401.           Top = 288
  402.           Width = 97
  403.           Height = 21
  404.           CalAlignment = dtaLeft
  405.           Date = 0.508212037035264100
  406.           Time = 0.508212037035264100
  407.           ShowCheckbox = True
  408.           DateFormat = dfShort
  409.           DateMode = dmUpDown
  410.           Kind = dtkTime
  411.           ParseInput = False
  412.           ParentShowHint = False
  413.           ShowHint = True
  414.           TabOrder = 11
  415.           OnChange = DateChange
  416.         end
  417.         object IEffectiveTime: TDateTimePicker
  418.           Left = 296
  419.           Top = 312
  420.           Width = 97
  421.           Height = 21
  422.           CalAlignment = dtaLeft
  423.           Date = 0.508212037035264100
  424.           Time = 0.508212037035264100
  425.           ShowCheckbox = True
  426.           DateFormat = dfShort
  427.           DateMode = dmUpDown
  428.           Kind = dtkTime
  429.           ParseInput = False
  430.           ParentShowHint = False
  431.           ShowHint = True
  432.           TabOrder = 13
  433.           OnChange = DateChange
  434.         end
  435.         object IEffectiveDate: TDateTimePicker
  436.           Left = 168
  437.           Top = 312
  438.           Width = 105
  439.           Height = 21
  440.           CalAlignment = dtaLeft
  441.           Date = 36528.000000000000000000
  442.           Time = 36528.000000000000000000
  443.           ShowCheckbox = True
  444.           Checked = False
  445.           DateFormat = dfShort
  446.           DateMode = dmComboBox
  447.           Kind = dtkDate
  448.           ParseInput = False
  449.           ParentShowHint = False
  450.           ShowHint = True
  451.           TabOrder = 12
  452.           OnChange = DateChange
  453.           OnKeyPress = DateKeyPress
  454.         end
  455.         object IExpirationTime: TDateTimePicker
  456.           Left = 296
  457.           Top = 336
  458.           Width = 97
  459.           Height = 21
  460.           CalAlignment = dtaLeft
  461.           Date = 0.508212037035264100
  462.           Time = 0.508212037035264100
  463.           ShowCheckbox = True
  464.           DateFormat = dfShort
  465.           DateMode = dmUpDown
  466.           Kind = dtkTime
  467.           ParseInput = False
  468.           ParentShowHint = False
  469.           ShowHint = True
  470.           TabOrder = 15
  471.           OnChange = DateChange
  472.         end
  473.         object IExpirationDate: TDateTimePicker
  474.           Left = 168
  475.           Top = 336
  476.           Width = 105
  477.           Height = 21
  478.           CalAlignment = dtaLeft
  479.           Date = 36528.000000000000000000
  480.           Time = 36528.000000000000000000
  481.           ShowCheckbox = True
  482.           Checked = False
  483.           DateFormat = dfShort
  484.           DateMode = dmComboBox
  485.           Kind = dtkDate
  486.           ParseInput = False
  487.           ParentShowHint = False
  488.           ShowHint = True
  489.           TabOrder = 14
  490.           OnChange = DateChange
  491.           OnKeyPress = DateKeyPress
  492.         end
  493.         object ICreationDate: TDateTimePicker
  494.           Left = 168
  495.           Top = 264
  496.           Width = 105
  497.           Height = 21
  498.           CalAlignment = dtaLeft
  499.           Date = 36925.430885300930000000
  500.           Time = 36925.430885300930000000
  501.           ShowCheckbox = True
  502.           Checked = False
  503.           DateFormat = dfShort
  504.           DateMode = dmComboBox
  505.           Kind = dtkDate
  506.           ParseInput = False
  507.           TabOrder = 17
  508.           OnChange = DateChange
  509.           OnKeyPress = DateKeyPress
  510.         end
  511.       end
  512.       object tabJoliet: TTabSheet
  513.         Caption = 'Joliet descriptor'
  514.         object Bevel3: TBevel
  515.           Left = 3
  516.           Top = 256
  517.           Width = 401
  518.           Height = 113
  519.           Shape = bsFrame
  520.         end
  521.         object Label42: TLabel
  522.           Left = 8
  523.           Top = 250
  524.           Width = 80
  525.           Height = 13
  526.           Caption = 'Dates and Times'
  527.         end
  528.         object Label37: TLabel
  529.           Left = 8
  530.           Top = 218
  531.           Width = 79
  532.           Height = 13
  533.           Caption = 'Bibliographic File'
  534.         end
  535.         object Label38: TLabel
  536.           Left = 8
  537.           Top = 194
  538.           Width = 58
  539.           Height = 13
  540.           Caption = 'Abstract File'
  541.         end
  542.         object Label39: TLabel
  543.           Left = 8
  544.           Top = 170
  545.           Width = 63
  546.           Height = 13
  547.           Caption = 'Copyright File'
  548.         end
  549.         object Label40: TLabel
  550.           Left = 8
  551.           Top = 138
  552.           Width = 83
  553.           Height = 13
  554.           Caption = 'Application Name'
  555.         end
  556.         object Label41: TLabel
  557.           Left = 8
  558.           Top = 114
  559.           Width = 71
  560.           Height = 13
  561.           Caption = 'Preparer Name'
  562.         end
  563.         object Label43: TLabel
  564.           Left = 8
  565.           Top = 90
  566.           Width = 74
  567.           Height = 13
  568.           Caption = 'Publisher Name'
  569.         end
  570.         object Label44: TLabel
  571.           Left = 8
  572.           Top = 66
  573.           Width = 85
  574.           Height = 13
  575.           Caption = 'Volume Set Name'
  576.         end
  577.         object Label45: TLabel
  578.           Left = 8
  579.           Top = 34
  580.           Width = 48
  581.           Height = 13
  582.           Caption = 'System ID'
  583.         end
  584.         object Label46: TLabel
  585.           Left = 8
  586.           Top = 10
  587.           Width = 64
  588.           Height = 13
  589.           Caption = 'Volume Label'
  590.         end
  591.         object Label14: TLabel
  592.           Left = 16
  593.           Top = 266
  594.           Width = 112
  595.           Height = 13
  596.           Caption = 'Creation Date and Time'
  597.         end
  598.         object Label15: TLabel
  599.           Left = 16
  600.           Top = 290
  601.           Width = 130
  602.           Height = 13
  603.           Caption = 'Modification Date and Time'
  604.         end
  605.         object Label33: TLabel
  606.           Left = 16
  607.           Top = 314
  608.           Width = 115
  609.           Height = 13
  610.           Caption = 'Effective Date and Time'
  611.         end
  612.         object Label34: TLabel
  613.           Left = 16
  614.           Top = 338
  615.           Width = 119
  616.           Height = 13
  617.           Caption = 'Expiration Date and Time'
  618.         end
  619.         object JLabelTxt: TEdit
  620.           Left = 104
  621.           Top = 8
  622.           Width = 289
  623.           Height = 21
  624.           AutoSelect = False
  625.           MaxLength = 16
  626.           TabOrder = 0
  627.         end
  628.         object JSystemTxt: TEdit
  629.           Left = 104
  630.           Top = 32
  631.           Width = 289
  632.           Height = 21
  633.           AutoSelect = False
  634.           MaxLength = 16
  635.           TabOrder = 1
  636.         end
  637.         object JSetTxt: TEdit
  638.           Left = 104
  639.           Top = 64
  640.           Width = 289
  641.           Height = 21
  642.           AutoSelect = False
  643.           MaxLength = 64
  644.           TabOrder = 2
  645.         end
  646.         object JPublisherTxt: TEdit
  647.           Left = 104
  648.           Top = 88
  649.           Width = 289
  650.           Height = 21
  651.           AutoSelect = False
  652.           MaxLength = 64
  653.           TabOrder = 3
  654.         end
  655.         object JPreparerTxt: TEdit
  656.           Left = 104
  657.           Top = 112
  658.           Width = 289
  659.           Height = 21
  660.           AutoSelect = False
  661.           MaxLength = 64
  662.           TabOrder = 4
  663.         end
  664.         object JApplicationTxt: TEdit
  665.           Left = 104
  666.           Top = 136
  667.           Width = 289
  668.           Height = 21
  669.           AutoSelect = False
  670.           MaxLength = 64
  671.           TabOrder = 5
  672.         end
  673.         object JCopyrightTxt: TEdit
  674.           Left = 104
  675.           Top = 168
  676.           Width = 289
  677.           Height = 21
  678.           AutoSelect = False
  679.           MaxLength = 18
  680.           TabOrder = 6
  681.         end
  682.         object JAbstractTxt: TEdit
  683.           Left = 104
  684.           Top = 192
  685.           Width = 289
  686.           Height = 21
  687.           AutoSelect = False
  688.           MaxLength = 18
  689.           TabOrder = 7
  690.         end
  691.         object JBibliographicTxt: TEdit
  692.           Left = 104
  693.           Top = 216
  694.           Width = 289
  695.           Height = 21
  696.           AutoSelect = False
  697.           MaxLength = 18
  698.           TabOrder = 8
  699.         end
  700.         object CopyToIBt: TButton
  701.           Left = 195
  702.           Top = 376
  703.           Width = 209
  704.           Height = 25
  705.           Caption = 'Copy fields to ISO9660 Volume Descriptor'
  706.           TabOrder = 17
  707.           OnClick = CopyToIBtClick
  708.         end
  709.         object JCreationDate: TDateTimePicker
  710.           Left = 168
  711.           Top = 264
  712.           Width = 105
  713.           Height = 21
  714.           CalAlignment = dtaLeft
  715.           Date = 36528.000000000000000000
  716.           Time = 36528.000000000000000000
  717.           ShowCheckbox = True
  718.           Checked = False
  719.           DateFormat = dfShort
  720.           DateMode = dmComboBox
  721.           Kind = dtkDate
  722.           ParseInput = False
  723.           ParentShowHint = False
  724.           ShowHint = True
  725.           TabOrder = 9
  726.           OnChange = DateChange
  727.           OnKeyPress = DateKeyPress
  728.         end
  729.         object JCreationTime: TDateTimePicker
  730.           Left = 296
  731.           Top = 264
  732.           Width = 97
  733.           Height = 21
  734.           CalAlignment = dtaLeft
  735.           Date = 0.508212037035264100
  736.           Time = 0.508212037035264100
  737.           ShowCheckbox = True
  738.           DateFormat = dfShort
  739.           DateMode = dmUpDown
  740.           Kind = dtkTime
  741.           ParseInput = False
  742.           ParentShowHint = False
  743.           ShowHint = True
  744.           TabOrder = 10
  745.           OnChange = DateChange
  746.         end
  747.         object JModificationTime: TDateTimePicker
  748.           Left = 296
  749.           Top = 288
  750.           Width = 97
  751.           Height = 21
  752.           CalAlignment = dtaLeft
  753.           Date = 0.508212037035264100
  754.           Time = 0.508212037035264100
  755.           ShowCheckbox = True
  756.           DateFormat = dfShort
  757.           DateMode = dmUpDown
  758.           Kind = dtkTime
  759.           ParseInput = False
  760.           ParentShowHint = False
  761.           ShowHint = True
  762.           TabOrder = 12
  763.           OnChange = DateChange
  764.         end
  765.         object JModificationDate: TDateTimePicker
  766.           Left = 168
  767.           Top = 288
  768.           Width = 105
  769.           Height = 21
  770.           CalAlignment = dtaLeft
  771.           Date = 36528.000000000000000000
  772.           Time = 36528.000000000000000000
  773.           ShowCheckbox = True
  774.           Checked = False
  775.           DateFormat = dfShort
  776.           DateMode = dmComboBox
  777.           Kind = dtkDate
  778.           ParseInput = False
  779.           ParentShowHint = False
  780.           ShowHint = True
  781.           TabOrder = 11
  782.           OnChange = DateChange
  783.           OnKeyPress = DateKeyPress
  784.         end
  785.         object JEffectiveDate: TDateTimePicker
  786.           Left = 168
  787.           Top = 312
  788.           Width = 105
  789.           Height = 21
  790.           CalAlignment = dtaLeft
  791.           Date = 36528.000000000000000000
  792.           Time = 36528.000000000000000000
  793.           ShowCheckbox = True
  794.           Checked = False
  795.           DateFormat = dfShort
  796.           DateMode = dmComboBox
  797.           Kind = dtkDate
  798.           ParseInput = False
  799.           ParentShowHint = False
  800.           ShowHint = True
  801.           TabOrder = 13
  802.           OnChange = DateChange
  803.           OnKeyPress = DateKeyPress
  804.         end
  805.         object JEffectiveTime: TDateTimePicker
  806.           Left = 296
  807.           Top = 312
  808.           Width = 97
  809.           Height = 21
  810.           CalAlignment = dtaLeft
  811.           Date = 0.508212037035264100
  812.           Time = 0.508212037035264100
  813.           ShowCheckbox = True
  814.           DateFormat = dfShort
  815.           DateMode = dmUpDown
  816.           Kind = dtkTime
  817.           ParseInput = False
  818.           ParentShowHint = False
  819.           ShowHint = True
  820.           TabOrder = 14
  821.           OnChange = DateChange
  822.         end
  823.         object JExpirationTime: TDateTimePicker
  824.           Left = 296
  825.           Top = 336
  826.           Width = 97
  827.           Height = 21
  828.           CalAlignment = dtaLeft
  829.           Date = 0.508212037035264100
  830.           Time = 0.508212037035264100
  831.           ShowCheckbox = True
  832.           DateFormat = dfShort
  833.           DateMode = dmUpDown
  834.           Kind = dtkTime
  835.           ParseInput = False
  836.           ParentShowHint = False
  837.           ShowHint = True
  838.           TabOrder = 16
  839.           OnChange = DateChange
  840.         end
  841.         object JExpirationDate: TDateTimePicker
  842.           Left = 168
  843.           Top = 336
  844.           Width = 105
  845.           Height = 21
  846.           CalAlignment = dtaLeft
  847.           Date = 36528.000000000000000000
  848.           Time = 36528.000000000000000000
  849.           ShowCheckbox = True
  850.           Checked = False
  851.           DateFormat = dfShort
  852.           DateMode = dmComboBox
  853.           Kind = dtkDate
  854.           ParseInput = False
  855.           ParentShowHint = False
  856.           ShowHint = True
  857.           TabOrder = 15
  858.           OnChange = DateChange
  859.           OnKeyPress = DateKeyPress
  860.         end
  861.       end
  862.       object tabInfo: TTabSheet
  863.         Caption = 'Misc info'
  864.         ImageIndex = 2
  865.         object Bevel9: TBevel
  866.           Left = 304
  867.           Top = 254
  868.           Width = 89
  869.           Height = 18
  870.         end
  871.         object Bevel10: TBevel
  872.           Left = 304
  873.           Top = 222
  874.           Width = 89
  875.           Height = 18
  876.         end
  877.         object Bevel11: TBevel
  878.           Left = 304
  879.           Top = 190
  880.           Width = 89
  881.           Height = 18
  882.         end
  883.         object Label35: TLabel
  884.           Left = 16
  885.           Top = 32
  886.           Width = 83
  887.           Height = 13
  888.           Caption = 'Disc volume label'
  889.         end
  890.         object Label47: TLabel
  891.           Left = 16
  892.           Top = 64
  893.           Width = 68
  894.           Height = 13
  895.           Caption = 'Total disc time'
  896.         end
  897.         object Label48: TLabel
  898.           Left = 16
  899.           Top = 192
  900.           Width = 42
  901.           Height = 13
  902.           Caption = 'Files size'
  903.         end
  904.         object Label49: TLabel
  905.           Left = 16
  906.           Top = 224
  907.           Width = 51
  908.           Height = 13
  909.           Caption = 'Files count'
  910.         end
  911.         object Label50: TLabel
  912.           Left = 16
  913.           Top = 256
  914.           Width = 64
  915.           Height = 13
  916.           Caption = 'Folders count'
  917.         end
  918.         object Label51: TLabel
  919.           Left = 16
  920.           Top = 288
  921.           Width = 67
  922.           Height = 13
  923.           Caption = 'Autorun.inf file'
  924.         end
  925.         object Bevel4: TBevel
  926.           Left = 112
  927.           Top = 30
  928.           Width = 281
  929.           Height = 18
  930.         end
  931.         object VLabel: TLabel
  932.           Left = 120
  933.           Top = 32
  934.           Width = 3
  935.           Height = 13
  936.         end
  937.         object Bevel5: TBevel
  938.           Left = 112
  939.           Top = 62
  940.           Width = 89
  941.           Height = 18
  942.         end
  943.         object Bevel6: TBevel
  944.           Left = 112
  945.           Top = 190
  946.           Width = 89
  947.           Height = 18
  948.         end
  949.         object Bevel7: TBevel
  950.           Left = 112
  951.           Top = 222
  952.           Width = 89
  953.           Height = 18
  954.         end
  955.         object Bevel8: TBevel
  956.           Left = 112
  957.           Top = 254
  958.           Width = 89
  959.           Height = 18
  960.         end
  961.         object DTime: TLabel
  962.           Left = 120
  963.           Top = 64
  964.           Width = 3
  965.           Height = 13
  966.         end
  967.         object TSize: TLabel
  968.           Left = 120
  969.           Top = 192
  970.           Width = 3
  971.           Height = 13
  972.         end
  973.         object FCount: TLabel
  974.           Left = 120
  975.           Top = 224
  976.           Width = 3
  977.           Height = 13
  978.         end
  979.         object DCount: TLabel
  980.           Left = 120
  981.           Top = 256
  982.           Width = 3
  983.           Height = 13
  984.         end
  985.         object Label36: TLabel
  986.           Left = 224
  987.           Top = 192
  988.           Width = 42
  989.           Height = 13
  990.           Caption = 'Files size'
  991.         end
  992.         object Label52: TLabel
  993.           Left = 224
  994.           Top = 224
  995.           Width = 51
  996.           Height = 13
  997.           Caption = 'Files count'
  998.         end
  999.         object Label53: TLabel
  1000.           Left = 224
  1001.           Top = 256
  1002.           Width = 64
  1003.           Height = 13
  1004.           Caption = 'Folders count'
  1005.         end
  1006.         object CSize: TLabel
  1007.           Left = 312
  1008.           Top = 192
  1009.           Width = 3
  1010.           Height = 13
  1011.         end
  1012.         object CFCount: TLabel
  1013.           Left = 312
  1014.           Top = 224
  1015.           Width = 3
  1016.           Height = 13
  1017.         end
  1018.         object CDCount: TLabel
  1019.           Left = 312
  1020.           Top = 256
  1021.           Width = 3
  1022.           Height = 13
  1023.         end
  1024.         object Label57: TLabel
  1025.           Left = 256
  1026.           Top = 160
  1027.           Width = 91
  1028.           Height = 13
  1029.           Caption = 'Current folder totals'
  1030.         end
  1031.         object Label70: TLabel
  1032.           Left = 16
  1033.           Top = 160
  1034.           Width = 110
  1035.           Height = 13
  1036.           Caption = 'Current filesystem totals'
  1037.         end
  1038.         object Label71: TLabel
  1039.           Left = 16
  1040.           Top = 96
  1041.           Width = 85
  1042.           Height = 13
  1043.           Caption = 'Current data track'
  1044.         end
  1045.         object Label72: TLabel
  1046.           Left = 16
  1047.           Top = 128
  1048.           Width = 54
  1049.           Height = 13
  1050.           Caption = 'Size (bytes)'
  1051.         end
  1052.         object Bevel25: TBevel
  1053.           Left = 112
  1054.           Top = 126
  1055.           Width = 89
  1056.           Height = 18
  1057.         end
  1058.         object TBytes: TLabel
  1059.           Left = 120
  1060.           Top = 128
  1061.           Width = 3
  1062.           Height = 13
  1063.         end
  1064.         object Bevel26: TBevel
  1065.           Left = 304
  1066.           Top = 126
  1067.           Width = 89
  1068.           Height = 18
  1069.         end
  1070.         object TMSF: TLabel
  1071.           Left = 312
  1072.           Top = 128
  1073.           Width = 3
  1074.           Height = 13
  1075.         end
  1076.         object Label75: TLabel
  1077.           Left = 224
  1078.           Top = 128
  1079.           Width = 57
  1080.           Height = 13
  1081.           Caption = 'Size (M:S:F)'
  1082.         end
  1083.         object AutorunFile: TMemo
  1084.           Left = 16
  1085.           Top = 304
  1086.           Width = 377
  1087.           Height = 89
  1088.           ReadOnly = True
  1089.           ScrollBars = ssBoth
  1090.           TabOrder = 0
  1091.           WordWrap = False
  1092.           OnKeyPress = AutorunFileKeyPress
  1093.         end
  1094.       end
  1095.       object tabBoot: TTabSheet
  1096.         Caption = 'Boot Record'
  1097.         ImageIndex = 3
  1098.         object Bevel24: TBevel
  1099.           Left = 112
  1100.           Top = 214
  1101.           Width = 281
  1102.           Height = 18
  1103.         end
  1104.         object Bevel20: TBevel
  1105.           Left = 8
  1106.           Top = 104
  1107.           Width = 393
  1108.           Height = 233
  1109.           Shape = bsFrame
  1110.         end
  1111.         object Bevel18: TBevel
  1112.           Left = 8
  1113.           Top = 16
  1114.           Width = 393
  1115.           Height = 73
  1116.           Shape = bsFrame
  1117.         end
  1118.         object Label54: TLabel
  1119.           Left = 16
  1120.           Top = 32
  1121.           Width = 39
  1122.           Height = 13
  1123.           Caption = 'ID string'
  1124.         end
  1125.         object Bevel12: TBevel
  1126.           Left = 112
  1127.           Top = 30
  1128.           Width = 281
  1129.           Height = 18
  1130.         end
  1131.         object Label55: TLabel
  1132.           Left = 16
  1133.           Top = 64
  1134.           Width = 52
  1135.           Height = 13
  1136.           Caption = 'Platform ID'
  1137.         end
  1138.         object Bevel13: TBevel
  1139.           Left = 112
  1140.           Top = 62
  1141.           Width = 89
  1142.           Height = 18
  1143.         end
  1144.         object Label56: TLabel
  1145.           Left = 16
  1146.           Top = 248
  1147.           Width = 76
  1148.           Height = 13
  1149.           Caption = 'Boot media type'
  1150.         end
  1151.         object Bevel14: TBevel
  1152.           Left = 112
  1153.           Top = 246
  1154.           Width = 89
  1155.           Height = 18
  1156.         end
  1157.         object Label58: TLabel
  1158.           Left = 16
  1159.           Top = 280
  1160.           Width = 67
  1161.           Height = 13
  1162.           Caption = 'Load segment'
  1163.         end
  1164.         object Bevel15: TBevel
  1165.           Left = 112
  1166.           Top = 278
  1167.           Width = 89
  1168.           Height = 18
  1169.         end
  1170.         object Label59: TLabel
  1171.           Left = 224
  1172.           Top = 248
  1173.           Width = 49
  1174.           Height = 13
  1175.           Caption = 'Load RBA'
  1176.         end
  1177.         object Bevel16: TBevel
  1178.           Left = 304
  1179.           Top = 246
  1180.           Width = 89
  1181.           Height = 18
  1182.         end
  1183.         object Label60: TLabel
  1184.           Left = 224
  1185.           Top = 280
  1186.           Width = 61
  1187.           Height = 13
  1188.           Caption = 'Sector count'
  1189.         end
  1190.         object Bevel17: TBevel
  1191.           Left = 304
  1192.           Top = 278
  1193.           Width = 89
  1194.           Height = 18
  1195.         end
  1196.         object BootIdString: TLabel
  1197.           Left = 120
  1198.           Top = 32
  1199.           Width = 3
  1200.           Height = 13
  1201.         end
  1202.         object BootPlatform: TLabel
  1203.           Left = 120
  1204.           Top = 64
  1205.           Width = 3
  1206.           Height = 13
  1207.         end
  1208.         object BootSegment: TLabel
  1209.           Left = 120
  1210.           Top = 280
  1211.           Width = 3
  1212.           Height = 13
  1213.         end
  1214.         object BootLoad: TLabel
  1215.           Left = 312
  1216.           Top = 248
  1217.           Width = 3
  1218.           Height = 13
  1219.         end
  1220.         object BootCount: TLabel
  1221.           Left = 312
  1222.           Top = 280
  1223.           Width = 3
  1224.           Height = 13
  1225.         end
  1226.         object Label61: TLabel
  1227.           Left = 16
  1228.           Top = 10
  1229.           Width = 72
  1230.           Height = 13
  1231.           Caption = 'Validation entry'
  1232.         end
  1233.         object Label62: TLabel
  1234.           Left = 224
  1235.           Top = 64
  1236.           Width = 50
  1237.           Height = 13
  1238.           Caption = 'Checksum'
  1239.         end
  1240.         object Bevel19: TBevel
  1241.           Left = 304
  1242.           Top = 62
  1243.           Width = 89
  1244.           Height = 18
  1245.         end
  1246.         object BootChecksum: TLabel
  1247.           Left = 312
  1248.           Top = 64
  1249.           Width = 3
  1250.           Height = 13
  1251.         end
  1252.         object BootMedia: TLabel
  1253.           Left = 120
  1254.           Top = 248
  1255.           Width = 3
  1256.           Height = 13
  1257.         end
  1258.         object Label64: TLabel
  1259.           Left = 16
  1260.           Top = 98
  1261.           Width = 143
  1262.           Height = 13
  1263.           Caption = 'Sections and their boot entries'
  1264.         end
  1265.         object Label67: TLabel
  1266.           Left = 16
  1267.           Top = 312
  1268.           Width = 57
  1269.           Height = 13
  1270.           Caption = 'System type'
  1271.         end
  1272.         object Bevel22: TBevel
  1273.           Left = 112
  1274.           Top = 310
  1275.           Width = 89
  1276.           Height = 18
  1277.         end
  1278.         object BootSystemType: TLabel
  1279.           Left = 120
  1280.           Top = 312
  1281.           Width = 3
  1282.           Height = 13
  1283.         end
  1284.         object Label66: TLabel
  1285.           Left = 16
  1286.           Top = 184
  1287.           Width = 56
  1288.           Height = 13
  1289.           Caption = 'Boot entries'
  1290.         end
  1291.         object Label65: TLabel
  1292.           Left = 16
  1293.           Top = 120
  1294.           Width = 41
  1295.           Height = 13
  1296.           Caption = 'Sections'
  1297.         end
  1298.         object Label63: TLabel
  1299.           Left = 224
  1300.           Top = 312
  1301.           Width = 42
  1302.           Height = 13
  1303.           Caption = 'Bootable'
  1304.         end
  1305.         object Bevel21: TBevel
  1306.           Left = 304
  1307.           Top = 310
  1308.           Width = 89
  1309.           Height = 18
  1310.         end
  1311.         object BootBootable: TLabel
  1312.           Left = 312
  1313.           Top = 312
  1314.           Width = 3
  1315.           Height = 13
  1316.         end
  1317.         object Label68: TLabel
  1318.           Left = 16
  1319.           Top = 152
  1320.           Width = 90
  1321.           Height = 13
  1322.           Caption = 'Section platform ID'
  1323.         end
  1324.         object Bevel23: TBevel
  1325.           Left = 112
  1326.           Top = 150
  1327.           Width = 89
  1328.           Height = 18
  1329.         end
  1330.         object BootPlatform2: TLabel
  1331.           Left = 120
  1332.           Top = 152
  1333.           Width = 3
  1334.           Height = 13
  1335.         end
  1336.         object Label69: TLabel
  1337.           Left = 16
  1338.           Top = 216
  1339.           Width = 55
  1340.           Height = 13
  1341.           Caption = 'Criteria type'
  1342.         end
  1343.         object BootCriteria: TLabel
  1344.           Left = 120
  1345.           Top = 216
  1346.           Width = 3
  1347.           Height = 13
  1348.         end
  1349.         object BootEntries: TComboBox
  1350.           Left = 112
  1351.           Top = 181
  1352.           Width = 281
  1353.           Height = 21
  1354.           Style = csDropDownList
  1355.           ItemHeight = 0
  1356.           TabOrder = 0
  1357.           OnChange = BootEntriesChange
  1358.         end
  1359.         object BootSections: TComboBox
  1360.           Left = 112
  1361.           Top = 117
  1362.           Width = 281
  1363.           Height = 21
  1364.           Style = csDropDownList
  1365.           ItemHeight = 0
  1366.           TabOrder = 1
  1367.           OnChange = BootSectionsChange
  1368.         end
  1369.         object SaveBtn: TButton
  1370.           Left = 240
  1371.           Top = 360
  1372.           Width = 161
  1373.           Height = 25
  1374.           Caption = 'Save boot image'
  1375.           TabOrder = 2
  1376.           OnClick = SaveBtnClick
  1377.         end
  1378.       end
  1379.     end
  1380.   end
  1381.   object Panel2: TPanel
  1382.     Left = 0
  1383.     Top = 444
  1384.     Width = 427
  1385.     Height = 38
  1386.     Align = alBottom
  1387.     BevelOuter = bvNone
  1388.     ParentColor = True
  1389.     TabOrder = 1
  1390.     object OKBtn: TButton
  1391.       Left = 251
  1392.       Top = 2
  1393.       Width = 75
  1394.       Height = 25
  1395.       Caption = 'OK'
  1396.       Default = True
  1397.       TabOrder = 0
  1398.       OnClick = OKBtnClick
  1399.     end
  1400.     object CancelBtn: TButton
  1401.       Left = 339
  1402.       Top = 2
  1403.       Width = 75
  1404.       Height = 25
  1405.       Cancel = True
  1406.       Caption = 'Cancel'
  1407.       ModalResult = 2
  1408.       TabOrder = 1
  1409.     end
  1410.   end
  1411. end
  1412.