w_ljfieb_timer_ch.srw 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807
  1. $PBExportHeader$w_ljfieb_timer_ch.srw
  2. forward
  3. global type w_ljfieb_timer_ch from window
  4. end type
  5. type cb_2 from commandbutton within w_ljfieb_timer_ch
  6. end type
  7. type cb_1 from commandbutton within w_ljfieb_timer_ch
  8. end type
  9. type cbx_isrunning from checkbox within w_ljfieb_timer_ch
  10. end type
  11. type em_1 from editmask within w_ljfieb_timer_ch
  12. end type
  13. type st_1 from statictext within w_ljfieb_timer_ch
  14. end type
  15. type tab_1 from tab within w_ljfieb_timer_ch
  16. end type
  17. type tabpage_4 from userobject within tab_1
  18. end type
  19. type st_2 from statictext within tabpage_4
  20. end type
  21. type tabpage_4 from userobject within tab_1
  22. st_2 st_2
  23. end type
  24. type tabpage_1 from userobject within tab_1
  25. end type
  26. type st_6 from statictext within tabpage_1
  27. end type
  28. type em_2 from editmask within tabpage_1
  29. end type
  30. type st_5 from statictext within tabpage_1
  31. end type
  32. type st_4 from statictext within tabpage_1
  33. end type
  34. type st_3 from statictext within tabpage_1
  35. end type
  36. type tabpage_1 from userobject within tab_1
  37. st_6 st_6
  38. em_2 em_2
  39. st_5 st_5
  40. st_4 st_4
  41. st_3 st_3
  42. end type
  43. type tabpage_2 from userobject within tab_1
  44. end type
  45. type st_10 from statictext within tabpage_2
  46. end type
  47. type em_3 from editmask within tabpage_2
  48. end type
  49. type st_9 from statictext within tabpage_2
  50. end type
  51. type st_8 from statictext within tabpage_2
  52. end type
  53. type st_7 from statictext within tabpage_2
  54. end type
  55. type tabpage_2 from userobject within tab_1
  56. st_10 st_10
  57. em_3 em_3
  58. st_9 st_9
  59. st_8 st_8
  60. st_7 st_7
  61. end type
  62. type tabpage_3 from userobject within tab_1
  63. end type
  64. type st_12 from statictext within tabpage_3
  65. end type
  66. type st_11 from statictext within tabpage_3
  67. end type
  68. type cbx_7 from checkbox within tabpage_3
  69. end type
  70. type cbx_6 from checkbox within tabpage_3
  71. end type
  72. type cbx_5 from checkbox within tabpage_3
  73. end type
  74. type cbx_1 from checkbox within tabpage_3
  75. end type
  76. type cbx_4 from checkbox within tabpage_3
  77. end type
  78. type cbx_3 from checkbox within tabpage_3
  79. end type
  80. type cbx_2 from checkbox within tabpage_3
  81. end type
  82. type tabpage_3 from userobject within tab_1
  83. st_12 st_12
  84. st_11 st_11
  85. cbx_7 cbx_7
  86. cbx_6 cbx_6
  87. cbx_5 cbx_5
  88. cbx_1 cbx_1
  89. cbx_4 cbx_4
  90. cbx_3 cbx_3
  91. cbx_2 cbx_2
  92. end type
  93. type tab_1 from tab within w_ljfieb_timer_ch
  94. tabpage_4 tabpage_4
  95. tabpage_1 tabpage_1
  96. tabpage_2 tabpage_2
  97. tabpage_3 tabpage_3
  98. end type
  99. end forward
  100. global type w_ljfieb_timer_ch from window
  101. integer width = 1285
  102. integer height = 904
  103. boolean titlebar = true
  104. string title = "选择计时策略"
  105. boolean controlmenu = true
  106. windowtype windowtype = response!
  107. long backcolor = 67108864
  108. string icon = "AppIcon!"
  109. boolean center = true
  110. event ue_after_open ( )
  111. cb_2 cb_2
  112. cb_1 cb_1
  113. cbx_isrunning cbx_isrunning
  114. em_1 em_1
  115. st_1 st_1
  116. tab_1 tab_1
  117. end type
  118. global w_ljfieb_timer_ch w_ljfieb_timer_ch
  119. type variables
  120. s_ljfieb_timer_ch ins_rslt
  121. end variables
  122. event ue_after_open();ins_rslt = Message.PowerObjectParm
  123. ins_rslt.ifchange = False
  124. cbx_isrunning.Checked = (ins_rslt.IsRunning = 1)
  125. IF IsNull(ins_rslt.nextexectime) THEN
  126. em_1.Text = String(Today(), 'yyyy-MM-dd HH:mm')
  127. ELSE
  128. em_1.Text = String(ins_rslt.nextexectime, 'yyyy-MM-dd HH:mm')
  129. END IF
  130. IF ins_rslt.TimerType >= 1 And ins_rslt.TimerType <= 4 THEN
  131. tab_1.SelectedTab =ins_rslt.TimerType
  132. END IF
  133. CHOOSE CASE ins_rslt.TimerType
  134. CASE 2
  135. IF IsNumber(ins_rslt.TimerParm) THEN
  136. tab_1.tabpage_1.em_2.Text = ins_rslt.TimerParm
  137. END IF
  138. CASE 3
  139. IF IsNumber(ins_rslt.TimerParm) THEN
  140. tab_1.tabpage_2.em_3.Text = ins_rslt.TimerParm
  141. END IF
  142. CASE 4
  143. tab_1.tabpage_3.cbx_1.Checked = (Mid(ins_rslt.TimerParm, 1, 1) = '1')
  144. tab_1.tabpage_3.cbx_2.Checked = (Mid(ins_rslt.TimerParm, 2, 1) = '1')
  145. tab_1.tabpage_3.cbx_3.Checked = (Mid(ins_rslt.TimerParm, 3, 1) = '1')
  146. tab_1.tabpage_3.cbx_4.Checked = (Mid(ins_rslt.TimerParm, 4, 1) = '1')
  147. tab_1.tabpage_3.cbx_5.Checked = (Mid(ins_rslt.TimerParm, 5, 1) = '1')
  148. tab_1.tabpage_3.cbx_6.Checked = (Mid(ins_rslt.TimerParm, 6, 1) = '1')
  149. tab_1.tabpage_3.cbx_7.Checked = (Mid(ins_rslt.TimerParm, 7, 1) = '1')
  150. END CHOOSE
  151. end event
  152. on w_ljfieb_timer_ch.create
  153. this.cb_2=create cb_2
  154. this.cb_1=create cb_1
  155. this.cbx_isrunning=create cbx_isrunning
  156. this.em_1=create em_1
  157. this.st_1=create st_1
  158. this.tab_1=create tab_1
  159. this.Control[]={this.cb_2,&
  160. this.cb_1,&
  161. this.cbx_isrunning,&
  162. this.em_1,&
  163. this.st_1,&
  164. this.tab_1}
  165. end on
  166. on w_ljfieb_timer_ch.destroy
  167. destroy(this.cb_2)
  168. destroy(this.cb_1)
  169. destroy(this.cbx_isrunning)
  170. destroy(this.em_1)
  171. destroy(this.st_1)
  172. destroy(this.tab_1)
  173. end on
  174. event close;closewithreturn(this, ins_rslt)
  175. end event
  176. event open;postevent('ue_after_open')
  177. end event
  178. type cb_2 from commandbutton within w_ljfieb_timer_ch
  179. integer x = 974
  180. integer y = 704
  181. integer width = 251
  182. integer height = 84
  183. integer taborder = 20
  184. integer textsize = -9
  185. integer weight = 400
  186. fontcharset fontcharset = gb2312charset!
  187. fontpitch fontpitch = variable!
  188. string facename = "宋体"
  189. string text = "取消"
  190. end type
  191. event clicked;Close(Parent)
  192. end event
  193. type cb_1 from commandbutton within w_ljfieb_timer_ch
  194. integer x = 722
  195. integer y = 704
  196. integer width = 251
  197. integer height = 84
  198. integer taborder = 20
  199. integer textsize = -9
  200. integer weight = 400
  201. fontcharset fontcharset = gb2312charset!
  202. fontpitch fontpitch = variable!
  203. string facename = "宋体"
  204. string text = "确定"
  205. end type
  206. event clicked;IF cbx_isrunning.Checked THEN
  207. ins_rslt.isrunning = 1
  208. ELSE
  209. ins_rslt.isrunning = 0
  210. END IF
  211. ins_rslt.nextexectime = DateTime(Date(Mid(em_1.Text, 1, 10)), Time(Mid(em_1.Text, 12) + ":00"))
  212. CHOOSE CASE tab_1.SelectedTab
  213. CASE 1
  214. ins_rslt.TimerType = 1
  215. ins_rslt.TimerParm = ''
  216. CASE 2
  217. ins_rslt.TimerType = 2
  218. ins_rslt.TimerParm = tab_1.tabpage_1.em_2.Text
  219. CASE 3
  220. ins_rslt.TimerType = 3
  221. ins_rslt.TimerParm = tab_1.tabpage_2.em_3.Text
  222. CASE 4
  223. ins_rslt.TimerType = 4
  224. ins_rslt.TimerParm = '0000000'
  225. IF tab_1.tabpage_3.cbx_1.Checked THEN ins_rslt.TimerParm = Replace(ins_rslt.TimerParm, 1, 1, '1')
  226. IF tab_1.tabpage_3.cbx_2.Checked THEN ins_rslt.TimerParm = Replace(ins_rslt.TimerParm, 2, 1, '1')
  227. IF tab_1.tabpage_3.cbx_3.Checked THEN ins_rslt.TimerParm = Replace(ins_rslt.TimerParm, 3, 1, '1')
  228. IF tab_1.tabpage_3.cbx_4.Checked THEN ins_rslt.TimerParm = Replace(ins_rslt.TimerParm, 4, 1, '1')
  229. IF tab_1.tabpage_3.cbx_5.Checked THEN ins_rslt.TimerParm = Replace(ins_rslt.TimerParm, 5, 1, '1')
  230. IF tab_1.tabpage_3.cbx_6.Checked THEN ins_rslt.TimerParm = Replace(ins_rslt.TimerParm, 6, 1, '1')
  231. IF tab_1.tabpage_3.cbx_7.Checked THEN ins_rslt.TimerParm = Replace(ins_rslt.TimerParm, 7, 1, '1')
  232. CASE ELSE
  233. ins_rslt.TimerType = 0
  234. ins_rslt.TimerParm = ''
  235. END CHOOSE
  236. ins_rslt.ifchange = True
  237. Close(Parent)
  238. end event
  239. type cbx_isrunning from checkbox within w_ljfieb_timer_ch
  240. integer x = 997
  241. integer y = 32
  242. integer width = 178
  243. integer height = 60
  244. integer textsize = -9
  245. integer weight = 400
  246. fontcharset fontcharset = gb2312charset!
  247. fontpitch fontpitch = variable!
  248. string facename = "宋体"
  249. long textcolor = 33554432
  250. long backcolor = 67108864
  251. string text = "启用"
  252. boolean lefttext = true
  253. end type
  254. type em_1 from editmask within w_ljfieb_timer_ch
  255. integer x = 425
  256. integer y = 20
  257. integer width = 558
  258. integer height = 84
  259. integer taborder = 10
  260. integer textsize = -9
  261. integer weight = 400
  262. fontcharset fontcharset = gb2312charset!
  263. fontpitch fontpitch = variable!
  264. string facename = "宋体"
  265. long textcolor = 33554432
  266. string text = "none"
  267. borderstyle borderstyle = stylelowered!
  268. maskdatatype maskdatatype = datetimemask!
  269. string mask = "yyyy-MM-dd HH:mm"
  270. boolean autoskip = true
  271. boolean spin = true
  272. end type
  273. type st_1 from statictext within w_ljfieb_timer_ch
  274. integer x = 5
  275. integer y = 36
  276. integer width = 402
  277. integer height = 48
  278. integer textsize = -9
  279. integer weight = 400
  280. fontcharset fontcharset = gb2312charset!
  281. fontpitch fontpitch = variable!
  282. string facename = "宋体"
  283. long textcolor = 33554432
  284. long backcolor = 67108864
  285. string text = "下次执行时间"
  286. alignment alignment = right!
  287. boolean focusrectangle = false
  288. end type
  289. type tab_1 from tab within w_ljfieb_timer_ch
  290. integer y = 124
  291. integer width = 1262
  292. integer height = 552
  293. integer taborder = 10
  294. integer textsize = -9
  295. integer weight = 400
  296. fontcharset fontcharset = gb2312charset!
  297. fontpitch fontpitch = variable!
  298. string facename = "宋体"
  299. long backcolor = 67108864
  300. boolean raggedright = true
  301. boolean focusonbuttondown = true
  302. integer selectedtab = 1
  303. tabpage_4 tabpage_4
  304. tabpage_1 tabpage_1
  305. tabpage_2 tabpage_2
  306. tabpage_3 tabpage_3
  307. end type
  308. on tab_1.create
  309. this.tabpage_4=create tabpage_4
  310. this.tabpage_1=create tabpage_1
  311. this.tabpage_2=create tabpage_2
  312. this.tabpage_3=create tabpage_3
  313. this.Control[]={this.tabpage_4,&
  314. this.tabpage_1,&
  315. this.tabpage_2,&
  316. this.tabpage_3}
  317. end on
  318. on tab_1.destroy
  319. destroy(this.tabpage_4)
  320. destroy(this.tabpage_1)
  321. destroy(this.tabpage_2)
  322. destroy(this.tabpage_3)
  323. end on
  324. type tabpage_4 from userobject within tab_1
  325. integer x = 18
  326. integer y = 96
  327. integer width = 1225
  328. integer height = 440
  329. long backcolor = 67108864
  330. string text = "一次"
  331. long tabtextcolor = 33554432
  332. long picturemaskcolor = 536870912
  333. st_2 st_2
  334. end type
  335. on tabpage_4.create
  336. this.st_2=create st_2
  337. this.Control[]={this.st_2}
  338. end on
  339. on tabpage_4.destroy
  340. destroy(this.st_2)
  341. end on
  342. type st_2 from statictext within tabpage_4
  343. integer width = 914
  344. integer height = 276
  345. integer textsize = -9
  346. integer weight = 400
  347. fontcharset fontcharset = gb2312charset!
  348. fontpitch fontpitch = variable!
  349. string facename = "宋体"
  350. long textcolor = 33554432
  351. long backcolor = 67108864
  352. string text = "执行一次后自动将启用改成无效"
  353. boolean focusrectangle = false
  354. end type
  355. type tabpage_1 from userobject within tab_1
  356. integer x = 18
  357. integer y = 96
  358. integer width = 1225
  359. integer height = 440
  360. long backcolor = 67108864
  361. string text = "每隔N分"
  362. long tabtextcolor = 33554432
  363. long picturemaskcolor = 536870912
  364. st_6 st_6
  365. em_2 em_2
  366. st_5 st_5
  367. st_4 st_4
  368. st_3 st_3
  369. end type
  370. on tabpage_1.create
  371. this.st_6=create st_6
  372. this.em_2=create em_2
  373. this.st_5=create st_5
  374. this.st_4=create st_4
  375. this.st_3=create st_3
  376. this.Control[]={this.st_6,&
  377. this.em_2,&
  378. this.st_5,&
  379. this.st_4,&
  380. this.st_3}
  381. end on
  382. on tabpage_1.destroy
  383. destroy(this.st_6)
  384. destroy(this.em_2)
  385. destroy(this.st_5)
  386. destroy(this.st_4)
  387. destroy(this.st_3)
  388. end on
  389. type st_6 from statictext within tabpage_1
  390. integer x = 402
  391. integer y = 156
  392. integer width = 402
  393. integer height = 48
  394. integer textsize = -9
  395. integer weight = 400
  396. fontcharset fontcharset = gb2312charset!
  397. fontpitch fontpitch = variable!
  398. string facename = "宋体"
  399. long textcolor = 33554432
  400. long backcolor = 67108864
  401. string text = "分钟"
  402. boolean focusrectangle = false
  403. end type
  404. type em_2 from editmask within tabpage_1
  405. integer x = 210
  406. integer y = 140
  407. integer width = 169
  408. integer height = 84
  409. integer taborder = 20
  410. integer textsize = -9
  411. integer weight = 400
  412. fontcharset fontcharset = gb2312charset!
  413. fontpitch fontpitch = variable!
  414. string facename = "宋体"
  415. long textcolor = 33554432
  416. string text = "1"
  417. alignment alignment = right!
  418. borderstyle borderstyle = stylelowered!
  419. string mask = "#,##0"
  420. end type
  421. type st_5 from statictext within tabpage_1
  422. integer y = 156
  423. integer width = 215
  424. integer height = 48
  425. integer textsize = -9
  426. integer weight = 400
  427. fontcharset fontcharset = gb2312charset!
  428. fontpitch fontpitch = variable!
  429. string facename = "宋体"
  430. long textcolor = 33554432
  431. long backcolor = 67108864
  432. string text = "间隔:"
  433. alignment alignment = right!
  434. boolean focusrectangle = false
  435. end type
  436. type st_4 from statictext within tabpage_1
  437. integer y = 72
  438. integer width = 1225
  439. integer height = 48
  440. integer textsize = -9
  441. integer weight = 400
  442. fontcharset fontcharset = gb2312charset!
  443. fontpitch fontpitch = variable!
  444. string facename = "宋体"
  445. long textcolor = 33554432
  446. long backcolor = 67108864
  447. string text = "时间推迟N分钟"
  448. boolean focusrectangle = false
  449. end type
  450. type st_3 from statictext within tabpage_1
  451. integer width = 1248
  452. integer height = 48
  453. integer textsize = -9
  454. integer weight = 400
  455. fontcharset fontcharset = gb2312charset!
  456. fontpitch fontpitch = variable!
  457. string facename = "宋体"
  458. long textcolor = 33554432
  459. long backcolor = 67108864
  460. string text = "每隔N分钟执行一次,每执行一次会自动将下次执行"
  461. boolean focusrectangle = false
  462. end type
  463. type tabpage_2 from userobject within tab_1
  464. integer x = 18
  465. integer y = 96
  466. integer width = 1225
  467. integer height = 440
  468. long backcolor = 67108864
  469. string text = "每隔N天"
  470. long tabtextcolor = 33554432
  471. long picturemaskcolor = 536870912
  472. st_10 st_10
  473. em_3 em_3
  474. st_9 st_9
  475. st_8 st_8
  476. st_7 st_7
  477. end type
  478. on tabpage_2.create
  479. this.st_10=create st_10
  480. this.em_3=create em_3
  481. this.st_9=create st_9
  482. this.st_8=create st_8
  483. this.st_7=create st_7
  484. this.Control[]={this.st_10,&
  485. this.em_3,&
  486. this.st_9,&
  487. this.st_8,&
  488. this.st_7}
  489. end on
  490. on tabpage_2.destroy
  491. destroy(this.st_10)
  492. destroy(this.em_3)
  493. destroy(this.st_9)
  494. destroy(this.st_8)
  495. destroy(this.st_7)
  496. end on
  497. type st_10 from statictext within tabpage_2
  498. integer x = 402
  499. integer y = 156
  500. integer width = 402
  501. integer height = 48
  502. integer textsize = -9
  503. integer weight = 400
  504. fontcharset fontcharset = gb2312charset!
  505. fontpitch fontpitch = variable!
  506. string facename = "宋体"
  507. long textcolor = 33554432
  508. long backcolor = 67108864
  509. string text = "天"
  510. boolean focusrectangle = false
  511. end type
  512. type em_3 from editmask within tabpage_2
  513. integer x = 210
  514. integer y = 140
  515. integer width = 169
  516. integer height = 84
  517. integer taborder = 30
  518. integer textsize = -9
  519. integer weight = 400
  520. fontcharset fontcharset = gb2312charset!
  521. fontpitch fontpitch = variable!
  522. string facename = "宋体"
  523. long textcolor = 33554432
  524. string text = "1"
  525. alignment alignment = right!
  526. borderstyle borderstyle = stylelowered!
  527. string mask = "#,##0"
  528. end type
  529. type st_9 from statictext within tabpage_2
  530. integer y = 156
  531. integer width = 215
  532. integer height = 48
  533. integer textsize = -9
  534. integer weight = 400
  535. fontcharset fontcharset = gb2312charset!
  536. fontpitch fontpitch = variable!
  537. string facename = "宋体"
  538. long textcolor = 33554432
  539. long backcolor = 67108864
  540. string text = "间隔:"
  541. alignment alignment = right!
  542. boolean focusrectangle = false
  543. end type
  544. type st_8 from statictext within tabpage_2
  545. integer y = 72
  546. integer width = 1225
  547. integer height = 48
  548. integer textsize = -9
  549. integer weight = 400
  550. fontcharset fontcharset = gb2312charset!
  551. fontpitch fontpitch = variable!
  552. string facename = "宋体"
  553. long textcolor = 33554432
  554. long backcolor = 67108864
  555. string text = "时间推迟N天"
  556. boolean focusrectangle = false
  557. end type
  558. type st_7 from statictext within tabpage_2
  559. integer width = 1225
  560. integer height = 48
  561. integer textsize = -9
  562. integer weight = 400
  563. fontcharset fontcharset = gb2312charset!
  564. fontpitch fontpitch = variable!
  565. string facename = "宋体"
  566. long textcolor = 33554432
  567. long backcolor = 67108864
  568. string text = "每隔N天执行一次,每执行一次会自动将下次执行"
  569. boolean focusrectangle = false
  570. end type
  571. type tabpage_3 from userobject within tab_1
  572. integer x = 18
  573. integer y = 96
  574. integer width = 1225
  575. integer height = 440
  576. long backcolor = 67108864
  577. string text = "每周"
  578. long tabtextcolor = 33554432
  579. long picturemaskcolor = 536870912
  580. st_12 st_12
  581. st_11 st_11
  582. cbx_7 cbx_7
  583. cbx_6 cbx_6
  584. cbx_5 cbx_5
  585. cbx_1 cbx_1
  586. cbx_4 cbx_4
  587. cbx_3 cbx_3
  588. cbx_2 cbx_2
  589. end type
  590. on tabpage_3.create
  591. this.st_12=create st_12
  592. this.st_11=create st_11
  593. this.cbx_7=create cbx_7
  594. this.cbx_6=create cbx_6
  595. this.cbx_5=create cbx_5
  596. this.cbx_1=create cbx_1
  597. this.cbx_4=create cbx_4
  598. this.cbx_3=create cbx_3
  599. this.cbx_2=create cbx_2
  600. this.Control[]={this.st_12,&
  601. this.st_11,&
  602. this.cbx_7,&
  603. this.cbx_6,&
  604. this.cbx_5,&
  605. this.cbx_1,&
  606. this.cbx_4,&
  607. this.cbx_3,&
  608. this.cbx_2}
  609. end on
  610. on tabpage_3.destroy
  611. destroy(this.st_12)
  612. destroy(this.st_11)
  613. destroy(this.cbx_7)
  614. destroy(this.cbx_6)
  615. destroy(this.cbx_5)
  616. destroy(this.cbx_1)
  617. destroy(this.cbx_4)
  618. destroy(this.cbx_3)
  619. destroy(this.cbx_2)
  620. end on
  621. type st_12 from statictext within tabpage_3
  622. integer y = 72
  623. integer width = 1225
  624. integer height = 48
  625. integer textsize = -9
  626. integer weight = 400
  627. fontcharset fontcharset = gb2312charset!
  628. fontpitch fontpitch = variable!
  629. string facename = "宋体"
  630. long textcolor = 33554432
  631. long backcolor = 67108864
  632. string text = "执行时间"
  633. boolean focusrectangle = false
  634. end type
  635. type st_11 from statictext within tabpage_3
  636. integer width = 1385
  637. integer height = 48
  638. integer textsize = -9
  639. integer weight = 400
  640. fontcharset fontcharset = gb2312charset!
  641. fontpitch fontpitch = variable!
  642. string facename = "宋体"
  643. long textcolor = 33554432
  644. long backcolor = 67108864
  645. string text = "每周在指定天执行,每执行一次会自动计算下次"
  646. boolean focusrectangle = false
  647. end type
  648. type cbx_7 from checkbox within tabpage_3
  649. integer x = 357
  650. integer y = 236
  651. integer width = 155
  652. integer height = 60
  653. integer textsize = -9
  654. integer weight = 400
  655. fontcharset fontcharset = gb2312charset!
  656. fontpitch fontpitch = variable!
  657. string facename = "宋体"
  658. long textcolor = 33554432
  659. long backcolor = 67108864
  660. string text = "六"
  661. end type
  662. type cbx_6 from checkbox within tabpage_3
  663. integer x = 197
  664. integer y = 236
  665. integer width = 155
  666. integer height = 60
  667. integer textsize = -9
  668. integer weight = 400
  669. fontcharset fontcharset = gb2312charset!
  670. fontpitch fontpitch = variable!
  671. string facename = "宋体"
  672. long textcolor = 33554432
  673. long backcolor = 67108864
  674. string text = "五"
  675. end type
  676. type cbx_5 from checkbox within tabpage_3
  677. integer x = 37
  678. integer y = 236
  679. integer width = 155
  680. integer height = 60
  681. integer textsize = -9
  682. integer weight = 400
  683. fontcharset fontcharset = gb2312charset!
  684. fontpitch fontpitch = variable!
  685. string facename = "宋体"
  686. long textcolor = 33554432
  687. long backcolor = 67108864
  688. string text = "四"
  689. end type
  690. type cbx_1 from checkbox within tabpage_3
  691. integer x = 517
  692. integer y = 236
  693. integer width = 155
  694. integer height = 60
  695. integer textsize = -9
  696. integer weight = 400
  697. fontcharset fontcharset = gb2312charset!
  698. fontpitch fontpitch = variable!
  699. string facename = "宋体"
  700. long textcolor = 33554432
  701. long backcolor = 67108864
  702. string text = "日"
  703. end type
  704. type cbx_4 from checkbox within tabpage_3
  705. integer x = 357
  706. integer y = 152
  707. integer width = 155
  708. integer height = 60
  709. integer textsize = -9
  710. integer weight = 400
  711. fontcharset fontcharset = gb2312charset!
  712. fontpitch fontpitch = variable!
  713. string facename = "宋体"
  714. long textcolor = 33554432
  715. long backcolor = 67108864
  716. string text = "三"
  717. end type
  718. type cbx_3 from checkbox within tabpage_3
  719. integer x = 197
  720. integer y = 152
  721. integer width = 155
  722. integer height = 60
  723. integer textsize = -9
  724. integer weight = 400
  725. fontcharset fontcharset = gb2312charset!
  726. fontpitch fontpitch = variable!
  727. string facename = "宋体"
  728. long textcolor = 33554432
  729. long backcolor = 67108864
  730. string text = "二"
  731. end type
  732. type cbx_2 from checkbox within tabpage_3
  733. integer x = 37
  734. integer y = 152
  735. integer width = 155
  736. integer height = 60
  737. integer textsize = -9
  738. integer weight = 400
  739. fontcharset fontcharset = gb2312charset!
  740. fontpitch fontpitch = variable!
  741. string facename = "宋体"
  742. long textcolor = 33554432
  743. long backcolor = 67108864
  744. string text = "一"
  745. end type