Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
joyrider3774 committed Dec 10, 2018
1 parent 34f5563 commit b73eb94
Show file tree
Hide file tree
Showing 18 changed files with 1,246 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Source/Launcher app/MainForm.dfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
object MainLauncherForm: TMainLauncherForm
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsNone
Caption = 'FrmMain'
ClientHeight = 90
ClientWidth = 184
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object tmr1: TTimer
Interval = 50
OnTimer = tmr1Timer
Left = 8
Top = 8
end
end
Loading

0 comments on commit b73eb94

Please sign in to comment.