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

  1. object Form7: TForm7
  2.   Left = 381
  3.   Top = 298
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'Confirm'
  7.   ClientHeight = 127
  8.   ClientWidth = 276
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 14
  22.   object Image1: TImage
  23.     Left = 4
  24.     Top = 5
  25.     Width = 32
  26.     Height = 32
  27.     AutoSize = True
  28.     Picture.Data = {<image000.ico>}
  29.   end
  30.   object Label1: TLabel
  31.     Left = 43
  32.     Top = 5
  33.     Width = 230
  34.     Height = 100
  35.     AutoSize = False
  36.     WordWrap = True
  37.   end
  38.   object SpeedButton1: TSpeedButton
  39.     Left = 20
  40.     Top = 103
  41.     Width = 73
  42.     Height = 22
  43.     Caption = '&Yes'
  44.     Layout = blGlyphBottom
  45.     Visible = False
  46.     OnClick = SpeedButton1Click
  47.   end
  48.   object SpeedButton2: TSpeedButton
  49.     Left = 100
  50.     Top = 103
  51.     Width = 73
  52.     Height = 22
  53.     Caption = '&No'
  54.     Layout = blGlyphBottom
  55.     Visible = False
  56.     OnClick = SpeedButton1Click
  57.   end
  58.   object SpeedButton3: TSpeedButton
  59.     Left = 180
  60.     Top = 103
  61.     Width = 73
  62.     Height = 22
  63.     Caption = '&Minimize'
  64.     Layout = blGlyphBottom
  65.     Visible = False
  66.     OnClick = SpeedButton1Click
  67.   end
  68. end
  69.