home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 011A / ULOGIC13.ZIP / _SETUP.1 / UltraLogic.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1996-09-28  |  3KB  |  136 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 247
  3.   Top = 122
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Ultra Logic'
  7.   ClientHeight = 152
  8.   ClientWidth = 273
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object imgBackGround: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 273
  21.     Height = 152
  22.     Align = alClient
  23.     Picture.Data = {<image000.bmp>}
  24.     Stretch = True
  25.   end
  26.   object Bevel2: TBevel
  27.     Left = 6
  28.     Top = 86
  29.     Width = 261
  30.     Height = 3
  31.     Shape = bsBottomLine
  32.   end
  33.   object LabelEffect1: TLabelEffect
  34.     Left = 38
  35.     Top = 5
  36.     Width = 196
  37.     Height = 42
  38.     ColourHighlight = clGray
  39.     ColourShadow = clGray
  40.     ColourScheme = csCustom
  41.     Alignment = taCenter
  42.     AutoSize = True
  43.     Caption = 'Ultra Logic'
  44.     Color = clBtnFace
  45.     FocusControl = btnOK
  46.     Font.Color = clBlack
  47.     Font.Height = -37
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     ParentColor = False
  51.     ParentFont = False
  52.     Transparent = True
  53.   end
  54.   object Label5: TLabel
  55.     Left = 72
  56.     Top = 66
  57.     Width = 128
  58.     Height = 13
  59.     Alignment = taCenter
  60.     Caption = 'Copyright ∩┐╜ 1996 by ViSoft'
  61.     Font.Color = clWindowText
  62.     Font.Height = -11
  63.     Font.Name = 'Ms Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     Transparent = True
  67.   end
  68.   object Label6: TLabel
  69.     Left = 110
  70.     Top = 48
  71.     Width = 53
  72.     Height = 13
  73.     Alignment = taCenter
  74.     Caption = 'Version 1.3'
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'Ms Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     Transparent = True
  81.   end
  82.   object Label7: TLabel
  83.     Left = 64
  84.     Top = 98
  85.     Width = 66
  86.     Height = 13
  87.     Caption = 'Registered to:'
  88.     Font.Color = clWindowText
  89.     Font.Height = -11
  90.     Font.Name = 'Ms Sans Serif'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     Transparent = True
  94.   end
  95.   object lblRegisteredTo: TLabel
  96.     Left = 142
  97.     Top = 98
  98.     Width = 73
  99.     Height = 13
  100.     Caption = 'Unregistered'
  101.     Font.Color = clNavy
  102.     Font.Height = -11
  103.     Font.Name = 'Ms Sans Serif'
  104.     Font.Style = [fsBold]
  105.     ParentFont = False
  106.     Transparent = True
  107.   end
  108.   object btnOK: TButton
  109.     Left = 99
  110.     Top = 123
  111.     Width = 75
  112.     Height = 25
  113.     HelpContext = 1
  114.     Cancel = True
  115.     Caption = 'OK'
  116.     Default = True
  117.     Font.Color = clBlack
  118.     Font.Height = -11
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     ModalResult = 1
  122.     ParentFont = False
  123.     PopupMenu = pmenuWhatsThis
  124.     TabOrder = 0
  125.   end
  126.   object pmenuWhatsThis: TPopupMenu
  127.     Left = 16
  128.     Top = 118
  129.     object mitemWhatsThis: TMenuItem
  130.       Caption = '&What'#39's This?'
  131.       ShortCut = 0
  132.       OnClick = mitemWhatsThisClick
  133.     end
  134.   end
  135. end
  136.