BookmarkFme.dfm 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. object BookmarkFrame: TBookmarkFrame
  2. Left = 0
  3. Top = 0
  4. Width = 366
  5. Height = 454
  6. Font.Charset = ANSI_CHARSET
  7. Font.Color = clWindowText
  8. Font.Height = -12
  9. Font.Name = #23435#20307
  10. Font.Style = []
  11. ParentFont = False
  12. TabOrder = 0
  13. object jpsBookmark: TJimPages
  14. Left = 0
  15. Top = 0
  16. Width = 366
  17. Height = 454
  18. ActivePage = jpsBookmarkBills
  19. ActivePageIndex = 0
  20. Align = alClient
  21. object jpsBookmarkBills: TJimPage
  22. Left = 0
  23. Top = 0
  24. Width = 366
  25. Height = 454
  26. TabName = 'Bills'
  27. Caption = 'BillsBookmark'
  28. object labBillsBmkTitle: TJimGradLabel
  29. Left = 0
  30. Top = 0
  31. Width = 366
  32. Height = 20
  33. Align = alTop
  34. AutoSize = False
  35. ColorBegin = clGradientInactiveCaption
  36. ColorEnd = clGradientInactiveCaption
  37. Caption = ' '#20070#31614'--'#21488#36134
  38. Font.Charset = GB2312_CHARSET
  39. Font.Color = clWindowText
  40. Font.Height = -12
  41. Font.Name = #23435#20307
  42. Font.Style = [fsBold]
  43. ParentFont = False
  44. Layout = tlCenter
  45. end
  46. object zgBillsBmk: TZJGrid
  47. Left = 0
  48. Top = 20
  49. Width = 366
  50. Height = 284
  51. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  52. OptionsEx = []
  53. ShowGridLine = True
  54. DefaultColWidth = 73
  55. DefaultFixedColWidth = 25
  56. Selection.AlphaBlend = False
  57. Selection.TransparentColor = False
  58. OnCurrentChanged = zgBillsBmkCurrentChanged
  59. OnMouseDown = zgBillsBmkMouseDown
  60. Align = alClient
  61. end
  62. object pnlBillsMarkMemo: TPanel
  63. Left = 0
  64. Top = 304
  65. Width = 366
  66. Height = 150
  67. Align = alBottom
  68. BevelOuter = bvNone
  69. TabOrder = 1
  70. DesignSize = (
  71. 366
  72. 150)
  73. object lblBillsMarkMemo: TLabel
  74. Left = 5
  75. Top = 5
  76. Width = 48
  77. Height = 12
  78. Caption = #20070#31614#25209#27880
  79. Font.Charset = ANSI_CHARSET
  80. Font.Color = clBlue
  81. Font.Height = -12
  82. Font.Name = #23435#20307
  83. Font.Style = []
  84. ParentFont = False
  85. end
  86. object mBillsMarkMemo: TMemo
  87. Left = 1
  88. Top = 20
  89. Width = 364
  90. Height = 128
  91. Anchors = [akLeft, akTop, akRight, akBottom]
  92. Ctl3D = False
  93. ParentCtl3D = False
  94. TabOrder = 0
  95. WantReturns = False
  96. OnExit = mBillsMarkMemoExit
  97. end
  98. end
  99. end
  100. object jpsBookmarkStage: TJimPage
  101. Left = 0
  102. Top = 0
  103. Width = 366
  104. Height = 454
  105. TabName = 'Stage'
  106. Caption = 'StageBookmark'
  107. object labStageBmkTitle: TJimGradLabel
  108. Left = 0
  109. Top = 0
  110. Width = 366
  111. Height = 20
  112. Align = alTop
  113. AutoSize = False
  114. ColorBegin = clGradientInactiveCaption
  115. ColorEnd = clGradientInactiveCaption
  116. Caption = ' '#20070#31614'--'#35745#37327
  117. Font.Charset = GB2312_CHARSET
  118. Font.Color = clWindowText
  119. Font.Height = -12
  120. Font.Name = #23435#20307
  121. Font.Style = [fsBold]
  122. ParentFont = False
  123. Layout = tlCenter
  124. end
  125. object zgStageBmk: TZJGrid
  126. Left = 0
  127. Top = 20
  128. Width = 366
  129. Height = 284
  130. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  131. OptionsEx = []
  132. ShowGridLine = False
  133. DefaultColWidth = 73
  134. DefaultFixedColWidth = 25
  135. Selection.AlphaBlend = False
  136. Selection.TransparentColor = False
  137. OnCurrentChanged = zgStageBmkCurrentChanged
  138. OnMouseDown = zgBillsBmkMouseDown
  139. Align = alClient
  140. end
  141. object pnlStageMarkMemo: TPanel
  142. Left = 0
  143. Top = 304
  144. Width = 366
  145. Height = 150
  146. Align = alBottom
  147. BevelOuter = bvNone
  148. TabOrder = 1
  149. DesignSize = (
  150. 366
  151. 150)
  152. object lblStageMarkMemo: TLabel
  153. Left = 5
  154. Top = 5
  155. Width = 48
  156. Height = 12
  157. Caption = #20070#31614#25209#27880
  158. Font.Charset = ANSI_CHARSET
  159. Font.Color = clBlue
  160. Font.Height = -12
  161. Font.Name = #23435#20307
  162. Font.Style = []
  163. ParentFont = False
  164. end
  165. object mStageMarkMemo: TMemo
  166. Left = 1
  167. Top = 20
  168. Width = 364
  169. Height = 128
  170. Anchors = [akLeft, akTop, akRight, akBottom]
  171. Ctl3D = False
  172. ParentCtl3D = False
  173. TabOrder = 0
  174. WantReturns = False
  175. OnExit = mStageMarkMemoExit
  176. end
  177. end
  178. end
  179. end
  180. object saBillsBMK: TsdGridDBA
  181. Columns = <
  182. item
  183. Title.Caption = #39033#30446#33410#32534#21495
  184. Title.CaptionAcrossCols = '1'
  185. Title.Font.Charset = GB2312_CHARSET
  186. Title.Font.Color = clWindowText
  187. Title.Font.Height = -12
  188. Title.Font.Name = #23435#20307
  189. Title.Font.Style = []
  190. Alignment = taLeftJustify
  191. Font.Charset = GB2312_CHARSET
  192. Font.Color = clWindowText
  193. Font.Height = -12
  194. Font.Name = #23435#20307
  195. Font.Style = []
  196. FieldName = 'Code'
  197. Width = 80
  198. ReadOnly = True
  199. end
  200. item
  201. Title.Caption = #28165#21333#32534#21495
  202. Title.CaptionAcrossCols = '1'
  203. Title.Font.Charset = GB2312_CHARSET
  204. Title.Font.Color = clWindowText
  205. Title.Font.Height = -12
  206. Title.Font.Name = #23435#20307
  207. Title.Font.Style = []
  208. Alignment = taLeftJustify
  209. Font.Charset = GB2312_CHARSET
  210. Font.Color = clWindowText
  211. Font.Height = -12
  212. Font.Name = #23435#20307
  213. Font.Style = []
  214. FieldName = 'B_Code'
  215. Width = 80
  216. ReadOnly = True
  217. end
  218. item
  219. Title.Caption = #21517#31216
  220. Title.CaptionAcrossCols = '1'
  221. Title.Font.Charset = GB2312_CHARSET
  222. Title.Font.Color = clWindowText
  223. Title.Font.Height = -12
  224. Title.Font.Name = #23435#20307
  225. Title.Font.Style = []
  226. Alignment = taLeftJustify
  227. Font.Charset = GB2312_CHARSET
  228. Font.Color = clWindowText
  229. Font.Height = -12
  230. Font.Name = #23435#20307
  231. Font.Style = []
  232. FieldName = 'Name'
  233. Width = 120
  234. ReadOnly = True
  235. end
  236. item
  237. Title.Caption = #21333#20301
  238. Title.CaptionAcrossCols = '1'
  239. Title.Font.Charset = GB2312_CHARSET
  240. Title.Font.Color = clWindowText
  241. Title.Font.Height = -12
  242. Title.Font.Name = #23435#20307
  243. Title.Font.Style = []
  244. Alignment = taCenter
  245. Font.Charset = GB2312_CHARSET
  246. Font.Color = clWindowText
  247. Font.Height = -12
  248. Font.Name = #23435#20307
  249. Font.Style = []
  250. FieldName = 'Units'
  251. Width = 45
  252. ReadOnly = True
  253. end>
  254. Grid = zgBillsBmk
  255. ExtendRowCount = 0
  256. Left = 72
  257. Top = 88
  258. end
  259. object saStageBMK: TsdGridDBA
  260. Columns = <
  261. item
  262. Title.Caption = #39033#30446#33410#32534#21495
  263. Title.CaptionAcrossCols = '1'
  264. Title.Font.Charset = GB2312_CHARSET
  265. Title.Font.Color = clWindowText
  266. Title.Font.Height = -12
  267. Title.Font.Name = #23435#20307
  268. Title.Font.Style = []
  269. Alignment = taLeftJustify
  270. Font.Charset = GB2312_CHARSET
  271. Font.Color = clWindowText
  272. Font.Height = -12
  273. Font.Name = #23435#20307
  274. Font.Style = []
  275. FieldName = 'Code'
  276. Width = 80
  277. ReadOnly = True
  278. end
  279. item
  280. Title.Caption = #28165#21333#32534#21495
  281. Title.CaptionAcrossCols = '1'
  282. Title.Font.Charset = GB2312_CHARSET
  283. Title.Font.Color = clWindowText
  284. Title.Font.Height = -12
  285. Title.Font.Name = #23435#20307
  286. Title.Font.Style = []
  287. Alignment = taLeftJustify
  288. Font.Charset = GB2312_CHARSET
  289. Font.Color = clWindowText
  290. Font.Height = -12
  291. Font.Name = #23435#20307
  292. Font.Style = []
  293. FieldName = 'B_Code'
  294. Width = 80
  295. ReadOnly = True
  296. end
  297. item
  298. Title.Caption = #21517#31216
  299. Title.CaptionAcrossCols = '1'
  300. Title.Font.Charset = GB2312_CHARSET
  301. Title.Font.Color = clWindowText
  302. Title.Font.Height = -12
  303. Title.Font.Name = #23435#20307
  304. Title.Font.Style = []
  305. Alignment = taLeftJustify
  306. Font.Charset = GB2312_CHARSET
  307. Font.Color = clWindowText
  308. Font.Height = -12
  309. Font.Name = #23435#20307
  310. Font.Style = []
  311. FieldName = 'Name'
  312. ReadOnly = True
  313. end
  314. item
  315. Title.Caption = #21333#20301
  316. Title.CaptionAcrossCols = '1'
  317. Title.Font.Charset = GB2312_CHARSET
  318. Title.Font.Color = clWindowText
  319. Title.Font.Height = -12
  320. Title.Font.Name = #23435#20307
  321. Title.Font.Style = []
  322. Alignment = taCenter
  323. Font.Charset = GB2312_CHARSET
  324. Font.Color = clWindowText
  325. Font.Height = -12
  326. Font.Name = #23435#20307
  327. Font.Style = []
  328. FieldName = 'Units'
  329. Width = 45
  330. ReadOnly = True
  331. end>
  332. Grid = zgStageBmk
  333. ExtendRowCount = 0
  334. Left = 72
  335. Top = 136
  336. end
  337. object dxpmBookmark: TdxBarPopupMenu
  338. BarManager = MainForm.dxBarManager
  339. ItemLinks = <
  340. item
  341. Item = MainForm.dxbtnLocateBookmark
  342. Visible = True
  343. end>
  344. UseOwnFont = False
  345. OnPopup = dxpmBookmarkPopup
  346. Left = 128
  347. Top = 88
  348. end
  349. object alBookmark: TActionList
  350. Left = 184
  351. Top = 88
  352. object actnLocateBookmark: TAction
  353. Caption = #23450#20301
  354. OnExecute = actnLocateBookmarkExecute
  355. OnUpdate = actnLocateBookmarkUpdate
  356. end
  357. end
  358. end