home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / hudba / pmc / _setup.1 / Pmc.exe / 0 / RCDATA / TAFDRUK / TAFDRUK.txt
Text File  |  1997-04-09  |  6KB  |  283 lines

  1. object Afdruk: TAfdruk
  2.   Left = 203
  3.   Top = 188
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print data'
  7.   ClientHeight = 216
  8.   ClientWidth = 426
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 312
  18.     Top = 138
  19.     Width = 43
  20.     Height = 13
  21.     Caption = 'Copies:'
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object BitBtn1: TBitBtn
  29.     Left = 336
  30.     Top = 8
  31.     Width = 81
  32.     Height = 33
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     OnClick = BitBtn1Click
  40.     Kind = bkOK
  41.   end
  42.   object BitBtn2: TBitBtn
  43.     Left = 336
  44.     Top = 48
  45.     Width = 81
  46.     Height = 33
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.     TabOrder = 1
  53.     OnClick = BitBtn2Click
  54.     Kind = bkCancel
  55.   end
  56.   object BitBtn3: TBitBtn
  57.     Left = 336
  58.     Top = 88
  59.     Width = 81
  60.     Height = 33
  61.     Caption = '&Setup'
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.     TabOrder = 2
  68.     OnClick = BitBtn3Click
  69.     Glyph.Data = {
  70.       78010000424D7801000000000000760000002800000020000000100000000100
  71.       04000000000000000000120B0000120B00000000000000000000000000000000
  72.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  73.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  74.       1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  75.       1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  76.       193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  77.       11155557F755F777777555000755033305555577755F75F77F55555555503335
  78.       0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  79.       05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  80.       07557777777F55557F5555000005555707555577777FF5557F55553000075557
  81.       0755557F7777FFF57555553350000055555555775777775555550000}
  82.     NumGlyphs = 2
  83.   end
  84.   object Panel1: TPanel
  85.     Left = 8
  86.     Top = 8
  87.     Width = 281
  88.     Height = 201
  89.     BevelInner = bvLowered
  90.     Font.Color = clBlack
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = [fsBold]
  94.     ParentFont = False
  95.     TabOrder = 3
  96.     object Label2: TLabel
  97.       Left = 30
  98.       Top = 105
  99.       Width = 30
  100.       Height = 13
  101.       Caption = 'Artist'
  102.     end
  103.     object Label3: TLabel
  104.       Left = 30
  105.       Top = 129
  106.       Width = 35
  107.       Height = 13
  108.       Caption = 'Album'
  109.     end
  110.     object RadioGroup1: TRadioGroup
  111.       Left = 8
  112.       Top = 8
  113.       Width = 137
  114.       Height = 89
  115.       Caption = 'Print: '
  116.       Font.Color = clBlack
  117.       Font.Height = -11
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = [fsBold]
  120.       ItemIndex = 0
  121.       Items.Strings = (
  122.         'Whole list'
  123.         'Search list'
  124.         'Current record')
  125.       ParentFont = False
  126.       TabOrder = 0
  127.       OnClick = RadioGroup1Click
  128.     end
  129.     object Genre: TCheckBox
  130.       Left = 8
  131.       Top = 152
  132.       Width = 97
  133.       Height = 17
  134.       Caption = 'Genre'
  135.       Font.Color = clBlack
  136.       Font.Height = -11
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = [fsBold]
  139.       ParentFont = False
  140.       State = cbChecked
  141.       TabOrder = 1
  142.     end
  143.     object Soundcarrier: TCheckBox
  144.       Left = 8
  145.       Top = 176
  146.       Width = 97
  147.       Height = 17
  148.       Caption = 'Soundcarrier'
  149.       Font.Color = clBlack
  150.       Font.Height = -11
  151.       Font.Name = 'MS Sans Serif'
  152.       Font.Style = [fsBold]
  153.       ParentFont = False
  154.       State = cbChecked
  155.       TabOrder = 2
  156.     end
  157.     object Songs: TCheckBox
  158.       Left = 160
  159.       Top = 8
  160.       Width = 97
  161.       Height = 17
  162.       Caption = 'Songs'
  163.       Enabled = False
  164.       Font.Color = clBlack
  165.       Font.Height = -11
  166.       Font.Name = 'MS Sans Serif'
  167.       Font.Style = [fsBold]
  168.       ParentFont = False
  169.       State = cbChecked
  170.       TabOrder = 3
  171.     end
  172.     object Maatschappij: TCheckBox
  173.       Left = 160
  174.       Top = 32
  175.       Width = 97
  176.       Height = 17
  177.       Caption = 'Label'
  178.       Enabled = False
  179.       Font.Color = clBlack
  180.       Font.Height = -11
  181.       Font.Name = 'MS Sans Serif'
  182.       Font.Style = [fsBold]
  183.       ParentFont = False
  184.       State = cbChecked
  185.       TabOrder = 4
  186.     end
  187.     object Released: TCheckBox
  188.       Left = 160
  189.       Top = 56
  190.       Width = 97
  191.       Height = 17
  192.       Caption = 'Released'
  193.       Enabled = False
  194.       Font.Color = clBlack
  195.       Font.Height = -11
  196.       Font.Name = 'MS Sans Serif'
  197.       Font.Style = [fsBold]
  198.       ParentFont = False
  199.       State = cbChecked
  200.       TabOrder = 5
  201.     end
  202.     object IDNumber: TCheckBox
  203.       Left = 160
  204.       Top = 80
  205.       Width = 97
  206.       Height = 17
  207.       Caption = 'ID Number'
  208.       Enabled = False
  209.       Font.Color = clBlack
  210.       Font.Height = -11
  211.       Font.Name = 'MS Sans Serif'
  212.       Font.Style = [fsBold]
  213.       ParentFont = False
  214.       State = cbChecked
  215.       TabOrder = 6
  216.     end
  217.     object LendTo: TCheckBox
  218.       Left = 160
  219.       Top = 152
  220.       Width = 97
  221.       Height = 17
  222.       Caption = 'Lend to'
  223.       Enabled = False
  224.       Font.Color = clBlack
  225.       Font.Height = -11
  226.       Font.Name = 'MS Sans Serif'
  227.       Font.Style = [fsBold]
  228.       ParentFont = False
  229.       State = cbChecked
  230.       TabOrder = 7
  231.     end
  232.     object Disks: TCheckBox
  233.       Left = 160
  234.       Top = 105
  235.       Width = 113
  236.       Height = 17
  237.       Caption = 'Number of Disks'
  238.       Enabled = False
  239.       State = cbChecked
  240.       TabOrder = 8
  241.     end
  242.     object Obtained: TCheckBox
  243.       Left = 160
  244.       Top = 128
  245.       Width = 105
  246.       Height = 17
  247.       Caption = 'Obtained From'
  248.       Enabled = False
  249.       State = cbChecked
  250.       TabOrder = 9
  251.     end
  252.   end
  253.   object ListBox1: TListBox
  254.     Left = 368
  255.     Top = 136
  256.     Width = 49
  257.     Height = 17
  258.     ItemHeight = 13
  259.     Items.Strings = (
  260.       '1'
  261.       '2'
  262.       '3'
  263.       '4'
  264.       '5'
  265.       '6'
  266.       '7'
  267.       '8'
  268.       '9'
  269.       '10'
  270.       '11'
  271.       '12'
  272.       '13'
  273.       '14'
  274.       '15'
  275.       '16'
  276.       '17'
  277.       '18'
  278.       '19'
  279.       '20')
  280.     TabOrder = 4
  281.   end
  282. end
  283.