DSRM040MF.dfm 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039
  1. object DSRM040M: TDSRM040M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = 'DSRC '#51221#48372#51228#44277#44396#44036' '#44288#47532
  7. ClientHeight = 838
  8. ClientWidth = 1293
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -13
  13. Font.Name = #47569#51008' '#44256#46357
  14. Font.Style = []
  15. KeyPreview = True
  16. OldCreateOrder = False
  17. Position = poOwnerFormCenter
  18. ShowHint = True
  19. OnClose = FormClose
  20. OnCloseQuery = FormCloseQuery
  21. OnShow = FormShow
  22. DesignSize = (
  23. 1293
  24. 838)
  25. PixelsPerInch = 96
  26. TextHeight = 17
  27. object ShpTitle: TShape
  28. Left = 4
  29. Top = 4
  30. Width = 1285
  31. Height = 40
  32. Anchors = [akLeft, akTop, akRight]
  33. Brush.Color = 14671839
  34. Pen.Color = 10849679
  35. Pen.Width = 2
  36. ExplicitWidth = 1269
  37. end
  38. object LblCaption: TLabel
  39. Left = 16
  40. Top = 10
  41. Width = 267
  42. Height = 23
  43. Caption = #53440#51060#53952' '
  44. Font.Charset = DEFAULT_CHARSET
  45. Font.Color = 4740964
  46. Font.Height = -17
  47. Font.Name = #47569#51008' '#44256#46357
  48. Font.Style = [fsBold]
  49. ParentFont = False
  50. ParentShowHint = False
  51. ShowHint = True
  52. end
  53. object ShpList: TShape
  54. Left = 4
  55. Top = 50
  56. Width = 1285
  57. Height = 782
  58. Anchors = [akLeft, akTop, akRight, akBottom]
  59. Pen.Color = 10849679
  60. Pen.Width = 2
  61. ExplicitWidth = 1436
  62. ExplicitHeight = 766
  63. end
  64. object BtnClose: TcxButton
  65. Left = 1204
  66. Top = 11
  67. Width = 75
  68. Height = 25
  69. Cursor = crHandPoint
  70. Hint = #45803#44592
  71. Anchors = [akTop, akRight]
  72. Caption = #45803#44592
  73. Colors.Default = 10737865
  74. TabOrder = 0
  75. Font.Charset = DEFAULT_CHARSET
  76. Font.Color = clBlack
  77. Font.Height = -13
  78. Font.Name = #47569#51008' '#44256#46357
  79. Font.Style = [fsBold]
  80. ParentFont = False
  81. OnClick = BtnCloseClick
  82. end
  83. object EdFocus: TEdit
  84. Left = -10
  85. Top = -10
  86. Width = 2
  87. Height = 25
  88. ImeName = 'Microsoft Office IME 2007'
  89. TabOrder = 1
  90. Text = 'EdFocus'
  91. end
  92. object PnlBack: TPanel
  93. Left = 12
  94. Top = 56
  95. Width = 1267
  96. Height = 769
  97. Anchors = [akLeft, akTop, akRight, akBottom]
  98. BevelOuter = bvNone
  99. ParentBackground = False
  100. ParentColor = True
  101. TabOrder = 2
  102. object PnlLeft: TPanel
  103. Left = 0
  104. Top = 0
  105. Width = 309
  106. Height = 769
  107. Align = alLeft
  108. BevelOuter = bvNone
  109. TabOrder = 0
  110. object cxGroupBox3: TcxGroupBox
  111. Left = 0
  112. Top = 0
  113. Align = alClient
  114. Caption = #9654' DSRC '#51228#44277#44396#44036' '#47785#47197
  115. Style.BorderColor = clCaptionText
  116. Style.Shadow = False
  117. Style.TextColor = clWindowText
  118. Style.TextStyle = [fsBold]
  119. TabOrder = 0
  120. Height = 496
  121. Width = 309
  122. object CxList: TcxGrid
  123. Left = 3
  124. Top = 19
  125. Width = 303
  126. Height = 467
  127. Align = alClient
  128. TabOrder = 0
  129. object TvList: TcxGridTableView
  130. Navigator.Buttons.Append.Visible = True
  131. Navigator.Buttons.SaveBookmark.Visible = False
  132. Navigator.InfoPanel.Visible = True
  133. OnCellDblClick = TvListCellDblClick
  134. DataController.Summary.DefaultGroupSummaryItems = <>
  135. DataController.Summary.FooterSummaryItems = <>
  136. DataController.Summary.SummaryGroups = <>
  137. FilterRow.InfoText = '<'#44160#49353#50612#47484' '#51077#47141' '#54616#49464#50836'>'
  138. OptionsBehavior.CellHints = True
  139. OptionsBehavior.ShowLockedStateImageOptions.BestFit = lsimImmediate
  140. OptionsBehavior.ShowLockedStateImageOptions.Filtering = lsimImmediate
  141. OptionsBehavior.ShowLockedStateImageOptions.Grouping = lsimImmediate
  142. OptionsBehavior.ShowLockedStateImageOptions.Sorting = lsimImmediate
  143. OptionsData.Deleting = False
  144. OptionsData.DeletingConfirmation = False
  145. OptionsData.Inserting = False
  146. OptionsView.GroupByBox = False
  147. OptionsView.Indicator = True
  148. object Column01: TcxGridColumn
  149. Caption = #51228#44277#44396#44036' ID'
  150. PropertiesClassName = 'TcxTextEditProperties'
  151. Properties.Alignment.Horz = taCenter
  152. Properties.Alignment.Vert = taVCenter
  153. Properties.MaxLength = 0
  154. HeaderAlignmentHorz = taCenter
  155. Options.Editing = False
  156. Width = 73
  157. end
  158. object Column02: TcxGridColumn
  159. Caption = #51228#44277#48169#54693#47749
  160. PropertiesClassName = 'TcxTextEditProperties'
  161. Properties.Alignment.Vert = taVCenter
  162. Properties.MaxLength = 0
  163. HeaderAlignmentHorz = taCenter
  164. Options.Editing = False
  165. Width = 101
  166. end
  167. object Column03: TcxGridColumn
  168. Caption = #53440#44191' RSE ID'
  169. PropertiesClassName = 'TcxTextEditProperties'
  170. Properties.Alignment.Horz = taLeftJustify
  171. Properties.Alignment.Vert = taVCenter
  172. HeaderAlignmentHorz = taCenter
  173. Options.Editing = False
  174. Width = 100
  175. end
  176. object Column04: TcxGridColumn
  177. Caption = #51060#51204' RSE ID'
  178. PropertiesClassName = 'TcxTextEditProperties'
  179. Properties.Alignment.Vert = taVCenter
  180. Properties.MaxLength = 0
  181. HeaderAlignmentHorz = taCenter
  182. Options.Editing = False
  183. Width = 100
  184. end
  185. object Column05: TcxGridColumn
  186. Caption = #50808#48512#50672#44228#44396#44036
  187. PropertiesClassName = 'TcxTextEditProperties'
  188. Properties.Alignment.Horz = taCenter
  189. Properties.Alignment.Vert = taVCenter
  190. Properties.MaxLength = 20
  191. Visible = False
  192. HeaderAlignmentHorz = taCenter
  193. Options.Editing = False
  194. Width = 55
  195. end
  196. object Column06: TcxGridColumn
  197. Caption = #49325#51228#50668#48512
  198. PropertiesClassName = 'TcxTextEditProperties'
  199. Properties.Alignment.Horz = taCenter
  200. Properties.Alignment.Vert = taVCenter
  201. Properties.MaxLength = 20
  202. Visible = False
  203. HeaderAlignmentHorz = taCenter
  204. Options.Editing = False
  205. Width = 69
  206. end
  207. object Column07: TcxGridColumn
  208. Caption = #44600#51060
  209. PropertiesClassName = 'TcxTextEditProperties'
  210. Properties.Alignment.Horz = taRightJustify
  211. Properties.Alignment.Vert = taVCenter
  212. Properties.MaxLength = 5
  213. Visible = False
  214. HeaderAlignmentHorz = taCenter
  215. Options.Editing = False
  216. Width = 60
  217. end
  218. object Column08: TcxGridColumn
  219. Caption = #44396#44036#46321#44553#53076#46300
  220. PropertiesClassName = 'TcxTextEditProperties'
  221. Properties.Alignment.Horz = taCenter
  222. Properties.Alignment.Vert = taVCenter
  223. Visible = False
  224. HeaderAlignmentHorz = taCenter
  225. Options.Editing = False
  226. Width = 82
  227. end
  228. object Column09: TcxGridColumn
  229. Caption = #49884#51089#45432#46300'ID'
  230. PropertiesClassName = 'TcxTextEditProperties'
  231. Properties.Alignment.Vert = taVCenter
  232. Visible = False
  233. HeaderAlignmentHorz = taCenter
  234. Options.Editing = False
  235. Width = 99
  236. end
  237. object Column10: TcxGridColumn
  238. Caption = #51333#47308#45432#46300'ID'
  239. PropertiesClassName = 'TcxTextEditProperties'
  240. Properties.Alignment.Vert = taVCenter
  241. Visible = False
  242. HeaderAlignmentHorz = taCenter
  243. Options.Editing = False
  244. Width = 101
  245. end
  246. object Column11: TcxGridColumn
  247. Caption = #49884#51216#47749
  248. PropertiesClassName = 'TcxTextEditProperties'
  249. Properties.Alignment.Vert = taVCenter
  250. Visible = False
  251. HeaderAlignmentHorz = taCenter
  252. Options.Editing = False
  253. Width = 152
  254. end
  255. object Column12: TcxGridColumn
  256. Caption = #51333#51216#47749
  257. PropertiesClassName = 'TcxTextEditProperties'
  258. Properties.Alignment.Vert = taVCenter
  259. Visible = False
  260. HeaderAlignmentHorz = taCenter
  261. Options.Editing = False
  262. Width = 150
  263. end
  264. object Column99: TcxGridColumn
  265. Caption = #47700#47784#47532
  266. DataBinding.ValueType = 'Integer'
  267. PropertiesClassName = 'TcxCalcEditProperties'
  268. Properties.Alignment.Horz = taCenter
  269. Properties.Alignment.Vert = taVCenter
  270. Visible = False
  271. Options.Editing = False
  272. end
  273. end
  274. object GlList: TcxGridLevel
  275. GridView = TvList
  276. end
  277. end
  278. end
  279. object cxGroupBox5: TcxGroupBox
  280. Left = 0
  281. Top = 504
  282. Align = alBottom
  283. Caption = #9654' DSRC '#47785#47197
  284. Style.TextStyle = [fsBold]
  285. TabOrder = 1
  286. Height = 265
  287. Width = 309
  288. inline FRAMEDsrcList1: TFRAMEDsrcList
  289. Left = 3
  290. Top = 19
  291. Width = 303
  292. Height = 236
  293. Align = alClient
  294. TabOrder = 0
  295. ExplicitLeft = 3
  296. ExplicitTop = 19
  297. ExplicitWidth = 303
  298. ExplicitHeight = 236
  299. inherited CxList: TcxGrid
  300. Width = 303
  301. Height = 174
  302. ExplicitWidth = 303
  303. ExplicitHeight = 174
  304. inherited TvList: TcxGridTableView
  305. OnCellDblClick = FRAMEDsrcList1TvListCellDblClick
  306. end
  307. end
  308. inherited PnlTop: TPanel
  309. Width = 303
  310. ExplicitWidth = 303
  311. end
  312. inherited PnlBottom: TPanel
  313. Top = 205
  314. Width = 303
  315. ExplicitTop = 205
  316. ExplicitWidth = 303
  317. inherited LblRecords: TLabel
  318. Left = 192
  319. Width = 25
  320. Height = 17
  321. ExplicitLeft = 192
  322. ExplicitWidth = 25
  323. ExplicitHeight = 17
  324. end
  325. inherited BtnExlSave: TcxButton
  326. Left = 223
  327. ExplicitLeft = 223
  328. end
  329. end
  330. end
  331. end
  332. object cxSplitter2: TcxSplitter
  333. Left = 0
  334. Top = 496
  335. Width = 309
  336. Height = 8
  337. AlignSplitter = salBottom
  338. Control = cxGroupBox5
  339. end
  340. end
  341. object cxSplitter1: TcxSplitter
  342. Left = 309
  343. Top = 0
  344. Width = 6
  345. Height = 769
  346. Control = PnlLeft
  347. end
  348. object GrpMap: TcxGroupBox
  349. Left = 315
  350. Top = 0
  351. Align = alClient
  352. Caption = #9654' '#51221#48372#51228#44277#44396#44036' '#54200#51665
  353. Style.BorderColor = clCaptionText
  354. Style.Shadow = False
  355. Style.TextColor = clBlack
  356. Style.TextStyle = [fsBold]
  357. TabOrder = 2
  358. Height = 769
  359. Width = 952
  360. object PnlMenu: TPanel
  361. Left = 3
  362. Top = 728
  363. Width = 946
  364. Height = 31
  365. Align = alBottom
  366. BevelOuter = bvNone
  367. TabOrder = 0
  368. DesignSize = (
  369. 946
  370. 31)
  371. object BtnEdit: TcxButton
  372. Tag = 2
  373. Left = 616
  374. Top = 3
  375. Width = 75
  376. Height = 25
  377. Cursor = crHandPoint
  378. Hint = #45936#51060#53552' '#54200#51665
  379. Anchors = [akRight, akBottom]
  380. Caption = #54200#51665
  381. Colors.Default = 10737865
  382. Enabled = False
  383. TabOrder = 0
  384. Font.Charset = DEFAULT_CHARSET
  385. Font.Color = clBlack
  386. Font.Height = -13
  387. Font.Name = #47569#51008' '#44256#46357
  388. Font.Style = [fsBold]
  389. ParentFont = False
  390. OnClick = BtnEditClick
  391. end
  392. object BtnInsert: TcxButton
  393. Tag = 2
  394. Left = 697
  395. Top = 3
  396. Width = 75
  397. Height = 25
  398. Cursor = crHandPoint
  399. Hint = #45936#51060#53552' '#52628#44032
  400. Anchors = [akRight, akBottom]
  401. Caption = #52628#44032
  402. Colors.Default = 10737865
  403. TabOrder = 1
  404. Font.Charset = DEFAULT_CHARSET
  405. Font.Color = clBlack
  406. Font.Height = -13
  407. Font.Name = #47569#51008' '#44256#46357
  408. Font.Style = [fsBold]
  409. ParentFont = False
  410. OnClick = BtnInsertClick
  411. end
  412. object BtnDelete: TcxButton
  413. Tag = 4
  414. Left = 779
  415. Top = 3
  416. Width = 75
  417. Height = 25
  418. Cursor = crHandPoint
  419. Hint = #45936#51060#53552' '#49325#51228
  420. Anchors = [akRight, akBottom]
  421. Caption = #49325#51228
  422. Colors.Default = 10737865
  423. Enabled = False
  424. TabOrder = 2
  425. Font.Charset = DEFAULT_CHARSET
  426. Font.Color = clBlack
  427. Font.Height = -13
  428. Font.Name = #47569#51008' '#44256#46357
  429. Font.Style = [fsBold]
  430. ParentFont = False
  431. OnClick = BtnDeleteClick
  432. end
  433. object BtnSave: TcxButton
  434. Tag = 5
  435. Left = 860
  436. Top = 3
  437. Width = 75
  438. Height = 25
  439. Cursor = crHandPoint
  440. Hint = #54200#51665#51089#50629' '#51200#51109
  441. Anchors = [akRight, akBottom]
  442. Caption = #51200#51109
  443. Colors.Default = 10737865
  444. Enabled = False
  445. TabOrder = 3
  446. Font.Charset = DEFAULT_CHARSET
  447. Font.Color = clBlack
  448. Font.Height = -13
  449. Font.Name = #47569#51008' '#44256#46357
  450. Font.Style = [fsBold]
  451. ParentFont = False
  452. OnClick = BtnSaveClick
  453. end
  454. object cxLabel11: TcxLabel
  455. Left = 22
  456. Top = 6
  457. Anchors = [akLeft, akBottom]
  458. Caption = '[*] '#54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  459. StyleDisabled.BorderColor = cl3DLight
  460. Transparent = True
  461. end
  462. object cxLabel12: TcxLabel
  463. Left = 4
  464. Top = 5
  465. Anchors = [akLeft, akBottom]
  466. Caption = #9733
  467. Style.TextColor = clRed
  468. Transparent = True
  469. end
  470. end
  471. object GrpInfo: TcxGroupBox
  472. Left = 3
  473. Top = 19
  474. Align = alTop
  475. Caption = #44592#48376#51221#48372
  476. TabOrder = 1
  477. Height = 130
  478. Width = 946
  479. object ImgDesc01: TImage
  480. Left = 9
  481. Top = 35
  482. Width = 9
  483. Height = 9
  484. Transparent = True
  485. end
  486. object ImgDesc02: TImage
  487. Left = 225
  488. Top = 35
  489. Width = 9
  490. Height = 9
  491. Transparent = True
  492. end
  493. object ImgDesc03: TImage
  494. Left = 707
  495. Top = 35
  496. Width = 9
  497. Height = 9
  498. Transparent = True
  499. end
  500. object ImgDesc04: TImage
  501. Left = 9
  502. Top = 66
  503. Width = 9
  504. Height = 9
  505. Transparent = True
  506. end
  507. object ImgDesc05: TImage
  508. Left = 9
  509. Top = 98
  510. Width = 9
  511. Height = 9
  512. Transparent = True
  513. end
  514. object ImgDesc07: TImage
  515. Left = 707
  516. Top = 66
  517. Width = 9
  518. Height = 9
  519. Transparent = True
  520. end
  521. object ImgDesc09: TImage
  522. Left = 707
  523. Top = 96
  524. Width = 9
  525. Height = 9
  526. Transparent = True
  527. end
  528. object EdRseSectId: TcxTextEdit
  529. Tag = 10002
  530. Left = 119
  531. Top = 26
  532. Properties.Alignment.Vert = taVCenter
  533. Properties.MaxLength = 13
  534. Properties.ReadOnly = True
  535. TabOrder = 0
  536. Width = 90
  537. end
  538. object EdStartSpotId: TcxTextEdit
  539. Tag = 10002
  540. Left = 119
  541. Top = 57
  542. Properties.Alignment.Vert = taVCenter
  543. Properties.MaxLength = 13
  544. Properties.ReadOnly = True
  545. TabOrder = 1
  546. Width = 90
  547. end
  548. object EdStartSpotNm: TcxTextEdit
  549. Tag = 10002
  550. Left = 212
  551. Top = 57
  552. Properties.Alignment.Vert = taVCenter
  553. Properties.MaxLength = 0
  554. Properties.ReadOnly = False
  555. TabOrder = 2
  556. Width = 175
  557. end
  558. object EdRseSectName: TcxTextEdit
  559. Tag = 10002
  560. Left = 346
  561. Top = 26
  562. Properties.MaxLength = 30
  563. TabOrder = 3
  564. Width = 342
  565. end
  566. object EdEndSpotId: TcxTextEdit
  567. Tag = 10002
  568. Left = 119
  569. Top = 88
  570. Properties.Alignment.Vert = taVCenter
  571. Properties.MaxLength = 13
  572. Properties.ReadOnly = True
  573. TabOrder = 4
  574. Width = 90
  575. end
  576. object EdEndSpotNm: TcxTextEdit
  577. Tag = 10002
  578. Left = 212
  579. Top = 88
  580. Properties.Alignment.Vert = taVCenter
  581. Properties.MaxLength = 0
  582. Properties.ReadOnly = False
  583. TabOrder = 5
  584. Width = 175
  585. end
  586. object EdDrctNmbr: TcxTextEdit
  587. Tag = 10002
  588. Left = 842
  589. Top = 28
  590. Properties.Alignment.Horz = taCenter
  591. Properties.Alignment.Vert = taVCenter
  592. Properties.MaxLength = 1
  593. Properties.ReadOnly = False
  594. Style.BorderStyle = ebsUltraFlat
  595. Style.Shadow = False
  596. TabOrder = 6
  597. OnKeyPress = EdDrctNmbrKeyPress
  598. Width = 36
  599. end
  600. object cxLabel1: TcxLabel
  601. Left = 37
  602. Top = 28
  603. Caption = #51228#44277#44396#44036' ID'
  604. Properties.Alignment.Horz = taRightJustify
  605. Properties.Alignment.Vert = taVCenter
  606. Transparent = True
  607. AnchorX = 111
  608. AnchorY = 39
  609. end
  610. object cxLabel2: TcxLabel
  611. Left = 235
  612. Top = 28
  613. Caption = #51228#44277#44396#44036' '#48169#54693' [*]'
  614. Properties.Alignment.Horz = taRightJustify
  615. Properties.Alignment.Vert = taVCenter
  616. Transparent = True
  617. AnchorX = 341
  618. AnchorY = 39
  619. end
  620. object cxLabel3: TcxLabel
  621. Left = 728
  622. Top = 29
  623. Caption = #51652#51077#48169#54693' '#48264#54840' [*]'
  624. Properties.Alignment.Horz = taRightJustify
  625. Properties.Alignment.Vert = taVCenter
  626. Transparent = True
  627. AnchorX = 834
  628. AnchorY = 40
  629. end
  630. object cxLabel4: TcxLabel
  631. Left = 25
  632. Top = 59
  633. Caption = #53440#44191' DSRC [*]'
  634. Properties.Alignment.Horz = taRightJustify
  635. Properties.Alignment.Vert = taVCenter
  636. Transparent = True
  637. AnchorX = 111
  638. AnchorY = 70
  639. end
  640. object cxLabel5: TcxLabel
  641. Left = 25
  642. Top = 90
  643. Caption = #51060#51204' DSRC [*]'
  644. Properties.Alignment.Horz = taRightJustify
  645. Properties.Alignment.Vert = taVCenter
  646. Transparent = True
  647. AnchorX = 111
  648. AnchorY = 101
  649. end
  650. object SeCNGSSPD: TcxSpinEdit
  651. Left = 842
  652. Top = 88
  653. Properties.Alignment.Horz = taRightJustify
  654. Properties.Alignment.Vert = taVCenter
  655. Properties.AssignedValues.MaxValue = True
  656. Properties.AssignedValues.MinValue = True
  657. Properties.DisplayFormat = '##0'
  658. Properties.EditFormat = '##0'
  659. Properties.LargeIncrement = 5.000000000000000000
  660. Properties.ValueType = vtInt
  661. Style.LookAndFeel.Kind = lfUltraFlat
  662. Style.LookAndFeel.NativeStyle = False
  663. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  664. StyleDisabled.LookAndFeel.NativeStyle = False
  665. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  666. StyleFocused.LookAndFeel.NativeStyle = False
  667. StyleFocused.TextStyle = [fsBold]
  668. StyleHot.LookAndFeel.Kind = lfUltraFlat
  669. StyleHot.LookAndFeel.NativeStyle = False
  670. TabOrder = 12
  671. Value = 10
  672. Width = 41
  673. end
  674. object SeDELYSPD: TcxSpinEdit
  675. Left = 887
  676. Top = 88
  677. Properties.Alignment.Horz = taRightJustify
  678. Properties.Alignment.Vert = taVCenter
  679. Properties.AssignedValues.MaxValue = True
  680. Properties.AssignedValues.MinValue = True
  681. Properties.DisplayFormat = '##0'
  682. Properties.EditFormat = '##0'
  683. Properties.LargeIncrement = 5.000000000000000000
  684. Properties.ValueType = vtInt
  685. Style.LookAndFeel.Kind = lfUltraFlat
  686. Style.LookAndFeel.NativeStyle = False
  687. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  688. StyleDisabled.LookAndFeel.NativeStyle = False
  689. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  690. StyleFocused.LookAndFeel.NativeStyle = False
  691. StyleFocused.TextStyle = [fsBold]
  692. StyleHot.LookAndFeel.Kind = lfUltraFlat
  693. StyleHot.LookAndFeel.NativeStyle = False
  694. TabOrder = 13
  695. Value = 20
  696. Width = 41
  697. end
  698. object cxLabel7: TcxLabel
  699. Left = 725
  700. Top = 60
  701. Caption = #44368#52264#47196#48169#54693#44060#49688'[*]'
  702. Properties.Alignment.Horz = taRightJustify
  703. Properties.Alignment.Vert = taVCenter
  704. Transparent = True
  705. AnchorX = 834
  706. AnchorY = 71
  707. end
  708. object cxCheckBox1: TcxCheckBox
  709. Left = 390
  710. Top = 59
  711. Cursor = crHandPoint
  712. Caption = #51648#46020#50640#49436' '#49440#53469
  713. TabOrder = 15
  714. Transparent = True
  715. OnClick = cxCheckBox1Click
  716. Width = 113
  717. end
  718. object cxCheckBox2: TcxCheckBox
  719. Left = 390
  720. Top = 89
  721. Cursor = crHandPoint
  722. Caption = #51648#46020#50640#49436' '#49440#53469
  723. TabOrder = 16
  724. Transparent = True
  725. OnClick = cxCheckBox2Click
  726. Width = 113
  727. end
  728. object cxLabel9: TcxLabel
  729. Left = 721
  730. Top = 91
  731. Caption = #51221#52404'/'#51648#52404#44592#51456#49549#46020
  732. Properties.Alignment.Horz = taRightJustify
  733. Properties.Alignment.Vert = taVCenter
  734. Transparent = True
  735. AnchorX = 834
  736. AnchorY = 102
  737. end
  738. object EdDrctNum: TcxTextEdit
  739. Tag = 10002
  740. Left = 842
  741. Top = 57
  742. Properties.Alignment.Horz = taCenter
  743. Properties.Alignment.Vert = taVCenter
  744. Properties.MaxLength = 1
  745. Properties.ReadOnly = False
  746. Style.BorderStyle = ebsUltraFlat
  747. Style.Shadow = False
  748. TabOrder = 18
  749. OnKeyPress = EdDrctNmbrKeyPress
  750. Width = 36
  751. end
  752. end
  753. object GrpLink: TcxGroupBox
  754. Left = 3
  755. Top = 149
  756. Align = alTop
  757. Caption = #51228#44277#44396#44036' '#49436#48708#49828#47553#53356' '#44396#49457#51221#48372
  758. TabOrder = 2
  759. Height = 146
  760. Width = 946
  761. object CxLink: TcxGrid
  762. Left = 3
  763. Top = 19
  764. Width = 813
  765. Height = 117
  766. Align = alClient
  767. TabOrder = 0
  768. object TvLink: TcxGridTableView
  769. OnCellDblClick = TvLinkCellDblClick
  770. DataController.Summary.DefaultGroupSummaryItems = <>
  771. DataController.Summary.FooterSummaryItems = <>
  772. DataController.Summary.SummaryGroups = <>
  773. OptionsCustomize.ColumnFiltering = False
  774. OptionsCustomize.ColumnGrouping = False
  775. OptionsCustomize.ColumnMoving = False
  776. OptionsCustomize.ColumnSorting = False
  777. OptionsData.Deleting = False
  778. OptionsData.DeletingConfirmation = False
  779. OptionsData.Editing = False
  780. OptionsData.Inserting = False
  781. OptionsView.ColumnAutoWidth = True
  782. OptionsView.GroupByBox = False
  783. object ColSeq: TcxGridColumn
  784. Caption = '-'
  785. PropertiesClassName = 'TcxCalcEditProperties'
  786. Properties.Alignment.Horz = taCenter
  787. Properties.Alignment.Vert = taVCenter
  788. OnCustomDrawCell = ColSeqCustomDrawCell
  789. HeaderAlignmentHorz = taCenter
  790. HeaderAlignmentVert = vaCenter
  791. MinWidth = 24
  792. Width = 24
  793. end
  794. object ColLink1: TcxGridColumn
  795. Caption = #49692#49436
  796. PropertiesClassName = 'TcxLabelProperties'
  797. Properties.Alignment.Horz = taCenter
  798. Properties.Alignment.Vert = taVCenter
  799. Visible = False
  800. HeaderAlignmentHorz = taCenter
  801. HeaderAlignmentVert = vaCenter
  802. Width = 50
  803. end
  804. object ColLink2: TcxGridColumn
  805. Caption = #49436#48708#49828#47553#53356' ID'
  806. PropertiesClassName = 'TcxLabelProperties'
  807. Properties.Alignment.Horz = taCenter
  808. Properties.Alignment.Vert = taVCenter
  809. HeaderAlignmentHorz = taCenter
  810. HeaderAlignmentVert = vaCenter
  811. Width = 120
  812. end
  813. object ColLink3: TcxGridColumn
  814. Caption = #49884#51089#51648#51216' ID'
  815. PropertiesClassName = 'TcxLabelProperties'
  816. Properties.Alignment.Horz = taCenter
  817. Properties.Alignment.Vert = taVCenter
  818. HeaderAlignmentHorz = taCenter
  819. HeaderAlignmentVert = vaCenter
  820. Width = 120
  821. end
  822. object ColLink4: TcxGridColumn
  823. Caption = #49884#51089#51648#51216#47749
  824. PropertiesClassName = 'TcxLabelProperties'
  825. Properties.Alignment.Horz = taLeftJustify
  826. Properties.Alignment.Vert = taVCenter
  827. HeaderAlignmentHorz = taCenter
  828. HeaderAlignmentVert = vaCenter
  829. Width = 250
  830. end
  831. object ColLink5: TcxGridColumn
  832. Caption = #51333#47308#51648#51216' ID'
  833. PropertiesClassName = 'TcxLabelProperties'
  834. Properties.Alignment.Horz = taCenter
  835. Properties.Alignment.Vert = taVCenter
  836. HeaderAlignmentHorz = taCenter
  837. HeaderAlignmentVert = vaCenter
  838. Width = 120
  839. end
  840. object ColLink6: TcxGridColumn
  841. Caption = #51333#47308#51648#51216#47749
  842. PropertiesClassName = 'TcxLabelProperties'
  843. Properties.Alignment.Horz = taLeftJustify
  844. Properties.Alignment.Vert = taVCenter
  845. HeaderAlignmentHorz = taCenter
  846. HeaderAlignmentVert = vaCenter
  847. Width = 250
  848. end
  849. end
  850. object GlLink: TcxGridLevel
  851. GridView = TvLink
  852. end
  853. end
  854. object PnlLinkEdit: TPanel
  855. Left = 816
  856. Top = 19
  857. Width = 127
  858. Height = 117
  859. Align = alRight
  860. BevelOuter = bvNone
  861. TabOrder = 1
  862. object ImgDesc06: TImage
  863. Left = 12
  864. Top = 12
  865. Width = 9
  866. Height = 9
  867. Transparent = True
  868. end
  869. object cxLabel6: TcxLabel
  870. Left = 31
  871. Top = 5
  872. Caption = #49436#48708#49828#47553#53356' ID'
  873. Properties.Alignment.Horz = taRightJustify
  874. Properties.Alignment.Vert = taVCenter
  875. Transparent = True
  876. AnchorX = 118
  877. AnchorY = 16
  878. end
  879. object EdLinkId: TcxTextEdit
  880. Tag = 10002
  881. Left = 31
  882. Top = 32
  883. Properties.Alignment.Vert = taVCenter
  884. Properties.MaxLength = 13
  885. Properties.ReadOnly = True
  886. TabOrder = 1
  887. Width = 90
  888. end
  889. object BtnLinkAdd: TcxButton
  890. Left = 31
  891. Top = 65
  892. Width = 43
  893. Height = 22
  894. Hint = #49440#53469#54620' '#44396#44036#51012' '#52628#44032#54633#45768#45796'.'
  895. Caption = #52628#44032
  896. TabOrder = 2
  897. OnClick = BtnLinkAddClick
  898. end
  899. object BtnLinkDel: TcxButton
  900. Left = 78
  901. Top = 65
  902. Width = 43
  903. Height = 22
  904. Hint = #49440#53469#54620' '#44396#44036#51012' '#49325#51228#54633#45768#45796'.'
  905. Caption = #49325#51228
  906. TabOrder = 3
  907. OnClick = BtnLinkDelClick
  908. end
  909. end
  910. end
  911. object cxGroupBox4: TcxGroupBox
  912. Left = 3
  913. Top = 295
  914. Align = alClient
  915. Caption = #51648#46020' '#51221#48372'('#49436#48708#49828#47553#53356' '#49440#53469')'
  916. TabOrder = 3
  917. DesignSize = (
  918. 946
  919. 426)
  920. Height = 433
  921. Width = 946
  922. object ChkGisZoom: TcxCheckBox
  923. Left = 836
  924. Top = -5
  925. Cursor = crHandPoint
  926. Anchors = [akTop, akRight]
  927. Caption = #51648#46020#53356#44172#48372#44592
  928. TabOrder = 0
  929. Transparent = True
  930. OnClick = ChkGisZoomClick
  931. Width = 107
  932. end
  933. object ChkViewIcon: TcxCheckBox
  934. Left = 185
  935. Top = -5
  936. Cursor = crHandPoint
  937. Caption = 'DSRC ID'
  938. State = cbsChecked
  939. TabOrder = 1
  940. Transparent = True
  941. OnClick = ChkViewIconClick
  942. Width = 121
  943. end
  944. inline FRAMEOpenMap1: TFRAMEOpenMap
  945. Left = 3
  946. Top = 19
  947. Width = 940
  948. Height = 404
  949. Align = alClient
  950. ParentShowHint = False
  951. ShowHint = True
  952. TabOrder = 2
  953. ExplicitLeft = 3
  954. ExplicitTop = 19
  955. ExplicitWidth = 940
  956. ExplicitHeight = 404
  957. inherited PnlToolbar: TPanel
  958. Width = 940
  959. ExplicitWidth = 940
  960. inherited EdFocus: TEdit
  961. Height = 25
  962. ExplicitHeight = 25
  963. end
  964. inherited cxLabel26: TcxLabel
  965. AnchorX = 122
  966. AnchorY = 19
  967. end
  968. inherited cxLabel27: TcxLabel
  969. AnchorX = 280
  970. AnchorY = 19
  971. end
  972. inherited PnlGisTool: TPanel
  973. Width = 507
  974. ExplicitWidth = 507
  975. inherited ChkShowNmbr: TcxCheckBox
  976. ExplicitHeight = 28
  977. end
  978. inherited EdMapPos: TcxTextEdit
  979. ExplicitHeight = 28
  980. end
  981. end
  982. inherited cxLabel1: TcxLabel
  983. AnchorX = 346
  984. AnchorY = 19
  985. end
  986. inherited LblZoom: TcxLabel
  987. Left = 853
  988. ExplicitLeft = 853
  989. AnchorX = 935
  990. AnchorY = 19
  991. end
  992. end
  993. inherited lblTitle: TcxLabel
  994. ExplicitWidth = 69
  995. ExplicitHeight = 21
  996. end
  997. inherited reMsg: TMemo
  998. Top = 257
  999. Width = 940
  1000. ExplicitTop = 257
  1001. ExplicitWidth = 940
  1002. end
  1003. inherited PnlMap: TPanel
  1004. Width = 940
  1005. Height = 219
  1006. ExplicitWidth = 940
  1007. ExplicitHeight = 219
  1008. inherited WebBrowser1: TWebBrowser
  1009. Width = 936
  1010. Height = 215
  1011. ExplicitWidth = 836
  1012. ExplicitHeight = 361
  1013. ControlData = {
  1014. 4C000000BD600000391600000000000000000000000000000000000000000000
  1015. 000000004C000000000000000000000001000000E0D057007335CF11AE690800
  1016. 2B2E126208000000000000004C0000000114020000000000C000000000000046
  1017. 8000000000000000000000000000000000000000000000000000000000000000
  1018. 00000000000000000100000000000000000000000000000000000000}
  1019. end
  1020. end
  1021. inherited ilToolbarsSmall: TcxImageList
  1022. FormatVersion = 1
  1023. end
  1024. inherited TmrMapOpen: TTimer
  1025. Left = 184
  1026. Top = 152
  1027. end
  1028. end
  1029. end
  1030. end
  1031. end
  1032. object TmrShow: TTimer
  1033. Enabled = False
  1034. Interval = 300
  1035. OnTimer = TmrShowTimer
  1036. Left = 472
  1037. Top = 12
  1038. end
  1039. end