📄 rolenodify.htm
字号:
<HTML xmlns:ehfs>
<HEAD>
<link type="text/css" rel="stylesheet" href="../css/control.css">
</HEAD>
<body>
<FIELDSET style="position:absolute;top:20;left:100;width:500;height:100;border:solid 1px #A6C4E1">
<legend id="searchLegend" style="position:absolute;font-size:20;font-weight:bolder">角色添加</legend>
</FIELDSET>
<ehfs:maskedit id="userId" width="110" left="120" top="50" caption="角 色 名 " dataType="phms_Number" maxLength="3" init="1" />
<ehfs:maskedit id="userName" width="135" left="320" top="50" caption="创 建 者 " dataType="phms_Number" maxLength="3" init="1" />
<ehfs:sec init="1" id="userdepertment" valueCol="value" textCol="text" width="200" left="320" top="80" caption="所属部门 " />
<ehfs:datepicker id="DatePicker" caption="创建时间 " left="120" width="115" top="80" init="1"></ehfs:datepicker>
<ehfs:DBGrid id="roleDBGrid" init="0" left="160" top="150" hascheckbox="yes" hasController="no" selectionMode="tr" width="300" height="90" hascheckbox="yes" hasFixedCol="1" hasTotalLine="yes" dataXML="../xml/DBGridData.xml" titleXML="../xml/DBGiridTitle.xml" />
<span style="position:absolute;top:250;left:110;">备注:</span>
<textarea id="Textarea1" STYLE="position:absolute;top:280;left:100;border:solid 1px #A6C4E1" rows="7" cols="80" ></textarea>
<ehfs:btn id="searchBtn" left="460" top="400" width="60" caption="确定" init="0" />
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -