home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / sharewar / inftool / INFTool.exe / 0 / RCDATA / TFRMSPL / TFRMSPL.txt < prev   
Text File  |  1998-03-15  |  1KB  |  56 lines

  1. object FrmSpl: TFrmSpl
  2.   Left = 278
  3.   Top = 213
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'FrmSpl'
  7.   ClientHeight = 101
  8.   ClientWidth = 302
  9.   Color = clGreen
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 293
  23.     Height = 93
  24.     BevelOuter = bvLowered
  25.     BevelWidth = 2
  26.     BorderStyle = bsSingle
  27.     Caption = 'Panel1'
  28.     Color = clBlack
  29.     TabOrder = 0
  30.     object Image1: TImage
  31.       Left = 24
  32.       Top = 16
  33.       Width = 251
  34.       Height = 43
  35.       AutoSize = True
  36.       Center = True
  37.       Picture.Data = {<image000.bmp>}
  38.     end
  39.     object Label1: TLabel
  40.       Left = 40
  41.       Top = 67
  42.       Width = 225
  43.       Height = 14
  44.       Alignment = taCenter
  45.       AutoSize = False
  46.       Caption = 'V'
  47.       Font.Charset = ANSI_CHARSET
  48.       Font.Color = clBlue
  49.       Font.Height = -11
  50.       Font.Name = 'Arial'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.     end
  54.   end
  55. end
  56.