object Form20: TForm20 Left = 167 Top = 48 BorderIcons = [] BorderStyle = bsDialog Caption = 'MCPLaunch' ClientHeight = 358 ClientWidth = 350 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 24 Width = 329 Height = 41 Caption = 'You can launch applications in a single click or all at once. Co' + 'nfigure buttons below for applications. The BlastOff button is t' + 'o launch all applications at once.' WordWrap = True end object Label2: TLabel Left = 8 Top = 0 Width = 94 Height = 19 Caption = 'MCPLaunch' Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 32 Top = 125 Width = 49 Height = 13 Caption = 'Set button' end object Label4: TLabel Left = 32 Top = 197 Width = 49 Height = 13 Caption = 'Set button' end object Label5: TLabel Left = 32 Top = 270 Width = 50 Height = 13 Caption = 'Set Button' end object Label6: TLabel Left = 216 Top = 126 Width = 50 Height = 13 Caption = 'Set Button' end object Label7: TLabel Left = 216 Top = 198 Width = 50 Height = 13 Caption = 'Set Button' end object Label8: TLabel Left = 216 Top = 270 Width = 50 Height = 13 Caption = 'Set Button' end object BitBtn1: TBitBtn Left = 16 Top = 80 Width = 121 Height = 41 Caption = 'Empty' TabOrder = 0 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 16 Top = 152 Width = 121 Height = 41 Caption = 'Empty' TabOrder = 1 OnClick = BitBtn2Click end object BitBtn3: TBitBtn Left = 16 Top = 224 Width = 121 Height = 41 Caption = 'Empty' Enabled = False TabOrder = 2 OnClick = BitBtn3Click end object BitBtn4: TBitBtn Left = 200 Top = 80 Width = 121 Height = 41 Caption = 'Empty' Enabled = False TabOrder = 3 OnClick = BitBtn4Click end object BitBtn5: TBitBtn Left = 200 Top = 152 Width = 121 Height = 41 Caption = 'Empty' Enabled = False TabOrder = 4 OnClick = BitBtn5Click end object BitBtn6: TBitBtn Left = 200 Top = 224 Width = 121 Height = 41 Caption = 'Empty' Enabled = False TabOrder = 5 OnClick = BitBtn6Click end object Button1: TButton Left = 16 Top = 128 Width = 9 Height = 9 TabOrder = 6 OnClick = Button1Click end object Button2: TButton Left = 16 Top = 200 Width = 9 Height = 9 TabOrder = 7 OnClick = Button2Click end object Button3: TButton Left = 16 Top = 272 Width = 9 Height = 9 Enabled = False TabOrder = 8 OnClick = Button3Click end object Button4: TButton Left = 200 Top = 128 Width = 9 Height = 9 Enabled = False TabOrder = 9 OnClick = Button4Click end object Button5: TButton Left = 200 Top = 200 Width = 9 Height = 9 Enabled = False TabOrder = 10 OnClick = Button5Click end object Button6: TButton Left = 200 Top = 272 Width = 9 Height = 9 Enabled = False TabOrder = 11 OnClick = Button6Click end object BitBtn7: TBitBtn Left = 248 Top = 320 Width = 75 Height = 25 Caption = '&Exit' Default = True TabOrder = 12 OnClick = BitBtn7Click end object BitBtn8: TBitBtn Left = 16 Top = 320 Width = 75 Height = 25 Hint = 'Execute ALL applications now!' Caption = '&BlastOff !' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 13 OnClick = BitBtn8Click end object CheckBox1: TCheckBox Left = 112 Top = 328 Width = 113 Height = 17 Hint = 'Run all Applications at startup of Windows!' Caption = 'BlastOff at startup' Enabled = False ParentShowHint = False ShowHint = True TabOrder = 14 OnClick = CheckBox1Click end end