object frmSplash: TfrmSplash Left = 274 Top = 118 Cursor = crHourGlass BorderIcons = [] AutoScroll = False Caption = 'frmSplash' ClientHeight = 179 ClientWidth = 454 Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter Scaled = False OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 19 object pnlStart: TPanel Left = 0 Top = 0 Width = 454 Height = 179 Align = alClient BevelWidth = 3 TabOrder = 0 object bvlStart: TBevel Left = 8 Top = 8 Width = 437 Height = 161 Shape = bsFrame end object lblLoading: TLabel Left = 16 Top = 16 Width = 75 Height = 19 Caption = 'Loading...' end object lblAppName: TRxLabel Left = 32 Top = 54 Width = 377 Height = 63 Alignment = taCenter ShadowPos = spRightBottom Caption = 'Super NoteTab' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -53 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object lblAppInfo: TLabel Left = 216 Top = 136 Width = 218 Height = 19 Caption = 'An award-winning text editor' end end end