home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / software / astro / starcalc / STARCALC.EXE / 0 / RCDATA / TLOADCATFORM / TLOADCATFORM.txt
Text File  |  2000-05-28  |  2KB  |  76 lines

  1. object LoadCatForm: TLoadCatForm
  2.   Left = 228
  3.   Top = 250
  4.   BorderStyle = bsNone
  5.   ClientHeight = 85
  6.   ClientWidth = 256
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCloseQuery = FormCloseQuery
  12.   OnCreate = CreateForm
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel2: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 256
  20.     Height = 85
  21.     Align = alClient
  22.     BevelInner = bvRaised
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 7
  26.       Top = 50
  27.       Width = 195
  28.       Height = 13
  29.       Caption = 'Object group initialization:'
  30.       Font.Color = clTeal
  31.       Font.Height = -11
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = [fsBold]
  34.       ParentFont = False
  35.     end
  36.     object SCTitleImage: TImage
  37.       Left = 2
  38.       Top = 2
  39.       Width = 151
  40.       Height = 47
  41.       Center = True
  42.     end
  43.     object StopBtn: TButton
  44.       Left = 171
  45.       Top = 28
  46.       Width = 73
  47.       Height = 20
  48.       Caption = '&Cancel'
  49.       TabOrder = 0
  50.       OnClick = StopBtnClick
  51.     end
  52.     object Panel1: TPanel
  53.       Left = 2
  54.       Top = 66
  55.       Width = 252
  56.       Height = 17
  57.       Align = alBottom
  58.       BevelOuter = bvLowered
  59.       TabOrder = 1
  60.       object LogPaintBox: TPaintBox
  61.         Left = 1
  62.         Top = 1
  63.         Width = 250
  64.         Height = 15
  65.         Align = alClient
  66.         Font.Color = clBlack
  67.         Font.Height = -11
  68.         Font.Name = 'MS Sans Serif'
  69.         Font.Style = []
  70.         ParentFont = False
  71.         OnPaint = LogPaintBoxPaint
  72.       end
  73.     end
  74.   end
  75. end
  76.