home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #6 / K-CD_2002-06.iso / Tools / InterCent / _SETUP.1 / Intercent99.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1999-06-01  |  2KB  |  127 lines

  1. object FrmAbout: TFrmAbout
  2.   Left = 283
  3.   Top = 105
  4.   BorderStyle = bsDialog
  5.   Caption = 'Info'
  6.   ClientHeight = 258
  7.   ClientWidth = 282
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 24
  21.     Top = 24
  22.     Width = 41
  23.     Height = 33
  24.     Picture.Data = {<image001.ico>}
  25.   end
  26.   object l1: TLabel
  27.     Left = 8
  28.     Top = 24
  29.     Width = 265
  30.     Height = 29
  31.     Alignment = taCenter
  32.     AutoSize = False
  33.     Caption = 'x'
  34.     Font.Color = clRed
  35.     Font.Height = -24
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     Transparent = True
  40.   end
  41.   object TxtRelease: TLabel
  42.     Left = 8
  43.     Top = 64
  44.     Width = 265
  45.     Height = 13
  46.     Alignment = taCenter
  47.     AutoSize = False
  48.     Caption = 'XX'
  49.   end
  50.   object l3: TLabel
  51.     Left = 8
  52.     Top = 88
  53.     Width = 265
  54.     Height = 13
  55.     Alignment = taCenter
  56.     AutoSize = False
  57.     Caption = 'x'
  58.   end
  59.   object l2: TLabel
  60.     Left = 8
  61.     Top = 232
  62.     Width = 113
  63.     Height = 17
  64.     Alignment = taCenter
  65.     AutoSize = False
  66.     Caption = 'x'
  67.     Visible = False
  68.     WordWrap = True
  69.   end
  70.   object Bevel1: TBevel
  71.     Left = 8
  72.     Top = 160
  73.     Width = 265
  74.     Height = 9
  75.     Shape = bsTopLine
  76.   end
  77.   object Bevel2: TBevel
  78.     Left = 7
  79.     Top = 208
  80.     Width = 266
  81.     Height = 9
  82.     Shape = bsTopLine
  83.   end
  84.   object TxtTranslate: TLabel
  85.     Left = 8
  86.     Top = 112
  87.     Width = 265
  88.     Height = 41
  89.     Alignment = taCenter
  90.     AutoSize = False
  91.     Caption = '...'
  92.     Font.Color = clBlack
  93.     Font.Height = -9
  94.     Font.Name = 'Small Fonts'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     WordWrap = True
  98.   end
  99.   object l4: TJumpLab
  100.     Left = 8
  101.     Top = 178
  102.     Width = 265
  103.     Height = 13
  104.     Cursor = 5
  105.     Alignment = taCenter
  106.     AutoSize = False
  107.     Caption = 'http://www.xs4all.nl/~finiware'
  108.     Font.Color = clBlue
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = [fsUnderline]
  112.     ParentFont = False
  113.     ProgramJump = False
  114.   end
  115.   object BtnOk: TBitBtn
  116.     Left = 96
  117.     Top = 224
  118.     Width = 89
  119.     Height = 25
  120.     Caption = '&OK'
  121.     Default = True
  122.     ModalResult = 1
  123.     TabOrder = 0
  124.     NumGlyphs = 2
  125.   end
  126. end
  127.