first commit

This commit is contained in:
2026-06-14 01:40:04 +02:00
commit 5511354783
4787 changed files with 103543 additions and 0 deletions
@@ -0,0 +1,2 @@
var screen = new testCafeUI(this);
stop();
@@ -0,0 +1,18 @@
on(construct){
m_width = 200;
m_textAlign = false;
m_labelPosition = "right align";
m_label_x = 0;
m_label_y = 0;
m_focusDirs = "Up/Down";
m_iconType = "default";
m_extLabel = "Enter Text:";
m_nTruncateType = 0;
m_label = "";
m_bEnabled = true;
m_refFM = "_root.gFM";
m_initiallySelected = false;
m_tabIndex = 3;
m_bVisible = true;
m_password = false;
}
@@ -0,0 +1,11 @@
on(construct){
m_focusDirs = "Up/Down";
m_width = 250;
m_vPadding = 10;
m_refFM = "_root.gFM";
m_initiallySelected = false;
m_tabIndex = 5;
m_bVisible = true;
m_menuItemMC = "menuItemSymbol";
m_menuTabMC = "menuTabSymbol";
}
@@ -0,0 +1,14 @@
on(construct){
m_numBuffLines = 25;
m_focusDirs = "None";
m_numLines = 14;
m_scrollbarName = "spreadsheetScrollBar";
m_width = 100;
m_vPadding = 10;
m_bEnabled = true;
m_refFM = "_global.gFM";
m_initiallySelected = false;
m_tabIndex = 7;
m_bVisible = true;
m_scrollMC_Symbol = "IconScrollingTextLineSymbol";
}
@@ -0,0 +1,6 @@
on(construct){
m_nLength = 300;
m_nMax = 99;
m_nMin = 0;
m_nValue = 0;
}
@@ -0,0 +1,6 @@
on(construct){
m_nLength = 100;
m_nMax = 19;
m_nMin = 0;
m_nValue = 0;
}
@@ -0,0 +1,14 @@
on(construct){
m_numBuffLines = 25;
m_focusDirs = "None";
m_numLines = 15;
m_scrollbarName = "uiScrollBar";
m_width = 150;
m_vPadding = 20;
m_bEnabled = true;
m_refFM = "_global.gFM";
m_initiallySelected = false;
m_tabIndex = 6;
m_bVisible = true;
m_scrollMC_Symbol = "IconScrollingTextLineSymbol";
}
@@ -0,0 +1,18 @@
on(construct){
m_width = 200;
m_textAlign = false;
m_labelPosition = "right align";
m_label_x = 0;
m_label_y = 0;
m_focusDirs = "None";
m_iconType = "default";
m_extLabel = "";
m_nTruncateType = 0;
m_label = "";
m_bEnabled = true;
m_refFM = "_global.gFM";
m_initiallySelected = false;
m_tabIndex = 4;
m_bVisible = true;
m_contentSymbol = "\"ckeckBoxContentClipSymbol\"";
}
@@ -0,0 +1,18 @@
on(construct){
m_playAudio = false;
m_focusDirs = "None";
m_nValue = 0;
m_label = "FX Volume";
m_labelOffsetX = 50;
m_nMax = 22;
m_nMin = 0;
m_bSnapEnabled = false;
m_nStep = 1;
m_bWrapEnabled = false;
m_bEnabled = true;
m_refFM = "_global.gFM";
m_initiallySelected = false;
m_tabIndex = 0;
m_bVisible = true;
m_contentSymbol = "sliderContentSymbol";
}
@@ -0,0 +1,18 @@
on(construct){
m_playAudio = false;
m_focusDirs = "Up/Down";
m_nValue = 0;
m_label = "Video Volumn";
m_labelOffsetX = 50;
m_nMax = 92;
m_nMin = 0;
m_bSnapEnabled = false;
m_nStep = 4;
m_bWrapEnabled = false;
m_bEnabled = true;
m_refFM = "_global.gFM";
m_initiallySelected = false;
m_tabIndex = 1;
m_bVisible = true;
m_contentSymbol = "sliderContentSymbol";
}
@@ -0,0 +1,18 @@
on(construct){
m_width = 200;
m_textAlign = false;
m_labelPosition = "right align";
m_label_x = 0;
m_label_y = 0;
m_focusDirs = "Up/Down";
m_iconType = "default";
m_extLabel = "";
m_nTruncateType = 0;
m_label = "Red Alert Rocks!";
m_bEnabled = true;
m_refFM = "_global.gFM";
m_initiallySelected = false;
m_tabIndex = 2;
m_bVisible = true;
m_contentSymbol = "buttonContentSymbol";
}
@@ -0,0 +1,18 @@
on(construct){
m_width = 200;
m_textAlign = false;
m_labelPosition = "right align";
m_label_x = 0;
m_label_y = 0;
m_focusDirs = "Up/Down";
m_iconType = "default";
m_extLabel = "";
m_nTruncateType = 0;
m_label = "Back";
m_bEnabled = true;
m_refFM = "_global.gFM";
m_initiallySelected = false;
m_tabIndex = 8;
m_bVisible = true;
m_contentSymbol = "buttonContentSymbol";
}