FRAME_CrsCamListF.dfm 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. object FRAMECrsCamList: TFRAMECrsCamList
  2. Left = 0
  3. Top = 0
  4. Width = 652
  5. Height = 713
  6. TabOrder = 0
  7. object CxList: TcxGrid
  8. Left = 0
  9. Top = 31
  10. Width = 652
  11. Height = 651
  12. Align = alClient
  13. TabOrder = 0
  14. object TvList: TcxGridTableView
  15. Navigator.Buttons.Append.Visible = True
  16. Navigator.Buttons.SaveBookmark.Visible = False
  17. Navigator.InfoPanel.Visible = True
  18. DataController.Filter.OnChanged = TvListDataControllerFilterChanged
  19. DataController.Summary.DefaultGroupSummaryItems = <>
  20. DataController.Summary.FooterSummaryItems = <>
  21. DataController.Summary.SummaryGroups = <>
  22. FilterRow.InfoText = '<'#44160#49353#50612#47484' '#51077#47141' '#54616#49464#50836'>'
  23. OptionsBehavior.CellHints = True
  24. OptionsBehavior.ShowLockedStateImageOptions.BestFit = lsimImmediate
  25. OptionsBehavior.ShowLockedStateImageOptions.Filtering = lsimImmediate
  26. OptionsBehavior.ShowLockedStateImageOptions.Grouping = lsimImmediate
  27. OptionsBehavior.ShowLockedStateImageOptions.Sorting = lsimImmediate
  28. OptionsCustomize.ColumnHiding = True
  29. OptionsCustomize.ColumnMoving = False
  30. OptionsData.Deleting = False
  31. OptionsData.DeletingConfirmation = False
  32. OptionsData.Inserting = False
  33. OptionsView.Indicator = True
  34. object ColumnSel: TcxGridColumn
  35. Caption = #49440#53469
  36. DataBinding.ValueType = 'Boolean'
  37. PropertiesClassName = 'TcxCheckBoxProperties'
  38. Properties.Alignment = taCenter
  39. Properties.ImmediatePost = True
  40. Properties.NullStyle = nssUnchecked
  41. HeaderAlignmentHorz = taCenter
  42. HeaderAlignmentVert = vaCenter
  43. Width = 45
  44. end
  45. object Column00: TcxGridColumn
  46. Caption = #54200#51665#47784#46300
  47. PropertiesClassName = 'TcxTextEditProperties'
  48. Properties.Alignment.Horz = taCenter
  49. Properties.Alignment.Vert = taVCenter
  50. Visible = False
  51. HeaderAlignmentHorz = taCenter
  52. HeaderAlignmentVert = vaCenter
  53. Options.Editing = False
  54. end
  55. object Column01: TcxGridColumn
  56. Caption = 'CAM'
  57. PropertiesClassName = 'TcxTextEditProperties'
  58. Properties.Alignment.Horz = taCenter
  59. Properties.Alignment.Vert = taVCenter
  60. Properties.MaxLength = 0
  61. Visible = False
  62. GroupIndex = 0
  63. HeaderAlignmentHorz = taCenter
  64. HeaderAlignmentVert = vaCenter
  65. Options.Editing = False
  66. Width = 92
  67. end
  68. object Column02: TcxGridColumn
  69. Caption = #52852#47700#46972' '#48264#54840
  70. PropertiesClassName = 'TcxTextEditProperties'
  71. Properties.Alignment.Horz = taCenter
  72. Properties.Alignment.Vert = taVCenter
  73. Properties.MaxLength = 0
  74. HeaderAlignmentHorz = taCenter
  75. HeaderAlignmentVert = vaCenter
  76. Options.Editing = False
  77. Width = 87
  78. end
  79. object Column03: TcxGridColumn
  80. Caption = #44160#51648#44592' '#50976#54805
  81. PropertiesClassName = 'TcxTextEditProperties'
  82. Properties.Alignment.Horz = taLeftJustify
  83. Properties.Alignment.Vert = taVCenter
  84. Visible = False
  85. HeaderAlignmentHorz = taCenter
  86. HeaderAlignmentVert = vaCenter
  87. Options.Editing = False
  88. Width = 150
  89. end
  90. object Column06: TcxGridColumn
  91. Caption = #44160#51648#44592' ID'
  92. PropertiesClassName = 'TcxTextEditProperties'
  93. Properties.Alignment.Horz = taCenter
  94. Properties.Alignment.Vert = taVCenter
  95. Properties.MaxLength = 20
  96. Visible = False
  97. HeaderAlignmentHorz = taCenter
  98. HeaderAlignmentVert = vaCenter
  99. Options.Editing = False
  100. VisibleForCustomization = False
  101. Width = 69
  102. end
  103. object Column05: TcxGridColumn
  104. Caption = #52852#47700#46972' '#47749#52845
  105. PropertiesClassName = 'TcxTextEditProperties'
  106. Properties.Alignment.Horz = taLeftJustify
  107. Properties.Alignment.Vert = taVCenter
  108. Properties.MaxLength = 20
  109. HeaderAlignmentHorz = taCenter
  110. HeaderAlignmentVert = vaCenter
  111. Options.Editing = False
  112. Width = 77
  113. end
  114. object Column07: TcxGridColumn
  115. Caption = #44160#51648#44592' '#50976#54805
  116. PropertiesClassName = 'TcxTextEditProperties'
  117. Properties.Alignment.Horz = taCenter
  118. Properties.Alignment.Vert = taVCenter
  119. Properties.MaxLength = 5
  120. Visible = False
  121. HeaderAlignmentHorz = taCenter
  122. HeaderAlignmentVert = vaCenter
  123. Options.Editing = False
  124. VisibleForCustomization = False
  125. Width = 68
  126. end
  127. object Column09: TcxGridColumn
  128. Caption = #44160#51648#52264#47196
  129. PropertiesClassName = 'TcxTextEditProperties'
  130. Properties.Alignment.Horz = taCenter
  131. Properties.Alignment.Vert = taVCenter
  132. Visible = False
  133. HeaderAlignmentHorz = taCenter
  134. HeaderAlignmentVert = vaCenter
  135. Options.Editing = False
  136. VisibleForCustomization = False
  137. Width = 72
  138. end
  139. object Column04: TcxGridColumn
  140. Caption = #48169#54693
  141. PropertiesClassName = 'TcxTextEditProperties'
  142. Properties.Alignment.Horz = taCenter
  143. Properties.Alignment.Vert = taVCenter
  144. Properties.MaxLength = 0
  145. HeaderAlignmentHorz = taCenter
  146. HeaderAlignmentVert = vaCenter
  147. Options.Editing = False
  148. Width = 70
  149. end
  150. object Column08: TcxGridColumn
  151. Caption = #48169#54693
  152. PropertiesClassName = 'TcxTextEditProperties'
  153. Properties.Alignment.Horz = taCenter
  154. Properties.Alignment.Vert = taVCenter
  155. Visible = False
  156. HeaderAlignmentHorz = taCenter
  157. HeaderAlignmentVert = vaCenter
  158. Options.Editing = False
  159. VisibleForCustomization = False
  160. Width = 82
  161. end
  162. object Column10: TcxGridColumn
  163. Caption = #51333#47308#45432#46300'ID'
  164. PropertiesClassName = 'TcxTextEditProperties'
  165. Properties.Alignment.Vert = taVCenter
  166. Visible = False
  167. HeaderAlignmentHorz = taCenter
  168. HeaderAlignmentVert = vaCenter
  169. Options.Editing = False
  170. Width = 101
  171. end
  172. object Column11: TcxGridColumn
  173. Caption = #49884#51216#47749
  174. PropertiesClassName = 'TcxTextEditProperties'
  175. Properties.Alignment.Vert = taVCenter
  176. Visible = False
  177. HeaderAlignmentHorz = taCenter
  178. HeaderAlignmentVert = vaCenter
  179. Options.Editing = False
  180. Width = 152
  181. end
  182. object Column12: TcxGridColumn
  183. Caption = #51333#51216#47749
  184. PropertiesClassName = 'TcxTextEditProperties'
  185. Properties.Alignment.Vert = taVCenter
  186. Visible = False
  187. HeaderAlignmentHorz = taCenter
  188. HeaderAlignmentVert = vaCenter
  189. Options.Editing = False
  190. Width = 150
  191. end
  192. object Column99: TcxGridColumn
  193. Caption = #47700#47784#47532
  194. DataBinding.ValueType = 'Integer'
  195. PropertiesClassName = 'TcxCalcEditProperties'
  196. Properties.Alignment.Horz = taCenter
  197. Properties.Alignment.Vert = taVCenter
  198. Visible = False
  199. HeaderAlignmentHorz = taCenter
  200. HeaderAlignmentVert = vaCenter
  201. Options.Editing = False
  202. end
  203. end
  204. object GlList: TcxGridLevel
  205. GridView = TvList
  206. end
  207. end
  208. object PnlTop: TPanel
  209. Left = 0
  210. Top = 0
  211. Width = 652
  212. Height = 31
  213. Align = alTop
  214. BevelOuter = bvNone
  215. TabOrder = 1
  216. object BtnAllSelect: TcxButton
  217. Left = 3
  218. Top = 3
  219. Width = 80
  220. Height = 24
  221. Cursor = crHandPoint
  222. Hint = #54364#52636' '#51204#52404' '#49440#53469'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  223. Caption = #51204#52404#49440#53469
  224. Colors.Default = clBtnFace
  225. TabOrder = 0
  226. Font.Charset = DEFAULT_CHARSET
  227. Font.Color = clWindowText
  228. Font.Height = -12
  229. Font.Name = #47569#51008' '#44256#46357
  230. Font.Style = []
  231. ParentFont = False
  232. OnClick = BtnAllSelectClick
  233. end
  234. object BtnReverse: TcxButton
  235. Tag = 2
  236. Left = 172
  237. Top = 3
  238. Width = 80
  239. Height = 24
  240. Cursor = crHandPoint
  241. Hint = #54364#52636' '#49440#53469' '#48152#51204'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  242. Caption = #49440#53469#48152#51204
  243. Colors.Default = clBtnFace
  244. TabOrder = 1
  245. Font.Charset = DEFAULT_CHARSET
  246. Font.Color = clWindowText
  247. Font.Height = -12
  248. Font.Name = #47569#51008' '#44256#46357
  249. Font.Style = []
  250. ParentFont = False
  251. OnClick = BtnAllSelectClick
  252. end
  253. object BtnAllClear: TcxButton
  254. Tag = 1
  255. Left = 87
  256. Top = 3
  257. Width = 80
  258. Height = 24
  259. Cursor = crHandPoint
  260. Hint = #54364#52636' '#51204#52404' '#54644#51228'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  261. Caption = #51204#52404#54644#51228
  262. Colors.Default = clBtnFace
  263. TabOrder = 2
  264. Font.Charset = DEFAULT_CHARSET
  265. Font.Color = clWindowText
  266. Font.Height = -12
  267. Font.Name = #47569#51008' '#44256#46357
  268. Font.Style = []
  269. ParentFont = False
  270. OnClick = BtnAllSelectClick
  271. end
  272. object ChkExpand: TcxCheckBox
  273. Tag = 9
  274. Left = 257
  275. Top = 5
  276. Cursor = crHandPoint
  277. Hint = #44536#47353' '#47785#47197' '#54869#51109' '#46608#45716' '#52712#49548
  278. Caption = #54869#51109'/'#52629#49548
  279. ParentBackground = False
  280. ParentColor = False
  281. ParentShowHint = False
  282. ShowHint = True
  283. State = cbsChecked
  284. Style.BorderColor = 9868950
  285. Style.BorderStyle = ebsThick
  286. Style.Color = 14671839
  287. Style.Shadow = False
  288. TabOrder = 3
  289. Transparent = True
  290. OnClick = ChkExpandClick
  291. Width = 103
  292. end
  293. end
  294. object PnlBottom: TPanel
  295. Left = 0
  296. Top = 682
  297. Width = 652
  298. Height = 31
  299. Align = alBottom
  300. BevelOuter = bvNone
  301. TabOrder = 2
  302. DesignSize = (
  303. 652
  304. 31)
  305. object LblRecords: TLabel
  306. Left = 541
  307. Top = 8
  308. Width = 20
  309. Height = 13
  310. Alignment = taRightJustify
  311. Anchors = [akRight, akBottom]
  312. Caption = '0 '#44148
  313. Transparent = True
  314. end
  315. object LbDef: TLabel
  316. Left = 4
  317. Top = 8
  318. Width = 186
  319. Height = 13
  320. Hint = '('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  321. Caption = '('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  322. Color = clWindowText
  323. Font.Charset = DEFAULT_CHARSET
  324. Font.Color = clMaroon
  325. Font.Height = -11
  326. Font.Name = 'Tahoma'
  327. Font.Style = []
  328. ParentColor = False
  329. ParentFont = False
  330. Transparent = True
  331. end
  332. object BtnExlSave: TcxButton
  333. Tag = 1
  334. Left = 567
  335. Top = 3
  336. Width = 80
  337. Height = 25
  338. Cursor = crHandPoint
  339. Hint = #54028#51068' '#51200#51109
  340. Anchors = [akRight, akBottom]
  341. Caption = #51200#51109
  342. Colors.Default = 10737865
  343. Glyph.Data = {
  344. B6030000424DB603000000000000360000002800000012000000100000000100
  345. 1800000000008003000012170000121700000000000000000000C0C0C0C0C0C0
  346. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  347. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0A5A5A57878787878787878
  348. 7878787878787878787878787878787878787878787878787878787878787878
  349. 78787878787878780000B6B6B6271A156E483B6E483B6E483B6E483B6E483B6E
  350. 483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B281A15626262
  351. 0000D0D0D04F342AEAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2
  352. F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342A
  353. EAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B29C7E710000000000
  354. 0000000000000063413550342A6262620000D0D0D04F342AA77765211B180000
  355. 000000000000000000000000001717177F7F7F3A3A3A0000000B08089C7D71EA
  356. AD9650342A6262620000D0D0D04F342AEAAD96F6C6B216121000000000000000
  357. 0000000000D0D0D0000000000000000000161110F6C6B2EAAD9650342A626262
  358. 0000D0D0D04F342AEAAD96F6C6B2EABDA95948400000005151517F7F7F000000
  359. 0000004335307B63597B63599C7D71EAAD9650342A6262620000D0D0D04F342A
  360. EAAD96F6C6B2F6C6B2B290817373735C5C5C000000000000000000866B61F6C6
  361. B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2DFB4
  362. A14545458B8B8B000000000000000000000000000000B28F81F6C6B2F6C6B2EA
  363. AD9650342A6262620000D0D0D04F342AEAAD969C7E717E7C7B5C5C5C00000000
  364. 00006450480000000000000000000000007A6258F6C6B2EAAD9650342A626262
  365. 0000D0D0D04F342A644135B9B9B91717170000000000009C7D71F6C6B2C9A291
  366. 000000000000000000000000423530EAAD9650342A6262620000D0D0D04F342A
  367. 6441350000000000000000006F5950F6C6B2F6C6B2F6C6B29C7E710000000000
  368. 00000000423530EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2F6C6
  369. B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EA
  370. AD9650342A6262620000D0D0D04F342ADC9076DC9076DC9076DC9076DC9076DC
  371. 9076DC9076DC9076DC9076DC9076DC9076DC9076DC9076DC907650342A626262
  372. 0000E7E7E77F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  373. 7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F6B6B6BAEAEAE0000}
  374. Spacing = 6
  375. TabOrder = 0
  376. Font.Charset = DEFAULT_CHARSET
  377. Font.Color = clBlack
  378. Font.Height = -13
  379. Font.Name = #47569#51008' '#44256#46357
  380. Font.Style = []
  381. ParentFont = False
  382. OnClick = BtnExlSaveClick
  383. end
  384. end
  385. object lblFileName: TcxLabel
  386. Left = 20
  387. Top = 173
  388. Caption = #44368#52264#47196#44368#53685#47049' '#52852#47700#46972' '#51221#48372
  389. Transparent = True
  390. Visible = False
  391. end
  392. object CbType: TcxComboBox
  393. Left = 77
  394. Top = 126
  395. Cursor = crHandPoint
  396. Properties.Alignment.Vert = taVCenter
  397. Properties.DropDownListStyle = lsFixedList
  398. Properties.DropDownSizeable = True
  399. Properties.ReadOnly = False
  400. TabOrder = 4
  401. Visible = False
  402. Width = 268
  403. end
  404. object Cb_DTCT_DIR: TcxComboBox
  405. Left = 201
  406. Top = 157
  407. Cursor = crHandPoint
  408. Properties.Alignment.Vert = taVCenter
  409. Properties.DropDownListStyle = lsFixedList
  410. Properties.DropDownSizeable = True
  411. Properties.ReadOnly = False
  412. TabOrder = 5
  413. Visible = False
  414. Width = 144
  415. end
  416. end