| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- "Resource\DialogSendMessage.res"
- {
- "CancelButton"
- {
- "command" "Cancel"
- "textAlignment" "center"
- "labelText" "#TrackerUI_Close"
- "tabPosition" "3"
- "enabled" "1"
- "visible" "1"
- "BgColor" "70 70 70 255"
- "FgColor" "255 170 0 255"
- "tall" "24"
- "wide" "104"
- "ypos" "192"
- "xpos" "8"
- "fieldName" "CancelButton"
- "ControlName" "Button"
- }
- "SendButton"
- {
- "command" "SendMessage"
- "textAlignment" "center"
- "labelText" "#TrackerUI_Reply"
- "tabPosition" "2"
- "enabled" "1"
- "visible" "1"
- "BgColor" "70 70 70 255"
- "FgColor" "255 170 0 255"
- "tall" "24"
- "wide" "104"
- "ypos" "192"
- "xpos" "252"
- "fieldName" "SendButton"
- "ControlName" "Button"
- }
- "NameLabel"
- {
- "textAlignment" "west"
- "labelText" "test2"
- "tabPosition" "0"
- "enabled" "1"
- "visible" "1"
- "BgColor" "70 70 70 255"
- "FgColor" "255 255 255 255"
- "tall" "20"
- "wide" "148"
- "ypos" "32"
- "xpos" "92"
- "fieldName" "NameLabel"
- "ControlName" "Label"
- }
- "InfoText"
- {
- "textAlignment" "west"
- "labelText" "#TrackerUI_MessageFrom"
- "tabPosition" "0"
- "enabled" "1"
- "visible" "1"
- "BgColor" "70 70 70 255"
- "FgColor" "255 170 0 255"
- "tall" "20"
- "wide" "88"
- "ypos" "32"
- "xpos" "4"
- "fieldName" "InfoText"
- "ControlName" "Label"
- }
- "TextPanel"
- {
- "tabPosition" "1"
- "enabled" "0"
- "visible" "1"
- "BgColor" "100 100 100 255"
- "FgColor" "255 170 0 255"
- "tall" "128"
- "wide" "356"
- "ypos" "56"
- "xpos" "4"
- "fieldName" "TextPanel"
- "ControlName" "Panel"
- }
- "Frame"
- {
- "tabPosition" "0"
- "enabled" "1"
- "visible" "1"
- "BgColor" "70 70 70 255"
- "FgColor" "255 170 0 255"
- "tall" "224"
- "wide" "364"
- "ypos" "320"
- "xpos" "388"
- "fieldName" "Frame"
- "ControlName" "CDialogSendMessage"
- }
- }
|