Initial commit
This commit is contained in:
BIN
example/common/ui/cache/Arial 12 (ansi).uft
vendored
Executable file
BIN
example/common/ui/cache/Arial 12 (ansi).uft
vendored
Executable file
Binary file not shown.
BIN
example/common/ui/cache/Arial 13 (ansi).uft
vendored
Normal file
BIN
example/common/ui/cache/Arial 13 (ansi).uft
vendored
Normal file
Binary file not shown.
BIN
example/common/ui/cache/Arial 14 (ansi).uft
vendored
Executable file
BIN
example/common/ui/cache/Arial 14 (ansi).uft
vendored
Executable file
Binary file not shown.
BIN
example/common/ui/cache/Arial 15 (ansi).uft
vendored
Normal file
BIN
example/common/ui/cache/Arial 15 (ansi).uft
vendored
Normal file
Binary file not shown.
BIN
example/common/ui/cache/Arial 16 (ansi).uft
vendored
Executable file
BIN
example/common/ui/cache/Arial 16 (ansi).uft
vendored
Executable file
Binary file not shown.
BIN
example/common/ui/cache/Arial 24 (ansi).uft
vendored
Executable file
BIN
example/common/ui/cache/Arial 24 (ansi).uft
vendored
Executable file
Binary file not shown.
BIN
example/common/ui/cache/Arial Bold 14 (ansi).uft
vendored
Normal file
BIN
example/common/ui/cache/Arial Bold 14 (ansi).uft
vendored
Normal file
Binary file not shown.
BIN
example/common/ui/cache/Arial Bold 16 (ansi).uft
vendored
Normal file
BIN
example/common/ui/cache/Arial Bold 16 (ansi).uft
vendored
Normal file
Binary file not shown.
BIN
example/common/ui/cache/Arial Bold 18 (ansi).uft
vendored
Normal file
BIN
example/common/ui/cache/Arial Bold 18 (ansi).uft
vendored
Normal file
Binary file not shown.
BIN
example/common/ui/cache/Arial Bold 19 (ansi).uft
vendored
Normal file
BIN
example/common/ui/cache/Arial Bold 19 (ansi).uft
vendored
Normal file
Binary file not shown.
BIN
example/common/ui/cache/Arial Bold 20 (ansi).uft
vendored
Normal file
BIN
example/common/ui/cache/Arial Bold 20 (ansi).uft
vendored
Normal file
Binary file not shown.
BIN
example/common/ui/cache/Arial Bold 24 (ansi).uft
vendored
Normal file
BIN
example/common/ui/cache/Arial Bold 24 (ansi).uft
vendored
Normal file
Binary file not shown.
BIN
example/common/ui/cache/Arial Bold 32 (ansi).uft
vendored
Normal file
BIN
example/common/ui/cache/Arial Bold 32 (ansi).uft
vendored
Normal file
Binary file not shown.
BIN
example/common/ui/cache/Courier New 14 (ansi).uft
vendored
Normal file
BIN
example/common/ui/cache/Courier New 14 (ansi).uft
vendored
Normal file
Binary file not shown.
BIN
example/common/ui/cache/Lucida Console 12 (ansi).uft
vendored
Executable file
BIN
example/common/ui/cache/Lucida Console 12 (ansi).uft
vendored
Executable file
Binary file not shown.
33
example/common/ui/cache/clipboard.gui
vendored
Normal file
33
example/common/ui/cache/clipboard.gui
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
new SimSet(guiClipboard) {
|
||||
|
||||
new GuiBitmapButtonCtrl() {
|
||||
Profile = "GuiButtonProfile";
|
||||
HorizSizing = "relative";
|
||||
VertSizing = "relative";
|
||||
position = "22 280";
|
||||
Extent = "182 58";
|
||||
MinExtent = "8 2";
|
||||
Visible = "1";
|
||||
Command = "Theo.setFile(\"demo/data/video/areTorquePopular.ogg\");";
|
||||
text = "Button";
|
||||
groupNum = "-1";
|
||||
buttonType = "PushButton";
|
||||
bitmap = "demo/client/ui/theora/button";
|
||||
helpTag = "0";
|
||||
|
||||
new GuiMLTextCtrl() {
|
||||
Profile = "GuiMLTextNoSelectProfile";
|
||||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "9 7";
|
||||
Extent = "100 42";
|
||||
MinExtent = "8 2";
|
||||
Visible = "1";
|
||||
lineSpacing = "2";
|
||||
allowColorChars = "0";
|
||||
maxChars = "-1";
|
||||
text = "<color:ffffff><font:Arial Bold:14>A demo of \nsome of Torque\'s \nlovely goodness.";
|
||||
helpTag = "0";
|
||||
};
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user