w_about_fx.srw 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. $PBExportHeader$w_about_fx.srw
  2. forward
  3. global type w_about_fx from window
  4. end type
  5. type cb_1 from uo_imflatbutton within w_about_fx
  6. end type
  7. type st_4 from statictext within w_about_fx
  8. end type
  9. type shl_1 from statichyperlink within w_about_fx
  10. end type
  11. type st_3 from statictext within w_about_fx
  12. end type
  13. type st_2 from statictext within w_about_fx
  14. end type
  15. type st_1 from statictext within w_about_fx
  16. end type
  17. type p_1 from picture within w_about_fx
  18. end type
  19. end forward
  20. global type w_about_fx from window
  21. integer width = 1595
  22. integer height = 1024
  23. boolean titlebar = true
  24. string title = "关于"
  25. boolean controlmenu = true
  26. windowtype windowtype = response!
  27. long backcolor = 16777215
  28. string icon = "AppIcon!"
  29. boolean center = true
  30. cb_1 cb_1
  31. st_4 st_4
  32. shl_1 shl_1
  33. st_3 st_3
  34. st_2 st_2
  35. st_1 st_1
  36. p_1 p_1
  37. end type
  38. global w_about_fx w_about_fx
  39. on w_about_fx.create
  40. this.cb_1=create cb_1
  41. this.st_4=create st_4
  42. this.shl_1=create shl_1
  43. this.st_3=create st_3
  44. this.st_2=create st_2
  45. this.st_1=create st_1
  46. this.p_1=create p_1
  47. this.Control[]={this.cb_1,&
  48. this.st_4,&
  49. this.shl_1,&
  50. this.st_3,&
  51. this.st_2,&
  52. this.st_1,&
  53. this.p_1}
  54. end on
  55. on w_about_fx.destroy
  56. destroy(this.cb_1)
  57. destroy(this.st_4)
  58. destroy(this.shl_1)
  59. destroy(this.st_3)
  60. destroy(this.st_2)
  61. destroy(this.st_1)
  62. destroy(this.p_1)
  63. end on
  64. event open;st_1.Text = ProfileString(sys_fx_ini, 'oem', 'about1', '龙嘉L1供应链协同系统V1')
  65. st_2.Text = ProfileString(sys_fx_ini, 'oem', 'about2', '版权所有:佛山市顺德区龙嘉软件有限公司')
  66. st_3.Text = ProfileString(sys_fx_ini, 'oem', 'about3', '服务电话: 0757-23873986')
  67. shl_1.Text = ProfileString(sys_fx_ini, 'oem', 'about4', 'http://www.longjoe.com')
  68. shl_1.URL = shl_1.Text
  69. end event
  70. type cb_1 from uo_imflatbutton within w_about_fx
  71. integer x = 640
  72. integer y = 784
  73. integer taborder = 10
  74. end type
  75. event clicked;call super::clicked;Close(parent)
  76. end event
  77. type st_4 from statictext within w_about_fx
  78. integer x = 471
  79. integer y = 668
  80. integer width = 151
  81. integer height = 48
  82. integer textsize = -9
  83. integer weight = 400
  84. fontcharset fontcharset = gb2312charset!
  85. fontpitch fontpitch = variable!
  86. string facename = "宋体"
  87. long textcolor = 33554432
  88. long backcolor = 16777215
  89. string text = "网址:"
  90. boolean focusrectangle = false
  91. end type
  92. type shl_1 from statichyperlink within w_about_fx
  93. integer x = 626
  94. integer y = 668
  95. integer width = 617
  96. integer height = 48
  97. integer textsize = -9
  98. integer weight = 400
  99. fontcharset fontcharset = gb2312charset!
  100. fontpitch fontpitch = variable!
  101. string facename = "宋体"
  102. boolean underline = true
  103. string pointer = "HyperLink!"
  104. long textcolor = 134217856
  105. long backcolor = 16777215
  106. string text = "http://www.xxxxjoe.com"
  107. boolean focusrectangle = false
  108. string url = "http://www.xxxxjoe.com"
  109. end type
  110. type st_3 from statictext within w_about_fx
  111. integer x = 471
  112. integer y = 552
  113. integer width = 645
  114. integer height = 48
  115. integer textsize = -9
  116. integer weight = 400
  117. fontcharset fontcharset = gb2312charset!
  118. fontpitch fontpitch = variable!
  119. string facename = "宋体"
  120. long textcolor = 33554432
  121. long backcolor = 16777215
  122. string text = "服务电话: 0757-2387XXXX"
  123. boolean focusrectangle = false
  124. end type
  125. type st_2 from statictext within w_about_fx
  126. integer x = 279
  127. integer y = 436
  128. integer width = 1029
  129. integer height = 48
  130. integer textsize = -9
  131. integer weight = 400
  132. fontcharset fontcharset = gb2312charset!
  133. fontpitch fontpitch = variable!
  134. string facename = "宋体"
  135. long textcolor = 33554432
  136. long backcolor = 16777215
  137. string text = "版权所有:佛山市顺德区XXXX软件有限公司"
  138. boolean focusrectangle = false
  139. end type
  140. type st_1 from statictext within w_about_fx
  141. integer x = 466
  142. integer y = 320
  143. integer width = 649
  144. integer height = 48
  145. integer textsize = -9
  146. integer weight = 400
  147. fontcharset fontcharset = gb2312charset!
  148. fontpitch fontpitch = variable!
  149. string facename = "宋体"
  150. long textcolor = 33554432
  151. long backcolor = 16777215
  152. string text = "XXXXL1供应链协同系统V1"
  153. boolean focusrectangle = false
  154. end type
  155. type p_1 from picture within w_about_fx
  156. integer x = 393
  157. integer width = 754
  158. integer height = 244
  159. boolean originalsize = true
  160. string picturename = "cus_logo_longjoe.bmp"
  161. boolean focusrectangle = false
  162. end type