78 lines
2.0 KiB
Plaintext
78 lines
2.0 KiB
Plaintext
//--- OBJECT WRITE BEGIN ---
|
|
new GuiControl(MessageBoxOKDlg) {
|
|
profile = "GuiDefaultProfile";
|
|
horizSizing = "width";
|
|
vertSizing = "height";
|
|
position = "0 0";
|
|
extent = "640 480";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
|
|
new GuiBitmapCtrl(MBOKFrame) {
|
|
profile = "GuiDefaultProfile";
|
|
horizSizing = "center";
|
|
vertSizing = "center";
|
|
position = "170 159";
|
|
extent = "300 161";
|
|
minExtent = "48 92";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
bitmap = "./dialog.png";
|
|
wrap = "0";
|
|
resizeHeight = "1";
|
|
canMaximize = "0";
|
|
canMove = "1";
|
|
minSize = "50 50";
|
|
canClose = "0";
|
|
maxLength = "255";
|
|
resizeWidth = "1";
|
|
canMinimize = "0";
|
|
|
|
new GuiMLTextCtrl(MBOKTitle) {
|
|
profile = "GuiComic24Profile";
|
|
horizSizing = "center";
|
|
vertSizing = "bottom";
|
|
position = "43 15";
|
|
extent = "213 23";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
lineSpacing = "2";
|
|
allowColorChars = "0";
|
|
maxChars = "-1";
|
|
};
|
|
new GuiBitmapButtonCtrl() {
|
|
profile = "GuiButtonProfile";
|
|
horizSizing = "right";
|
|
vertSizing = "top";
|
|
position = "117 85";
|
|
extent = "78 59";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
command = "MessageCallback(MessageBoxOKDlg,MessageBoxOKDlg.callback);";
|
|
accelerator = "return";
|
|
helpTag = "0";
|
|
text = "OK";
|
|
groupNum = "-1";
|
|
buttonType = "PushButton";
|
|
bitmap = "./ok";
|
|
simpleStyle = "0";
|
|
};
|
|
new GuiMLTextCtrl(MBOKText) {
|
|
profile = "GuiTextProfile";
|
|
horizSizing = "center";
|
|
vertSizing = "bottom";
|
|
position = "32 50";
|
|
extent = "236 14";
|
|
minExtent = "8 8";
|
|
visible = "1";
|
|
helpTag = "0";
|
|
lineSpacing = "2";
|
|
allowColorChars = "0";
|
|
maxChars = "-1";
|
|
};
|
|
};
|
|
};
|
|
//--- OBJECT WRITE END ---
|