123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- $PBExportHeader$w_saletask_dm_edit_bak.srw
- forward
- global type w_saletask_dm_edit_bak from w_publ_base
- end type
- type cb_1 from uo_imflatbutton within w_saletask_dm_edit_bak
- end type
- type cb_5 from uo_imflatbutton within w_saletask_dm_edit_bak
- end type
- type dw_2 from datawindow within w_saletask_dm_edit_bak
- end type
- type cb_2 from commandbutton within w_saletask_dm_edit_bak
- end type
- type cb_3 from commandbutton within w_saletask_dm_edit_bak
- end type
- type dw_1 from datawindow within w_saletask_dm_edit_bak
- end type
- end forward
- global type w_saletask_dm_edit_bak from w_publ_base
- integer width = 1934
- integer height = 1428
- string title = "询价订单"
- boolean minbox = false
- windowtype windowtype = response!
- cb_1 cb_1
- cb_5 cb_5
- dw_2 dw_2
- cb_2 cb_2
- cb_3 cb_3
- dw_1 dw_1
- end type
- global w_saletask_dm_edit_bak w_saletask_dm_edit_bak
- on w_saletask_dm_edit_bak.create
- int iCurrent
- call super::create
- this.cb_1=create cb_1
- this.cb_5=create cb_5
- this.dw_2=create dw_2
- this.cb_2=create cb_2
- this.cb_3=create cb_3
- this.dw_1=create dw_1
- iCurrent=UpperBound(this.Control)
- this.Control[iCurrent+1]=this.cb_1
- this.Control[iCurrent+2]=this.cb_5
- this.Control[iCurrent+3]=this.dw_2
- this.Control[iCurrent+4]=this.cb_2
- this.Control[iCurrent+5]=this.cb_3
- this.Control[iCurrent+6]=this.dw_1
- end on
- on w_saletask_dm_edit_bak.destroy
- call super::destroy
- destroy(this.cb_1)
- destroy(this.cb_5)
- destroy(this.dw_2)
- destroy(this.cb_2)
- destroy(this.cb_3)
- destroy(this.dw_1)
- end on
- type cb_func from w_publ_base`cb_func within w_saletask_dm_edit_bak
- boolean visible = false
- integer x = 23
- integer y = 892
- end type
- type cb_exit from w_publ_base`cb_exit within w_saletask_dm_edit_bak
- integer x = 1545
- integer y = 1212
- end type
- type cb_1 from uo_imflatbutton within w_saletask_dm_edit_bak
- integer x = 1157
- integer y = 1212
- integer width = 370
- integer taborder = 20
- boolean bringtotop = true
- string text = "保存询价"
- string normalpicname = "save.bmp"
- end type
- type cb_5 from uo_imflatbutton within w_saletask_dm_edit_bak
- integer x = 119
- integer y = 1212
- integer width = 370
- integer taborder = 40
- boolean bringtotop = true
- boolean enabled = false
- string text = "下单确认"
- string normalpicname = "ok.bmp"
- end type
- type dw_2 from datawindow within w_saletask_dm_edit_bak
- boolean visible = false
- integer x = 23
- integer y = 980
- integer width = 1586
- integer height = 216
- integer taborder = 20
- boolean bringtotop = true
- string title = "none"
- string dataobject = "dw_saletask_dm_fj"
- boolean livescroll = true
- borderstyle borderstyle = stylelowered!
- end type
- type cb_2 from commandbutton within w_saletask_dm_edit_bak
- boolean visible = false
- integer x = 1632
- integer y = 980
- integer width = 247
- integer height = 100
- integer taborder = 20
- boolean bringtotop = true
- integer textsize = -9
- integer weight = 400
- fontcharset fontcharset = gb2312charset!
- fontpitch fontpitch = variable!
- string facename = "宋体"
- string text = "浏览..."
- end type
- type cb_3 from commandbutton within w_saletask_dm_edit_bak
- boolean visible = false
- integer x = 1632
- integer y = 1084
- integer width = 247
- integer height = 100
- integer taborder = 30
- boolean bringtotop = true
- integer textsize = -9
- integer weight = 400
- fontcharset fontcharset = gb2312charset!
- fontpitch fontpitch = variable!
- string facename = "宋体"
- string text = "删附件"
- end type
- type dw_1 from datawindow within w_saletask_dm_edit_bak
- integer width = 1902
- integer height = 1188
- integer taborder = 10
- string title = "none"
- string dataobject = "dw_saletask_dm_uc"
- boolean livescroll = true
- borderstyle borderstyle = stylelowered!
- end type
|