home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / zabezpeceni / cdcheck / CDCheckSetup.exe / CDCheck.exe / 0 / RCDATA / TFRMCDINFO / TFRMCDINFO.txt
Text File  |  2006-07-03  |  15KB  |  526 lines

  1. object FrmCDInfo: TFrmCDInfo
  2.   Left = 333
  3.   Top = 143
  4.   BorderStyle = bsDialog
  5.   Caption = 'CD Info'
  6.   ClientHeight = 572
  7.   ClientWidth = 621
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnCloseQuery = FormCloseQuery
  20.   OnKeyDown = FormKeyDown
  21.   OnResize = FormResize
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PageControl1: TPageControl
  25.     Left = 0
  26.     Top = 0
  27.     Width = 621
  28.     Height = 545
  29.     ActivePage = TabMedia
  30.     Align = alClient
  31.     TabOrder = 0
  32.     OnChange = PageControl1Change
  33.     object TabMedia: TTabSheet
  34.       Caption = 'Media information'
  35.       object MLblInfoDevice: TLabel
  36.         Left = 8
  37.         Top = 8
  38.         Width = 142
  39.         Height = 13
  40.         Caption = 'Information about media'
  41.         Font.Charset = DEFAULT_CHARSET
  42.         Font.Color = clWindowText
  43.         Font.Height = -11
  44.         Font.Name = 'MS Shell Dlg 2'
  45.         Font.Style = [fsBold]
  46.         ParentFont = False
  47.       end
  48.       object MLblMedias: TLabel
  49.         Left = 8
  50.         Top = 256
  51.         Width = 268
  52.         Height = 13
  53.         Caption = 'All media from the manufacturer(s) of this type'
  54.         Font.Charset = DEFAULT_CHARSET
  55.         Font.Color = clWindowText
  56.         Font.Height = -11
  57.         Font.Name = 'MS Shell Dlg 2'
  58.         Font.Style = [fsBold]
  59.         ParentFont = False
  60.       end
  61.       object MLblMediaAdd: TLabel
  62.         Left = 8
  63.         Top = 392
  64.         Width = 204
  65.         Height = 13
  66.         Caption = 'Additional information about selected media'
  67.       end
  68.       object MMemo1: TMemo
  69.         Tag = 255
  70.         Left = 8
  71.         Top = 24
  72.         Width = 433
  73.         Height = 217
  74.         Anchors = [akLeft, akTop, akRight]
  75.         Ctl3D = False
  76.         Lines.Strings = (
  77.           'Indicative Target Writing Power: 3mW'
  78.           'Unrestricted Use Disc: no'
  79.           'Disc type: 1 (CD-RW / DDCD-RW)'
  80.           'Disc sub type: 1 (High speed ReWriteable (CLV/CAV) Media)'
  81.           'Start Time of Lead-in: M: 97 S: 22 F: 60'
  82.           'Last Possible Start Time of Lead-out: M: 79 S: 59 F: 74'
  83.           'Capacity: 703 MB (736.970.752 bytes) / 79:59.55 / LBA: 359.849'
  84.           'Reference Speed: 3 (8X)'
  85.           'Highest Usable CLV Recording Speed: 4 (>8X)'
  86.           'Lowest Usable CLV Recording Speed: 2 (4X)'
  87.           'Target y value of the Modulation/Power function: 5'
  88.           'Power Multiplication Factor p field: 1'
  89.           'Recommended Erase/Write Power Ratio (Peo/Weo) field: 5')
  90.         ParentCtl3D = False
  91.         ReadOnly = True
  92.         ScrollBars = ssVertical
  93.         TabOrder = 0
  94.         WordWrap = False
  95.       end
  96.       object MMemo2: TMemo
  97.         Tag = 255
  98.         Left = 8
  99.         Top = 408
  100.         Width = 433
  101.         Height = 97
  102.         Anchors = [akLeft, akTop, akRight, akBottom]
  103.         Ctl3D = False
  104.         ParentCtl3D = False
  105.         ReadOnly = True
  106.         TabOrder = 1
  107.       end
  108.       object MLBMedia: TListBox
  109.         Tag = 255
  110.         Left = 9
  111.         Top = 272
  112.         Width = 432
  113.         Height = 87
  114.         Anchors = [akLeft, akTop, akBottom]
  115.         Ctl3D = False
  116.         ExtendedSelect = False
  117.         ItemHeight = 13
  118.         ParentCtl3D = False
  119.         TabOrder = 2
  120.         OnClick = MLBMediaClick
  121.         OnDblClick = MLBMediaDblClick
  122.       end
  123.       object MBtnEditManuf: TButton
  124.         Left = 311
  125.         Top = 241
  126.         Width = 130
  127.         Height = 25
  128.         Anchors = [akTop, akRight]
  129.         Caption = 'Edit manufacturers'
  130.         TabOrder = 3
  131.         OnClick = MBtnEditManufClick
  132.       end
  133.       object MBtnLifeSpan: TButton
  134.         Left = 447
  135.         Top = 500
  136.         Width = 166
  137.         Height = 17
  138.         Anchors = [akLeft, akBottom]
  139.         Caption = 'Comments on life span of CDs'
  140.         TabOrder = 4
  141.         OnClick = MBtnLifeSpanClick
  142.       end
  143.       object MGBoxRating: TGroupBox
  144.         Left = 448
  145.         Top = 16
  146.         Width = 161
  147.         Height = 169
  148.         Caption = 'Rating'
  149.         Font.Charset = DEFAULT_CHARSET
  150.         Font.Color = clWindowText
  151.         Font.Height = -11
  152.         Font.Name = 'MS Sans Serif'
  153.         Font.Style = [fsBold]
  154.         ParentFont = False
  155.         TabOrder = 5
  156.         object MLblRManuf: TLabel
  157.           Left = 7
  158.           Top = 17
  159.           Width = 94
  160.           Height = 13
  161.           Caption = 'Manufacturer(s):'
  162.         end
  163.         object MLblRMedia: TLabel
  164.           Left = 8
  165.           Top = 42
  166.           Width = 92
  167.           Height = 13
  168.           Caption = 'Selected media:'
  169.         end
  170.         object MRGMediaVote: TRadioGroup
  171.           Tag = 255
  172.           Left = 8
  173.           Top = 72
  174.           Width = 145
  175.           Height = 81
  176.           Caption = 'Your media rating'
  177.           Color = clBtnFace
  178.           Ctl3D = True
  179.           Font.Charset = DEFAULT_CHARSET
  180.           Font.Color = clWindowText
  181.           Font.Height = -11
  182.           Font.Name = 'MS Sans Serif'
  183.           Font.Style = []
  184.           Items.Strings = (
  185.             'Good'
  186.             'Average'
  187.             'Bad')
  188.           ParentColor = False
  189.           ParentCtl3D = False
  190.           ParentFont = False
  191.           TabOrder = 0
  192.           OnClick = MRGMediaVoteClick
  193.         end
  194.         object MPnl1: TPanel
  195.           Left = 136
  196.           Top = 17
  197.           Width = 17
  198.           Height = 16
  199.           TabOrder = 1
  200.         end
  201.         object MPnl2: TPanel
  202.           Left = 136
  203.           Top = 41
  204.           Width = 17
  205.           Height = 16
  206.           TabOrder = 2
  207.         end
  208.       end
  209.       object MGBoxRLegend: TGroupBox
  210.         Left = 448
  211.         Top = 192
  212.         Width = 161
  213.         Height = 129
  214.         Caption = 'Rating legend'
  215.         Font.Charset = DEFAULT_CHARSET
  216.         Font.Color = clWindowText
  217.         Font.Height = -11
  218.         Font.Name = 'MS Sans Serif'
  219.         Font.Style = [fsBold]
  220.         ParentFont = False
  221.         TabOrder = 6
  222.         object MLblRLGood: TLabel
  223.           Left = 32
  224.           Top = 18
  225.           Width = 26
  226.           Height = 13
  227.           Caption = 'Good'
  228.           Font.Charset = DEFAULT_CHARSET
  229.           Font.Color = clWindowText
  230.           Font.Height = -11
  231.           Font.Name = 'MS Sans Serif'
  232.           Font.Style = []
  233.           ParentFont = False
  234.         end
  235.         object MLblRLAvg: TLabel
  236.           Left = 32
  237.           Top = 44
  238.           Width = 40
  239.           Height = 13
  240.           Caption = 'Average'
  241.           Font.Charset = DEFAULT_CHARSET
  242.           Font.Color = clWindowText
  243.           Font.Height = -11
  244.           Font.Name = 'MS Sans Serif'
  245.           Font.Style = []
  246.           ParentFont = False
  247.         end
  248.         object MLblRLBad: TLabel
  249.           Left = 32
  250.           Top = 69
  251.           Width = 19
  252.           Height = 13
  253.           Caption = 'Bad'
  254.           Font.Charset = DEFAULT_CHARSET
  255.           Font.Color = clWindowText
  256.           Font.Height = -11
  257.           Font.Name = 'MS Sans Serif'
  258.           Font.Style = []
  259.           ParentFont = False
  260.         end
  261.         object MLblRLNA: TLabel
  262.           Left = 32
  263.           Top = 95
  264.           Width = 68
  265.           Height = 13
  266.           Caption = 'No information'
  267.           Font.Charset = DEFAULT_CHARSET
  268.           Font.Color = clWindowText
  269.           Font.Height = -11
  270.           Font.Name = 'MS Sans Serif'
  271.           Font.Style = []
  272.           ParentFont = False
  273.         end
  274.         object PnlRed: TPanel
  275.           Left = 8
  276.           Top = 68
  277.           Width = 17
  278.           Height = 17
  279.           Color = clRed
  280.           TabOrder = 0
  281.         end
  282.         object PnlYellow: TPanel
  283.           Left = 8
  284.           Top = 43
  285.           Width = 17
  286.           Height = 17
  287.           Color = clYellow
  288.           TabOrder = 1
  289.         end
  290.         object PnlGreen: TPanel
  291.           Left = 8
  292.           Top = 17
  293.           Width = 17
  294.           Height = 16
  295.           Color = clLime
  296.           TabOrder = 2
  297.         end
  298.         object Panel4: TPanel
  299.           Left = 8
  300.           Top = 94
  301.           Width = 17
  302.           Height = 17
  303.           TabOrder = 3
  304.         end
  305.       end
  306.       object MGBoxSync: TGroupBox
  307.         Left = 448
  308.         Top = 336
  309.         Width = 161
  310.         Height = 161
  311.         Caption = 'Internet synchronization'
  312.         Font.Charset = DEFAULT_CHARSET
  313.         Font.Color = clWindowText
  314.         Font.Height = -11
  315.         Font.Name = 'MS Sans Serif'
  316.         Font.Style = [fsBold]
  317.         ParentFont = False
  318.         TabOrder = 7
  319.         object MBtnSync: TSpeedButton
  320.           Left = 8
  321.           Top = 19
  322.           Width = 146
  323.           Height = 22
  324.           Anchors = [akTop, akRight]
  325.           Caption = 'Sync. with internet'
  326.           Flat = True
  327.           Font.Charset = DEFAULT_CHARSET
  328.           Font.Color = clWindowText
  329.           Font.Height = -11
  330.           Font.Name = 'MS Sans Serif'
  331.           Font.Style = []
  332.           Glyph.Data = {
  333.             5A010000424D5A01000000000000760000002800000013000000130000000100
  334.             040000000000E400000000000000000000001000000010000000000000000000
  335.             80000080000000808000800000008000800080800000C0C0C000808080000000
  336.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777888888888
  337.             888888800000774444444444444444800000774F7774F7774F7774800000774F
  338.             7774F7774F7774800000774F7774F7774F7774800000774FFFF4FFFF4FFFF480
  339.             0000774444444444444444800000774F7774F7774F7774807901774F7774F777
  340.             4F7774821300774F444444774F7774800000774F4F7774FF4FFFF47000007744
  341.             4F77744444444470000077774F77747777777770000077774FFFF47770777770
  342.             0000777744444477770777700000700077777777777070700000770077777777
  343.             777700700000707077777777777000700000077777777777777777700000}
  344.           ParentFont = False
  345.           OnClick = MBtnSyncClick
  346.         end
  347.         object MLStatus: TLabel
  348.           Left = 7
  349.           Top = 73
  350.           Width = 146
  351.           Height = 40
  352.           AutoSize = False
  353.           Caption = '/'
  354.           Font.Charset = DEFAULT_CHARSET
  355.           Font.Color = clWindowText
  356.           Font.Height = -11
  357.           Font.Name = 'MS Sans Serif'
  358.           Font.Style = []
  359.           ParentFont = False
  360.           WordWrap = True
  361.         end
  362.         object MLLblSyncStat: TLabel
  363.           Left = 7
  364.           Top = 57
  365.           Width = 61
  366.           Height = 13
  367.           Caption = 'Sync. status:'
  368.           Font.Charset = DEFAULT_CHARSET
  369.           Font.Color = clWindowText
  370.           Font.Height = -11
  371.           Font.Name = 'MS Sans Serif'
  372.           Font.Style = []
  373.           ParentFont = False
  374.         end
  375.         object MLLblSyncLog: TLabel
  376.           Left = 7
  377.           Top = 113
  378.           Width = 79
  379.           Height = 13
  380.           Caption = 'Server sync. log:'
  381.           Font.Charset = DEFAULT_CHARSET
  382.           Font.Color = clWindowText
  383.           Font.Height = -11
  384.           Font.Name = 'MS Sans Serif'
  385.           Font.Style = []
  386.           ParentFont = False
  387.         end
  388.         object CBSync: TComboBox
  389.           Tag = 255
  390.           Left = 8
  391.           Top = 128
  392.           Width = 145
  393.           Height = 21
  394.           Style = csDropDownList
  395.           Font.Charset = DEFAULT_CHARSET
  396.           Font.Color = clWindowText
  397.           Font.Height = -11
  398.           Font.Name = 'MS Sans Serif'
  399.           Font.Style = []
  400.           ItemHeight = 13
  401.           ParentFont = False
  402.           TabOrder = 0
  403.         end
  404.       end
  405.       object MBtnAddMedia: TButton
  406.         Left = 53
  407.         Top = 360
  408.         Width = 130
  409.         Height = 25
  410.         Anchors = [akLeft, akBottom]
  411.         Caption = 'Add media'
  412.         Enabled = False
  413.         TabOrder = 8
  414.         OnClick = MBtnAddMediaClick
  415.       end
  416.       object MBtnEditMedia: TButton
  417.         Left = 182
  418.         Top = 360
  419.         Width = 130
  420.         Height = 25
  421.         Anchors = [akLeft, akBottom]
  422.         Caption = 'Edit media'
  423.         Enabled = False
  424.         TabOrder = 9
  425.         OnClick = MBtnEditMediaClick
  426.       end
  427.       object MBtnRemoveMedia: TButton
  428.         Left = 311
  429.         Top = 360
  430.         Width = 130
  431.         Height = 25
  432.         Anchors = [akLeft, akBottom]
  433.         Caption = 'Remove media'
  434.         Enabled = False
  435.         TabOrder = 10
  436.         OnClick = MBtnRemoveMediaClick
  437.       end
  438.       object MMemoLifeSpan: TMemo
  439.         Left = 344
  440.         Top = 440
  441.         Width = 81
  442.         Height = 57
  443.         Lines.Strings = (
  444.           
  445.             'Information provided is only informative and varies greatly depe' +
  446.             'nding on manufacturer!'
  447.           ''
  448.           
  449.             'Dark, dry, cold storage increases CD life. Silver reflective sur' +
  450.             'face has better reflection while gold reflective surface lasts l' +
  451.             'onger. Rewritable CDs are apropriate only for short term storage' +
  452.             '!'
  453.           ''
  454.           'Dyes:'
  455.           ''
  456.           'A. Phthalocyanine '
  457.           '- 100+ years'
  458.           '- inherently stable, '
  459.           '- on gold with proper storage 200+ years'
  460.           '- color: light green on silver; light yellow/green on gold'
  461.           ''
  462.           'B. Azo'
  463.           '- up to 100 years '
  464.           '- color: very deep blue on silver'
  465.           ''
  466.           'C. Cyanine '
  467.           '- 20-70 years'
  468.           '- chemically unstable alone and must be stabilized'
  469.           '- color: green-blue on gold; blue on silver')
  470.         TabOrder = 11
  471.         Visible = False
  472.         WordWrap = False
  473.       end
  474.     end
  475.     object TabTOC: TTabSheet
  476.       Caption = 'TOC'
  477.       ImageIndex = 1
  478.       TabVisible = False
  479.     end
  480.   end
  481.   object PnlBtns: TPanel
  482.     Left = 0
  483.     Top = 545
  484.     Width = 621
  485.     Height = 27
  486.     Align = alBottom
  487.     BevelOuter = bvNone
  488.     TabOrder = 1
  489.     object BtnOK: TSpeedButton
  490.       Left = 254
  491.       Top = 2
  492.       Width = 80
  493.       Height = 22
  494.       Anchors = [akTop, akRight]
  495.       Caption = 'Continue >>'
  496.       Flat = True
  497.       Font.Charset = DEFAULT_CHARSET
  498.       Font.Color = 8421440
  499.       Font.Height = -11
  500.       Font.Name = 'MS Sans Serif'
  501.       Font.Style = []
  502.       ParentFont = False
  503.       OnClick = BtnOKClick
  504.     end
  505.     object SpdRefresh: TSpeedButton
  506.       Left = 530
  507.       Top = 3
  508.       Width = 88
  509.       Height = 22
  510.       Anchors = [akTop, akRight]
  511.       Caption = 'Refresh'
  512.       Flat = True
  513.       Glyph.Data = {
  514.         F6000000424DF600000000000000760000002800000010000000100000000100
  515.         0400000000008000000000000000000000001000000010000000000000000000
  516.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  517.         FF00C0C0C00000FFFF00FF000000C0C0C000FFFF0000FFFFFF00DA0000000000
  518.         000AAD0FFFFFFFFFFF0DDA0FFFFF2FFFFF0AAD0FFFF22FFFFF0DDA0FFF22222F
  519.         FF0AAD0FFFF22FF2FF0DDA0FFFFF2FF2FF0AAD0FF2FFFFF2FF0DDA0FF2FF2FFF
  520.         FF0AAD0FF2FF22FFFF0DDA0FFF22222FFF0AAD0FFFFF22FFFF0DDA0FFFFF2FF0
  521.         000AAD0FFFFFFFF0F0ADDA0FFFFFFFF00ADAAD0000000000ADAD}
  522.       OnClick = SpdRefreshClick
  523.     end
  524.   end
  525. end
  526.