Skip to content

Commit b73eb94

Browse files
committed
Initial version
1 parent 34f5563 commit b73eb94

18 files changed

+1246
-0
lines changed

Source/Launcher app/MainForm.dfm

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
object MainLauncherForm: TMainLauncherForm
2+
Left = 0
3+
Top = 0
4+
BorderIcons = []
5+
BorderStyle = bsNone
6+
Caption = 'FrmMain'
7+
ClientHeight = 90
8+
ClientWidth = 184
9+
Color = clBtnFace
10+
DoubleBuffered = True
11+
Font.Charset = DEFAULT_CHARSET
12+
Font.Color = clWindowText
13+
Font.Height = -11
14+
Font.Name = 'Tahoma'
15+
Font.Style = []
16+
FormStyle = fsStayOnTop
17+
KeyPreview = True
18+
OldCreateOrder = False
19+
Position = poScreenCenter
20+
Scaled = False
21+
OnCreate = FormCreate
22+
OnDestroy = FormDestroy
23+
OnKeyDown = FormKeyDown
24+
OnPaint = FormPaint
25+
PixelsPerInch = 96
26+
TextHeight = 13
27+
object tmr1: TTimer
28+
Interval = 50
29+
OnTimer = tmr1Timer
30+
Left = 8
31+
Top = 8
32+
end
33+
end

0 commit comments

Comments
 (0)