IFM0060MF.dfm 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881
  1. object IFM0060M: TIFM0060M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = #51452#52264#51109' '#44288#47532
  7. ClientHeight = 629
  8. ClientWidth = 1227
  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. 1227
  24. 629)
  25. PixelsPerInch = 96
  26. TextHeight = 17
  27. object ShpTitle: TShape
  28. Left = 4
  29. Top = 4
  30. Width = 1219
  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 = 1219
  57. Height = 573
  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 = 1138
  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 = 1201
  96. Height = 560
  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 = 271
  106. Height = 560
  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' '#51452#52264#51109' '#47785#47197
  115. ParentFont = False
  116. Style.BorderColor = clCaptionText
  117. Style.Font.Charset = DEFAULT_CHARSET
  118. Style.Font.Color = clWindowText
  119. Style.Font.Height = -13
  120. Style.Font.Name = #47569#51008' '#44256#46357
  121. Style.Font.Style = []
  122. Style.Shadow = False
  123. Style.TextColor = clWindowText
  124. Style.TextStyle = [fsBold]
  125. Style.IsFontAssigned = True
  126. TabOrder = 0
  127. Height = 560
  128. Width = 271
  129. inline FRAMEParkingList1: TFRAMEParkingList
  130. Left = 3
  131. Top = 19
  132. Width = 265
  133. Height = 531
  134. Align = alClient
  135. TabOrder = 0
  136. ExplicitLeft = -74
  137. ExplicitTop = -160
  138. ExplicitWidth = 265
  139. ExplicitHeight = 531
  140. inherited CxList: TcxGrid
  141. Width = 265
  142. Height = 469
  143. ExplicitWidth = 265
  144. ExplicitHeight = 469
  145. inherited TvList: TcxGridTableView
  146. OnCellDblClick = FRAMEParkingList1TvListCellDblClick
  147. end
  148. end
  149. inherited PnlTop: TPanel
  150. Width = 265
  151. ExplicitWidth = 265
  152. end
  153. inherited PnlBottom: TPanel
  154. Top = 500
  155. Width = 265
  156. ExplicitTop = 500
  157. ExplicitWidth = 265
  158. inherited LblRecords: TLabel
  159. Left = 154
  160. Width = 25
  161. Height = 17
  162. ExplicitLeft = 234
  163. ExplicitWidth = 25
  164. ExplicitHeight = 17
  165. end
  166. inherited BtnExlSave: TcxButton
  167. Left = 185
  168. ExplicitLeft = 185
  169. end
  170. end
  171. end
  172. end
  173. end
  174. object cxSplitter1: TcxSplitter
  175. Left = 271
  176. Top = 0
  177. Width = 6
  178. Height = 560
  179. Control = PnlLeft
  180. end
  181. object GrpMap: TcxGroupBox
  182. Left = 277
  183. Top = 0
  184. Align = alClient
  185. Caption = #9654' '#50948#52824#49444#51221
  186. ParentFont = False
  187. Style.BorderColor = clCaptionText
  188. Style.Font.Charset = DEFAULT_CHARSET
  189. Style.Font.Color = clWindowText
  190. Style.Font.Height = -13
  191. Style.Font.Name = #47569#51008' '#44256#46357
  192. Style.Font.Style = []
  193. Style.Shadow = False
  194. Style.TextColor = clBlack
  195. Style.TextStyle = [fsBold]
  196. Style.IsFontAssigned = True
  197. TabOrder = 2
  198. Height = 560
  199. Width = 577
  200. object ChkViewIcon: TcxCheckBox
  201. Left = 107
  202. Top = -5
  203. Cursor = crHandPoint
  204. Caption = #51452#52264#51109' '#50500#51060#53080
  205. State = cbsChecked
  206. TabOrder = 0
  207. Transparent = True
  208. OnClick = ChkViewIconClick
  209. Width = 121
  210. end
  211. inline FRAMEGisMap1: TFRAMEFlashMap
  212. Left = 3
  213. Top = 19
  214. Width = 571
  215. Height = 531
  216. Align = alClient
  217. TabOrder = 1
  218. ExplicitLeft = 3
  219. ExplicitTop = 19
  220. ExplicitWidth = 571
  221. ExplicitHeight = 531
  222. inherited Panel1: TPanel
  223. Width = 571
  224. Height = 470
  225. ExplicitWidth = 571
  226. ExplicitHeight = 470
  227. inherited ShockwaveFlash1: TShockwaveFlashEx
  228. ControlData = {
  229. 6755665500090000D8130000D813000008000200000000000800000000000800
  230. 0000000008000E000000570069006E0064006F00770000000800060000002D00
  231. 310000000800060000002D003100000008000A00000048006900670068000000
  232. 08000200000000000800060000002D0031000000080000000000080002000000
  233. 0000080010000000530068006F00770041006C006C0000000800040000003000
  234. 0000080004000000300000000800020000000000080000000000080002000000
  235. 00000D0000000000000000000000000000000000080004000000310000000800
  236. 0400000030000000080000000000080004000000300000000800080000006100
  237. 6C006C00000008000C000000660061006C0073006500000008000C0000006600
  238. 61006C0073006500000008000400000030000000}
  239. end
  240. inherited Memo1: TMemo
  241. Height = 267
  242. ExplicitHeight = 267
  243. end
  244. end
  245. inherited GrpTool: TcxGroupBox
  246. ExplicitWidth = 571
  247. Width = 571
  248. inherited LbDef: TLabel
  249. Width = 247
  250. Height = 17
  251. ExplicitWidth = 247
  252. ExplicitHeight = 17
  253. end
  254. end
  255. inherited StatusBar: TStatusBar
  256. Top = 511
  257. Width = 571
  258. ExplicitTop = 511
  259. ExplicitWidth = 571
  260. end
  261. end
  262. object ChkViewName: TcxCheckBox
  263. Left = 230
  264. Top = -5
  265. Cursor = crHandPoint
  266. Caption = #51452#52264#51109#47749
  267. State = cbsChecked
  268. TabOrder = 2
  269. Transparent = True
  270. OnClick = ChkViewIconClick
  271. Width = 121
  272. end
  273. end
  274. object GrpInfo: TcxGroupBox
  275. Left = 860
  276. Top = 0
  277. Align = alRight
  278. Caption = #9654' '#51452#52264#51109' '#51221#48372
  279. ParentFont = False
  280. Style.BorderColor = clCaptionText
  281. Style.Font.Charset = DEFAULT_CHARSET
  282. Style.Font.Color = clWindowText
  283. Style.Font.Height = -13
  284. Style.Font.Name = #47569#51008' '#44256#46357
  285. Style.Font.Style = []
  286. Style.Shadow = False
  287. Style.TextColor = clBlack
  288. Style.TextStyle = [fsBold]
  289. Style.IsFontAssigned = True
  290. TabOrder = 3
  291. DesignSize = (
  292. 341
  293. 553)
  294. Height = 560
  295. Width = 341
  296. object ImgDesc01: TImage
  297. Left = 9
  298. Top = 35
  299. Width = 9
  300. Height = 9
  301. Transparent = True
  302. end
  303. object ImgDesc02: TImage
  304. Left = 9
  305. Top = 69
  306. Width = 9
  307. Height = 9
  308. Transparent = True
  309. end
  310. object ImgDesc03: TImage
  311. Left = 9
  312. Top = 103
  313. Width = 9
  314. Height = 9
  315. Transparent = True
  316. end
  317. object ImgDesc04: TImage
  318. Left = 9
  319. Top = 138
  320. Width = 9
  321. Height = 9
  322. Transparent = True
  323. end
  324. object ImgDesc05: TImage
  325. Left = 9
  326. Top = 172
  327. Width = 9
  328. Height = 9
  329. Transparent = True
  330. end
  331. object ImgDesc06: TImage
  332. Left = 9
  333. Top = 207
  334. Width = 9
  335. Height = 9
  336. Transparent = True
  337. end
  338. object ImgDesc07: TImage
  339. Left = 9
  340. Top = 241
  341. Width = 9
  342. Height = 9
  343. Transparent = True
  344. end
  345. object ImgDesc08: TImage
  346. Left = 9
  347. Top = 276
  348. Width = 9
  349. Height = 9
  350. Transparent = True
  351. end
  352. object ImgDesc09: TImage
  353. Left = 9
  354. Top = 310
  355. Width = 9
  356. Height = 9
  357. Transparent = True
  358. end
  359. object ImgDesc10: TImage
  360. Left = 9
  361. Top = 345
  362. Width = 9
  363. Height = 9
  364. Transparent = True
  365. end
  366. object ImgDesc11: TImage
  367. Left = 9
  368. Top = 377
  369. Width = 9
  370. Height = 9
  371. Transparent = True
  372. end
  373. object PnlMenu: TPanel
  374. Left = 3
  375. Top = 519
  376. Width = 335
  377. Height = 31
  378. Align = alBottom
  379. BevelOuter = bvNone
  380. TabOrder = 0
  381. DesignSize = (
  382. 335
  383. 31)
  384. object BtnEdit: TcxButton
  385. Tag = 2
  386. Left = 11
  387. Top = 3
  388. Width = 75
  389. Height = 25
  390. Cursor = crHandPoint
  391. Hint = #45936#51060#53552' '#54200#51665
  392. Anchors = [akRight, akBottom]
  393. Caption = #54200#51665
  394. Colors.Default = 10737865
  395. Enabled = False
  396. TabOrder = 0
  397. Font.Charset = DEFAULT_CHARSET
  398. Font.Color = clBlack
  399. Font.Height = -13
  400. Font.Name = #47569#51008' '#44256#46357
  401. Font.Style = [fsBold]
  402. ParentFont = False
  403. OnClick = BtnEditClick
  404. end
  405. object BtnInsert: TcxButton
  406. Tag = 2
  407. Left = 92
  408. Top = 3
  409. Width = 75
  410. Height = 25
  411. Cursor = crHandPoint
  412. Hint = #45936#51060#53552' '#52628#44032
  413. Anchors = [akRight, akBottom]
  414. Caption = #52628#44032
  415. Colors.Default = 10737865
  416. TabOrder = 1
  417. Font.Charset = DEFAULT_CHARSET
  418. Font.Color = clBlack
  419. Font.Height = -13
  420. Font.Name = #47569#51008' '#44256#46357
  421. Font.Style = [fsBold]
  422. ParentFont = False
  423. OnClick = BtnInsertClick
  424. end
  425. object BtnDelete: TcxButton
  426. Tag = 4
  427. Left = 174
  428. Top = 3
  429. Width = 75
  430. Height = 25
  431. Cursor = crHandPoint
  432. Hint = #45936#51060#53552' '#49325#51228
  433. Anchors = [akRight, akBottom]
  434. Caption = #49325#51228
  435. Colors.Default = 10737865
  436. Enabled = False
  437. TabOrder = 2
  438. Font.Charset = DEFAULT_CHARSET
  439. Font.Color = clBlack
  440. Font.Height = -13
  441. Font.Name = #47569#51008' '#44256#46357
  442. Font.Style = [fsBold]
  443. ParentFont = False
  444. OnClick = BtnDeleteClick
  445. end
  446. object BtnSave: TcxButton
  447. Tag = 5
  448. Left = 255
  449. Top = 3
  450. Width = 75
  451. Height = 25
  452. Cursor = crHandPoint
  453. Hint = #54200#51665#51089#50629' '#51200#51109
  454. Anchors = [akRight, akBottom]
  455. Caption = #51200#51109
  456. Colors.Default = 10737865
  457. Enabled = False
  458. TabOrder = 3
  459. Font.Charset = DEFAULT_CHARSET
  460. Font.Color = clBlack
  461. Font.Height = -13
  462. Font.Name = #47569#51008' '#44256#46357
  463. Font.Style = [fsBold]
  464. ParentFont = False
  465. OnClick = BtnSaveClick
  466. end
  467. end
  468. object EdMngmNmbr: TcxTextEdit
  469. Left = 110
  470. Top = 30
  471. Enabled = False
  472. TabOrder = 1
  473. Width = 121
  474. end
  475. object EdPhone: TcxTextEdit
  476. Left = 110
  477. Top = 134
  478. Properties.ReadOnly = False
  479. TabOrder = 2
  480. Width = 164
  481. end
  482. object EdLoc: TcxTextEdit
  483. Left = 110
  484. Top = 232
  485. Properties.ReadOnly = False
  486. TabOrder = 5
  487. Width = 200
  488. end
  489. object EdAddr: TcxTextEdit
  490. Left = 110
  491. Top = 266
  492. Properties.ReadOnly = False
  493. TabOrder = 6
  494. Width = 200
  495. end
  496. object EdId: TcxTextEdit
  497. Left = 148
  498. Top = -3
  499. TabOrder = 7
  500. Text = 'EdId'
  501. Visible = False
  502. Width = 121
  503. end
  504. object SePosX: TcxSpinEdit
  505. Left = 110
  506. Top = 164
  507. Properties.Alignment.Horz = taRightJustify
  508. Properties.Alignment.Vert = taVCenter
  509. Properties.DisplayFormat = '##0.######0'
  510. Properties.EditFormat = '##0.######0'
  511. Properties.MaxValue = 9999999999.000000000000000000
  512. Properties.ReadOnly = False
  513. Properties.SpinButtons.Visible = False
  514. Properties.ValueType = vtFloat
  515. Style.LookAndFeel.Kind = lfUltraFlat
  516. Style.LookAndFeel.NativeStyle = False
  517. Style.TextStyle = []
  518. Style.ButtonStyle = btsUltraFlat
  519. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  520. StyleDisabled.LookAndFeel.NativeStyle = False
  521. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  522. StyleFocused.LookAndFeel.NativeStyle = False
  523. StyleFocused.TextStyle = [fsBold]
  524. StyleHot.LookAndFeel.Kind = lfUltraFlat
  525. StyleHot.LookAndFeel.NativeStyle = False
  526. TabOrder = 3
  527. Width = 121
  528. end
  529. object SePosY: TcxSpinEdit
  530. Left = 110
  531. Top = 198
  532. Properties.Alignment.Horz = taRightJustify
  533. Properties.Alignment.Vert = taVCenter
  534. Properties.DisplayFormat = '##0.######0'
  535. Properties.EditFormat = '##0.######0'
  536. Properties.MaxValue = 9999999999.000000000000000000
  537. Properties.ReadOnly = False
  538. Properties.SpinButtons.Visible = False
  539. Properties.ValueType = vtFloat
  540. Style.LookAndFeel.Kind = lfUltraFlat
  541. Style.LookAndFeel.NativeStyle = False
  542. Style.TextStyle = []
  543. Style.ButtonStyle = btsUltraFlat
  544. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  545. StyleDisabled.LookAndFeel.NativeStyle = False
  546. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  547. StyleFocused.LookAndFeel.NativeStyle = False
  548. StyleFocused.TextStyle = [fsBold]
  549. StyleHot.LookAndFeel.Kind = lfUltraFlat
  550. StyleHot.LookAndFeel.NativeStyle = False
  551. TabOrder = 4
  552. Width = 121
  553. end
  554. object cxLabel1: TcxLabel
  555. Left = 20
  556. Top = 32
  557. AutoSize = False
  558. Caption = #51452#52264#51109' ID'
  559. Properties.Alignment.Horz = taRightJustify
  560. Properties.Alignment.Vert = taVCenter
  561. Transparent = True
  562. Height = 21
  563. Width = 80
  564. AnchorX = 100
  565. AnchorY = 43
  566. end
  567. object cxLabel2: TcxLabel
  568. Left = 20
  569. Top = 65
  570. AutoSize = False
  571. Caption = #51452#52264#51109#47749
  572. Properties.Alignment.Horz = taRightJustify
  573. Properties.Alignment.Vert = taVCenter
  574. Transparent = True
  575. Height = 21
  576. Width = 80
  577. AnchorX = 100
  578. AnchorY = 76
  579. end
  580. object cxLabel3: TcxLabel
  581. Left = 20
  582. Top = 99
  583. AutoSize = False
  584. Caption = #51452#52264#47732#49688
  585. Properties.Alignment.Horz = taRightJustify
  586. Properties.Alignment.Vert = taVCenter
  587. Transparent = True
  588. Height = 21
  589. Width = 80
  590. AnchorX = 100
  591. AnchorY = 110
  592. end
  593. object cxLabel4: TcxLabel
  594. Left = 20
  595. Top = 133
  596. AutoSize = False
  597. Caption = #51204#54868#48264#54840
  598. Properties.Alignment.Horz = taRightJustify
  599. Properties.Alignment.Vert = taVCenter
  600. Transparent = True
  601. Height = 21
  602. Width = 80
  603. AnchorX = 100
  604. AnchorY = 144
  605. end
  606. object cxLabel6: TcxLabel
  607. Left = 20
  608. Top = 166
  609. AutoSize = False
  610. Caption = #50948#52824' X'
  611. Properties.Alignment.Horz = taRightJustify
  612. Properties.Alignment.Vert = taVCenter
  613. Transparent = True
  614. Height = 21
  615. Width = 80
  616. AnchorX = 100
  617. AnchorY = 177
  618. end
  619. object cxLabel7: TcxLabel
  620. Left = 20
  621. Top = 200
  622. AutoSize = False
  623. Caption = #50948#52824' Y'
  624. Properties.Alignment.Horz = taRightJustify
  625. Properties.Alignment.Vert = taVCenter
  626. Transparent = True
  627. Height = 21
  628. Width = 80
  629. AnchorX = 100
  630. AnchorY = 211
  631. end
  632. object cxLabel8: TcxLabel
  633. Left = 20
  634. Top = 234
  635. AutoSize = False
  636. Caption = #50948#52824
  637. Properties.Alignment.Horz = taRightJustify
  638. Properties.Alignment.Vert = taVCenter
  639. Transparent = True
  640. Height = 21
  641. Width = 80
  642. AnchorX = 100
  643. AnchorY = 245
  644. end
  645. object cxLabel9: TcxLabel
  646. Left = 20
  647. Top = 268
  648. AutoSize = False
  649. Caption = #51452#49548
  650. Properties.Alignment.Horz = taRightJustify
  651. Properties.Alignment.Vert = taVCenter
  652. Transparent = True
  653. Height = 21
  654. Width = 80
  655. AnchorX = 100
  656. AnchorY = 279
  657. end
  658. object cxLabel10: TcxLabel
  659. Left = 20
  660. Top = 303
  661. AutoSize = False
  662. Caption = #50689#47928#47749
  663. Properties.Alignment.Horz = taRightJustify
  664. Properties.Alignment.Vert = taVCenter
  665. Transparent = True
  666. Height = 21
  667. Width = 80
  668. AnchorX = 100
  669. AnchorY = 314
  670. end
  671. object cxLabel11: TcxLabel
  672. Left = 30
  673. Top = 492
  674. Anchors = [akLeft, akBottom]
  675. Caption = #54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  676. StyleDisabled.BorderColor = cl3DLight
  677. Transparent = True
  678. end
  679. object cxLabel12: TcxLabel
  680. Left = 12
  681. Top = 491
  682. Anchors = [akLeft, akBottom]
  683. Caption = #9733
  684. Style.TextColor = clRed
  685. Transparent = True
  686. end
  687. object cxLabel14: TcxLabel
  688. Left = 230
  689. Top = 167
  690. Caption = #9733
  691. Style.TextColor = clRed
  692. Transparent = True
  693. end
  694. object cxLabel15: TcxLabel
  695. Left = 230
  696. Top = 200
  697. Caption = #9733
  698. Style.TextColor = clRed
  699. Transparent = True
  700. end
  701. object cxLabel5: TcxLabel
  702. Left = 20
  703. Top = 335
  704. AutoSize = False
  705. Caption = #50689#47928#50948#52824
  706. Properties.Alignment.Horz = taRightJustify
  707. Properties.Alignment.Vert = taVCenter
  708. Transparent = True
  709. Height = 21
  710. Width = 80
  711. AnchorX = 100
  712. AnchorY = 346
  713. end
  714. object cxLabel13: TcxLabel
  715. Left = 20
  716. Top = 368
  717. AutoSize = False
  718. Caption = #50689#47928#51452#49548
  719. Properties.Alignment.Horz = taRightJustify
  720. Properties.Alignment.Vert = taVCenter
  721. Transparent = True
  722. Height = 21
  723. Width = 80
  724. AnchorX = 100
  725. AnchorY = 379
  726. end
  727. object SeParkingCnt: TcxSpinEdit
  728. Left = 110
  729. Top = 99
  730. Properties.Alignment.Horz = taRightJustify
  731. Properties.Alignment.Vert = taVCenter
  732. Properties.AssignedValues.MinValue = True
  733. Properties.MaxValue = 999.000000000000000000
  734. Properties.ReadOnly = False
  735. Properties.ValueType = vtInt
  736. Style.BorderStyle = ebsUltraFlat
  737. Style.LookAndFeel.Kind = lfUltraFlat
  738. Style.LookAndFeel.NativeStyle = False
  739. Style.ButtonStyle = btsUltraFlat
  740. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  741. StyleDisabled.LookAndFeel.NativeStyle = False
  742. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  743. StyleFocused.LookAndFeel.NativeStyle = False
  744. StyleHot.LookAndFeel.Kind = lfUltraFlat
  745. StyleHot.LookAndFeel.NativeStyle = False
  746. TabOrder = 23
  747. Width = 91
  748. end
  749. object cxLabel16: TcxLabel
  750. Left = 312
  751. Top = 67
  752. Caption = #9733
  753. Style.TextColor = clRed
  754. Transparent = True
  755. end
  756. object EdName: TcxTextEdit
  757. Left = 110
  758. Top = 66
  759. Properties.ReadOnly = False
  760. TabOrder = 25
  761. Width = 200
  762. end
  763. object EdEName: TcxTextEdit
  764. Left = 110
  765. Top = 302
  766. Properties.ReadOnly = False
  767. TabOrder = 26
  768. Width = 200
  769. end
  770. object EdELoc: TcxTextEdit
  771. Left = 110
  772. Top = 333
  773. Properties.ReadOnly = False
  774. TabOrder = 27
  775. Width = 200
  776. end
  777. object EdEAddr: TcxTextEdit
  778. Left = 110
  779. Top = 365
  780. Properties.ReadOnly = False
  781. TabOrder = 28
  782. Width = 200
  783. end
  784. end
  785. object cxSplitter2: TcxSplitter
  786. Left = 854
  787. Top = 0
  788. Width = 6
  789. Height = 560
  790. AlignSplitter = salRight
  791. Control = GrpInfo
  792. end
  793. end
  794. object Panel1: TPanel
  795. Left = 347
  796. Top = 169
  797. Width = 398
  798. Height = 376
  799. Caption = 'Panel1'
  800. TabOrder = 3
  801. Visible = False
  802. object CbTypeCd: TcxComboBox
  803. Left = 150
  804. Top = 63
  805. Cursor = crHandPoint
  806. Properties.Alignment.Vert = taVCenter
  807. Properties.DropDownListStyle = lsFixedList
  808. Properties.DropDownSizeable = True
  809. Properties.ReadOnly = False
  810. TabOrder = 0
  811. Width = 164
  812. end
  813. object CbValidYn: TcxComboBox
  814. Left = 150
  815. Top = 96
  816. Cursor = crHandPoint
  817. Properties.Alignment.Horz = taCenter
  818. Properties.Alignment.Vert = taVCenter
  819. Properties.DropDownListStyle = lsFixedList
  820. Properties.DropDownSizeable = True
  821. Properties.Items.Strings = (
  822. 'N'
  823. 'Y')
  824. Properties.ReadOnly = False
  825. TabOrder = 1
  826. Text = 'N'
  827. Width = 121
  828. end
  829. object SeBordNum: TcxSpinEdit
  830. Left = 150
  831. Top = 351
  832. Properties.Alignment.Horz = taRightJustify
  833. Properties.Alignment.Vert = taVCenter
  834. Properties.AssignedValues.MinValue = True
  835. Properties.MaxValue = 999.000000000000000000
  836. Properties.ReadOnly = False
  837. Properties.ValueType = vtInt
  838. Style.BorderStyle = ebsUltraFlat
  839. Style.LookAndFeel.Kind = lfUltraFlat
  840. Style.LookAndFeel.NativeStyle = False
  841. Style.ButtonStyle = btsUltraFlat
  842. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  843. StyleDisabled.LookAndFeel.NativeStyle = False
  844. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  845. StyleFocused.LookAndFeel.NativeStyle = False
  846. StyleHot.LookAndFeel.Kind = lfUltraFlat
  847. StyleHot.LookAndFeel.NativeStyle = False
  848. TabOrder = 2
  849. Width = 70
  850. end
  851. object SeSttsCycl: TcxSpinEdit
  852. Left = 150
  853. Top = 333
  854. Properties.Alignment.Horz = taRightJustify
  855. Properties.Alignment.Vert = taVCenter
  856. Properties.AssignedValues.MinValue = True
  857. Properties.MaxValue = 999.000000000000000000
  858. Properties.ReadOnly = False
  859. Properties.ValueType = vtInt
  860. Style.BorderStyle = ebsUltraFlat
  861. Style.LookAndFeel.Kind = lfUltraFlat
  862. Style.LookAndFeel.NativeStyle = False
  863. Style.ButtonStyle = btsUltraFlat
  864. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  865. StyleDisabled.LookAndFeel.NativeStyle = False
  866. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  867. StyleFocused.LookAndFeel.NativeStyle = False
  868. StyleHot.LookAndFeel.Kind = lfUltraFlat
  869. StyleHot.LookAndFeel.NativeStyle = False
  870. TabOrder = 3
  871. Width = 70
  872. end
  873. end
  874. object TmrShow: TTimer
  875. Enabled = False
  876. Interval = 300
  877. OnTimer = TmrShowTimer
  878. Left = 876
  879. Top = 8
  880. end
  881. end