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

  1. object FrmCDMediaInfo: TFrmCDMediaInfo
  2.   Left = 495
  3.   Top = 422
  4.   BorderStyle = bsDialog
  5.   Caption = 'Media information'
  6.   ClientHeight = 347
  7.   ClientWidth = 379
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   ShowHint = True
  16.   OnActivate = FormActivate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 80
  23.     Width = 96
  24.     Height = 13
  25.     Caption = '*Name (description)'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Shell Dlg 2'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 8
  35.     Top = 104
  36.     Width = 34
  37.     Height = 13
  38.     Caption = 'Vendor'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 8
  42.     Top = 32
  43.     Width = 40
  44.     Height = 13
  45.     Caption = '*Imprint'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Shell Dlg 2'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object Label5: TLabel
  54.     Left = 8
  55.     Top = 152
  56.     Width = 49
  57.     Height = 13
  58.     Caption = 'EAN-Code'
  59.   end
  60.   object Label4: TLabel
  61.     Left = 8
  62.     Top = 128
  63.     Width = 40
  64.     Height = 13
  65.     Caption = 'Package'
  66.   end
  67.   object Label6: TLabel
  68.     Left = 8
  69.     Top = 176
  70.     Width = 49
  71.     Height = 13
  72.     Caption = 'UPC-Code'
  73.   end
  74.   object Label7: TLabel
  75.     Left = 8
  76.     Top = 56
  77.     Width = 36
  78.     Height = 13
  79.     Caption = '*Speed'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'MS Shell Dlg 2'
  84.     Font.Style = []
  85.     ParentFont = False
  86.   end
  87.   object Label8: TLabel
  88.     Left = 8
  89.     Top = 200
  90.     Width = 68
  91.     Height = 13
  92.     Caption = 'Additional info'
  93.   end
  94.   object LblRequired: TLabel
  95.     Left = 8
  96.     Top = 8
  97.     Width = 189
  98.     Height = 13
  99.     Caption = 'Fields marked with * are required'
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clWindowText
  102.     Font.Height = -11
  103.     Font.Name = 'MS Shell Dlg 2'
  104.     Font.Style = [fsBold]
  105.     ParentFont = False
  106.   end
  107.   object LblHint: TLabel
  108.     Left = 8
  109.     Top = 232
  110.     Width = 47
  111.     Height = 13
  112.     Caption = 'Field hint:'
  113.   end
  114.   object PnlBtns: TPanel
  115.     Left = 0
  116.     Top = 320
  117.     Width = 379
  118.     Height = 27
  119.     Align = alBottom
  120.     BevelOuter = bvNone
  121.     TabOrder = 0
  122.     object BtnCancel: TSpeedButton
  123.       Left = 207
  124.       Top = 2
  125.       Width = 80
  126.       Height = 22
  127.       Anchors = [akTop, akRight]
  128.       Caption = '<< Cancel'
  129.       Flat = True
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = 4210816
  132.       Font.Height = -11
  133.       Font.Name = 'MS Sans Serif'
  134.       Font.Style = []
  135.       ParentFont = False
  136.       OnClick = BtnCancelClick
  137.     end
  138.     object BtnOK: TSpeedButton
  139.       Left = 292
  140.       Top = 2
  141.       Width = 80
  142.       Height = 22
  143.       Anchors = [akTop, akRight]
  144.       Caption = 'Save >>'
  145.       Flat = True
  146.       Font.Charset = DEFAULT_CHARSET
  147.       Font.Color = 8421440
  148.       Font.Height = -11
  149.       Font.Name = 'MS Sans Serif'
  150.       Font.Style = []
  151.       ParentFont = False
  152.       OnClick = BtnOKClick
  153.     end
  154.   end
  155.   object CB1: TComboBox
  156.     Tag = 255
  157.     Left = 136
  158.     Top = 80
  159.     Width = 225
  160.     Height = 21
  161.     Hint = 
  162.       'Enter a unique name that describes this particular media among o' +
  163.       'thers from this manufacturer and of this size and type (CDR/CDRW' +
  164.       '...).'#13#10'(e.g.: "Mitsui SG Ultra 24x", "Mitsui Golden dye 16x", "V' +
  165.       'erbatim DataLifePlus 48x")'
  166.     ItemHeight = 13
  167.     TabOrder = 3
  168.     Text = 'CB1'
  169.     OnChange = CB1Change
  170.     OnEnter = CB1Enter
  171.     OnExit = CB1Exit
  172.     OnKeyDown = CB1KeyDown
  173.   end
  174.   object CB2: TComboBox
  175.     Tag = 255
  176.     Left = 136
  177.     Top = 104
  178.     Width = 225
  179.     Height = 21
  180.     Hint = 
  181.       'Enter the actual manufacturer (not necessarily the one printed o' +
  182.       'n the CD/DVD).'#13#10'Usually one of the manufacturers listed under "I' +
  183.       'nformation about media".'
  184.     ItemHeight = 13
  185.     TabOrder = 4
  186.     Text = 'CB2'
  187.     OnChange = CB1Change
  188.     OnEnter = CB1Enter
  189.     OnExit = CB1Exit
  190.     OnKeyDown = CB1KeyDown
  191.   end
  192.   object CB3: TComboBox
  193.     Tag = 255
  194.     Left = 136
  195.     Top = 32
  196.     Width = 225
  197.     Height = 21
  198.     Hint = 
  199.       'The CD/DVD seller name (obviously printed on almost all media e.' +
  200.       'g. Philips, Mitsui, Kodak...)'
  201.     ItemHeight = 13
  202.     TabOrder = 1
  203.     Text = 'CB3'
  204.     OnChange = CB1Change
  205.     OnEnter = CB1Enter
  206.     OnExit = CB1Exit
  207.     OnKeyDown = CB1KeyDown
  208.   end
  209.   object CB4: TComboBox
  210.     Tag = 255
  211.     Left = 136
  212.     Top = 128
  213.     Width = 225
  214.     Height = 21
  215.     Hint = 'e.g. Jewel case, 50 cake...'
  216.     ItemHeight = 13
  217.     TabOrder = 5
  218.     Text = 'CB4'
  219.     OnChange = CB1Change
  220.     OnEnter = CB1Enter
  221.     OnExit = CB1Exit
  222.     OnKeyDown = CB1KeyDown
  223.   end
  224.   object CB5: TComboBox
  225.     Tag = 255
  226.     Left = 136
  227.     Top = 152
  228.     Width = 225
  229.     Height = 21
  230.     Hint = 'EAN (European Article Numbering) bar code'
  231.     ItemHeight = 13
  232.     TabOrder = 6
  233.     Text = 'CB5'
  234.     OnChange = CB1Change
  235.     OnEnter = CB1Enter
  236.     OnExit = CB1Exit
  237.     OnKeyDown = CB1KeyDown
  238.   end
  239.   object CB6: TComboBox
  240.     Tag = 255
  241.     Left = 136
  242.     Top = 176
  243.     Width = 225
  244.     Height = 21
  245.     Hint = 'UPC (Universal Product Code) bar code'
  246.     ItemHeight = 13
  247.     TabOrder = 7
  248.     Text = 'CB6'
  249.     OnChange = CB1Change
  250.     OnEnter = CB1Enter
  251.     OnExit = CB1Exit
  252.     OnKeyDown = CB1KeyDown
  253.   end
  254.   object CB7: TComboBox
  255.     Tag = 255
  256.     Left = 136
  257.     Top = 56
  258.     Width = 225
  259.     Height = 21
  260.     Hint = 'The declared supported speed of media (e.g. 16x, 24x...)'
  261.     ItemHeight = 13
  262.     TabOrder = 2
  263.     Text = 'CB7'
  264.     OnChange = CB1Change
  265.     OnEnter = CB1Enter
  266.     OnExit = CB1Exit
  267.     OnKeyDown = CB1KeyDown
  268.   end
  269.   object CB8: TComboBox
  270.     Tag = 255
  271.     Left = 136
  272.     Top = 200
  273.     Width = 225
  274.     Height = 21
  275.     Hint = 'Any other information that you think should be stored.'
  276.     ItemHeight = 13
  277.     TabOrder = 8
  278.     Text = 'CB8'
  279.     OnChange = CB1Change
  280.     OnEnter = CB1Enter
  281.     OnExit = CB1Exit
  282.     OnKeyDown = CB1KeyDown
  283.   end
  284.   object Memo1: TMemo
  285.     Left = 8
  286.     Top = 248
  287.     Width = 353
  288.     Height = 65
  289.     TabStop = False
  290.     Color = clInfoBk
  291.     Ctl3D = False
  292.     Enabled = False
  293.     Font.Charset = DEFAULT_CHARSET
  294.     Font.Color = clInfoText
  295.     Font.Height = -11
  296.     Font.Name = 'MS Shell Dlg 2'
  297.     Font.Style = []
  298.     Lines.Strings = (
  299.       'Memo1')
  300.     ParentCtl3D = False
  301.     ParentFont = False
  302.     ReadOnly = True
  303.     TabOrder = 9
  304.   end
  305. end
  306.