FrmCameraScreenManagerF.dfm 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  1. object FrmCameraScreenManager: TFrmCameraScreenManager
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. BorderIcons = [biSystemMenu, biMinimize]
  7. Caption = #47784#45768#53552#47553' '#54868#47732' '#44288#47532
  8. ClientHeight = 576
  9. ClientWidth = 1099
  10. Color = clBtnFace
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -13
  14. Font.Name = 'Tahoma'
  15. Font.Style = []
  16. KeyPreview = True
  17. OldCreateOrder = False
  18. Position = poOwnerFormCenter
  19. ShowHint = True
  20. OnClose = FormClose
  21. OnShow = FormShow
  22. DesignSize = (
  23. 1099
  24. 576)
  25. PixelsPerInch = 96
  26. TextHeight = 16
  27. object ShpTitle: TShape
  28. Left = 4
  29. Top = 4
  30. Width = 1091
  31. Height = 40
  32. Anchors = [akLeft, akTop, akRight]
  33. Brush.Color = 14671839
  34. Pen.Color = 10849679
  35. Pen.Width = 2
  36. Visible = False
  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. Visible = False
  54. end
  55. object ShpList: TShape
  56. Left = 4
  57. Top = 4
  58. Width = 1091
  59. Height = 566
  60. Anchors = [akLeft, akTop, akRight, akBottom]
  61. Pen.Color = 10849679
  62. Pen.Width = 2
  63. ExplicitWidth = 1069
  64. end
  65. object BtnClose: TcxButton
  66. Left = 1010
  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. Visible = False
  77. Font.Charset = DEFAULT_CHARSET
  78. Font.Color = clBlack
  79. Font.Height = -13
  80. Font.Name = #47569#51008' '#44256#46357
  81. Font.Style = [fsBold]
  82. ParentFont = False
  83. OnClick = BtnCloseClick
  84. end
  85. object EdFocus: TEdit
  86. Left = -10
  87. Top = -10
  88. Width = 2
  89. Height = 24
  90. ImeName = 'Microsoft Office IME 2007'
  91. TabOrder = 1
  92. Text = 'EdFocus'
  93. end
  94. object PanelBack: TPanel
  95. Left = 12
  96. Top = 11
  97. Width = 1073
  98. Height = 552
  99. Anchors = [akLeft, akTop, akRight, akBottom]
  100. BevelOuter = bvNone
  101. ParentBackground = False
  102. ParentColor = True
  103. TabOrder = 2
  104. object PnlLeft: TPanel
  105. Left = 0
  106. Top = 0
  107. Width = 267
  108. Height = 552
  109. Align = alLeft
  110. BevelOuter = bvNone
  111. TabOrder = 0
  112. object GrpList: TcxGroupBox
  113. Left = 0
  114. Top = 0
  115. Align = alClient
  116. Caption = #9654' '#47784#45768#53552#47553' '#54868#47732' '#47785#47197
  117. ParentFont = False
  118. Style.BorderColor = clCaptionText
  119. Style.Font.Charset = DEFAULT_CHARSET
  120. Style.Font.Color = clWindowText
  121. Style.Font.Height = -13
  122. Style.Font.Name = #47569#51008' '#44256#46357
  123. Style.Font.Style = []
  124. Style.Shadow = False
  125. Style.TextColor = clWindowText
  126. Style.TextStyle = [fsBold]
  127. Style.IsFontAssigned = True
  128. TabOrder = 0
  129. Height = 552
  130. Width = 267
  131. object CxList: TcxGrid
  132. Left = 3
  133. Top = 19
  134. Width = 261
  135. Height = 523
  136. Align = alClient
  137. TabOrder = 0
  138. object TvList: TcxGridTableView
  139. OnCellDblClick = TvListCellDblClick
  140. OnFocusedRecordChanged = TvListFocusedRecordChanged
  141. DataController.Summary.DefaultGroupSummaryItems = <>
  142. DataController.Summary.FooterSummaryItems = <>
  143. DataController.Summary.SummaryGroups = <>
  144. OptionsCustomize.ColumnFiltering = False
  145. OptionsCustomize.ColumnGrouping = False
  146. OptionsCustomize.ColumnMoving = False
  147. OptionsCustomize.ColumnSorting = False
  148. OptionsCustomize.DataRowSizing = True
  149. OptionsData.CancelOnExit = False
  150. OptionsData.Deleting = False
  151. OptionsData.DeletingConfirmation = False
  152. OptionsData.Editing = False
  153. OptionsData.Inserting = False
  154. OptionsSelection.HideFocusRectOnExit = False
  155. OptionsSelection.HideSelection = True
  156. OptionsView.ColumnAutoWidth = True
  157. OptionsView.GroupByBox = False
  158. OptionsView.Indicator = True
  159. object Col01: TcxGridColumn
  160. Caption = 'ID'
  161. PropertiesClassName = 'TcxLabelProperties'
  162. Properties.Alignment.Horz = taCenter
  163. Properties.Alignment.Vert = taVCenter
  164. Visible = False
  165. HeaderAlignmentHorz = taCenter
  166. HeaderAlignmentVert = vaCenter
  167. Width = 61
  168. end
  169. object Col02: TcxGridColumn
  170. Caption = #54868#47732#47749#52845
  171. PropertiesClassName = 'TcxLabelProperties'
  172. Properties.Alignment.Vert = taVCenter
  173. HeaderAlignmentHorz = taCenter
  174. HeaderAlignmentVert = vaCenter
  175. Width = 196
  176. end
  177. object Col03: TcxGridColumn
  178. Caption = #44079#49688
  179. PropertiesClassName = 'TcxLabelProperties'
  180. Properties.Alignment.Horz = taCenter
  181. Properties.Alignment.Vert = taVCenter
  182. HeaderAlignmentHorz = taCenter
  183. HeaderAlignmentVert = vaCenter
  184. Options.Editing = False
  185. Width = 51
  186. end
  187. object Col04: TcxGridColumn
  188. Caption = #54268#51333#47448
  189. PropertiesClassName = 'TcxLabelProperties'
  190. Properties.Alignment.Horz = taCenter
  191. Properties.Alignment.Vert = taVCenter
  192. Visible = False
  193. HeaderAlignmentHorz = taCenter
  194. HeaderAlignmentVert = vaCenter
  195. VisibleForCustomization = False
  196. Width = 114
  197. end
  198. object Col05: TcxGridColumn
  199. Caption = #54268#53356#44592
  200. PropertiesClassName = 'TcxLabelProperties'
  201. Properties.Alignment.Horz = taCenter
  202. Properties.Alignment.Vert = taVCenter
  203. Visible = False
  204. HeaderAlignmentHorz = taCenter
  205. HeaderAlignmentVert = vaCenter
  206. VisibleForCustomization = False
  207. Width = 49
  208. end
  209. object Col06: TcxGridColumn
  210. Caption = #54364#52636#48169#48277#53076#46300
  211. PropertiesClassName = 'TcxLabelProperties'
  212. Properties.Alignment.Horz = taLeftJustify
  213. Properties.Alignment.Vert = taVCenter
  214. Visible = False
  215. HeaderAlignmentHorz = taCenter
  216. HeaderAlignmentVert = vaCenter
  217. VisibleForCustomization = False
  218. Width = 250
  219. end
  220. object Col07: TcxGridColumn
  221. Caption = #54364#52636#48169#54693#53076#46300
  222. Visible = False
  223. VisibleForCustomization = False
  224. end
  225. object Col08: TcxGridColumn
  226. Caption = #48176#44221#49353#53076#46300
  227. Visible = False
  228. VisibleForCustomization = False
  229. end
  230. object Col09: TcxGridColumn
  231. Caption = #54268#51333#47448#53076#46300
  232. Visible = False
  233. VisibleForCustomization = False
  234. end
  235. object Col10: TcxGridColumn
  236. Caption = #54268#53356#44592#53076#46300
  237. Visible = False
  238. VisibleForCustomization = False
  239. end
  240. object Col12: TcxGridColumn
  241. Visible = False
  242. VisibleForCustomization = False
  243. end
  244. object Col13: TcxGridColumn
  245. Visible = False
  246. VisibleForCustomization = False
  247. end
  248. end
  249. object GlList: TcxGridLevel
  250. GridView = TvList
  251. end
  252. end
  253. end
  254. end
  255. object Panel1: TPanel
  256. Left = 267
  257. Top = 0
  258. Width = 806
  259. Height = 552
  260. Align = alClient
  261. BevelOuter = bvNone
  262. TabOrder = 1
  263. object Panel3: TPanel
  264. Left = 0
  265. Top = 0
  266. Width = 806
  267. Height = 552
  268. Align = alClient
  269. BevelOuter = bvNone
  270. TabOrder = 0
  271. object cxGroupBox1: TcxGroupBox
  272. Left = 0
  273. Top = 0
  274. Align = alClient
  275. Caption = #9654' '#47784#45768#53552#47553' '#54868#47732' '#49444#51221
  276. ParentFont = False
  277. Style.BorderColor = clCaptionText
  278. Style.Font.Charset = DEFAULT_CHARSET
  279. Style.Font.Color = clWindowText
  280. Style.Font.Height = -13
  281. Style.Font.Name = #47569#51008' '#44256#46357
  282. Style.Font.Style = []
  283. Style.Shadow = False
  284. Style.TextColor = clWindowText
  285. Style.TextStyle = [fsBold]
  286. Style.IsFontAssigned = True
  287. TabOrder = 0
  288. Height = 552
  289. Width = 806
  290. object PnlMenu: TPanel
  291. Left = 3
  292. Top = 496
  293. Width = 800
  294. Height = 46
  295. Align = alBottom
  296. BevelOuter = bvNone
  297. TabOrder = 0
  298. DesignSize = (
  299. 800
  300. 46)
  301. object BtnEdit: TcxButton
  302. Tag = 2
  303. Left = 8
  304. Top = 18
  305. Width = 75
  306. Height = 25
  307. Cursor = crHandPoint
  308. Hint = #45936#51060#53552' '#54200#51665
  309. Anchors = [akLeft, akBottom]
  310. Caption = #54200#51665
  311. Colors.Default = 10737865
  312. Enabled = False
  313. TabOrder = 0
  314. Font.Charset = DEFAULT_CHARSET
  315. Font.Color = clBlack
  316. Font.Height = -13
  317. Font.Name = #47569#51008' '#44256#46357
  318. Font.Style = [fsBold]
  319. ParentFont = False
  320. OnClick = BtnEditClick
  321. end
  322. object BtnInsert: TcxButton
  323. Tag = 2
  324. Left = 89
  325. Top = 18
  326. Width = 75
  327. Height = 25
  328. Cursor = crHandPoint
  329. Hint = #45936#51060#53552' '#52628#44032
  330. Anchors = [akLeft, akBottom]
  331. Caption = #52628#44032
  332. Colors.Default = 10737865
  333. TabOrder = 1
  334. Font.Charset = DEFAULT_CHARSET
  335. Font.Color = clBlack
  336. Font.Height = -13
  337. Font.Name = #47569#51008' '#44256#46357
  338. Font.Style = [fsBold]
  339. ParentFont = False
  340. OnClick = BtnInsertClick
  341. end
  342. object BtnDelete: TcxButton
  343. Tag = 4
  344. Left = 171
  345. Top = 18
  346. Width = 75
  347. Height = 25
  348. Cursor = crHandPoint
  349. Hint = #45936#51060#53552' '#49325#51228
  350. Anchors = [akLeft, akBottom]
  351. Caption = #49325#51228
  352. Colors.Default = 10737865
  353. Enabled = False
  354. TabOrder = 2
  355. Font.Charset = DEFAULT_CHARSET
  356. Font.Color = clBlack
  357. Font.Height = -13
  358. Font.Name = #47569#51008' '#44256#46357
  359. Font.Style = [fsBold]
  360. ParentFont = False
  361. OnClick = BtnDeleteClick
  362. end
  363. object BtnSave: TcxButton
  364. Tag = 5
  365. Left = 252
  366. Top = 18
  367. Width = 75
  368. Height = 25
  369. Cursor = crHandPoint
  370. Hint = #54200#51665#51089#50629' '#51200#51109
  371. Anchors = [akLeft, akBottom]
  372. Caption = #51200#51109
  373. Colors.Default = 10737865
  374. Enabled = False
  375. TabOrder = 3
  376. Font.Charset = DEFAULT_CHARSET
  377. Font.Color = clBlack
  378. Font.Height = -13
  379. Font.Name = #47569#51008' '#44256#46357
  380. Font.Style = [fsBold]
  381. ParentFont = False
  382. OnClick = BtnSaveClick
  383. end
  384. end
  385. object PnlCmd: TPanel
  386. Left = 3
  387. Top = 19
  388. Width = 800
  389. Height = 477
  390. Align = alClient
  391. BevelOuter = bvNone
  392. Enabled = False
  393. TabOrder = 1
  394. object Panel2: TPanel
  395. Left = 0
  396. Top = 0
  397. Width = 434
  398. Height = 477
  399. Align = alLeft
  400. BevelOuter = bvNone
  401. TabOrder = 0
  402. object Panel4: TPanel
  403. Left = 339
  404. Top = 0
  405. Width = 95
  406. Height = 432
  407. Align = alRight
  408. BevelOuter = bvNone
  409. TabOrder = 0
  410. DesignSize = (
  411. 95
  412. 432)
  413. object BtnListAdd: TcxButton
  414. Tag = 2
  415. Left = 9
  416. Top = 125
  417. Width = 80
  418. Height = 25
  419. Cursor = crHandPoint
  420. Caption = #46321#47197
  421. Colors.Default = 10737865
  422. Glyph.Data = {
  423. 36040000424D3604000000000000360000002800000010000000100000000100
  424. 2000000000000004000000000000000000000000000000000000000000000000
  425. 0000000000000000000000000000000000000000000000000000000000000000
  426. 0000000000000000000000000000000000000000000000000000000000E60000
  427. 00E6000000E6000000E6000000E6000000E6000000E6000000E6000000E60000
  428. 00E6000000E6000000E600000000000000000000000000000000000000E6B1B2
  429. B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2
  430. B1E6838383E6000000E600000000000000000000000000000000000000E6E6E6
  431. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6
  432. E6E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  433. E6E6747C74E6747C74E6747C74E6747C74E6747C74E6747C74E6000000E60000
  434. 00E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  435. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E61F4AE6E60000
  436. 00E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  437. E6E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6000000E61F4AE6E661A1E6E60000
  438. 00E6000000E6000000E6000000E6000000E6000000E600000000000000E6E6E6
  439. E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E61F4AE6E685D0E6E67BC2E6E61F4A
  440. E6E61F4AE6E61F4AE6E61F4AE6E61F4AE6E6000000E600000000000000E6E6E6
  441. E6E6747C74E6747C74E6000000E696E5E6E696E5E6E696E5E6E68FDDE6E685D0
  442. E6E67BC2E6E66FB2E6E661A1E6E65490E6E6000000E600000000000000E6E6E6
  443. E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E696E5E6E696E5E6E696E5E6E696E5
  444. E6E68FDCE6E685D0E6E67BC2E6E66EB2E6E6000000E600000000000000E6E6E6
  445. E6E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6000000E696E5E6E696E5E6E60000
  446. 00E6000000E6000000E6000000E6000000E6000000E600000000000000E6E6E6
  447. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E696E5E6E60000
  448. 00E6000000E60000000000000000000000000000000000000000000000E6E6E6
  449. E6E6747C74E6747C74E6747C74E6747C74E6747C74E6747C74E6000000E60000
  450. 00E6000000000000000000000000000000000000000000000000000000E6E6E6
  451. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E60000
  452. 0000000000000000000000000000000000000000000000000000000000E60000
  453. 00E6000000E6000000E6000000E6000000E6000000E6000000E6000000000000
  454. 0000000000000000000000000000000000000000000000000000000000000000
  455. 0000000000000000000000000000000000000000000000000000000000000000
  456. 0000000000000000000000000000000000000000000000000000}
  457. LookAndFeel.NativeStyle = False
  458. TabOrder = 0
  459. OnClick = BtnListAddClick
  460. end
  461. object BtnListDelete: TcxButton
  462. Tag = 2
  463. Left = 9
  464. Top = 161
  465. Width = 80
  466. Height = 25
  467. Cursor = crHandPoint
  468. Caption = #49325#51228
  469. Colors.Default = 10737865
  470. Glyph.Data = {
  471. 36040000424D3604000000000000360000002800000010000000100000000100
  472. 2000000000000004000000000000000000000000000000000000000000000000
  473. 0000000000001F1C16E6101910E6100D1CE61F1C16E6101910E6000000E61F1C
  474. 16E6100D1CE6101910E61F1C16E6000000E60000000000000000000000000000
  475. 0000100D1CE66D776DE6B7A5A5E6B7B7B7E6B7C2B7E6000000E62C2CE6E60000
  476. 00E6B7B7B7E6B7A5A5E6000000E60707E6E6000000E600000000000000001F1C
  477. 16E6E6E6E6E62C2F29E6AEB3B3E6DDDDDDE6000000E62C2CE6E62C2CE6E62C2C
  478. E6E6000000E6000000E60707E6E65252E6E60707E6E6000000E61F1C16E66D77
  479. 6DE62C2F29E643434CE6DDDDDDE6DDDDDDE6DDDDDDE6000000E62C2CE6E62C2C
  480. E6E62C2CE6E61C29E6E62C2CE6E60707E6E6000000E600000000100D1CE6CBD4
  481. CBE6CBD4CBE6CBD4CBE6D4DDD4E6DDDDDDE6DDDDDDE6DDDDDDE6000000E62C2C
  482. E6E62C2CE6E62C2CE6E62C2CE6E6000000E60000000000000000101910E6D4D4
  483. D4E6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6DDDDDDE6DDDDDDE60000
  484. 00E62C2CE6E62C2CE6E6000000E60000000000000000000000001F1C16E6DDDD
  485. DDE6CBD4CBE6D4D4D4E6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6000000E6525B
  486. E6E62C2CE6E62C2CE6E62C2CE6E6000000E60000000000000000101910E6DDDD
  487. DDE6CBCBCBE6CBCBCBE6CBCBCBE6D4D4D4E6CBD4CBE6000000E65252E6E60707
  488. E6E60707E6E62C2CE6E62C2CE6E62C2CE6E6000000E6000000001F1C16E6DDDD
  489. DDE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6000000E6525BE6E60707E6E65252
  490. E6E6000000E6000000E62C2CE6E62C2CE6E62C2CE6E6000000E6100D1CE6DDDD
  491. DDE6CBCBCBE6CBCBCBE6CBCBCBE6C2C2C2E6D4D4D4E6000000E6525BE6E60000
  492. 00E6CBD4CBE6CBCBCBE6000000E62C2CE6E6000000E6000000001F1C16E6E6E6
  493. E6E6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6000000E6CBD4
  494. CBE6CBD4CBE6CBD4CBE61F1C16E6000000E60000000000000000101910E6E6E6
  495. E6E6B7B7B7E6C2C2C2E6C2C6C6E6CBCBCBE6C2C2C2E6CBCBCBE6CBCBCBE6CBCB
  496. CBE6D4D4D4E6CBD4CBE6101910E6000000000000000000000000101910E6E6E6
  497. E6E6B7B7B7E6B7B7B7E6B7C2B7E6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCB
  498. CBE6CBCBCBE6CBCBCBE61F1C16E60000000000000000000000001F1C16E6E6E6
  499. E6E6B7B7B7E6B7B7B7E6B7B7B7E6B7B7B7E6CBCBCBE6CBCBCBE6CBCBCBE6CBCB
  500. CBE6CBCBCBE6CBD4CBE61F1C16E6000000000000000000000000101910E6E6E6
  501. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6DDDDDDE6DDDD
  502. DDE6DDDDDDE6DDDDDDE61F1C16E60000000000000000000000001F1C16E61019
  503. 10E6100D1CE61F1C16E6101910E61F1C16E6101910E6100D1CE61F1C16E61019
  504. 10E61F1C16E6101910E6100D1CE6000000000000000000000000}
  505. LookAndFeel.NativeStyle = False
  506. TabOrder = 1
  507. OnClick = BtnListDeleteClick
  508. end
  509. object BtnUp: TcxButton
  510. Tag = 2
  511. Left = 9
  512. Top = 212
  513. Width = 80
  514. Height = 25
  515. Cursor = crHandPoint
  516. Anchors = [akLeft, akBottom]
  517. Caption = #9650' '#50948#47196
  518. Colors.Default = 10737865
  519. LookAndFeel.NativeStyle = False
  520. TabOrder = 2
  521. OnClick = BtnUpClick
  522. end
  523. object BtnDown: TcxButton
  524. Tag = 2
  525. Left = 9
  526. Top = 243
  527. Width = 80
  528. Height = 25
  529. Cursor = crHandPoint
  530. Anchors = [akLeft, akBottom]
  531. Caption = #9660' '#50500#47000#47196
  532. Colors.Default = 10737865
  533. LookAndFeel.NativeStyle = False
  534. TabOrder = 3
  535. OnClick = BtnDownClick
  536. end
  537. end
  538. object CxCtlr: TcxGrid
  539. Left = 0
  540. Top = 0
  541. Width = 339
  542. Height = 432
  543. Align = alClient
  544. TabOrder = 1
  545. object TvCtlr: TcxGridTableView
  546. DataController.Summary.DefaultGroupSummaryItems = <>
  547. DataController.Summary.FooterSummaryItems = <>
  548. DataController.Summary.SummaryGroups = <>
  549. OptionsCustomize.ColumnFiltering = False
  550. OptionsCustomize.ColumnGrouping = False
  551. OptionsCustomize.ColumnMoving = False
  552. OptionsCustomize.ColumnSorting = False
  553. OptionsData.Deleting = False
  554. OptionsData.DeletingConfirmation = False
  555. OptionsData.Inserting = False
  556. OptionsSelection.CellSelect = False
  557. OptionsSelection.HideFocusRectOnExit = False
  558. OptionsSelection.HideSelection = True
  559. OptionsSelection.MultiSelect = True
  560. OptionsView.ColumnAutoWidth = True
  561. OptionsView.GroupByBox = False
  562. OptionsView.Indicator = True
  563. object ColCtlr1: TcxGridColumn
  564. Caption = 'Seq'
  565. PropertiesClassName = 'TcxLabelProperties'
  566. Properties.Alignment.Horz = taCenter
  567. Properties.Alignment.Vert = taVCenter
  568. HeaderAlignmentHorz = taCenter
  569. HeaderAlignmentVert = vaCenter
  570. Options.Editing = False
  571. Width = 48
  572. end
  573. object ColCtlr2: TcxGridColumn
  574. Caption = 'No'
  575. PropertiesClassName = 'TcxLabelProperties'
  576. Properties.Alignment.Horz = taCenter
  577. Properties.Alignment.Vert = taVCenter
  578. HeaderAlignmentHorz = taCenter
  579. HeaderAlignmentVert = vaCenter
  580. Options.Editing = False
  581. Width = 73
  582. end
  583. object ColCtlr3: TcxGridColumn
  584. Caption = #47749#52845
  585. PropertiesClassName = 'TcxLabelProperties'
  586. Properties.Alignment.Horz = taLeftJustify
  587. Properties.Alignment.Vert = taVCenter
  588. HeaderAlignmentHorz = taCenter
  589. HeaderAlignmentVert = vaCenter
  590. Options.Editing = False
  591. Width = 241
  592. end
  593. object ColLink4: TcxGridColumn
  594. Caption = #49884#51216#47749
  595. PropertiesClassName = 'TcxTextEditProperties'
  596. Properties.Alignment.Vert = taVCenter
  597. Visible = False
  598. HeaderAlignmentHorz = taCenter
  599. HeaderAlignmentVert = vaCenter
  600. Width = 120
  601. end
  602. object ColLink5: TcxGridColumn
  603. Caption = #51333#51216#47749
  604. PropertiesClassName = 'TcxTextEditProperties'
  605. Properties.Alignment.Vert = taVCenter
  606. Visible = False
  607. HeaderAlignmentHorz = taCenter
  608. HeaderAlignmentVert = vaCenter
  609. Width = 120
  610. end
  611. object ColLink6: TcxGridColumn
  612. Caption = #51333#47308#51648#51216#47749
  613. PropertiesClassName = 'TcxLabelProperties'
  614. Properties.Alignment.Horz = taLeftJustify
  615. Properties.Alignment.Vert = taVCenter
  616. Visible = False
  617. HeaderAlignmentHorz = taCenter
  618. HeaderAlignmentVert = vaCenter
  619. Width = 250
  620. end
  621. end
  622. object GlCtlr: TcxGridLevel
  623. GridView = TvCtlr
  624. end
  625. end
  626. object Panel5: TPanel
  627. Left = 0
  628. Top = 432
  629. Width = 434
  630. Height = 45
  631. Align = alBottom
  632. BevelOuter = bvNone
  633. TabOrder = 2
  634. object ImgDesc19: TImage
  635. Left = 9
  636. Top = 22
  637. Width = 9
  638. Height = 9
  639. Transparent = True
  640. end
  641. object cxLabel2: TcxLabel
  642. Left = 45
  643. Top = 16
  644. Caption = 'Name [*]'
  645. Properties.Alignment.Horz = taRightJustify
  646. Properties.Alignment.Vert = taVCenter
  647. Transparent = True
  648. AnchorX = 103
  649. AnchorY = 27
  650. end
  651. object EdName: TcxTextEdit
  652. Left = 109
  653. Top = 14
  654. Properties.MaxLength = 30
  655. TabOrder = 1
  656. Width = 230
  657. end
  658. end
  659. end
  660. inline FRAMEObjList1: TFRAMEObjList
  661. Left = 434
  662. Top = 0
  663. Width = 366
  664. Height = 477
  665. Align = alClient
  666. TabOrder = 1
  667. ExplicitLeft = 434
  668. ExplicitWidth = 366
  669. ExplicitHeight = 477
  670. inherited CxList: TcxGrid
  671. Width = 366
  672. Height = 415
  673. ExplicitWidth = 366
  674. ExplicitHeight = 415
  675. inherited TvList: TcxGridTableView
  676. inherited Column01: TcxGridColumn
  677. Width = 70
  678. end
  679. inherited Column02: TcxGridColumn
  680. Width = 114
  681. end
  682. end
  683. end
  684. inherited PnlTop: TPanel
  685. Width = 366
  686. ExplicitWidth = 366
  687. end
  688. inherited PnlBottom: TPanel
  689. Top = 446
  690. Width = 366
  691. ExplicitTop = 446
  692. ExplicitWidth = 366
  693. inherited LblRecords: TLabel
  694. Left = 255
  695. Width = 25
  696. Height = 17
  697. ExplicitLeft = 255
  698. ExplicitWidth = 25
  699. ExplicitHeight = 17
  700. end
  701. inherited BtnExlSave: TcxButton
  702. Left = 286
  703. ExplicitLeft = 286
  704. end
  705. end
  706. end
  707. end
  708. end
  709. end
  710. end
  711. end
  712. object BtnSearch: TcxButton
  713. Left = 917
  714. Top = 11
  715. Width = 75
  716. Height = 25
  717. Cursor = crHandPoint
  718. Hint = #51312#54924
  719. Anchors = [akTop, akRight]
  720. Caption = #51312#54924
  721. Colors.Default = 10737865
  722. LookAndFeel.NativeStyle = False
  723. TabOrder = 3
  724. Visible = False
  725. Font.Charset = DEFAULT_CHARSET
  726. Font.Color = clBlack
  727. Font.Height = -13
  728. Font.Name = #47569#51008' '#44256#46357
  729. Font.Style = [fsBold]
  730. ParentFont = False
  731. OnClick = BtnSearchClick
  732. end
  733. object EdOrgName: TcxTextEdit
  734. Left = 627
  735. Top = 389
  736. Properties.ReadOnly = True
  737. TabOrder = 4
  738. Visible = False
  739. Width = 121
  740. end
  741. object TmrShow: TTimer
  742. Enabled = False
  743. Interval = 300
  744. OnTimer = TmrShowTimer
  745. Left = 876
  746. Top = 8
  747. end
  748. end