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

  1. object Form5: TForm5
  2.   Left = 490
  3.   Top = 261
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'MBM'
  7.   ClientHeight = 308
  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 = 49
  32.     AutoSize = False
  33.     Caption = 'Label2'
  34.     WordWrap = True
  35.   end
  36.   object SpeedButton1: TSpeedButton
  37.     Left = 216
  38.     Top = 280
  39.     Width = 65
  40.     Height = 22
  41.     Caption = 'Next'
  42.     Layout = blGlyphBottom
  43.     OnClick = SpeedButton1Click
  44.   end
  45.   object Label3: TLabel
  46.     Left = 48
  47.     Top = 124
  48.     Width = 32
  49.     Height = 14
  50.     Caption = 'Label3'
  51.   end
  52.   object Label4: TLabel
  53.     Left = 8
  54.     Top = 184
  55.     Width = 281
  56.     Height = 49
  57.     AutoSize = False
  58.     Caption = 'Label4'
  59.     WordWrap = True
  60.   end
  61.   object Label1: TLabel
  62.     Left = 56
  63.     Top = 24
  64.     Width = 51
  65.     Height = 19
  66.     Caption = 'Label1'
  67.     Font.Charset = ANSI_CHARSET
  68.     Font.Color = clBlack
  69.     Font.Height = -16
  70.     Font.Name = 'Arial'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object Label5: TLabel
  75.     Left = 54
  76.     Top = 22
  77.     Width = 51
  78.     Height = 19
  79.     Caption = 'Label1'
  80.     Font.Charset = ANSI_CHARSET
  81.     Font.Color = clWhite
  82.     Font.Height = -16
  83.     Font.Name = 'Arial'
  84.     Font.Style = [fsBold]
  85.     ParentFont = False
  86.     Transparent = True
  87.   end
  88.   object Label6: TLabel
  89.     Left = 48
  90.     Top = 156
  91.     Width = 32
  92.     Height = 14
  93.     Caption = 'Label3'
  94.   end
  95.   object UpDown1: TUpDown
  96.     Left = 24
  97.     Top = 120
  98.     Width = 16
  99.     Height = 24
  100.     Min = 0
  101.     Max = 1000
  102.     Increment = 10
  103.     Position = 0
  104.     TabOrder = 0
  105.     Wrap = False
  106.     OnClick = UpDown1Click
  107.   end
  108.   object CheckBox1: TCheckBox
  109.     Left = 24
  110.     Top = 232
  111.     Width = 249
  112.     Height = 15
  113.     Caption = 'CheckBox1'
  114.     TabOrder = 1
  115.     OnClick = CheckBox1Click
  116.   end
  117.   object CheckBox2: TCheckBox
  118.     Left = 24
  119.     Top = 248
  120.     Width = 257
  121.     Height = 15
  122.     Caption = 'CheckBox2'
  123.     TabOrder = 2
  124.     OnClick = CheckBox2Click
  125.   end
  126.   object ComboBox11: TComboBox
  127.     Left = 6
  128.     Top = 280
  129.     Width = 177
  130.     Height = 22
  131.     Style = csDropDownList
  132.     ItemHeight = 14
  133.     TabOrder = 3
  134.     Visible = False
  135.     OnChange = ComboBox11Change
  136.   end
  137.   object UpDown2: TUpDown
  138.     Left = 24
  139.     Top = 152
  140.     Width = 16
  141.     Height = 24
  142.     Min = 0
  143.     Max = 1000
  144.     Increment = 10
  145.     Position = 0
  146.     TabOrder = 4
  147.     Wrap = False
  148.     OnClick = UpDown2Click
  149.   end
  150. end
  151.