home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / MBM / _SETUP.1 / MBM4.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1999-11-06  |  2KB  |  82 lines

  1. object Form3: TForm3
  2.   Left = 579
  3.   Top = 218
  4.   BorderIcons = [biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'MBM'
  7.   ClientHeight = 267
  8.   ClientWidth = 295
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Label1: TLabel
  22.     Left = 56
  23.     Top = 24
  24.     Width = 51
  25.     Height = 19
  26.     Caption = 'Label1'
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -16
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Image1: TImage
  35.     Left = 8
  36.     Top = 8
  37.     Width = 41
  38.     Height = 41
  39.   end
  40.   object Label2: TLabel
  41.     Left = 8
  42.     Top = 64
  43.     Width = 281
  44.     Height = 81
  45.     AutoSize = False
  46.     Caption = 'Label2'
  47.     WordWrap = True
  48.   end
  49.   object SpeedButton1: TSpeedButton
  50.     Left = 216
  51.     Top = 240
  52.     Width = 65
  53.     Height = 22
  54.     Caption = 'Next'
  55.     Layout = blGlyphBottom
  56.     OnClick = SpeedButton1Click
  57.   end
  58.   object Label3: TLabel
  59.     Left = 8
  60.     Top = 144
  61.     Width = 281
  62.     Height = 81
  63.     AutoSize = False
  64.     Caption = 'Label3'
  65.     WordWrap = True
  66.   end
  67.   object Label4: TLabel
  68.     Left = 54
  69.     Top = 22
  70.     Width = 51
  71.     Height = 19
  72.     Caption = 'Label1'
  73.     Font.Charset = ANSI_CHARSET
  74.     Font.Color = clWhite
  75.     Font.Height = -16
  76.     Font.Name = 'Arial'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.     Transparent = True
  80.   end
  81. end
  82.