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

  1. object Form2: TForm2
  2.   Left = 312
  3.   Top = 175
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'MBM'
  7.   ClientHeight = 157
  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 = 32
  31.     Height = 14
  32.     Caption = 'Label2'
  33.   end
  34.   object SpeedButton1: TSpeedButton
  35.     Left = 216
  36.     Top = 128
  37.     Width = 65
  38.     Height = 22
  39.     Caption = 'Next'
  40.     Layout = blGlyphBottom
  41.     OnClick = SpeedButton1Click
  42.   end
  43.   object Label1: TLabel
  44.     Left = 56
  45.     Top = 24
  46.     Width = 51
  47.     Height = 19
  48.     Caption = 'Label1'
  49.     Font.Charset = ANSI_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -16
  52.     Font.Name = 'Arial'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object Label4: TLabel
  57.     Left = 54
  58.     Top = 22
  59.     Width = 51
  60.     Height = 19
  61.     Caption = 'Label1'
  62.     Font.Charset = ANSI_CHARSET
  63.     Font.Color = clWhite
  64.     Font.Height = -16
  65.     Font.Name = 'Arial'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.     Transparent = True
  69.   end
  70.   object ComboBox1: TComboBox
  71.     Left = 72
  72.     Top = 88
  73.     Width = 145
  74.     Height = 22
  75.     Style = csDropDownList
  76.     ItemHeight = 14
  77.     TabOrder = 0
  78.   end
  79. end
  80.