123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- $PBExportHeader$w_sptprice_deal_ljfieb.srw
- forward
- global type w_sptprice_deal_ljfieb from w_publ_base
- end type
- type st_msg from statictext within w_sptprice_deal_ljfieb
- end type
- type cb_1 from uo_imflatbutton within w_sptprice_deal_ljfieb
- end type
- end forward
- global type w_sptprice_deal_ljfieb from w_publ_base
- integer width = 1883
- integer height = 512
- string title = "选择处理方式"
- boolean minbox = false
- windowtype windowtype = response!
- st_msg st_msg
- cb_1 cb_1
- end type
- global w_sptprice_deal_ljfieb w_sptprice_deal_ljfieb
- type variables
- string ins_msg
- int ins_returnflag = 0
- end variables
- on w_sptprice_deal_ljfieb.create
- int iCurrent
- call super::create
- this.st_msg=create st_msg
- this.cb_1=create cb_1
- iCurrent=UpperBound(this.Control)
- this.Control[iCurrent+1]=this.st_msg
- this.Control[iCurrent+2]=this.cb_1
- end on
- on w_sptprice_deal_ljfieb.destroy
- call super::destroy
- destroy(this.st_msg)
- destroy(this.cb_1)
- end on
- event open;call super::open;ins_msg = Message.StringParm
- st_msg.Text = ins_msg + ',建议重新建立新的供应商询价单'
- end event
- event close;call super::close;closewithreturn(this,ins_returnflag)
- end event
- type cb_func from w_publ_base`cb_func within w_sptprice_deal_ljfieb
- boolean visible = false
- end type
- type cb_exit from w_publ_base`cb_exit within w_sptprice_deal_ljfieb
- integer x = 1189
- integer y = 276
- integer height = 100
- string text = "取消"
- integer picsize = 16
- end type
- event cb_exit::clicked;ins_returnflag = 0
- close(parent)
- end event
- type st_msg from statictext within w_sptprice_deal_ljfieb
- integer x = 64
- integer y = 20
- integer width = 1760
- integer height = 224
- boolean bringtotop = true
- integer textsize = -11
- integer weight = 700
- fontcharset fontcharset = gb2312charset!
- fontpitch fontpitch = variable!
- string facename = "宋体"
- long textcolor = 255
- long backcolor = 134217739
- string text = "建议重新建立新的供应商询价单"
- borderstyle borderstyle = stylelowered!
- boolean focusrectangle = false
- end type
- type cb_1 from uo_imflatbutton within w_sptprice_deal_ljfieb
- integer x = 302
- integer y = 276
- integer width = 640
- integer taborder = 20
- boolean bringtotop = true
- string text = "建立新供应商询价单"
- string normalpicname = "new.bmp"
- integer picsize = 16
- end type
- event clicked;call super::clicked;ins_returnflag = 1
- close(parent)
- end event
|