// -- INCLUDE FILES ---------------------------------------------------------
IncludeFile "UI\FrameDef\UI\EscMenuTemplates.fdf",
// -- LOCAL TEMPLATES -------------------------------------------------------
// -- FRAMES ----------------------------------------------------------------
Frame "FRAME" "MyLogDialog" {
SetPoint TOP, "ConsoleUI", BOTTOMLEFT, 0.4, 0.56,
Width 0.384f,
Height 0.432f,
Frame "BACKDROP" "MyLogBackdrop" {
SetAllPoints,
DecorateFileNames,
BackdropTileBackground,
BackdropBackground "EscMenuBackground",
BackdropCornerFlags "UL|UR|BL|BR|T|L|B|R",
BackdropCornerSize 0.048,
BackdropBackgroundSize 0.128,
BackdropBackgroundInsets 0.01 0.01 0.01 0.01,
BackdropEdgeFile "EscMenuBorder",
BackdropBlendAll,
}
Frame "TEXT" "MyLogTitle" INHERITS "EscMenuTitleTextTemplate" {
SetPoint TOP, "MyLogDialog", TOP, 0.0, -0.03,
UseActiveContext,
FontJustificationH JUSTIFYCENTER,
Text "String_MyLogDialogTitle",
}
// --- bottom controls
Frame "GLUETEXTBUTTON" "MyLogOkButton" INHERITS WITHCHILDREN "EscMenuButtonTemplate" {
Width 0.13,
SetPoint BOTTOMLEFT, "MyLogDialog", BOTTOMLEFT, 0.03, 0.03,
UseActiveContext,
ButtonText "LogOkButtonText",
Frame "TEXT" "LogOkButtonText" INHERITS "EscMenuButtonTextTemplate" {
Text "OK",
}
}
Frame "EDITBOX" "MyLogEditBox" INHERITS WITHCHILDREN "EscMenuEditBoxTemplate" {
Width 0.13,
Height 0.037,
SetPoint BOTTOMRIGHT, "MyLogDialog", BOTTOMRIGHT, -0.03, 0.03,
UseActiveContext,
EditText "String_MyLogDialogText",
EditTextFrame "MyLogEditBoxText",
Frame "TEXT" "MyLogEditBoxText" {
DecorateFileNames,
FrameFont "MasterFont", 0.015, "",
FontColor 1.0 1.0 1.0,
FontFlags "IGNORENEWLINES|IGNORECOLORCODES",
}
}
// --- Log history
Frame "BACKDROP" "MyLogAreaBackdrop" {
Width 0.32,
Height 0.295,
SetPoint TOP, "MyLogTitle", BOTTOM, 0.0, -0.01125,
UseActiveContext,
DecorateFileNames,
BackdropTileBackground,
BackdropBackground "EscMenuEditBoxBackground",
BackdropCornerFlags "UL|UR|BL|BR|T|L|B|R",
BackdropCornerSize 0.0125,
BackdropBackgroundSize 0.256,
BackdropBackgroundInsets 0.005 0.005 0.005 0.005,
BackdropEdgeFile "EscMenuEditBoxBorder",
BackdropBlendAll,
Frame "TEXTAREA" "MyLogArea" {
Height 0.265,
Width 0.30675,
SetPoint LEFT, "MyLogAreaBackdrop", LEFT, 0.00725, -0.000625,
UseActiveContext,
DecorateFileNames,
FrameFont "MasterFont", 0.011, "",
TextAreaLineGap 0.0015,
TextAreaMaxLines 9999,
TextAreaLineHeight 0.01,
TextAreaInset 0.002,
TextAreaScrollBar "MyLogAreaScrollBar",
Frame "SCROLLBAR" "MyLogAreaScrollBar" INHERITS WITHCHILDREN "EscMenuScrollBarTemplate" {
}
}
}
}