DSRM040MF.dfm 30 KB

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