net.gml

来自「在线游戏最新服务器端源代码」· GML 代码 · 共 31 行

GML
31
字号
<Wedit size=283,16;
	name=charedit;
	pos=152,462;
	OnEnter={<:mysocket sendChat='$[src]'><: src="">};
>
<style>
.Chattxt:text{
 autopos=true;showstyle=3;
 pid=ChatList;pos=0,-80;
}
</style>
<list name=ChatList;pos=152,377;
	size=283,77;
//	bkimg=color(red)
	bkimg=null;
	zorder=top;
	rightscroll=1;
	autosubpos=vert(1,3,1,true,115);
//	Onmsgshow={<: show=1;voffset=0,-8000;paramctrl=loopcmd(1,10000,1,{<: show=0>});>};
></list>
<list name=UserList;pos=448,379;
	size=185,96;zorder=top;
//	OnSize={<: pos=(pid.width-80),9>};
//	bkimg=$.\img\dlgbk.gif#3,3
	bkimg=null;
	autosubpos=vert(15,3,1,1,20);
	rightscroll=1;
></list>

<MCLIENTSOCKET name=mysocket>

⌨️ 快捷键说明

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