-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAI2U.ini
86 lines (86 loc) · 1.82 KB
/
AI2U.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[Icon]
Icon.File=<APP_PATH>\images\android16.ico
[Form]
Main.Width=630
Main.Height=375
Main.Caption=App Inventor 2 Ultimate
Main.BackColor=EEEEEE
Main.ShowButton1=yes
Main.ShowButton2=yes
Main.ShowButton3=Yes
Main.ShowButton4=YES
Main.ShowButton5=Yes
Main.ShowButton6=no
Main.ShowButton7=no
Main.ShowButton8=no
Main.ShowButton9=no
Main.ShowButton10=no
Main.ShowButtonExit=yes
Main.ExitConfirm=no
Main.ExitTitle=Exit: Yes or No
Main.ExitQuestion=Are you sure you want to exit?
[Photo]
Photo.File=<APP_PATH>\images\main.png
Photo.Tooltip=
Photo.Top=10
Photo.Left=10
Photo.Width=610
Photo.Height=310
[Button1]
Button.Caption=All AI2U Server
Button.ToolTip=Start all service!
Button.Top=150
Button.Left=40
Button.Width=170
Button.Height=35
Button.Font.Size=12
Button.Type=1
Button.Launch=<APP_PATH>\AI2U\startAi.cmd
[Button2]
Button.Caption=DevServer
Button.ToolTip=Start only dev sever
Button.Top=190
Button.Left=40
Button.Width=170
Button.Height=35
Button.Font.Size=12
Button.Type=1
Button.Launch=<APP_PATH>\AI2U\startDev.cmd
[Button3]
Button.Caption=AI2 Starter
Button.ToolTip=AI2 Starter client program
Button.Top=230
Button.Left=40
Button.Width=170
Button.Height=35
Button.Font.Size=12
Button.Type=1
Button.Launch=<APP_PATH>\AI2U\aiStarter.cmd
[Button4]
Button.Caption=Stop AI2U
Button.ToolTip=Stop AI2U Service!!!
Button.Top=270
Button.Left=40
Button.Width=170
Button.Height=35
Button.Font.Size=12
Button.Type=1
Button.Launch=<APP_PATH>\AI2U\closeAI2U.cmd
[Button5]
Button.Caption=Start Invent
Button.ToolTip=Launch web browser with App Inventor URL.
Button.Top=330
Button.Left=40
Button.Width=170
Button.Height=35
Button.Font.Size=12
Button.Type=1
Button.Launch=<APP_PATH>\AI2U\startInvent.cmd
[ButtonExit]
Button.Caption=E&xit
Button.ToolTip=Click here to close this program.
Button.Top=330
Button.Left=475
Button.Width=145
Button.Height=35
Button.Font.Size=12