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

  1. object Form6: TForm6
  2.   Left = 320
  3.   Top = 175
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'MBM'
  7.   ClientHeight = 220
  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 Image1: TImage
  22.     Left = 8
  23.     Top = 8
  24.     Width = 41
  25.     Height = 41
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 64
  30.     Width = 281
  31.     Height = 113
  32.     AutoSize = False
  33.     Caption = 'Label2'
  34.     WordWrap = True
  35.   end
  36.   object SpeedButton1: TSpeedButton
  37.     Left = 216
  38.     Top = 192
  39.     Width = 65
  40.     Height = 22
  41.     Caption = 'Next'
  42.     Layout = blGlyphBottom
  43.     OnClick = SpeedButton1Click
  44.   end
  45.   object Label1: TLabel
  46.     Left = 56
  47.     Top = 24
  48.     Width = 51
  49.     Height = 19
  50.     Caption = 'Label1'
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clBlack
  53.     Font.Height = -16
  54.     Font.Name = 'Arial'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.   end
  58.   object Label4: TLabel
  59.     Left = 54
  60.     Top = 22
  61.     Width = 51
  62.     Height = 19
  63.     Caption = 'Label1'
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = clWhite
  66.     Font.Height = -16
  67.     Font.Name = 'Arial'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.     Transparent = True
  71.   end
  72. end
  73.