aboutsummaryrefslogtreecommitdiffstats
path: root/Themes
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-05-29 17:07:48 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-05-29 17:07:48 +0000
commit59e8d042088550527dbb1ad2719a9f0813621d92 (patch)
treed6a7e4947a593a81d73bc00e419c45542dcacfda /Themes
parent2648bf52507205e7b00898cf2f5b6a3eb40e2229 (diff)
downloadusdx-59e8d042088550527dbb1ad2719a9f0813621d92.tar.gz
usdx-59e8d042088550527dbb1ad2719a9f0813621d92.tar.xz
usdx-59e8d042088550527dbb1ad2719a9f0813621d92.zip
Added Error and Check Popup to Classic Theme
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@238 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Themes')
-rw-r--r--Themes/Classic.ini170
1 files changed, 168 insertions, 2 deletions
diff --git a/Themes/Classic.ini b/Themes/Classic.ini
index 8451d6fd..d67b0111 100644
--- a/Themes/Classic.ini
+++ b/Themes/Classic.ini
@@ -320,7 +320,6 @@ TexY2=1
[SongStatic3]
X =270
Y =120
-Z = 0.5
W =260
H =240
Color =Gray
@@ -3837,4 +3836,171 @@ Font=1
Size=9
Align=1
Text=
-Color=White \ No newline at end of file
+Color=White
+
+# # # # OnScreen PopUp Error / Question Messages # # # #
+[CheckPopup]
+Texts=0
+Statics=3
+
+[CheckPopupButton1]
+X = 192
+Y = 327
+W = 128
+H = 50
+Tex =MainBar
+Color = ColorDark
+DColor = White
+Int=1
+DInt=0.5
+Type=Font Black
+Texts=1
+Z = 1
+
+[CheckPopupButton1Text1]
+X =64
+Y =13
+Color=White
+Font =0
+Size =8
+Text=Yes
+Align=1
+Z=1
+
+[CheckPopupButton2]
+X = 480
+Y = 327
+W = 128
+H = 50
+Tex =MainBar
+Color = ColorDark
+DColor = White
+Int=1
+DInt=0.5
+Type=Font Black
+Texts=1
+Z = 1
+
+[CheckPopupButton2Text1]
+X =64
+Y =13
+Color=White
+Font =0
+Size =8
+Text=No
+Align=1
+Z=1
+
+[CheckPopupText]
+X =400
+Y =226
+W =500
+Color=Black
+Font =0
+Size =14
+Text=
+Align=1
+Z=1
+
+[CheckPopupStatic1]
+Tex =PopUpBG
+X =99
+Y =224
+W =602
+H =152
+Z =1
+Int=1
+Color =White
+Type=Font Black
+
+[CheckPopupStatic2]
+Tex =PopUpFG
+X =99
+Y =224
+W =602
+H =152
+Z =1
+Int=1
+Color =Black
+Type=Font Black
+
+[CheckPopupStatic3]
+Tex =IconQuestion
+X =124
+Y =235
+W =44
+H =44
+Z =1
+Int=1
+Color =Black
+Type=Font Black
+
+[ErrorPopup]
+Texts=1
+Statics=1
+
+[ErrorPopupButton1]
+X = 366
+Y = 342
+W = 27
+H = 23
+Tex =ButtonEnter
+Color = White
+DColor = White
+Type=Plain
+Texts=1
+Z = 1
+
+[ErrorPopupButton1Text1]
+X =32
+Y =0
+Color=Black
+Font =0
+Size =10
+Text=OK
+Align=0
+Z=0
+
+[ErrorPopupText]
+X =400
+Y =226
+W =500
+Color=Black
+Font =0
+Size =14
+Text=
+Align=1
+Z=1
+
+[ErrorPopupStatic1]
+Tex =PopUpBG
+X =99
+Y =224
+W =602
+H =152
+Z =1
+Int=1
+Color =White
+Type=Font Black
+
+[ErrorPopupStatic2]
+Tex =PopUpFG
+X =99
+Y =224
+W =602
+H =152
+Z =1
+Int=1
+Color =Black
+Type=Font Black
+
+[ErrorPopupStatic3]
+Tex =IconError
+X =124
+Y =235
+W =44
+H =44
+Z =1
+Int=1
+Color =Black
+Type=Font Black \ No newline at end of file