first commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
on(construct){
|
||||
m_focusDirs = "None";
|
||||
m_bEnabled = true;
|
||||
m_refFM = "_root.gFM";
|
||||
m_initiallySelected = false;
|
||||
m_tabIndex = -1;
|
||||
m_bVisible = true;
|
||||
m_label = "$CANCEL";
|
||||
m_contentSymbol = "buttonContentSymbol";
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
on(construct){
|
||||
m_focusDirs = "None";
|
||||
m_bEnabled = true;
|
||||
m_refFM = "_root.gFM";
|
||||
m_initiallySelected = false;
|
||||
m_tabIndex = -1;
|
||||
m_bVisible = true;
|
||||
m_label = "$ACCEPT";
|
||||
m_contentSymbol = "buttonContentSymbol";
|
||||
}
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
on(construct){
|
||||
m_width = 338;
|
||||
m_textAlign = true;
|
||||
m_labelPosition = "top center";
|
||||
m_label_x = 0;
|
||||
m_label_y = 0;
|
||||
m_focusDirs = "Up/Down";
|
||||
m_iconType = "default";
|
||||
m_extLabel = "";
|
||||
m_nTruncateType = 0;
|
||||
m_label = "";
|
||||
m_bEnabled = true;
|
||||
m_refFM = "_root.gFM";
|
||||
m_initiallySelected = false;
|
||||
m_tabIndex = -1;
|
||||
m_bVisible = true;
|
||||
m_password = false;
|
||||
m_charLimit = 16;
|
||||
m_allowHorzScroll = false;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
1;Screen_stripe_upper.png
|
||||
2;Screen_stripe_lower.png
|
||||
11;newProfileMC
|
||||
2;Screen_stripe_lower.png
|
||||
13;lowerScreenBar MC
|
||||
1;Screen_stripe_upper.png
|
||||
15;upperScreenTitleBar MC
|
||||
|
@@ -0,0 +1 @@
|
||||
$ENTER_NEW_PROFILE
|
||||
@@ -0,0 +1 @@
|
||||
$Enter_Your_Name
|
||||
@@ -0,0 +1 @@
|
||||
$Enter_Your_Name&Outline
|
||||
Reference in New Issue
Block a user