home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / SALibrary / _SETUP.1 / SALib.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1998-05-16  |  4KB  |  179 lines

  1. object AboutForm: TAboutForm
  2.   Left = 268
  3.   Top = 160
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 261
  8.   ClientWidth = 285
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Label2: TLabel
  21.     Left = 81
  22.     Top = 23
  23.     Width = 182
  24.     Height = 14
  25.     Caption = 'Copyright ∩┐╜ 1997. Doyoung Na.'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label1: TLabel
  34.     Left = 81
  35.     Top = 9
  36.     Width = 63
  37.     Height = 14
  38.     Caption = 'SA Library'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'Arial'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object Label3: TLabel
  47.     Left = 81
  48.     Top = 37
  49.     Width = 119
  50.     Height = 14
  51.     Caption = 'All Rights Reserved.'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'Arial'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object Image1: TImage
  60.     Left = 34
  61.     Top = 16
  62.     Width = 33
  63.     Height = 33
  64.     Picture.Data = {<image000.ico>}
  65.   end
  66.   object Bevel1: TBevel
  67.     Left = 0
  68.     Top = 217
  69.     Width = 285
  70.     Height = 44
  71.     Align = alBottom
  72.     Shape = bsTopLine
  73.   end
  74.   object Bevel2: TBevel
  75.     Left = 0
  76.     Top = 60
  77.     Width = 285
  78.     Height = 7
  79.     Shape = bsTopLine
  80.   end
  81.   object Label4: TLabel
  82.     Left = 17
  83.     Top = 121
  84.     Width = 251
  85.     Height = 32
  86.     Alignment = taCenter
  87.     AutoSize = False
  88.     Caption = 
  89.       'IMPORTANT : This program is protected by the USA and Internation' +
  90.       'al copyright laws.'
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'Arial'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     WordWrap = True
  98.   end
  99.   object Label5: TLabel
  100.     Left = 17
  101.     Top = 166
  102.     Width = 251
  103.     Height = 19
  104.     Alignment = taCenter
  105.     AutoSize = False
  106.     Caption = 'Author: Doyoung Na'
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clBlack
  109.     Font.Height = -11
  110.     Font.Name = 'Arial'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     WordWrap = True
  114.   end
  115.   object Bevel3: TBevel
  116.     Left = 0
  117.     Top = 158
  118.     Width = 287
  119.     Height = 4
  120.     Shape = bsTopLine
  121.   end
  122.   object Label7: TLabel
  123.     Left = 54
  124.     Top = 181
  125.     Width = 177
  126.     Height = 31
  127.     Alignment = taCenter
  128.     AutoSize = False
  129.     Caption = 'email: dna@scholarsaid.com www.scholarsaid.com'
  130.     Font.Charset = DEFAULT_CHARSET
  131.     Font.Color = clBlack
  132.     Font.Height = -11
  133.     Font.Name = 'Arial'
  134.     Font.Style = []
  135.     ParentFont = False
  136.     WordWrap = True
  137.   end
  138.   object LProdID: TLabel
  139.     Left = 32
  140.     Top = 100
  141.     Width = 221
  142.     Height = 14
  143.     Alignment = taCenter
  144.     AutoSize = False
  145.   end
  146.   object LProductStat: TLabel
  147.     Left = 18
  148.     Top = 68
  149.     Width = 249
  150.     Height = 14
  151.     Alignment = taCenter
  152.     AutoSize = False
  153.   end
  154.   object LUser: TLabel
  155.     Left = 27
  156.     Top = 84
  157.     Width = 231
  158.     Height = 14
  159.     Alignment = taCenter
  160.     AutoSize = False
  161.   end
  162.   object Button1: TButton
  163.     Left = 105
  164.     Top = 230
  165.     Width = 75
  166.     Height = 25
  167.     Caption = '&OK'
  168.     Default = True
  169.     Font.Charset = DEFAULT_CHARSET
  170.     Font.Color = clWindowText
  171.     Font.Height = -11
  172.     Font.Name = 'Arial'
  173.     Font.Style = [fsBold]
  174.     ParentFont = False
  175.     TabOrder = 0
  176.     OnClick = Button1Click
  177.   end
  178. end
  179.