dw_rs_empinfo_edit.srd 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. $PBExportHeader$dw_rs_empinfo_edit.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=80269524 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
  4. summary(height=0 color="536870912" )
  5. footer(height=0 color="536870912" )
  6. detail(height=1664 color="536870912" )
  7. table(column=(type=long update=yes updatewhereclause=yes name=empid dbname="u_rs_empinfo.empid" initial="0" )
  8. column=(type=char(30) update=yes updatewhereclause=yes name=empcode dbname="u_rs_empinfo.Empcode" initial="empty" )
  9. column=(type=char(30) update=yes updatewhereclause=yes name=empname dbname="u_rs_empinfo.Empname" initial="empty" )
  10. column=(type=char(2) update=yes updatewhereclause=yes name=sex dbname="u_rs_empinfo.Sex" initial="男" values="男 男/女 女/" )
  11. column=(type=datetime update=yes updatewhereclause=yes name=joindate dbname="u_rs_empinfo.Joindate" initial="today" )
  12. column=(type=char(30) update=yes updatewhereclause=yes name=idcard dbname="u_rs_empinfo.Idcard" initial="empty" )
  13. column=(type=datetime update=yes updatewhereclause=yes name=birthday dbname="u_rs_empinfo.Birthday" )
  14. column=(type=long update=yes updatewhereclause=yes name=deptid dbname="u_rs_empinfo.Deptid" initial="0" )
  15. column=(type=char(50) update=yes updatewhereclause=yes name=homeplace dbname="u_rs_empinfo.Homeplace" initial="empty" )
  16. column=(type=decimal(2) update=yes updatewhereclause=yes name=stature dbname="u_rs_empinfo.Stature" )
  17. column=(type=char(20) update=yes updatewhereclause=yes name=diploma dbname="u_rs_empinfo.diploma" initial="empty" )
  18. column=(type=char(30) update=yes updatewhereclause=yes name=hometel dbname="u_rs_empinfo.hometel" initial="empty" )
  19. column=(type=char(20) update=yes updatewhereclause=yes name=handtel dbname="u_rs_empinfo.handtel" initial="empty" )
  20. column=(type=char(20) update=yes updatewhereclause=yes name=officetel dbname="u_rs_empinfo.officetel" initial="empty" )
  21. column=(type=char(50) update=yes updatewhereclause=yes name=address dbname="u_rs_empinfo.Address" initial="empty" )
  22. column=(type=char(10) update=yes updatewhereclause=yes name=postcode dbname="u_rs_empinfo.Postcode" initial="empty" )
  23. column=(type=char(10) update=yes updatewhereclause=yes name=duty dbname="u_rs_empinfo.duty" initial="empty" )
  24. column=(type=char(20) update=yes updatewhereclause=yes name=wrktpye dbname="u_rs_empinfo.wrktpye" initial="empty" )
  25. column=(type=char(20) update=yes updatewhereclause=yes name=bedcode dbname="u_rs_empinfo.Bedcode" initial="empty" )
  26. column=(type=char(20) update=yes updatewhereclause=yes name=cardcode dbname="u_rs_empinfo.Cardcode" initial="empty" )
  27. column=(type=char(30) update=yes updatewhereclause=yes name=bankcode dbname="u_rs_empinfo.bankcode" initial="empty" )
  28. column=(type=decimal(2) update=yes updatewhereclause=yes name=wage dbname="u_rs_empinfo.wage" initial="0" )
  29. column=(type=char(30) update=yes updatewhereclause=yes name=language dbname="u_rs_empinfo.Language" initial="empty" )
  30. column=(type=long update=yes updatewhereclause=yes name=status dbname="u_rs_empinfo.status" initial="1" values=" 1/ 0" )
  31. column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_rs_empinfo.Dscrp" initial="empty" )
  32. column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="u_rs_empinfo.opdate" initial="today" )
  33. column=(type=char(20) update=yes updatewhereclause=yes name=opemp dbname="u_rs_empinfo.opemp" initial="empty" )
  34. column=(type=char(30) updatewhereclause=yes name=cw_department_departmentname dbname="cw_department.departmentname" )
  35. retrieve=" SELECT u_rs_empinfo.empid,
  36. u_rs_empinfo.Empcode,
  37. u_rs_empinfo.Empname,
  38. u_rs_empinfo.Sex,
  39. u_rs_empinfo.Joindate,
  40. u_rs_empinfo.Idcard,
  41. u_rs_empinfo.Birthday,
  42. u_rs_empinfo.Deptid,
  43. u_rs_empinfo.Homeplace,
  44. u_rs_empinfo.Stature,
  45. u_rs_empinfo.diploma,
  46. u_rs_empinfo.hometel,
  47. u_rs_empinfo.handtel,
  48. u_rs_empinfo.officetel,
  49. u_rs_empinfo.Address,
  50. u_rs_empinfo.Postcode,
  51. u_rs_empinfo.duty,
  52. u_rs_empinfo.wrktpye,
  53. u_rs_empinfo.Bedcode,
  54. u_rs_empinfo.Cardcode,
  55. u_rs_empinfo.bankcode,
  56. u_rs_empinfo.wage,
  57. u_rs_empinfo.Language,
  58. u_rs_empinfo.status,
  59. u_rs_empinfo.Dscrp,
  60. u_rs_empinfo.opdate,
  61. u_rs_empinfo.opemp,
  62. cw_department.departmentname
  63. FROM u_rs_empinfo,
  64. cw_department
  65. WHERE ( u_rs_empinfo.Deptid = cw_department.departmentid ) and
  66. ( ( u_rs_empinfo.status = :arg_status ) )
  67. " arguments=(("arg_status", number)) sort="empcode A " )
  68. groupbox(band=detail text="基本资料"border="2" color="0" x="23" y="4" height="336" width="2158" name=gb_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  69. groupbox(band=detail text="详细资料"border="2" color="0" x="23" y="384" height="1080" width="2158" name=gb_2 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  70. text(band=detail alignment="1" text="人员编号" border="0" color="16711680" x="55" y="84" height="56" width="233" html.valueishtml="0" name=empcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  71. text(band=detail alignment="1" text="身份证号" border="0" color="16711680" x="55" y="224" height="56" width="233" html.valueishtml="0" name=idcard_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  72. text(band=detail alignment="1" text="姓名" border="0" color="16711680" x="654" y="84" height="56" width="128" html.valueishtml="0" name=empname_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  73. column(band=detail id=3 alignment="0" tabsequence=20 border="4" color="16711680" x="795" y="80" height="68" width="325" format="[general]" html.valueishtml="0" name=empname tag="姓名" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  74. text(band=detail alignment="1" text="性别" border="0" color="16711680" x="1143" y="84" height="56" width="114" html.valueishtml="0" name=sex_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  75. text(band=detail alignment="1" text="身高" border="0" color="16711680" x="965" y="464" height="56" width="128" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  76. text(band=detail alignment="0" text="cm" border="0" color="0" x="1408" y="464" height="56" width="87" html.valueishtml="0" name=t_2 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  77. text(band=detail alignment="0" text="会何种语言" border="0" color="16711680" x="837" y="1184" height="56" width="274" html.valueishtml="0" name=t_3 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="80269524" )
  78. column(band=detail id=21 alignment="0" tabsequence=200 border="4" color="16711680" x="1225" y="1040" height="68" width="891" format="[general]" html.valueishtml="0" name=bankcode tag="银行帐号" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  79. column(band=detail id=11 alignment="0" tabsequence=100 border="4" color="16711680" x="1737" y="464" height="68" width="384" format="[general]" html.valueishtml="0" name=diploma tag="学历" visible="1" dddw.name=dddw_diploma dddw.displaycolumn=diploma dddw.datacolumn=diploma dddw.percentwidth=100 dddw.lines=15 dddw.limit=0 dddw.allowedit=yes dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.vscrollbar=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  80. column(band=detail id=14 alignment="0" tabsequence=130 border="4" color="16711680" x="1737" y="608" height="68" width="384" format="[general]" html.valueishtml="0" name=officetel tag="办公电话" visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  81. column(band=detail id=16 alignment="0" tabsequence=150 border="4" color="16711680" x="1737" y="752" height="68" width="384" format="[general]" html.valueishtml="0" name=postcode tag="邮编" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  82. text(band=detail alignment="1" text="学 历" border="0" color="16711680" x="1509" y="464" height="56" width="219" html.valueishtml="0" name=diploma_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  83. text(band=detail alignment="1" text="办公电话" border="0" color="16711680" x="1509" y="608" height="56" width="219" html.valueishtml="0" name=officetel_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  84. text(band=detail alignment="1" text="邮 编" border="0" color="16711680" x="1509" y="752" height="56" width="219" html.valueishtml="0" name=postcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  85. column(band=detail id=2 alignment="0" tabsequence=10 border="4" color="16711680" x="302" y="80" height="68" width="325" format="[general]" html.valueishtml="0" name=empcode tag="人员编号" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  86. column(band=detail id=6 alignment="0" tabsequence=50 border="4" color="16711680" x="302" y="224" height="68" width="649" format="[general]" html.valueishtml="0" name=idcard tag="身份证号" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  87. column(band=detail id=15 alignment="0" tabsequence=140 border="4" color="16711680" x="302" y="752" height="68" width="1193" format="[general]" html.valueishtml="0" name=address tag="地址" visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  88. text(band=detail alignment="1" text="籍 贯" border="0" color="16711680" x="55" y="464" height="56" width="233" html.valueishtml="0" name=homeplace_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  89. text(band=detail alignment="1" text="家庭电话" border="0" color="16711680" x="55" y="608" height="56" width="233" html.valueishtml="0" name=hometel_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  90. text(band=detail alignment="1" text="地 址" border="0" color="16711680" x="55" y="752" height="56" width="233" html.valueishtml="0" name=address_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  91. text(band=detail alignment="1" text="职 务" border="0" color="16711680" x="55" y="896" height="56" width="233" html.valueishtml="0" name=duty_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  92. text(band=detail alignment="1" text="考勤卡号" border="0" color="16711680" x="55" y="1040" height="56" width="233" html.valueishtml="0" name=cardcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  93. text(band=detail alignment="1" text="基本工资" border="0" color="16711680" x="55" y="1184" height="56" width="233" html.valueishtml="0" name=wage_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  94. text(band=detail alignment="1" text="备 注" border="0" color="16711680" x="55" y="1328" height="56" width="233" html.valueishtml="0" name=dscrp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  95. text(band=detail alignment="1" text="手机" border="0" color="16711680" x="969" y="608" height="56" width="123" html.valueishtml="0" name=handtel_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  96. column(band=detail id=10 alignment="0" tabsequence=90 border="4" color="16711680" x="1106" y="464" height="68" width="288" format="#,###" html.valueishtml="0" name=stature visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  97. column(band=detail id=13 alignment="0" tabsequence=120 border="4" color="16711680" x="1106" y="608" height="68" width="389" format="[general]" html.valueishtml="0" name=handtel tag="手机" visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  98. column(band=detail id=9 alignment="0" tabsequence=80 border="4" color="16711680" x="302" y="464" height="68" width="649" format="[general]" html.valueishtml="0" name=homeplace tag="籍贯" visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  99. column(band=detail id=12 alignment="0" tabsequence=110 border="4" color="16711680" x="302" y="608" height="68" width="649" format="[general]" html.valueishtml="0" name=hometel tag="家庭电话" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  100. column(band=detail id=17 alignment="0" tabsequence=160 border="4" color="16711680" x="302" y="896" height="68" width="649" format="[general]" html.valueishtml="0" name=duty tag="职务" visible="1" dddw.name=dddw_duty dddw.displaycolumn=duty dddw.datacolumn=duty dddw.percentwidth=100 dddw.lines=10 dddw.limit=0 dddw.allowedit=yes dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.vscrollbar=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  101. column(band=detail id=20 alignment="0" tabsequence=190 border="4" color="16711680" x="302" y="1040" height="68" width="649" format="[general]" html.valueishtml="0" name=cardcode tag="考勤卡号" visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  102. text(band=detail alignment="1" text="银行帐号" border="0" color="16711680" x="969" y="1040" height="56" width="242" html.valueishtml="0" name=bankcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  103. text(band=detail alignment="1" text="在 职" border="0" color="16711680" x="1509" y="1184" height="56" width="219" html.valueishtml="0" name=status_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  104. column(band=detail id=24 alignment="2" tabsequence=230 border="0" color="255" x="1737" y="1184" height="68" width="123" format="[General]" html.valueishtml="0" name=status tag="状态" visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="80269524" )
  105. column(band=detail id=22 alignment="1" tabsequence=210 border="4" color="16711680" x="302" y="1184" height="68" width="338" format="#,##0.00" html.valueishtml="0" name=wage tag="基本工资" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  106. column(band=detail id=23 alignment="0" tabsequence=220 border="4" color="16711680" x="1134" y="1184" height="68" width="315" format="[general]" html.valueishtml="0" name=language visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="80269524" )
  107. column(band=detail id=25 alignment="0" tabsequence=240 border="4" color="16711680" x="302" y="1328" height="68" width="1806" format="[general]" html.valueishtml="0" name=dscrp tag="备注" visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  108. text(band=detail alignment="1" text="工种" border="0" color="16711680" x="969" y="896" height="56" width="123" html.valueishtml="0" name=wrktpye_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  109. column(band=detail id=18 alignment="2" tabsequence=170 border="4" color="16711680" x="1106" y="896" height="68" width="389" format="[general]" html.valueishtml="0" name=wrktpye tag="工种" visible="1" dddw.name=dddw_worktype dddw.displaycolumn=wrktpye dddw.datacolumn=wrktpye dddw.percentwidth=100 dddw.lines=10 dddw.limit=0 dddw.allowedit=yes dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.vscrollbar=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  110. text(band=detail alignment="1" text="床 号" border="0" color="16711680" x="1509" y="896" height="56" width="219" html.valueishtml="0" name=bedcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  111. column(band=detail id=19 alignment="0" tabsequence=180 border="4" color="16711680" x="1737" y="896" height="68" width="384" format="[general]" html.valueishtml="0" name=bedcode tag="床号" visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="80269524" )
  112. text(band=detail alignment="1" text="修改日期" border="0" color="0" x="859" y="1528" height="56" width="233" html.valueishtml="0" name=opdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  113. column(band=detail id=26 alignment="2" tabsequence=32766 border="2" color="0" x="1106" y="1528" height="68" width="389" format="YYYY-MM-DD" html.valueishtml="0" name=opdate tag="修改日期" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  114. text(band=detail alignment="1" text="修 改 人" border="0" color="0" x="1509" y="1528" height="56" width="219" html.valueishtml="0" name=opemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  115. column(band=detail id=27 alignment="0" tabsequence=32766 border="2" color="0" x="1737" y="1528" height="68" width="384" format="[shortdate] [time]" html.valueishtml="0" name=opemp tag="修改人" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  116. column(band=detail id=4 alignment="2" tabsequence=30 border="4" color="16711680" x="1271" y="80" height="68" width="224" format="[general]" html.valueishtml="0" name=sex tag="性别" visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  117. column(band=detail id=5 alignment="2" tabsequence=40 border="4" color="16711680" x="1737" y="80" height="68" width="384" format="YYYY-MM-DD" html.valueishtml="0" name=joindate tag="入职日期" visible="1" editmask.spin=yes editmask.mask="YYYY-MM-DD" editmask.imemode=0 editmask.spinrange="~~" editmask.spinincr=1 editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  118. text(band=detail alignment="1" text="入职日期" border="0" color="16711680" x="1509" y="80" height="56" width="219" html.valueishtml="0" name=joindate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  119. text(band=detail alignment="1" text="部门" border="0" color="16711680" x="1600" y="224" height="56" width="128" html.valueishtml="0" name=deptid_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  120. column(band=detail id=8 alignment="2" tabsequence=70 border="4" color="16711680" x="1737" y="224" height="68" width="384" format="[general]" html.valueishtml="0" name=deptid tag="部门ID" visible="1" dddw.name=dddw_dept dddw.displaycolumn=departmentname dddw.datacolumn=departmentid dddw.percentwidth=100 dddw.lines=10 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.vscrollbar=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  121. text(band=detail alignment="1" text="出生日期" border="0" color="16711680" x="969" y="224" height="56" width="219" html.valueishtml="0" name=birthday_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  122. column(band=detail id=7 alignment="2" tabsequence=60 border="4" color="16711680" x="1198" y="224" height="68" width="384" format="YYYY-MM-DD" html.valueishtml="0" name=birthday tag="出生日期" visible="1" editmask.spin=yes editmask.mask="YYYY-MM-DD" editmask.imemode=0 editmask.spinrange="~~" editmask.spinincr=1 editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  123. htmltable(border="1" )
  124. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  125. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  126. import.xml()
  127. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )