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

  1. object Form4: TForm4
  2.   Left = 572
  3.   Top = 227
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'MBM'
  7.   ClientHeight = 230
  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 = 104
  30.     Width = 281
  31.     Height = 81
  32.     AutoSize = False
  33.     Caption = 'Label2'
  34.     WordWrap = True
  35.   end
  36.   object SpeedButton1: TSpeedButton
  37.     Left = 216
  38.     Top = 200
  39.     Width = 65
  40.     Height = 22
  41.     Caption = 'Next'
  42.     Layout = blGlyphBottom
  43.     OnClick = SpeedButton1Click
  44.   end
  45.   object Label5: TLabel
  46.     Left = 10
  47.     Top = 64
  48.     Width = 271
  49.     Height = 33
  50.     AutoSize = False
  51.     Caption = 
  52.       'COPYRIGHT:  All copyrights to this program and any copies of thi' +
  53.       's program, are owned by Alex van Kaam.'
  54.     WordWrap = True
  55.   end
  56.   object SpeedButton2: TSpeedButton
  57.     Left = 16
  58.     Top = 200
  59.     Width = 65
  60.     Height = 22
  61.     Caption = 'Cancel'
  62.     Layout = blGlyphBottom
  63.     OnClick = SpeedButton2Click
  64.   end
  65.   object Label1: TLabel
  66.     Left = 56
  67.     Top = 24
  68.     Width = 51
  69.     Height = 19
  70.     Caption = 'Label1'
  71.     Font.Charset = ANSI_CHARSET
  72.     Font.Color = clBlack
  73.     Font.Height = -16
  74.     Font.Name = 'Arial'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.   end
  78.   object Label4: TLabel
  79.     Left = 54
  80.     Top = 22
  81.     Width = 51
  82.     Height = 19
  83.     Caption = 'Label1'
  84.     Font.Charset = ANSI_CHARSET
  85.     Font.Color = clWhite
  86.     Font.Height = -16
  87.     Font.Name = 'Arial'
  88.     Font.Style = [fsBold]
  89.     ParentFont = False
  90.     Transparent = True
  91.   end
  92. end
  93.