home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / imagelib / uabout.df_ / uabout.df / uabout.txt
Text File  |  1995-11-19  |  6KB  |  278 lines

  1. object AboutBox: TAboutBox
  2.   Left = 57
  3.   Top = 10
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 440
  8.   ClientWidth = 497
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Times New Roman'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 14
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 481
  20.     Height = 425
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object ProductName: TLabel
  30.       Left = 145
  31.       Top = 16
  32.       Width = 210
  33.       Height = 13
  34.       Caption = 'Product Name: Imagelib Professional version'
  35.       Font.Color = clBlack
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 218
  44.       Top = 38
  45.       Width = 56
  46.       Height = 13
  47.       Caption = 'Version: 3.0'
  48.       Font.Color = clBlack
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       IsControl = True
  54.     end
  55.     object Copyright: TLabel
  56.       Left = 176
  57.       Top = 66
  58.       Width = 158
  59.       Height = 13
  60.       Caption = 'Copyright: 1995 by SkyLine Tools'
  61.       Font.Color = clBlack
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       IsControl = True
  67.     end
  68.     object Label1: TLabel
  69.       Left = 176
  70.       Top = 94
  71.       Width = 143
  72.       Height = 13
  73.       Caption = 'Jan Dekkers (CIS: 72130,353)'
  74.     end
  75.     object Label2: TLabel
  76.       Left = 208
  77.       Top = 165
  78.       Width = 62
  79.       Height = 13
  80.       Caption = 'To order call '
  81.     end
  82.     object Label4: TLabel
  83.       Left = 176
  84.       Top = 108
  85.       Width = 115
  86.       Height = 13
  87.       Caption = '11956 Riverside Dr. 206'
  88.     end
  89.     object Label5: TLabel
  90.       Left = 177
  91.       Top = 121
  92.       Width = 141
  93.       Height = 13
  94.       Caption = 'N. Hollywood CA 91607. USA'
  95.     end
  96.     object Label3: TLabel
  97.       Left = 177
  98.       Top = 81
  99.       Width = 154
  100.       Height = 13
  101.       Caption = 'Kevin Adams (CIS: 74742,1444) '
  102.     end
  103.     object Label6: TLabel
  104.       Left = 178
  105.       Top = 134
  106.       Width = 106
  107.       Height = 13
  108.       Caption = 'Phone (818) 766-3900'
  109.     end
  110.     object Image1: TPMultiImage
  111.       Left = 12
  112.       Top = 9
  113.       Width = 89
  114.       Height = 65
  115.       Center = True
  116.       Color = clBtnFace
  117.       ImageName = 'file not found'
  118.       ImageDither = True
  119.       ImageReadRes = Color256
  120.       ImageWriteRes = Color256
  121.       JPegSaveQuality = 25
  122.       JPegSaveSmooth = 0
  123.       Stretch = True
  124.       TabOrder = 0
  125.       TabStop = False
  126.     end
  127.     object Panel2: TPanel
  128.       Left = 96
  129.       Top = 178
  130.       Width = 289
  131.       Height = 100
  132.       Color = clNavy
  133.       Font.Color = clWhite
  134.       Font.Height = -11
  135.       Font.Name = 'MS Sans Serif'
  136.       Font.Style = []
  137.       ParentFont = False
  138.       TabOrder = 1
  139.       object Label7: TLabel
  140.         Left = 113
  141.         Top = 5
  142.         Width = 63
  143.         Height = 13
  144.         Caption = 'Skyline Tools'
  145.       end
  146.       object Label13: TLabel
  147.         Left = 88
  148.         Top = 46
  149.         Width = 126
  150.         Height = 24
  151.         Caption = '1-800 404 3832'
  152.         Font.Color = clWhite
  153.         Font.Height = -19
  154.         Font.Name = 'MS Sans Serif'
  155.         Font.Style = []
  156.         ParentFont = False
  157.       end
  158.       object Label8: TLabel
  159.         Left = 74
  160.         Top = 68
  161.         Width = 148
  162.         Height = 13
  163.         Caption = 'Visa and Master card accepted'
  164.       end
  165.       object Label9: TLabel
  166.         Left = 128
  167.         Top = 24
  168.         Width = 33
  169.         Height = 25
  170.         Caption = '$89'
  171.         Font.Color = clYellow
  172.         Font.Height = -20
  173.         Font.Name = 'MS Sans Serif'
  174.         Font.Style = []
  175.         ParentFont = False
  176.       end
  177.       object Label10: TLabel
  178.         Left = 76
  179.         Top = 84
  180.         Width = 147
  181.         Height = 13
  182.         Caption = '72130.353@CompuServe.Com'
  183.       end
  184.     end
  185.     object ListBox1: TListBox
  186.       Left = 56
  187.       Top = 288
  188.       Width = 377
  189.       Height = 121
  190.       ItemHeight = 13
  191.       Items.Strings = (
  192.         'National and International Distributors of ImageLib'
  193.         ''
  194.         'USA:'
  195.         ''
  196.         'ZAC Catalogs '
  197.         'Zachary Software Inc.'
  198.         'Product #: 4260-01325'
  199.         '106 Access Road'
  200.         'Norwood MA 02062'
  201.         'Phone      (800) GO DELPHI'
  202.         'Phone      (617) 551-0860'
  203.         'FAX         (617) 551-0857'
  204.         'CompuServe 74762,3663'
  205.         ''
  206.         ''
  207.         'Germany, Austria and Switzerland:'
  208.         ''
  209.         'K&R Software'
  210.         'Darshovener Strasse 7'
  211.         'D-50181 Bedburg '
  212.         'Germany'
  213.         'Phone  +49 - (0)2272-2887'
  214.         'Phone  +49 - (0)2272-901966'
  215.         'Fax      +49 - (0)2272-901585'
  216.         'CompuServe 74777,3414 * GO KRSOFT'
  217.         ''
  218.         ''
  219.         'Sweden'
  220.         ''
  221.         'DATABITEN AB'
  222.         'Box 115'
  223.         'S81122 SandViken '
  224.         'Sweden'
  225.         'Phone +46 (0)26-256 493'
  226.         'Fax     +46 (0)26-253 641'
  227.         'CompuServe 100066,2606'
  228.         ''
  229.         ''
  230.         'Great Britain'
  231.         ''
  232.         'QBS Software Ltd.'
  233.         '10 Barley Mow Passage'
  234.         'London  W44PH'
  235.         'England'
  236.         'Phone +44 181-994-4824'
  237.         'Fax     +44 181-994-3441'
  238.         'Internet Info@qbss.co.uk'
  239.         ''
  240.         ''
  241.         'Spain'
  242.         ''
  243.         'DanySoft Internacional'
  244.         'Paseo de Albacete, 73'
  245.         '28700 San Sebastian de los Reyes'
  246.         'Madrid Spain'
  247.         'Phone +34 1 654 6298 or 1 651 7040'
  248.         'Fax     +34 1 654 6382'
  249.         'CompuServe 71774,1614'
  250.         'Internet danysoft@stnet.es'
  251.         ''
  252.         ''
  253.         'More national and international distributors will be added soon.'
  254.         'Send an e-mail describing your company if you want to become'
  255.         'an ImageLib distributor.')
  256.       TabOrder = 2
  257.     end
  258.   end
  259.   object OKButton: TBitBtn
  260.     Left = 408
  261.     Top = 11
  262.     Width = 77
  263.     Height = 84
  264.     Font.Color = clBlack
  265.     Font.Height = -11
  266.     Font.Name = 'Times New Roman'
  267.     Font.Style = []
  268.     ParentFont = False
  269.     TabOrder = 1
  270.     Kind = bkOK
  271.     Layout = blGlyphTop
  272.     Margin = 30
  273.     Style = bsNew
  274.     Spacing = 1
  275.     IsControl = True
  276.   end
  277. end
  278.