w_oa_workremind_test.srw 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. $PBExportHeader$w_oa_workremind_test.srw
  2. forward
  3. global type w_oa_workremind_test from window
  4. end type
  5. type cb_5 from commandbutton within w_oa_workremind_test
  6. end type
  7. type cb_4 from commandbutton within w_oa_workremind_test
  8. end type
  9. type cb_3 from commandbutton within w_oa_workremind_test
  10. end type
  11. type cb_2 from commandbutton within w_oa_workremind_test
  12. end type
  13. type cb_1 from commandbutton within w_oa_workremind_test
  14. end type
  15. end forward
  16. global type w_oa_workremind_test from window
  17. integer width = 1120
  18. integer height = 960
  19. boolean titlebar = true
  20. string title = "测试"
  21. boolean controlmenu = true
  22. boolean minbox = true
  23. boolean maxbox = true
  24. boolean resizable = true
  25. long backcolor = 67108864
  26. string icon = "AppIcon!"
  27. boolean center = true
  28. cb_5 cb_5
  29. cb_4 cb_4
  30. cb_3 cb_3
  31. cb_2 cb_2
  32. cb_1 cb_1
  33. end type
  34. global w_oa_workremind_test w_oa_workremind_test
  35. on w_oa_workremind_test.create
  36. this.cb_5=create cb_5
  37. this.cb_4=create cb_4
  38. this.cb_3=create cb_3
  39. this.cb_2=create cb_2
  40. this.cb_1=create cb_1
  41. this.Control[]={this.cb_5,&
  42. this.cb_4,&
  43. this.cb_3,&
  44. this.cb_2,&
  45. this.cb_1}
  46. end on
  47. on w_oa_workremind_test.destroy
  48. destroy(this.cb_5)
  49. destroy(this.cb_4)
  50. destroy(this.cb_3)
  51. destroy(this.cb_2)
  52. destroy(this.cb_1)
  53. end on
  54. event open;// //Profile l1data_show
  55. //SQLCA.DBMS = "MSS Microsoft SQL Server"
  56. //SQLCA.Database = "Eclever"
  57. //SQLCA.LogPass = "954433111"
  58. //SQLCA.ServerName = "."
  59. //SQLCA.LogId = "sa"
  60. //SQLCA.AutoCommit = False
  61. //SQLCA.DBParm = ""
  62. //connect;
  63. end event
  64. type cb_5 from commandbutton within w_oa_workremind_test
  65. boolean visible = false
  66. integer x = 137
  67. integer y = 688
  68. integer width = 754
  69. integer height = 136
  70. integer taborder = 20
  71. integer textsize = -9
  72. integer weight = 400
  73. fontcharset fontcharset = gb2312charset!
  74. fontpitch fontpitch = variable!
  75. string facename = "宋体"
  76. string text = "5.~t触发规则"
  77. end type
  78. event clicked;open(w_oa_workremind_detonate)
  79. end event
  80. type cb_4 from commandbutton within w_oa_workremind_test
  81. integer x = 142
  82. integer y = 536
  83. integer width = 754
  84. integer height = 136
  85. integer taborder = 10
  86. integer textsize = -9
  87. integer weight = 400
  88. fontcharset fontcharset = gb2312charset!
  89. fontpitch fontpitch = variable!
  90. string facename = "宋体"
  91. string text = "4.~t工作提醒管理订阅窗口"
  92. end type
  93. event clicked;open(w_oa_workremindadmin)
  94. end event
  95. type cb_3 from commandbutton within w_oa_workremind_test
  96. integer x = 137
  97. integer y = 372
  98. integer width = 754
  99. integer height = 136
  100. integer taborder = 10
  101. integer textsize = -9
  102. integer weight = 400
  103. fontcharset fontcharset = gb2312charset!
  104. fontpitch fontpitch = variable!
  105. string facename = "宋体"
  106. string text = "3.~t工作提醒用户订阅窗口"
  107. end type
  108. event clicked;open(w_oa_workreminduser)
  109. end event
  110. type cb_2 from commandbutton within w_oa_workremind_test
  111. integer x = 133
  112. integer y = 208
  113. integer width = 754
  114. integer height = 136
  115. integer taborder = 10
  116. integer textsize = -9
  117. integer weight = 400
  118. fontcharset fontcharset = gb2312charset!
  119. fontpitch fontpitch = variable!
  120. string facename = "宋体"
  121. string text = "2.~t工作提醒定义窗口"
  122. end type
  123. event clicked;open(w_oa_workreminddef)
  124. end event
  125. type cb_1 from commandbutton within w_oa_workremind_test
  126. integer x = 123
  127. integer y = 48
  128. integer width = 754
  129. integer height = 136
  130. integer taborder = 10
  131. integer textsize = -9
  132. integer weight = 400
  133. fontcharset fontcharset = gb2312charset!
  134. fontpitch fontpitch = variable!
  135. string facename = "宋体"
  136. string text = "1.~t工作提醒弹出窗口"
  137. end type
  138. event clicked;open(w_oa_workremind)
  139. end event