object Form12: TForm12 Left = 346 Top = 443 BorderIcons = [] BorderStyle = bsDialog Caption = 'Countdown to SHDN! Launch...' ClientHeight = 104 ClientWidth = 419 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 12 Top = 13 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 56 Top = 16 Width = 345 Height = 41 AutoSize = False WordWrap = True end object SpeedButton1: TSpeedButton Left = 48 Top = 80 Width = 97 Height = 22 Caption = '1' Layout = blGlyphBottom OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton Left = 168 Top = 80 Width = 97 Height = 22 Caption = '2' Layout = blGlyphBottom OnClick = SpeedButton2Click end object SpeedButton3: TSpeedButton Left = 288 Top = 80 Width = 97 Height = 22 Caption = '3' Layout = blGlyphBottom OnClick = SpeedButton3Click end object ProgressBar1: TProgressBar Left = 48 Top = 64 Width = 361 Height = 10 Min = 0 Max = 100 TabOrder = 0 end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Top = 56 end object Timer2: TTimer Interval = 500 OnTimer = Timer2Timer Left = 32 Top = 56 end end