⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 remapdlg.gui

📁 此为游戏源码 是很好 的学习工具阿
💻 GUI
字号:
//--- OBJECT WRITE BEGIN ---
new GuiControl(RemapDlg) {
   profile = "GuiDialogProfile";
   horizSizing = "right";
   vertSizing = "bottom";
   position = "0 0";
   extent = "640 480";
   minExtent = "8 8";
   visible = "1";
   helpTag = "0";

   new GuiControl(OptRemapDlg) {
      profile = "GuiWindowProfile";
      horizSizing = "center";
      vertSizing = "center";
      position = "213 213";
      extent = "243 64";
      minExtent = "8 8";
      visible = "1";
      helpTag = "0";

      new GuiTextCtrl(OptRemapText) {
         profile = "GuiCenterTextProfile";
         horizSizing = "right";
         vertSizing = "bottom";
         position = "2 21";
         extent = "99 20";
         minExtent = "8 8";
         visible = "1";
         helpTag = "0";
         text = "Re-bind control...";
         maxLength = "255";
      };
		new GuiInputCtrl(OptRemapInputCtrl) {
			profile = "GuiInputCtrlProfile";
			horizSizing = "center";
			vertSizing = "bottom";
			position = "0 0";
			extent = "64 64";
			minExtent = "8 8";
			visible = "1";
			helpTag = "0";
		};
   };
};
//--- OBJECT WRITE END ---

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -