WCAM100MF.dfm 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068
  1. object WCAM100M: TWCAM100M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = #50937#52852#47700#46972' '#44592#48376#51221#48372' '#44288#47532
  7. ClientHeight = 877
  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. 877)
  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 = 821
  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 = 1133
  66. Top = 11
  67. Width = 80
  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 = 808
  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 = 1201
  106. Height = 223
  107. Align = alClient
  108. BevelOuter = bvNone
  109. TabOrder = 0
  110. object cxGroupBox3: TcxGroupBox
  111. Left = 0
  112. Top = 0
  113. Align = alClient
  114. Caption = #9654' '#50937#52852#47700#46972' '#47785#47197
  115. Style.BorderColor = clCaptionText
  116. Style.Shadow = False
  117. Style.TextColor = clWindowText
  118. Style.TextStyle = [fsBold]
  119. TabOrder = 0
  120. Height = 223
  121. Width = 1201
  122. inline FRAMEWCamList1: TFRAMEWCamList
  123. Left = 3
  124. Top = 19
  125. Width = 1195
  126. Height = 194
  127. Align = alClient
  128. TabOrder = 0
  129. ExplicitLeft = 3
  130. ExplicitTop = 19
  131. ExplicitWidth = 1195
  132. ExplicitHeight = 194
  133. inherited CxList: TcxGrid
  134. Width = 1195
  135. Height = 132
  136. ExplicitWidth = 1195
  137. ExplicitHeight = 132
  138. inherited TvList: TcxGridTableView
  139. OnCellDblClick = FRAMEWCamList1TvListCellDblClick
  140. inherited Column04: TcxGridColumn
  141. VisibleForCustomization = False
  142. end
  143. end
  144. end
  145. inherited PnlTop: TPanel
  146. Width = 1195
  147. ExplicitWidth = 1195
  148. end
  149. inherited PnlBottom: TPanel
  150. Top = 163
  151. Width = 1195
  152. ExplicitTop = 163
  153. ExplicitWidth = 1195
  154. inherited LblRecords: TLabel
  155. Left = 1079
  156. Width = 25
  157. Height = 17
  158. ExplicitLeft = 1108
  159. ExplicitWidth = 25
  160. ExplicitHeight = 17
  161. end
  162. inherited BtnExlSave: TcxButton
  163. Left = 1110
  164. ExplicitLeft = 1110
  165. end
  166. end
  167. inherited CbUsagType: TcxComboBox
  168. ExplicitHeight = 25
  169. end
  170. inherited CbType: TcxComboBox
  171. ExplicitHeight = 25
  172. end
  173. inherited lblTitle: TcxLabel
  174. ExplicitWidth = 87
  175. ExplicitHeight = 21
  176. end
  177. end
  178. end
  179. end
  180. object cxSplitter1: TcxSplitter
  181. Left = 0
  182. Top = 223
  183. Width = 1201
  184. Height = 6
  185. AlignSplitter = salBottom
  186. Control = PnlBottom
  187. end
  188. object PnlBottom: TPanel
  189. Left = 0
  190. Top = 229
  191. Width = 1201
  192. Height = 579
  193. Align = alBottom
  194. BevelOuter = bvNone
  195. TabOrder = 2
  196. object GrpInfo: TcxGroupBox
  197. Left = 852
  198. Top = 0
  199. Align = alRight
  200. Caption = #9654' '#50937#52852#47700#46972' '#51221#48372
  201. Style.BorderColor = clCaptionText
  202. Style.Shadow = False
  203. Style.TextColor = clBlack
  204. Style.TextStyle = [fsBold]
  205. TabOrder = 0
  206. DesignSize = (
  207. 349
  208. 572)
  209. Height = 579
  210. Width = 349
  211. object PnlMenu: TPanel
  212. Left = 3
  213. Top = 527
  214. Width = 343
  215. Height = 42
  216. Align = alBottom
  217. BevelOuter = bvNone
  218. TabOrder = 0
  219. DesignSize = (
  220. 343
  221. 42)
  222. object BtnEdit: TcxButton
  223. Tag = 2
  224. Left = 15
  225. Top = 14
  226. Width = 80
  227. Height = 25
  228. Cursor = crHandPoint
  229. Hint = #45936#51060#53552' '#54200#51665
  230. Anchors = [akRight, akBottom]
  231. Caption = #54200#51665
  232. Colors.Default = 10737865
  233. Enabled = False
  234. TabOrder = 0
  235. Font.Charset = DEFAULT_CHARSET
  236. Font.Color = clBlack
  237. Font.Height = -13
  238. Font.Name = #47569#51008' '#44256#46357
  239. Font.Style = [fsBold]
  240. ParentFont = False
  241. OnClick = BtnEditClick
  242. end
  243. object BtnInsert: TcxButton
  244. Tag = 2
  245. Left = 96
  246. Top = 14
  247. Width = 80
  248. Height = 25
  249. Cursor = crHandPoint
  250. Hint = #45936#51060#53552' '#52628#44032
  251. Anchors = [akRight, akBottom]
  252. Caption = #52628#44032
  253. Colors.Default = 10737865
  254. TabOrder = 1
  255. Font.Charset = DEFAULT_CHARSET
  256. Font.Color = clBlack
  257. Font.Height = -13
  258. Font.Name = #47569#51008' '#44256#46357
  259. Font.Style = [fsBold]
  260. ParentFont = False
  261. OnClick = BtnInsertClick
  262. end
  263. object BtnDelete: TcxButton
  264. Tag = 4
  265. Left = 178
  266. Top = 14
  267. Width = 80
  268. Height = 25
  269. Cursor = crHandPoint
  270. Hint = #45936#51060#53552' '#49325#51228
  271. Anchors = [akRight, akBottom]
  272. Caption = #49325#51228
  273. Colors.Default = 10737865
  274. Enabled = False
  275. TabOrder = 2
  276. Font.Charset = DEFAULT_CHARSET
  277. Font.Color = clBlack
  278. Font.Height = -13
  279. Font.Name = #47569#51008' '#44256#46357
  280. Font.Style = [fsBold]
  281. ParentFont = False
  282. OnClick = BtnDeleteClick
  283. end
  284. object BtnSave: TcxButton
  285. Tag = 5
  286. Left = 259
  287. Top = 14
  288. Width = 80
  289. Height = 25
  290. Cursor = crHandPoint
  291. Hint = #54200#51665#51089#50629' '#51200#51109
  292. Anchors = [akRight, akBottom]
  293. Caption = #51200#51109
  294. Colors.Default = 10737865
  295. Enabled = False
  296. TabOrder = 3
  297. Font.Charset = DEFAULT_CHARSET
  298. Font.Color = clBlack
  299. Font.Height = -13
  300. Font.Name = #47569#51008' '#44256#46357
  301. Font.Style = [fsBold]
  302. ParentFont = False
  303. OnClick = BtnSaveClick
  304. end
  305. end
  306. object cxLabel11: TcxLabel
  307. Left = 14
  308. Top = 721
  309. Anchors = [akLeft, akBottom]
  310. Caption = '[*] '#54364#49884#54637#47785#51008' '#54596#49688' '#51077#47141' '#54637#47785#51077#45768#45796'.'
  311. StyleDisabled.BorderColor = cl3DLight
  312. Transparent = True
  313. end
  314. object cxLabel12: TcxLabel
  315. Left = 259
  316. Top = 721
  317. Anchors = [akLeft, akBottom]
  318. Caption = #9733
  319. Style.TextColor = clRed
  320. Transparent = True
  321. Visible = False
  322. end
  323. object PnlEdit: TPanel
  324. Left = 3
  325. Top = 19
  326. Width = 343
  327. Height = 508
  328. Align = alClient
  329. BevelOuter = bvNone
  330. TabOrder = 3
  331. object ImgDesc01: TImage
  332. Left = 9
  333. Top = 44
  334. Width = 9
  335. Height = 9
  336. Transparent = True
  337. end
  338. object ImgDesc02: TImage
  339. Left = 9
  340. Top = 76
  341. Width = 9
  342. Height = 9
  343. Transparent = True
  344. end
  345. object ImgDesc03: TImage
  346. Left = 9
  347. Top = 418
  348. Width = 9
  349. Height = 9
  350. Transparent = True
  351. end
  352. object ImgDesc04: TImage
  353. Left = 9
  354. Top = 105
  355. Width = 9
  356. Height = 9
  357. Transparent = True
  358. end
  359. object ImgDesc06: TImage
  360. Left = 9
  361. Top = 134
  362. Width = 9
  363. Height = 9
  364. Transparent = True
  365. end
  366. object ImgDesc07: TImage
  367. Left = 9
  368. Top = 166
  369. Width = 9
  370. Height = 9
  371. Transparent = True
  372. end
  373. object ImgDesc11: TImage
  374. Left = 9
  375. Top = 13
  376. Width = 9
  377. Height = 9
  378. Transparent = True
  379. end
  380. object ImgDesc14: TImage
  381. Left = 9
  382. Top = 264
  383. Width = 9
  384. Height = 9
  385. Transparent = True
  386. end
  387. object ImgDesc15: TImage
  388. Left = 9
  389. Top = 328
  390. Width = 9
  391. Height = 9
  392. Transparent = True
  393. end
  394. object ImgDesc16: TImage
  395. Left = 9
  396. Top = 358
  397. Width = 9
  398. Height = 9
  399. Transparent = True
  400. end
  401. object ImgDesc17: TImage
  402. Left = 9
  403. Top = 389
  404. Width = 9
  405. Height = 9
  406. Transparent = True
  407. end
  408. object ImgDesc18: TImage
  409. Left = 9
  410. Top = 299
  411. Width = 9
  412. Height = 9
  413. Transparent = True
  414. Visible = False
  415. end
  416. object ImgDesc25: TImage
  417. Left = 9
  418. Top = 484
  419. Width = 9
  420. Height = 9
  421. Transparent = True
  422. end
  423. object ImgDesc05: TImage
  424. Left = 9
  425. Top = 453
  426. Width = 9
  427. Height = 9
  428. Transparent = True
  429. end
  430. object EdWCamId: TcxTextEdit
  431. Left = 130
  432. Top = 36
  433. Properties.MaxLength = 30
  434. TabOrder = 1
  435. Width = 121
  436. end
  437. object EdWCamNm: TcxTextEdit
  438. Left = 130
  439. Top = 68
  440. Properties.MaxLength = 40
  441. Properties.ReadOnly = False
  442. TabOrder = 2
  443. Width = 206
  444. end
  445. object EdNmbr: TcxTextEdit
  446. Left = 130
  447. Top = 5
  448. Properties.Alignment.Horz = taCenter
  449. Properties.ReadOnly = True
  450. TabOrder = 0
  451. Width = 121
  452. end
  453. object SePosX: TcxSpinEdit
  454. Left = 130
  455. Top = 99
  456. Properties.Alignment.Horz = taRightJustify
  457. Properties.Alignment.Vert = taVCenter
  458. Properties.DisplayFormat = '##0.######0'
  459. Properties.EditFormat = '##0.######0'
  460. Properties.MaxValue = 9999999999.000000000000000000
  461. Properties.ReadOnly = False
  462. Properties.SpinButtons.Visible = False
  463. Properties.ValueType = vtFloat
  464. Style.LookAndFeel.Kind = lfUltraFlat
  465. Style.LookAndFeel.NativeStyle = False
  466. Style.TextStyle = []
  467. Style.ButtonStyle = btsUltraFlat
  468. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  469. StyleDisabled.LookAndFeel.NativeStyle = False
  470. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  471. StyleFocused.LookAndFeel.NativeStyle = False
  472. StyleFocused.TextStyle = [fsBold]
  473. StyleHot.LookAndFeel.Kind = lfUltraFlat
  474. StyleHot.LookAndFeel.NativeStyle = False
  475. TabOrder = 4
  476. Width = 99
  477. end
  478. object SePosY: TcxSpinEdit
  479. Left = 237
  480. Top = 99
  481. Properties.Alignment.Horz = taRightJustify
  482. Properties.Alignment.Vert = taVCenter
  483. Properties.DisplayFormat = '##0.######0'
  484. Properties.EditFormat = '##0.######0'
  485. Properties.MaxValue = 9999999999.000000000000000000
  486. Properties.ReadOnly = False
  487. Properties.SpinButtons.Visible = False
  488. Properties.ValueType = vtFloat
  489. Style.LookAndFeel.Kind = lfUltraFlat
  490. Style.LookAndFeel.NativeStyle = False
  491. Style.TextStyle = []
  492. Style.ButtonStyle = btsUltraFlat
  493. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  494. StyleDisabled.LookAndFeel.NativeStyle = False
  495. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  496. StyleFocused.LookAndFeel.NativeStyle = False
  497. StyleFocused.TextStyle = [fsBold]
  498. StyleHot.LookAndFeel.Kind = lfUltraFlat
  499. StyleHot.LookAndFeel.NativeStyle = False
  500. TabOrder = 5
  501. Width = 99
  502. end
  503. object cxLabel1: TcxLabel
  504. Left = 31
  505. Top = 38
  506. Caption = #50937#52852#47700#46972' ID [*]'
  507. Properties.Alignment.Horz = taRightJustify
  508. Properties.Alignment.Vert = taVCenter
  509. Transparent = True
  510. AnchorX = 124
  511. AnchorY = 49
  512. end
  513. object cxLabel2: TcxLabel
  514. Left = 18
  515. Top = 70
  516. Caption = #50937#52852#47700#46972' '#47749#52845' [*]'
  517. Properties.Alignment.Horz = taRightJustify
  518. Properties.Alignment.Vert = taVCenter
  519. Transparent = True
  520. AnchorX = 124
  521. AnchorY = 81
  522. end
  523. object cxLabel3: TcxLabel
  524. Left = 33
  525. Top = 130
  526. Caption = #50937#52852#47700#46972' IP [*]'
  527. Properties.Alignment.Horz = taRightJustify
  528. Properties.Alignment.Vert = taVCenter
  529. Transparent = True
  530. AnchorX = 124
  531. AnchorY = 141
  532. end
  533. object cxLabel6: TcxLabel
  534. Left = 18
  535. Top = 412
  536. Caption = #50937#52852#47700#46972' '#50976#54805' [*]'
  537. Properties.Alignment.Horz = taRightJustify
  538. Properties.Alignment.Vert = taVCenter
  539. Transparent = True
  540. AnchorX = 124
  541. AnchorY = 423
  542. end
  543. object cxLabel18: TcxLabel
  544. Left = 18
  545. Top = 7
  546. Caption = #50937#52852#47700#46972' '#48264#54840' [*]'
  547. Properties.Alignment.Horz = taRightJustify
  548. Properties.Alignment.Vert = taVCenter
  549. Transparent = True
  550. AnchorX = 124
  551. AnchorY = 18
  552. end
  553. object EdCtlrIp: TcxMaskEdit
  554. Left = 130
  555. Top = 129
  556. Properties.MaskKind = emkRegExprEx
  557. Properties.EditMask =
  558. '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01' +
  559. ']?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]' +
  560. '|2[0-4][0-9]|[01]?[0-9][0-9]?)'
  561. Properties.MaxLength = 0
  562. TabOrder = 6
  563. Width = 120
  564. end
  565. object CbType: TcxComboBox
  566. Left = 130
  567. Top = 412
  568. Cursor = crHandPoint
  569. Properties.Alignment.Vert = taVCenter
  570. Properties.DropDownListStyle = lsFixedList
  571. Properties.DropDownSizeable = True
  572. Properties.ReadOnly = False
  573. TabOrder = 3
  574. Width = 206
  575. end
  576. object cxLabel8: TcxLabel
  577. Left = 50
  578. Top = 100
  579. Caption = #50948#52824' X/Y [*]'
  580. Properties.Alignment.Horz = taRightJustify
  581. Properties.Alignment.Vert = taVCenter
  582. Transparent = True
  583. AnchorX = 124
  584. AnchorY = 111
  585. end
  586. object cxLabel5: TcxLabel
  587. Left = 39
  588. Top = 163
  589. Caption = #50937#52852#47700#46972' Port'
  590. Properties.Alignment.Horz = taRightJustify
  591. Properties.Alignment.Vert = taVCenter
  592. Transparent = True
  593. AnchorX = 124
  594. AnchorY = 174
  595. end
  596. object Ed_WCAM_IP: TcxMaskEdit
  597. Left = 196
  598. Top = 224
  599. Properties.MaskKind = emkRegExprEx
  600. Properties.EditMask =
  601. '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01' +
  602. ']?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]' +
  603. '|2[0-4][0-9]|[01]?[0-9][0-9]?)'
  604. Properties.MaxLength = 0
  605. TabOrder = 8
  606. Visible = False
  607. Width = 120
  608. end
  609. object Ed_CMRA_PORT: TcxTextEdit
  610. Left = 130
  611. Top = 162
  612. Properties.MaxLength = 5
  613. Properties.ReadOnly = False
  614. TabOrder = 9
  615. OnKeyPress = Ed_CMRA_PORTKeyPress
  616. Width = 64
  617. end
  618. object cxLabel15: TcxLabel
  619. Left = 50
  620. Top = 194
  621. Caption = 'ID/'#54056#49828#50892#46300
  622. Properties.Alignment.Horz = taRightJustify
  623. Properties.Alignment.Vert = taVCenter
  624. Transparent = True
  625. AnchorX = 124
  626. AnchorY = 205
  627. end
  628. object Ed_CMRA_ID: TcxTextEdit
  629. Left = 130
  630. Top = 193
  631. Properties.Alignment.Horz = taLeftJustify
  632. Properties.Alignment.Vert = taVCenter
  633. Properties.MaxLength = 0
  634. Properties.ReadOnly = False
  635. Style.LookAndFeel.Kind = lfUltraFlat
  636. Style.LookAndFeel.NativeStyle = False
  637. Style.Shadow = False
  638. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  639. StyleDisabled.LookAndFeel.NativeStyle = False
  640. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  641. StyleFocused.LookAndFeel.NativeStyle = False
  642. StyleHot.LookAndFeel.Kind = lfUltraFlat
  643. StyleHot.LookAndFeel.NativeStyle = False
  644. TabOrder = 10
  645. Width = 90
  646. end
  647. object Ed_CMRA_PSWD: TcxTextEdit
  648. Left = 227
  649. Top = 193
  650. Properties.Alignment.Horz = taLeftJustify
  651. Properties.Alignment.Vert = taVCenter
  652. Properties.EchoMode = eemPassword
  653. Properties.MaxLength = 0
  654. Properties.PasswordChar = '*'
  655. Properties.ReadOnly = False
  656. Style.LookAndFeel.Kind = lfUltraFlat
  657. Style.LookAndFeel.NativeStyle = False
  658. Style.Shadow = False
  659. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  660. StyleDisabled.LookAndFeel.NativeStyle = False
  661. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  662. StyleFocused.LookAndFeel.NativeStyle = False
  663. StyleHot.LookAndFeel.Kind = lfUltraFlat
  664. StyleHot.LookAndFeel.NativeStyle = False
  665. TabOrder = 11
  666. Width = 90
  667. end
  668. object Ed_STRM_SESN_NM: TcxTextEdit
  669. Left = 130
  670. Top = 288
  671. Properties.Alignment.Horz = taLeftJustify
  672. Properties.Alignment.Vert = taVCenter
  673. Properties.MaxLength = 0
  674. Properties.ReadOnly = False
  675. Style.LookAndFeel.Kind = lfUltraFlat
  676. Style.LookAndFeel.NativeStyle = False
  677. Style.Shadow = False
  678. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  679. StyleDisabled.LookAndFeel.NativeStyle = False
  680. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  681. StyleFocused.LookAndFeel.NativeStyle = False
  682. StyleHot.LookAndFeel.Kind = lfUltraFlat
  683. StyleHot.LookAndFeel.NativeStyle = False
  684. TabOrder = 14
  685. Width = 206
  686. end
  687. object cxLabel16: TcxLabel
  688. Left = 68
  689. Top = 226
  690. Caption = #52292#45328#48264#54840
  691. Properties.Alignment.Horz = taRightJustify
  692. Properties.Alignment.Vert = taVCenter
  693. Transparent = True
  694. AnchorX = 124
  695. AnchorY = 237
  696. end
  697. object EdCmncPort: TcxTextEdit
  698. Left = 253
  699. Top = 129
  700. Properties.MaxLength = 5
  701. Properties.ReadOnly = False
  702. TabOrder = 7
  703. Visible = False
  704. OnKeyPress = Ed_CMRA_PORTKeyPress
  705. Width = 64
  706. end
  707. object Se_CMRA_CHNL: TcxSpinEdit
  708. Left = 130
  709. Top = 224
  710. Properties.Alignment.Horz = taRightJustify
  711. Properties.Alignment.Vert = taVCenter
  712. Properties.MaxValue = 99999.000000000000000000
  713. Properties.MinValue = 1.000000000000000000
  714. Properties.ReadOnly = False
  715. Properties.OnChange = Se_CMRA_CHNLPropertiesChange
  716. Style.LookAndFeel.Kind = lfUltraFlat
  717. Style.LookAndFeel.NativeStyle = False
  718. Style.ButtonStyle = btsUltraFlat
  719. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  720. StyleDisabled.LookAndFeel.NativeStyle = False
  721. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  722. StyleFocused.LookAndFeel.NativeStyle = False
  723. StyleFocused.TextStyle = [fsBold]
  724. StyleHot.LookAndFeel.Kind = lfUltraFlat
  725. StyleHot.LookAndFeel.NativeStyle = False
  726. TabOrder = 12
  727. Value = 1
  728. Width = 60
  729. end
  730. object cxLabel9: TcxLabel
  731. Left = 26
  732. Top = 257
  733. Caption = #49828#53944#47532#48141#49436#48260' IP'
  734. Properties.Alignment.Horz = taRightJustify
  735. Properties.Alignment.Vert = taVCenter
  736. Transparent = True
  737. AnchorX = 124
  738. AnchorY = 268
  739. end
  740. object cxLabel4: TcxLabel
  741. Left = 34
  742. Top = 320
  743. Caption = #50808#48512#51228#44277' RTSP'
  744. Properties.Alignment.Horz = taRightJustify
  745. Properties.Alignment.Vert = taVCenter
  746. Transparent = True
  747. AnchorX = 124
  748. AnchorY = 331
  749. end
  750. object Ed_STRM_RTSP_ADDR: TcxTextEdit
  751. Left = 130
  752. Top = 319
  753. Properties.Alignment.Horz = taLeftJustify
  754. Properties.Alignment.Vert = taVCenter
  755. Properties.MaxLength = 0
  756. Properties.ReadOnly = False
  757. Style.LookAndFeel.Kind = lfUltraFlat
  758. Style.LookAndFeel.NativeStyle = False
  759. Style.Shadow = False
  760. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  761. StyleDisabled.LookAndFeel.NativeStyle = False
  762. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  763. StyleFocused.LookAndFeel.NativeStyle = False
  764. StyleHot.LookAndFeel.Kind = lfUltraFlat
  765. StyleHot.LookAndFeel.NativeStyle = False
  766. TabOrder = 15
  767. Width = 206
  768. end
  769. object cxLabel7: TcxLabel
  770. Left = 29
  771. Top = 351
  772. Caption = #50808#48512#51228#44277' RTMP'
  773. Properties.Alignment.Horz = taRightJustify
  774. Properties.Alignment.Vert = taVCenter
  775. Transparent = True
  776. AnchorX = 124
  777. AnchorY = 362
  778. end
  779. object Ed_STRM_RTMP_ADDR: TcxTextEdit
  780. Left = 130
  781. Top = 350
  782. Properties.Alignment.Horz = taLeftJustify
  783. Properties.Alignment.Vert = taVCenter
  784. Properties.MaxLength = 0
  785. Properties.ReadOnly = False
  786. Style.LookAndFeel.Kind = lfUltraFlat
  787. Style.LookAndFeel.NativeStyle = False
  788. Style.Shadow = False
  789. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  790. StyleDisabled.LookAndFeel.NativeStyle = False
  791. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  792. StyleFocused.LookAndFeel.NativeStyle = False
  793. StyleHot.LookAndFeel.Kind = lfUltraFlat
  794. StyleHot.LookAndFeel.NativeStyle = False
  795. TabOrder = 16
  796. Width = 206
  797. end
  798. object cxLabel10: TcxLabel
  799. Left = 33
  800. Top = 382
  801. Caption = #50808#48512#51228#44277' HTTP'
  802. Properties.Alignment.Horz = taRightJustify
  803. Properties.Alignment.Vert = taVCenter
  804. Transparent = True
  805. AnchorX = 124
  806. AnchorY = 393
  807. end
  808. object Ed_STRM_HTTP_ADDR: TcxTextEdit
  809. Left = 130
  810. Top = 381
  811. Properties.Alignment.Horz = taLeftJustify
  812. Properties.Alignment.Vert = taVCenter
  813. Properties.MaxLength = 0
  814. Properties.ReadOnly = False
  815. Style.LookAndFeel.Kind = lfUltraFlat
  816. Style.LookAndFeel.NativeStyle = False
  817. Style.Shadow = False
  818. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  819. StyleDisabled.LookAndFeel.NativeStyle = False
  820. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  821. StyleFocused.LookAndFeel.NativeStyle = False
  822. StyleHot.LookAndFeel.Kind = lfUltraFlat
  823. StyleHot.LookAndFeel.NativeStyle = False
  824. TabOrder = 17
  825. Width = 206
  826. end
  827. object Ed_STRM_SVR_IP: TcxMaskEdit
  828. Left = 130
  829. Top = 257
  830. Properties.MaskKind = emkRegExprEx
  831. Properties.EditMask =
  832. '(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01' +
  833. ']?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]' +
  834. '|2[0-4][0-9]|[01]?[0-9][0-9]?)'
  835. Properties.MaxLength = 0
  836. TabOrder = 13
  837. Width = 120
  838. end
  839. object cxLabel13: TcxLabel
  840. Left = 37
  841. Top = 292
  842. Caption = #49828#53944#47532#48141' '#51452#49548
  843. Properties.Alignment.Horz = taRightJustify
  844. Properties.Alignment.Vert = taVCenter
  845. Transparent = True
  846. AnchorX = 124
  847. AnchorY = 303
  848. end
  849. object cxLabel17: TcxLabel
  850. Left = 42
  851. Top = 478
  852. Caption = #49444#52824#50948#52824#51452#49548
  853. Properties.Alignment.Horz = taRightJustify
  854. Properties.Alignment.Vert = taVCenter
  855. Transparent = True
  856. AnchorX = 124
  857. AnchorY = 489
  858. end
  859. object ISTL_LCTN_ADDR: TcxTextEdit
  860. Left = 130
  861. Top = 475
  862. Properties.MaxLength = 200
  863. Properties.ReadOnly = False
  864. TabOrder = 33
  865. Width = 206
  866. end
  867. object ISTL_LCTN_NM: TcxTextEdit
  868. Left = 130
  869. Top = 444
  870. Properties.MaxLength = 40
  871. Properties.ReadOnly = False
  872. TabOrder = 34
  873. Width = 206
  874. end
  875. object cxLabel22: TcxLabel
  876. Left = 68
  877. Top = 446
  878. Caption = #49444#52824#50948#52824
  879. Properties.Alignment.Horz = taRightJustify
  880. Properties.Alignment.Vert = taVCenter
  881. Transparent = True
  882. AnchorX = 124
  883. AnchorY = 457
  884. end
  885. end
  886. end
  887. object cxSplitter2: TcxSplitter
  888. Left = 846
  889. Top = 0
  890. Width = 6
  891. Height = 579
  892. AlignSplitter = salRight
  893. Control = GrpInfo
  894. end
  895. object GrpMap: TcxGroupBox
  896. Left = 0
  897. Top = 0
  898. Align = alClient
  899. Caption = #9654' '#50948#52824#49444#51221
  900. Style.BorderColor = clCaptionText
  901. Style.Shadow = False
  902. Style.TextColor = clBlack
  903. Style.TextStyle = [fsBold]
  904. TabOrder = 2
  905. Height = 579
  906. Width = 846
  907. inline FRAMEOpenMap1: TFRAMEOpenMap
  908. Left = 3
  909. Top = 19
  910. Width = 840
  911. Height = 550
  912. Align = alClient
  913. ParentShowHint = False
  914. ShowHint = True
  915. TabOrder = 0
  916. ExplicitLeft = 3
  917. ExplicitTop = 19
  918. ExplicitWidth = 840
  919. ExplicitHeight = 550
  920. inherited PnlToolbar: TPanel
  921. Width = 840
  922. ExplicitWidth = 840
  923. inherited EdFocus: TEdit
  924. Height = 25
  925. ExplicitHeight = 25
  926. end
  927. inherited cxLabel26: TcxLabel
  928. AnchorX = 122
  929. AnchorY = 19
  930. end
  931. inherited cxLabel27: TcxLabel
  932. AnchorX = 280
  933. AnchorY = 19
  934. end
  935. inherited PnlGisTool: TPanel
  936. Width = 407
  937. ExplicitWidth = 407
  938. inherited ChkShowNmbr: TcxCheckBox
  939. ExplicitHeight = 28
  940. end
  941. inherited EdMapPos: TcxTextEdit
  942. ExplicitHeight = 28
  943. end
  944. end
  945. inherited cxLabel1: TcxLabel
  946. AnchorX = 346
  947. AnchorY = 19
  948. end
  949. inherited LblZoom: TcxLabel
  950. Left = 753
  951. ExplicitLeft = 753
  952. AnchorX = 835
  953. AnchorY = 19
  954. end
  955. end
  956. inherited lblTitle: TcxLabel
  957. ExplicitWidth = 69
  958. ExplicitHeight = 21
  959. end
  960. inherited reMsg: TMemo
  961. Top = 403
  962. Width = 840
  963. ExplicitTop = 403
  964. ExplicitWidth = 840
  965. end
  966. inherited PnlMap: TPanel
  967. Width = 840
  968. Height = 365
  969. ExplicitWidth = 840
  970. ExplicitHeight = 365
  971. inherited WebBrowser1: TWebBrowser
  972. Width = 836
  973. Height = 361
  974. ExplicitWidth = 840
  975. ExplicitHeight = 365
  976. ControlData = {
  977. 4C000000675600004F2500000000000000000000000000000000000000000000
  978. 000000004C000000000000000000000001000000E0D057007335CF11AE690800
  979. 2B2E126208000000000000004C0000000114020000000000C000000000000046
  980. 8000000000000000000000000000000000000000000000000000000000000000
  981. 00000000000000000100000000000000000000000000000000000000}
  982. end
  983. end
  984. inherited ilToolbarsSmall: TcxImageList
  985. FormatVersion = 1
  986. end
  987. end
  988. object cxLabel14: TcxLabel
  989. Left = 533
  990. Top = 362
  991. Caption = #49828#53944#47532#48141#49436#48260' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  992. Transparent = True
  993. Visible = False
  994. end
  995. end
  996. end
  997. end
  998. object lblText1: TcxLabel
  999. Left = 317
  1000. Top = 149
  1001. Caption = #49352#47196#50868' '#50937#52852#47700#46972' '#51221#48372#47484' '#49373#49457#54616#51648' '#47803#54616#50688#49845#45768#45796'.'#13#10#54532#47196#44536#47016' '#51333#47308#54980#50640' '#45796#49884' '#49884#46020#54644' '#48372#49464#50836'.'
  1002. Transparent = True
  1003. Visible = False
  1004. end
  1005. object lblText2: TcxLabel
  1006. Left = 633
  1007. Top = 149
  1008. Caption = #49325#51228#54624' '#50937#52852#47700#46972#47484' '#47785#47197#50640#49436' '#49440#53469#54616#49464#50836'.'#13#10#47785#47197#50640#49436' '#45908#48660#53364#47533#54616#50668' '#49440#53469#54633#45768#45796'.'
  1009. Transparent = True
  1010. Visible = False
  1011. end
  1012. object lblText3: TcxLabel
  1013. Left = 317
  1014. Top = 193
  1015. Caption = #50937#52852#47700#46972' '#48264#54840
  1016. Transparent = True
  1017. Visible = False
  1018. end
  1019. object lblText4: TcxLabel
  1020. Left = 405
  1021. Top = 193
  1022. Caption = #49440#53469#54616#49888' '#50937#52852#47700#46972' '#51221#48372#47484' '#49325#51228#54616#49884#44192#49845#45768#44620'?'
  1023. Transparent = True
  1024. Visible = False
  1025. end
  1026. object lblText5: TcxLabel
  1027. Left = 307
  1028. Top = 220
  1029. Caption = #50937#52852#47700#46972' '#51221#48372#49325#51228#13#10#50937#52852#47700#46972' '#51221#48372#47484' '#49325#51228' '#54616#50688#49845#45768#45796'.'
  1030. Transparent = True
  1031. Visible = False
  1032. end
  1033. object lblText6: TcxLabel
  1034. Left = 297
  1035. Top = 421
  1036. Caption = #51228#50612#44592' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  1037. Transparent = True
  1038. Visible = False
  1039. end
  1040. object lblText7: TcxLabel
  1041. Left = 297
  1042. Top = 450
  1043. Caption = #50937#52852#47700#46972' IP'#44032' '#50976#54952#54616#51648' '#50506#49845#45768#45796'.'
  1044. Transparent = True
  1045. Visible = False
  1046. end
  1047. object lblText8: TcxLabel
  1048. Left = 297
  1049. Top = 477
  1050. Caption = #50937#52852#47700#46972' ID'#44032' '#51060#48120' '#49324#50857' '#51473#51077#45768#45796'. '#50937#52852#47700#46972' ID'#47484' '#54869#51064#54616#49464#50836'.'
  1051. Transparent = True
  1052. Visible = False
  1053. end
  1054. object lblText9: TcxLabel
  1055. Left = 297
  1056. Top = 504
  1057. Caption = #50937#52852#47700#46972' '#51221#48372#51200#51109#13#10#50937#52852#47700#46972' '#51221#48372#47484' '#51200#51109' '#54616#50688#49845#45768#45796'.'
  1058. Transparent = True
  1059. Visible = False
  1060. end
  1061. object TmrShow: TTimer
  1062. Enabled = False
  1063. Interval = 300
  1064. OnTimer = TmrShowTimer
  1065. Left = 876
  1066. Top = 8
  1067. end
  1068. end