Initial commit
This commit is contained in:
41
Torque/SDK/example/demo/client/ui/testimonials/community.gui
Normal file
41
Torque/SDK/example/demo/client/ui/testimonials/community.gui
Normal file
@@ -0,0 +1,41 @@
|
||||
//--- OBJECT WRITE BEGIN ---
|
||||
new GuiControl(community) {
|
||||
profile = "GuiModelessDialogProfile";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
position = "0 0";
|
||||
extent = "640 480";
|
||||
minExtent = "8 2";
|
||||
visible = "1";
|
||||
helpTag = "0";
|
||||
title = "Torque Community";
|
||||
|
||||
new GuiControl() {
|
||||
profile = "GuiBevelLoweredProfile";
|
||||
horizSizing = "width";
|
||||
vertSizing = "height";
|
||||
position = "30 106";
|
||||
extent = "580 270";
|
||||
minExtent = "8 2";
|
||||
visible = "1";
|
||||
helpTag = "0";
|
||||
|
||||
new GuiMLTextCtrl() {
|
||||
profile = "GuiMLTextProfile";
|
||||
horizSizing = "width";
|
||||
vertSizing = "height";
|
||||
position = "14 12";
|
||||
extent = "553 14";
|
||||
minExtent = "8 2";
|
||||
visible = "1";
|
||||
helpTag = "0";
|
||||
lineSpacing = "2";
|
||||
allowColorChars = "0";
|
||||
maxChars = "-1";
|
||||
text = "main";
|
||||
fileName = "demo/client/ui/testimonials/community.txt";
|
||||
};
|
||||
};
|
||||
};
|
||||
//--- OBJECT WRITE END ---
|
||||
|
||||
Reference in New Issue
Block a user