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

  1. object Form12: TForm12
  2.   Left = 346
  3.   Top = 443
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Countdown to SHDN! Launch...'
  7.   ClientHeight = 104
  8.   ClientWidth = 419
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 12
  25.     Top = 13
  26.     Width = 32
  27.     Height = 32
  28.     AutoSize = True
  29.     Picture.Data = {<image000.ico>}
  30.   end
  31.   object Label1: TLabel
  32.     Left = 56
  33.     Top = 16
  34.     Width = 345
  35.     Height = 41
  36.     AutoSize = False
  37.     WordWrap = True
  38.   end
  39.   object SpeedButton1: TSpeedButton
  40.     Left = 48
  41.     Top = 80
  42.     Width = 97
  43.     Height = 22
  44.     Caption = '1'
  45.     Layout = blGlyphBottom
  46.     OnClick = SpeedButton1Click
  47.   end
  48.   object SpeedButton2: TSpeedButton
  49.     Left = 168
  50.     Top = 80
  51.     Width = 97
  52.     Height = 22
  53.     Caption = '2'
  54.     Layout = blGlyphBottom
  55.     OnClick = SpeedButton2Click
  56.   end
  57.   object SpeedButton3: TSpeedButton
  58.     Left = 288
  59.     Top = 80
  60.     Width = 97
  61.     Height = 22
  62.     Caption = '3'
  63.     Layout = blGlyphBottom
  64.     OnClick = SpeedButton3Click
  65.   end
  66.   object ProgressBar1: TProgressBar
  67.     Left = 48
  68.     Top = 64
  69.     Width = 361
  70.     Height = 10
  71.     Min = 0
  72.     Max = 100
  73.     TabOrder = 0
  74.   end
  75.   object Timer1: TTimer
  76.     Enabled = False
  77.     OnTimer = Timer1Timer
  78.     Top = 56
  79.   end
  80.   object Timer2: TTimer
  81.     Interval = 500
  82.     OnTimer = Timer2Timer
  83.     Left = 32
  84.     Top = 56
  85.   end
  86. end
  87.