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

📄 debuggergui.gui

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

	new GuiButtonCtrl() {
		profile = "GuiButtonProfile";
		horizSizing = "right";
		vertSizing = "bottom";
		position = "8 4";
		extent = "56 16";
		minExtent = "8 8";
		visible = "True";
		setFirstResponder = "False";
		modal = "True";
		command = "Canvas.pushDialog(DebuggerConnectDlg, 80);";
		helpTag = "0";
		text = "Connect";
	};
	new GuiButtonCtrl() {
		profile = "GuiButtonProfile";
		horizSizing = "right";
		vertSizing = "bottom";
		position = "72 4";
		extent = "56 16";
		minExtent = "8 8";
		visible = "True";
		setFirstResponder = "False";
		modal = "True";
		command = "Canvas.pushDialog(OpenFileDialog, 80);";
		helpTag = "0";
		text = "File";
	};
	new GuiButtonCtrl() {
		profile = "GuiButtonProfile";
		horizSizing = "right";
		vertSizing = "bottom";
		position = "72 4";
		extent = "56 16";
		minExtent = "8 8";
		visible = "True";
		setFirstResponder = "False";
		modal = "True";
		command = "dbgStepIn();";
		accelerator = "f7";
		helpTag = "0";
		text = "Step In";
	};
	new GuiButtonCtrl() {
		profile = "GuiButtonProfile";
		horizSizing = "right";
		vertSizing = "bottom";
		position = "136 4";
		extent = "56 16";
		minExtent = "8 8";
		visible = "True";
		setFirstResponder = "False";
		modal = "True";
		command = "dbgStepOver();";
		accelerator = "f8";
		helpTag = "0";
		text = "Step Over";
	};
	new GuiButtonCtrl() {
		profile = "GuiButtonProfile";
		horizSizing = "right";
		vertSizing = "bottom";
		position = "200 4";
		extent = "56 16";
		minExtent = "8 8";
		visible = "True";
		setFirstResponder = "False";
		modal = "True";
		command = "dbgStepOut();";
		accelerator = "f6";
		helpTag = "0";
		text = "Step Out";
	};
	new GuiButtonCtrl() {
		profile = "GuiButtonProfile";
		horizSizing = "right";
		vertSizing = "bottom";
		position = "264 4";
		extent = "56 16";
		minExtent = "8 8";
		visible = "True";
		setFirstResponder = "False";
		modal = "True";
		command = "dbgContinue();";
		accelerator = "f9";
		helpTag = "0";
		text = "Run";
	};
	new GuiButtonCtrl() {
		profile = "GuiButtonProfile";
		horizSizing = "right";
		vertSizing = "bottom";
		position = "328 4";
		extent = "56 16";
		minExtent = "8 8";
		visible = "True";
		setFirstResponder = "False";
		modal = "True";
		command = "Canvas.pushDialog(DebuggerFindDlg, 80);";
		helpTag = "0";
		text = "Find";
	};
	new GuiTextCtrl(DebuggerCursorWatch) {
		profile = "GuiTextProfile";
		horizSizing = "width";
		vertSizing = "bottom";
		position = "398 4";
		extent = "126 18";
		minExtent = "8 8";
		visible = "True";
		setFirstResponder = "False";
		modal = "True";
		helpTag = "0";
		text = "";
		justify = "left";
	};
	new GuiTextCtrl(DebuggerStatus) {
		profile = "GuiTextProfile";
		horizSizing = "left";
		vertSizing = "bottom";
		position = "532 4";
		extent = "60 18";
		minExtent = "8 8";
		visible = "True";
		setFirstResponder = "False";
		modal = "True";
		helpTag = "0";
		text = "NOT CONNECTED";
			justify = "right";
	};
	new GuiFrameSetCtrl(DebuggerRootFrame) {
		profile = "GuiContentProfile";
		horizSizing = "width";
		vertSizing = "height";
		position = "0 24";
		extent = "640 456";
		minExtent = "8 8";
		visible = "True";
		setFirstResponder = "False";
		modal = "True";
		helpTag = "0";
		columns = "0 486";
		rows = "0";
		borderWidth = "4";
		borderColor = "0.000000, 0.000000, 0.000000, 0.000000";
		borderEnable = "dynamic";
		borderMovable = "dynamic";

		new GuiFrameSetCtrl(DebuggerLeftFrame) {
			profile = "GuiContentProfile";
			horizSizing = "width";
			vertSizing = "height";
			position = "0 0";
			extent = "482 456";
			minExtent = "8 8";
			visible = "True";
			setFirstResponder = "False";
			modal = "True";
			helpTag = "0";
			columns = "0";
			rows = "0 350";
			borderWidth = "4";
			borderColor = "0.000000, 0.000000, 0.000000, 0.000000";
			borderEnable = "dynamic";
			borderMovable = "dynamic";

			new GuiControl() {
				profile = "GuiDefaultProfile";
				horizSizing = "width";
				vertSizing = "height";
				position = "0 0";
				extent = "482 346";
				minExtent = "8 8";
				visible = "True";
				setFirstResponder = "True";
				modal = "True";
				helpTag = "0";

				new GuiTextCtrl() {
					profile = "GuiTextProfile";
					horizSizing = "right";
					vertSizing = "bottom";
					position = "8 4";
					extent = "47 18";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					helpTag = "0";
					text = "Open File:";
				};
				new GuiPopUpMenuCtrl(DebuggerFilePopup) {
					profile = "GuiPopUpMenuProfile";
					horizSizing = "right";
					vertSizing = "bottom";
					position = "64 4";
					extent = "160 18";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "True";
					modal = "True";
					helpTag = "0";
					maxPopupHeight = "200";
				};
				new GuiScrollCtrl() {
					profile = "GuiScrollProfile";
					horizSizing = "width";
					vertSizing = "height";
					position = "0 24";
					extent = "482 321";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					helpTag = "0";
					willFirstRespond = "True";
					hScrollBar = "dynamic";
					vScrollBar = "dynamic";
					constantThumbHeight = "False";

					new DbgFileView(DebuggerFileView) {
						profile = "GuiTextArrayProfile";
						horizSizing = "right";
						vertSizing = "bottom";
						position = "0 -433";
						extent = "509 3904";
						minExtent = "8 8";
						visible = "True";
						setFirstResponder = "False";
						modal = "True";
						helpTag = "0";
					};
				};
			};
			new GuiControl() {
				profile = "GuiWindowProfile";
				horizSizing = "right";
				vertSizing = "bottom";
				position = "0 350";
				extent = "482 106";
				minExtent = "8 8";
				visible = "True";
				setFirstResponder = "False";
				modal = "True";
				helpTag = "0";

				new GuiButtonCtrl() {
					profile = "GuiButtonProfile";
					horizSizing = "right";
					vertSizing = "bottom";
					position = "8 4";
					extent = "56 16";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					command = "Canvas.pushDialog(DebuggerWatchDlg, 80);";
					helpTag = "0";
					text = "Add";
				};
				new GuiButtonCtrl() {
					profile = "GuiButtonProfile";
					horizSizing = "right";
					vertSizing = "bottom";
					position = "72 4";
					extent = "56 16";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					command = "Canvas.pushDialog(DebuggerEditWatchDlg, 80);";
					helpTag = "0";
					text = "Edit";
				};
				new GuiButtonCtrl() {
					profile = "GuiButtonProfile";
					horizSizing = "right";
					vertSizing = "bottom";
					position = "136 4";
					extent = "56 16";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					command = "DbgDeleteSelectedWatch();";
					helpTag = "0";
					text = "Delete";
				};
				new GuiButtonCtrl() {
					profile = "GuiButtonProfile";
					horizSizing = "right";
					vertSizing = "bottom";
					position = "200 4";
					extent = "56 16";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					command = "DebuggerWatchView.clear();";
					helpTag = "0";
					text = "Clear";
				};
				new GuiButtonCtrl() {
					profile = "GuiButtonProfile";
					horizSizing = "right";
					vertSizing = "bottom";
					position = "264 4";
					extent = "56 16";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					command = "DbgRefreshWatches();";
					helpTag = "0";
					text = "Refresh";
				};
				new GuiScrollCtrl() {
					profile = "GuiScrollProfile";
					horizSizing = "width";
					vertSizing = "height";
					position = "0 24";
					extent = "481 80";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					helpTag = "0";
					willFirstRespond = "True";
					hScrollBar = "dynamic";
					vScrollBar = "dynamic";
					constantThumbHeight = "False";

					new GuiTextListCtrl(DebuggerWatchView) {
						profile = "GuiTextListProfile";
						horizSizing = "right";
						vertSizing = "bottom";
						position = "0 0";
						extent = "640 8";
						minExtent = "8 8";
						visible = "True";
						setFirstResponder = "False";
						modal = "True";
						helpTag = "0";
						enumerate = "False";
						resizeCell = "True";
						columns = "0 200";
					};
				};
			};
		};
		new GuiFrameSetCtrl(DebuggerRightFrame) {
			profile = "GuiContentProfile";
			horizSizing = "right";
			vertSizing = "bottom";
			position = "486 0";
			extent = "154 456";
			minExtent = "8 8";
			visible = "True";
			setFirstResponder = "False";
			modal = "True";
			helpTag = "0";
			columns = "0";
			rows = "0 150 350";
			borderWidth = "4";
			borderColor = "0.000000, 0.000000, 0.000000, 0.000000";
			borderEnable = "dynamic";
			borderMovable = "dynamic";

			new GuiScrollCtrl() {
				profile = "GuiScrollProfile";
				horizSizing = "width";
				vertSizing = "height";
				position = "0 0";
				extent = "154 146";
				minExtent = "8 8";
				visible = "True";
				setFirstResponder = "False";
				modal = "True";
				helpTag = "0";
				willFirstRespond = "True";
				hScrollBar = "dynamic";
				vScrollBar = "dynamic";
				constantThumbHeight = "False";

				new GuiTextListCtrl(DebuggerCallStack) {
					profile = "GuiTextListProfile";
					horizSizing = "right";
					vertSizing = "bottom";
					position = "0 0";
					extent = "640 8";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					helpTag = "0";
					enumerate = "False";
					resizeCell = "True";
					columns = "-1 -1 0";
				};
			};
			new GuiControl() {
				profile = "GuiWindowProfile";
				horizSizing = "right";
				vertSizing = "bottom";
				position = "0 150";
				extent = "154 196";
				minExtent = "8 8";
				visible = "True";
				setFirstResponder = "False";
				modal = "True";
				helpTag = "0";

				new GuiButtonCtrl() {
					profile = "GuiButtonProfile";
					horizSizing = "right";
					vertSizing = "bottom";
					position = "4 4";
					extent = "56 16";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					command = "Canvas.pushDialog(DebuggerBreakConditionDlg, 80);";
					helpTag = "0";
					text = "Condition";
				};
				new GuiButtonCtrl() {
					profile = "GuiButtonProfile";
					horizSizing = "right";
					vertSizing = "bottom";
					position = "68 4";
					extent = "56 16";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					command = "DbgDeleteSelectedBreak();";
					helpTag = "0";
					text = "Delete";
				};
				new GuiButtonCtrl() {
					profile = "GuiButtonProfile";
					horizSizing = "right";
					vertSizing = "bottom";
					position = "132 4";
					extent = "56 16";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					command = "DebuggerBreakPoints.clearBreaks();";
					helpTag = "0";
					text = "Clear";
				};
				new GuiScrollCtrl() {
					profile = "GuiScrollProfile";
					horizSizing = "width";
					vertSizing = "height";
					position = "0 24";
					extent = "153 171";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					helpTag = "0";
					willFirstRespond = "True";
					hScrollBar = "dynamic";
					vScrollBar = "dynamic";
					constantThumbHeight = "False";

					new GuiTextListCtrl(DebuggerBreakPoints) {
						profile = "GuiTextListProfile";
						horizSizing = "right";
						vertSizing = "bottom";
						position = "0 0";
						extent = "182 16";
						minExtent = "8 8";
						visible = "True";
						setFirstResponder = "False";
						modal = "True";
						helpTag = "0";
						enumerate = "False";
						resizeCell = "True";
						columns = "16 56 156";
					};
				};
			};
			new GuiControl() {
				profile = "GuiWindowProfile";
				horizSizing = "width";
				vertSizing = "height";
				position = "0 350";
				extent = "154 106";
				minExtent = "8 8";
				visible = "True";
				setFirstResponder = "False";
				modal = "True";
				helpTag = "0";

				new GuiScrollCtrl() {
					profile = "GuiScrollProfile";
					horizSizing = "width";
					vertSizing = "height";
					position = "0 0";
					extent = "153 80";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					helpTag = "0";
					willFirstRespond = "True";
					hScrollBar = "dynamic";
					vScrollBar = "dynamic";
					constantThumbHeight = "False";

					new GuiTextListCtrl(DebuggerConsoleView) {
						profile = "GuiTextListProfile";
						horizSizing = "right";
						vertSizing = "bottom";
						position = "0 0";
						extent = "62 16";
						minExtent = "8 8";
						visible = "True";
						setFirstResponder = "False";
						modal = "True";
						helpTag = "0";
						enumerate = "False";
						resizeCell = "True";
						columns = "0";
					};
				};
				new GuiTextCtrl() {
					profile = "GuiTextProfile";
					horizSizing = "right";
					vertSizing = "top";
					position = "15 83";
					extent = "9 18";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					helpTag = "0";
					text = "%";
				};
				new GuiTextEditCtrl(DbgConsoleEntry) {
					profile = "GuiTextEditProfile";
					horizSizing = "width";
					vertSizing = "top";
					position = "29 83";
					extent = "120 18";
					minExtent = "8 8";
					visible = "True";
					setFirstResponder = "False";
					modal = "True";
					altCommand = "DbgConsoleEntryReturn();";
					helpTag = "0";
					historySize = "32";
				};
			};
		};
	};
};
//--- OBJECT WRITE END ---

⌨️ 快捷键说明

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