1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- $PBExportHeader$w_zkl_begin.srw
- $PBExportComments$启动等待和版本信息--窗口
- forward
- global type w_zkl_begin from window
- end type
- type st_33 from statictext within w_zkl_begin
- end type
- type p_4 from picture within w_zkl_begin
- end type
- end forward
- global type w_zkl_begin from window
- string tag = "启动等待窗口"
- integer x = 366
- integer y = 168
- integer width = 2176
- integer height = 1572
- boolean resizable = true
- windowtype windowtype = popup!
- st_33 st_33
- p_4 p_4
- end type
- global w_zkl_begin w_zkl_begin
- on w_zkl_begin.create
- this.st_33=create st_33
- this.p_4=create p_4
- this.Control[]={this.st_33,&
- this.p_4}
- end on
- on w_zkl_begin.destroy
- destroy(this.st_33)
- destroy(this.p_4)
- end on
- event clicked;close(w_zkl_begin)
- end event
- event open;f_wcenter(this)
- end event
- type st_33 from statictext within w_zkl_begin
- event clicked pbm_bnclicked
- boolean visible = false
- integer x = 517
- integer y = 992
- integer width = 1093
- integer height = 76
- boolean bringtotop = true
- integer textsize = -9
- integer weight = 700
- fontcharset fontcharset = ansi!
- fontpitch fontpitch = variable!
- fontfamily fontfamily = swiss!
- string facename = "Arial"
- long textcolor = 8421376
- long backcolor = 16777215
- boolean enabled = false
- string text = "指定销售:陶清网站 http://928.126.com"
- long bordercolor = 16777215
- boolean focusrectangle = false
- end type
- event clicked;//*************//
- close(w_zkl_begin)
- end event
- type p_4 from picture within w_zkl_begin
- end type
|