Advertisement
Guest User

Untitled

a guest
Oct 5th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
4CS 0.79 KB | None | 0 0
  1.          new GuiBitmapButtonTextCtrl() {
  2.             bitmap = "data/gui/template/button";
  3.             bitmapMode = "Stretched";
  4.             autoFitExtents = "0";
  5.             useModifiers = "0";
  6.             useStates = "1";
  7.             text = "CANCEL";
  8.             groupNum = "-1";
  9.             buttonType = "PushButton";
  10.             useMouseEvents = "0";
  11.             position = "817 558";
  12.             extent = "160 60";
  13.             minExtent = "8 2";
  14.             horizSizing = "left";
  15.             vertSizing = "top";
  16.             profile = "Text2";
  17.             visible = "1";
  18.             active = "1";
  19.             tooltipProfile = "GuiToolTipProfile";
  20.             hovertime = "1000";
  21.             isContainer = "0";
  22.             canSave = "1";
  23.             canSaveDynamicFields = "0";
  24.          };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement