123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- $PBExportHeader$w_oa_workremind_test.srw
- forward
- global type w_oa_workremind_test from window
- end type
- type cb_5 from commandbutton within w_oa_workremind_test
- end type
- type cb_4 from commandbutton within w_oa_workremind_test
- end type
- type cb_3 from commandbutton within w_oa_workremind_test
- end type
- type cb_2 from commandbutton within w_oa_workremind_test
- end type
- type cb_1 from commandbutton within w_oa_workremind_test
- end type
- end forward
- global type w_oa_workremind_test from window
- integer width = 1120
- integer height = 960
- boolean titlebar = true
- string title = "测试"
- boolean controlmenu = true
- boolean minbox = true
- boolean maxbox = true
- boolean resizable = true
- long backcolor = 67108864
- string icon = "AppIcon!"
- boolean center = true
- cb_5 cb_5
- cb_4 cb_4
- cb_3 cb_3
- cb_2 cb_2
- cb_1 cb_1
- end type
- global w_oa_workremind_test w_oa_workremind_test
- on w_oa_workremind_test.create
- this.cb_5=create cb_5
- this.cb_4=create cb_4
- this.cb_3=create cb_3
- this.cb_2=create cb_2
- this.cb_1=create cb_1
- this.Control[]={this.cb_5,&
- this.cb_4,&
- this.cb_3,&
- this.cb_2,&
- this.cb_1}
- end on
- on w_oa_workremind_test.destroy
- destroy(this.cb_5)
- destroy(this.cb_4)
- destroy(this.cb_3)
- destroy(this.cb_2)
- destroy(this.cb_1)
- end on
- event open;// //Profile l1data_show
- //SQLCA.DBMS = "MSS Microsoft SQL Server"
- //SQLCA.Database = "Eclever"
- //SQLCA.LogPass = "954433111"
- //SQLCA.ServerName = "."
- //SQLCA.LogId = "sa"
- //SQLCA.AutoCommit = False
- //SQLCA.DBParm = ""
- //connect;
- end event
- type cb_5 from commandbutton within w_oa_workremind_test
- boolean visible = false
- integer x = 137
- integer y = 688
- integer width = 754
- integer height = 136
- integer taborder = 20
- integer textsize = -9
- integer weight = 400
- fontcharset fontcharset = gb2312charset!
- fontpitch fontpitch = variable!
- string facename = "宋体"
- string text = "5.~t触发规则"
- end type
- event clicked;open(w_oa_workremind_detonate)
- end event
- type cb_4 from commandbutton within w_oa_workremind_test
- integer x = 142
- integer y = 536
- integer width = 754
- integer height = 136
- integer taborder = 10
- integer textsize = -9
- integer weight = 400
- fontcharset fontcharset = gb2312charset!
- fontpitch fontpitch = variable!
- string facename = "宋体"
- string text = "4.~t工作提醒管理订阅窗口"
- end type
- event clicked;open(w_oa_workremindadmin)
- end event
- type cb_3 from commandbutton within w_oa_workremind_test
- integer x = 137
- integer y = 372
- integer width = 754
- integer height = 136
- integer taborder = 10
- integer textsize = -9
- integer weight = 400
- fontcharset fontcharset = gb2312charset!
- fontpitch fontpitch = variable!
- string facename = "宋体"
- string text = "3.~t工作提醒用户订阅窗口"
- end type
- event clicked;open(w_oa_workreminduser)
- end event
- type cb_2 from commandbutton within w_oa_workremind_test
- integer x = 133
- integer y = 208
- integer width = 754
- integer height = 136
- integer taborder = 10
- integer textsize = -9
- integer weight = 400
- fontcharset fontcharset = gb2312charset!
- fontpitch fontpitch = variable!
- string facename = "宋体"
- string text = "2.~t工作提醒定义窗口"
- end type
- event clicked;open(w_oa_workreminddef)
- end event
- type cb_1 from commandbutton within w_oa_workremind_test
- integer x = 123
- integer y = 48
- integer width = 754
- integer height = 136
- integer taborder = 10
- integer textsize = -9
- integer weight = 400
- fontcharset fontcharset = gb2312charset!
- fontpitch fontpitch = variable!
- string facename = "宋体"
- string text = "1.~t工作提醒弹出窗口"
- end type
- event clicked;open(w_oa_workremind)
- end event
|