-
Notifications
You must be signed in to change notification settings - Fork 4
/
4782911.hpp
2 lines (2 loc) · 4.62 KB
/
4782911.hpp
1
2
class schluessel{ idd = -1; movingEnable = true; controlsBackground[] = {background}; objects[] = { }; controls[] = {schluesselliste, submit, submit2, cancel, button_wegwerfen, dummybutton}; class background : RscBackground { x = 0.34; y = 0.11; w = 0.33; h = 0.81; }; class schluesselliste : RscListBox { idc = 1; x = 0.35; y = 0.14; w = 0.31; h = 0.54; style = ST_CENTER; }; class submit : RscButton { idc = 2; x = 0.35; y = 0.70; w = 0.31; h = 0.04; text = $STRD_inv_description_inventar_use; }; class submit2 : RscButton { idc = 5; x = 0.35; y = 0.75; w = 0.31; h = 0.04; text = $STRD_inv_description_inventar_schluessel_uebergabe; }; class cancel : RscButton { idc = 3; x = 0.35; y = 0.80; w = 0.31; h = 0.04; text = $STRD_description_cancel; action = "closedialog 0"; }; class button_wegwerfen : RscButton { idc = 4; x = 0.35; y = 0.86; w = 0.31; h = 0.04; text = $STRD_inv_description_inventar_drop; }; class dummybutton : RscDummy {idc = 1013;};};class handydialog{ idd = -1; movingEnable = true; controlsBackground[] = {DLG_BACK1, background}; objects[] = { }; controls[] = {eingabefeld, kosten, submit, cancel, spielerliste, dummybutton}; class DLG_BACK1: RscBackground { x = 0.04; y = 0.30; w = 0.91; h = 0.13; }; class background : RscBgRahmen { x = 0.04; y = 0.30; w = 0.91; h = 0.13; text = $STRD_description_handy_title; }; class eingabefeld : RscEdit { idc = 1; x = 0.05; y = 0.33; w = 0.89; h = 0.04; onChar = "[_this, 1] call TastenDruck;"; }; class kosten : RscText { idc = 4; x = 0.47; y = 0.38; w = 0.20; h = 0.04; text = $STRD_description_handy_cost; }; class submit : RscButton { idc = 3; x = 0.26; y = 0.38; w = 0.20; h = 0.04; text = $STRD_description_handy_submit; }; class cancel : RscButton { idc = 5; x = 0.74; y = 0.38; w = 0.20; h = 0.04; text = $STRD_description_cancel; action = "closedialog 0;"; }; class spielerliste : RscCombo { idc = 2; x = 0.05; y = 0.38; w = 0.20; h = 0.04; }; class dummybutton : RscDummy {idc = 1016;};};
class hideout{ idd = -1; movingEnable = true; controlsBackground[] = {DLG_BACK1, background}; objects[] = { }; controls[] = {hideoutbild, hideoutliste, submit, cancel, dummybutton}; class DLG_BACK1: RscBackground { x = 0.27; y = 0.09; w = 0.49; h = 0.39; }; class background : RscBgRahmen { x = 0.27; y = 0.09; w = 0.49; h = 0.39; text = $STRD_description_hideout_submit; }; class hideoutbild : RscPicture { idc = 1; x = 0.53; y = 0.12; w = 0.22; h = 0.28; }; class hideoutliste : RscListBox { idc = 2; x = 0.28; y = 0.12; w = 0.24; h = 0.27; }; class submit : RscButton { idc = 3; x = 0.29; y = 0.42; w = 0.20; h = 0.04; text = $STRD_description_hideout_submit; action = "[""action"",lbCurSel 2] execVM ""hideout.sqf""; closedialog 0"; }; class cancel : RscButton { idc = 4; x = 0.54; y = 0.42; w = 0.20; h = 0.04; text = $STRD_description_cancel; action = "closedialog 0"; }; class dummybutton : RscDummy {idc = 1014;};};