mirror of
https://github.com/asherao/dcs-scratchpad.git
synced 2025-10-29 16:56:22 +00:00
67
Scripts/Scratchpad/CrosshairWindow.dlg
Normal file
67
Scripts/Scratchpad/CrosshairWindow.dlg
Normal file
@@ -0,0 +1,67 @@
|
||||
dialog = {
|
||||
["type"] = "Window",
|
||||
["params"] = {
|
||||
["bounds"] = {
|
||||
[1] = {
|
||||
["h"] = 8,
|
||||
["w"] = 8,
|
||||
["x"] = 0,
|
||||
["y"] = 0
|
||||
}
|
||||
},
|
||||
["draggable"] = false,
|
||||
["enabled"] = true,
|
||||
["hasCursor"] = false,
|
||||
["lockFlow"] = false,
|
||||
["modal"] = false,
|
||||
["offscreen"] = false,
|
||||
["resizable"] = false,
|
||||
["zOrder"] = 111,
|
||||
["text"] = ""
|
||||
},
|
||||
["skin"] = {
|
||||
["params"] = {
|
||||
["headerHeight"] = 0,
|
||||
["name"] = "windowSkin"
|
||||
},
|
||||
["states"] = {
|
||||
["released"] = {
|
||||
[1] = {
|
||||
["bkg"] = {
|
||||
["center_center"] = "0x00000000"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
["children"] = {
|
||||
["WaypointCrosshair"] = {
|
||||
["type"] = "Static",
|
||||
["params"] = {
|
||||
["bounds"] = {
|
||||
["h"] = 8,
|
||||
["w"] = 8,
|
||||
["x"] = 0,
|
||||
["y"] = 0
|
||||
},
|
||||
["enabled"] = true,
|
||||
["visible"] = true,
|
||||
},
|
||||
["skin"] = {
|
||||
["params"] = {
|
||||
["name"] = "staticSkin"
|
||||
},
|
||||
["states"] = {
|
||||
["released"] = {
|
||||
[1] = {
|
||||
["picture"] = {
|
||||
["color"] = "0xffffffff",
|
||||
["file"] = "dxgui\\skins\\skinME\\images\\mission_editor\\neutral_coalition.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -16,7 +16,7 @@ dialog = {
|
||||
["modal"] = false,
|
||||
["offscreen"] = false,
|
||||
["resizable"] = true,
|
||||
["zOrder"] = 111,
|
||||
["zOrder"] = 112,
|
||||
["text"] = "Scratchpad"
|
||||
},
|
||||
["skin"] = {
|
||||
@@ -115,19 +115,42 @@ dialog = {
|
||||
},
|
||||
["type"] = "Button"
|
||||
},
|
||||
["ScratchpadCrosshairCheckBox"] = {
|
||||
["params"] = {
|
||||
["bounds"] = {
|
||||
["h"] = 20,
|
||||
["w"] = 20,
|
||||
["x"] = 110,
|
||||
["y"] = 181,
|
||||
},
|
||||
["enabled"] = true,
|
||||
["state"] = false,
|
||||
["tabOrder"] = 140,
|
||||
["text"] = "",
|
||||
["tooltip"] = "",
|
||||
["visible"] = true,
|
||||
["zindex"] = 0,
|
||||
},
|
||||
["skin"] = {
|
||||
["params"] = {
|
||||
["name"] = "checkBoxSkin_MENew",
|
||||
},
|
||||
},
|
||||
["type"] = "CheckBox",
|
||||
},
|
||||
["ScratchpadInsertCoordsButton"] = {
|
||||
["params"] = {
|
||||
["bounds"] = {
|
||||
["h"] = 20,
|
||||
["w"] = 120,
|
||||
["x"] = 80,
|
||||
["x"] = 105,
|
||||
["y"] = 180
|
||||
},
|
||||
["enabled"] = true,
|
||||
["tabOrder"] = 0,
|
||||
["text"] = "+L/L",
|
||||
["tooltip"] = "Insert Coords",
|
||||
["visible"] = true,
|
||||
["visible"] = false,
|
||||
["zindex"] = 1
|
||||
},
|
||||
["skin"] = {
|
||||
|
||||
Reference in New Issue
Block a user