FRAME_FacilityFailF.dfm 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. object FRAMEFacilityFail: TFRAMEFacilityFail
  2. Left = 0
  3. Top = 0
  4. Width = 1320
  5. Height = 584
  6. TabOrder = 0
  7. object PnlTop: TPanel
  8. Left = 0
  9. Top = 550
  10. Width = 1320
  11. Height = 34
  12. Align = alBottom
  13. BevelOuter = bvNone
  14. TabOrder = 0
  15. DesignSize = (
  16. 1320
  17. 34)
  18. object BtnEdit: TcxButton
  19. Tag = 2
  20. Left = 13
  21. Top = 4
  22. Width = 75
  23. Height = 25
  24. Cursor = crHandPoint
  25. Hint = #45936#51060#53552' '#54200#51665
  26. Anchors = [akLeft, akBottom]
  27. Caption = #54200#51665
  28. Colors.Default = 10737865
  29. SpeedButtonOptions.GroupIndex = 1
  30. SpeedButtonOptions.CanBeFocused = False
  31. SpeedButtonOptions.AllowAllUp = True
  32. SpeedButtonOptions.Flat = True
  33. TabOrder = 0
  34. Font.Charset = DEFAULT_CHARSET
  35. Font.Color = clBlack
  36. Font.Height = -13
  37. Font.Name = #47569#51008' '#44256#46357
  38. Font.Style = [fsBold]
  39. ParentFont = False
  40. OnClick = BtnEditClick
  41. end
  42. object BtnInsert: TcxButton
  43. Tag = 2
  44. Left = 94
  45. Top = 4
  46. Width = 75
  47. Height = 25
  48. Cursor = crHandPoint
  49. Hint = #45936#51060#53552' '#52628#44032
  50. Anchors = [akLeft, akBottom]
  51. Caption = #52628#44032
  52. Colors.Default = 10737865
  53. Enabled = False
  54. TabOrder = 1
  55. Font.Charset = DEFAULT_CHARSET
  56. Font.Color = clBlack
  57. Font.Height = -13
  58. Font.Name = #47569#51008' '#44256#46357
  59. Font.Style = [fsBold]
  60. ParentFont = False
  61. OnClick = BtnInsertClick
  62. end
  63. object BtnDelete: TcxButton
  64. Tag = 4
  65. Left = 176
  66. Top = 4
  67. Width = 75
  68. Height = 25
  69. Cursor = crHandPoint
  70. Hint = #45936#51060#53552' '#49325#51228
  71. Anchors = [akLeft, akBottom]
  72. Caption = #49325#51228
  73. Colors.Default = 10737865
  74. Enabled = False
  75. TabOrder = 2
  76. Font.Charset = DEFAULT_CHARSET
  77. Font.Color = clBlack
  78. Font.Height = -13
  79. Font.Name = #47569#51008' '#44256#46357
  80. Font.Style = [fsBold]
  81. ParentFont = False
  82. OnClick = BtnDeleteClick
  83. end
  84. object BtnApply: TcxButton
  85. Tag = 5
  86. Left = 257
  87. Top = 4
  88. Width = 75
  89. Height = 25
  90. Cursor = crHandPoint
  91. Hint = #54200#51665#51089#50629' '#51201#50857
  92. Anchors = [akLeft, akBottom]
  93. Caption = #51201#50857
  94. Colors.Default = 10737865
  95. Enabled = False
  96. TabOrder = 3
  97. Font.Charset = DEFAULT_CHARSET
  98. Font.Color = clBlack
  99. Font.Height = -13
  100. Font.Name = #47569#51008' '#44256#46357
  101. Font.Style = [fsBold]
  102. ParentFont = False
  103. OnClick = BtnApplyClick
  104. end
  105. object ChkAutoWidth: TcxCheckBox
  106. Left = 350
  107. Top = 7
  108. Cursor = crHandPoint
  109. Hint = #52972#47100#45331#51060' '#51088#46041#51221#47148
  110. Anchors = [akLeft, akBottom]
  111. Caption = #51088#46041#51221#47148
  112. Properties.OnChange = ChkAutoWidthPropertiesChange
  113. TabOrder = 4
  114. Transparent = True
  115. Width = 86
  116. end
  117. object BtnBestFit: TcxButton
  118. Tag = 1
  119. Left = 442
  120. Top = 4
  121. Width = 75
  122. Height = 25
  123. Cursor = crHandPoint
  124. Hint = #52972#47100#50676' '#47582#52644
  125. Anchors = [akLeft, akBottom]
  126. Caption = #50676#47582#52644
  127. Colors.Default = 10737865
  128. TabOrder = 5
  129. Font.Charset = DEFAULT_CHARSET
  130. Font.Color = clBlack
  131. Font.Height = -13
  132. Font.Name = #47569#51008' '#44256#46357
  133. Font.Style = [fsBold]
  134. ParentFont = False
  135. OnClick = BtnBestFitClick
  136. end
  137. end
  138. object PnlBottom: TPanel
  139. Left = 0
  140. Top = 0
  141. Width = 1320
  142. Height = 31
  143. Align = alTop
  144. BevelOuter = bvNone
  145. TabOrder = 1
  146. DesignSize = (
  147. 1320
  148. 31)
  149. object LblRecords: TLabel
  150. Left = 1213
  151. Top = 6
  152. Width = 21
  153. Height = 13
  154. Alignment = taRightJustify
  155. Anchors = [akRight, akBottom]
  156. Caption = '0 '#44148
  157. Transparent = True
  158. ExplicitLeft = 881
  159. end
  160. object ImgDesc01: TImage
  161. Left = 13
  162. Top = 10
  163. Width = 9
  164. Height = 9
  165. Transparent = True
  166. end
  167. object BtnExlSave: TcxButton
  168. Tag = 1
  169. Left = 1240
  170. Top = 2
  171. Width = 75
  172. Height = 25
  173. Cursor = crHandPoint
  174. Hint = #54028#51068' '#51200#51109
  175. Anchors = [akRight, akBottom]
  176. Caption = #51200#51109
  177. Colors.Default = 10737865
  178. Glyph.Data = {
  179. B6030000424DB603000000000000360000002800000012000000100000000100
  180. 1800000000008003000012170000121700000000000000000000C0C0C0C0C0C0
  181. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  182. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0A5A5A57878787878787878
  183. 7878787878787878787878787878787878787878787878787878787878787878
  184. 78787878787878780000B6B6B6271A156E483B6E483B6E483B6E483B6E483B6E
  185. 483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B281A15626262
  186. 0000D0D0D04F342AEAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2
  187. F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342A
  188. EAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B29C7E710000000000
  189. 0000000000000063413550342A6262620000D0D0D04F342AA77765211B180000
  190. 000000000000000000000000001717177F7F7F3A3A3A0000000B08089C7D71EA
  191. AD9650342A6262620000D0D0D04F342AEAAD96F6C6B216121000000000000000
  192. 0000000000D0D0D0000000000000000000161110F6C6B2EAAD9650342A626262
  193. 0000D0D0D04F342AEAAD96F6C6B2EABDA95948400000005151517F7F7F000000
  194. 0000004335307B63597B63599C7D71EAAD9650342A6262620000D0D0D04F342A
  195. EAAD96F6C6B2F6C6B2B290817373735C5C5C000000000000000000866B61F6C6
  196. B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2DFB4
  197. A14545458B8B8B000000000000000000000000000000B28F81F6C6B2F6C6B2EA
  198. AD9650342A6262620000D0D0D04F342AEAAD969C7E717E7C7B5C5C5C00000000
  199. 00006450480000000000000000000000007A6258F6C6B2EAAD9650342A626262
  200. 0000D0D0D04F342A644135B9B9B91717170000000000009C7D71F6C6B2C9A291
  201. 000000000000000000000000423530EAAD9650342A6262620000D0D0D04F342A
  202. 6441350000000000000000006F5950F6C6B2F6C6B2F6C6B29C7E710000000000
  203. 00000000423530EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2F6C6
  204. B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EA
  205. AD9650342A6262620000D0D0D04F342ADC9076DC9076DC9076DC9076DC9076DC
  206. 9076DC9076DC9076DC9076DC9076DC9076DC9076DC9076DC907650342A626262
  207. 0000E7E7E77F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  208. 7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F6B6B6BAEAEAE0000}
  209. Spacing = 6
  210. TabOrder = 0
  211. Font.Charset = DEFAULT_CHARSET
  212. Font.Color = clBlack
  213. Font.Height = -13
  214. Font.Name = #47569#51008' '#44256#46357
  215. Font.Style = [fsBold]
  216. ParentFont = False
  217. OnClick = BtnExlSaveClick
  218. ExplicitLeft = 908
  219. end
  220. object LblFacility: TcxLabel
  221. Left = 27
  222. Top = 6
  223. Caption = #49884#49444#47932' '#51221#48372
  224. Transparent = True
  225. end
  226. object BtnSearch: TcxButton
  227. Left = 1001
  228. Top = 3
  229. Width = 75
  230. Height = 25
  231. Cursor = crHandPoint
  232. Hint = #51312#54924
  233. Anchors = [akTop, akRight]
  234. Caption = #51312#54924
  235. Colors.Default = 10737865
  236. TabOrder = 2
  237. Visible = False
  238. Font.Charset = DEFAULT_CHARSET
  239. Font.Color = clBlack
  240. Font.Height = -13
  241. Font.Name = #47569#51008' '#44256#46357
  242. Font.Style = [fsBold]
  243. ParentFont = False
  244. ExplicitLeft = 669
  245. end
  246. end
  247. object CxList: TcxGrid
  248. Left = 0
  249. Top = 31
  250. Width = 1320
  251. Height = 519
  252. Align = alClient
  253. TabOrder = 2
  254. LookAndFeel.NativeStyle = False
  255. ExplicitWidth = 988
  256. ExplicitHeight = 492
  257. object TvList: TcxGridTableView
  258. OnKeyDown = TvListKeyDown
  259. OnCustomDrawCell = TvListCustomDrawCell
  260. DataController.Filter.OnChanged = TvListDataControllerFilterChanged
  261. DataController.Summary.DefaultGroupSummaryItems = <>
  262. DataController.Summary.FooterSummaryItems = <>
  263. DataController.Summary.SummaryGroups = <>
  264. FilterRow.InfoText = '<'#44160#49353#50612#47484' '#51077#47141' '#54616#49464#50836'>'
  265. OptionsCustomize.ColumnFiltering = False
  266. OptionsData.Deleting = False
  267. OptionsData.DeletingConfirmation = False
  268. OptionsData.Inserting = False
  269. OptionsView.GroupByBox = False
  270. OptionsView.Indicator = True
  271. object Column00: TcxGridColumn
  272. Caption = #54200#51665#47784#46300
  273. PropertiesClassName = 'TcxLabelProperties'
  274. Properties.Alignment.Horz = taCenter
  275. Visible = False
  276. HeaderAlignmentHorz = taCenter
  277. HeaderAlignmentVert = vaCenter
  278. Options.Editing = False
  279. Width = 54
  280. end
  281. object Column01: TcxGridColumn
  282. Caption = #51109#50528#51068#47144#48264#54840
  283. PropertiesClassName = 'TcxLabelProperties'
  284. Properties.Alignment.Horz = taCenter
  285. Properties.Alignment.Vert = taVCenter
  286. HeaderAlignmentHorz = taCenter
  287. HeaderAlignmentVert = vaCenter
  288. Options.Editing = False
  289. Width = 95
  290. end
  291. object Column02: TcxGridColumn
  292. Caption = #49884#49444#47932'ID'
  293. PropertiesClassName = 'TcxLabelProperties'
  294. Properties.Alignment.Horz = taCenter
  295. Properties.Alignment.Vert = taVCenter
  296. HeaderAlignmentHorz = taCenter
  297. HeaderAlignmentVert = vaCenter
  298. Width = 96
  299. end
  300. object Column03: TcxGridColumn
  301. Caption = #51109#48708' '#50976#54805
  302. PropertiesClassName = 'TcxComboBoxProperties'
  303. Properties.Alignment.Vert = taVCenter
  304. Properties.DropDownListStyle = lsFixedList
  305. Properties.DropDownSizeable = True
  306. Properties.ImmediatePost = True
  307. Properties.OnValidate = ColumnPropertiesValidate
  308. HeaderAlignmentHorz = taCenter
  309. HeaderAlignmentVert = vaCenter
  310. Options.Editing = False
  311. Width = 110
  312. end
  313. object Column04: TcxGridColumn
  314. Caption = #48156#49373#51068#49884
  315. PropertiesClassName = 'TcxDateEditProperties'
  316. Properties.Alignment.Horz = taCenter
  317. Properties.Alignment.Vert = taVCenter
  318. Properties.DateButtons = [btnClear, btnToday]
  319. Properties.DateOnError = deToday
  320. Properties.ImmediatePost = True
  321. Properties.Kind = ckDateTime
  322. Properties.OnValidate = ColumnPropertiesValidate
  323. HeaderAlignmentHorz = taCenter
  324. HeaderAlignmentVert = vaCenter
  325. Options.Editing = False
  326. Width = 150
  327. end
  328. object Column05: TcxGridColumn
  329. Caption = #51217#49688#51088#47749
  330. PropertiesClassName = 'TcxTextEditProperties'
  331. Properties.Alignment.Vert = taVCenter
  332. Properties.MaxLength = 30
  333. Properties.OnValidate = ColumnPropertiesValidate
  334. HeaderAlignmentHorz = taCenter
  335. HeaderAlignmentVert = vaCenter
  336. Options.Editing = False
  337. Width = 81
  338. end
  339. object Column06: TcxGridColumn
  340. Caption = #52628#44032#51068#49884
  341. PropertiesClassName = 'TcxDateEditProperties'
  342. Properties.Alignment.Horz = taCenter
  343. Properties.Alignment.Vert = taVCenter
  344. Properties.DateButtons = [btnClear, btnToday]
  345. Properties.DateOnError = deToday
  346. Properties.ImmediatePost = True
  347. Properties.Kind = ckDateTime
  348. Properties.OnValidate = ColumnPropertiesValidate
  349. HeaderAlignmentHorz = taCenter
  350. HeaderAlignmentVert = vaCenter
  351. Options.Editing = False
  352. Width = 150
  353. end
  354. object Column07: TcxGridColumn
  355. Caption = #52628#44032#51088#47749
  356. PropertiesClassName = 'TcxTextEditProperties'
  357. Properties.Alignment.Vert = taVCenter
  358. Properties.MaxLength = 30
  359. Properties.OnValidate = ColumnPropertiesValidate
  360. HeaderAlignmentHorz = taCenter
  361. HeaderAlignmentVert = vaCenter
  362. Options.Editing = False
  363. Width = 92
  364. end
  365. object Column08: TcxGridColumn
  366. Caption = #48320#44221#51088#47749
  367. PropertiesClassName = 'TcxTextEditProperties'
  368. Properties.Alignment.Vert = taVCenter
  369. Properties.MaxLength = 30
  370. Properties.OnValidate = ColumnPropertiesValidate
  371. HeaderAlignmentHorz = taCenter
  372. HeaderAlignmentVert = vaCenter
  373. Options.Editing = False
  374. Width = 89
  375. end
  376. object Column09: TcxGridColumn
  377. Caption = #48320#44221#51068#49884
  378. PropertiesClassName = 'TcxDateEditProperties'
  379. Properties.Alignment.Horz = taCenter
  380. Properties.Alignment.Vert = taVCenter
  381. Properties.DateButtons = [btnClear, btnToday]
  382. Properties.DateOnError = deToday
  383. Properties.ImmediatePost = True
  384. Properties.Kind = ckDateTime
  385. Properties.OnValidate = ColumnPropertiesValidate
  386. HeaderAlignmentHorz = taCenter
  387. HeaderAlignmentVert = vaCenter
  388. Options.Editing = False
  389. Width = 150
  390. end
  391. object Column10: TcxGridColumn
  392. Caption = #51109#50528' '#50976#54805
  393. PropertiesClassName = 'TcxComboBoxProperties'
  394. Properties.Alignment.Vert = taVCenter
  395. Properties.DropDownListStyle = lsFixedList
  396. Properties.DropDownSizeable = True
  397. Properties.ImmediatePost = True
  398. Properties.OnChange = Column10PropertiesChange
  399. Properties.OnValidate = ColumnPropertiesValidate
  400. RepositoryItem = cxEditRepositoryFailOccr
  401. OnGetPropertiesForEdit = Column10GetPropertiesForEdit
  402. HeaderAlignmentHorz = taCenter
  403. HeaderAlignmentVert = vaCenter
  404. Options.Editing = False
  405. Width = 126
  406. end
  407. object Column11: TcxGridColumn
  408. Caption = #51109#50528' '#49345#49464' '#50976#54805
  409. PropertiesClassName = 'TcxComboBoxProperties'
  410. Properties.Alignment.Vert = taVCenter
  411. Properties.DropDownListStyle = lsFixedList
  412. Properties.DropDownSizeable = True
  413. Properties.ImmediatePost = True
  414. Properties.OnValidate = ColumnPropertiesValidate
  415. RepositoryItem = cxEditRepositoryFailType
  416. OnGetPropertiesForEdit = Column11GetPropertiesForEdit
  417. HeaderAlignmentHorz = taCenter
  418. HeaderAlignmentVert = vaCenter
  419. Options.Editing = False
  420. Width = 145
  421. end
  422. object Column12: TcxGridColumn
  423. Caption = #44592#53440' '#51109#50528' '#45236#50857
  424. PropertiesClassName = 'TcxTextEditProperties'
  425. Properties.Alignment.Vert = taVCenter
  426. Properties.MaxLength = 600
  427. Properties.OnValidate = ColumnPropertiesValidate
  428. HeaderAlignmentHorz = taCenter
  429. HeaderAlignmentVert = vaCenter
  430. Options.Editing = False
  431. Width = 230
  432. end
  433. object Column99: TcxGridColumn
  434. Caption = #47700#47784#47532
  435. DataBinding.ValueType = 'Integer'
  436. PropertiesClassName = 'TcxCalcEditProperties'
  437. Properties.Alignment.Horz = taRightJustify
  438. Properties.Alignment.Vert = taVCenter
  439. Visible = False
  440. HeaderAlignmentHorz = taCenter
  441. HeaderAlignmentVert = vaCenter
  442. Options.Editing = False
  443. end
  444. end
  445. object GlList: TcxGridLevel
  446. GridView = TvList
  447. end
  448. end
  449. object cxEditRepository1: TcxEditRepository
  450. Left = 652
  451. Top = 176
  452. object cxEditRepositoryFailOccr: TcxEditRepositoryComboBoxItem
  453. Properties.Alignment.Vert = taVCenter
  454. Properties.BeepOnError = True
  455. Properties.DropDownListStyle = lsFixedList
  456. Properties.DropDownRows = 10
  457. Properties.DropDownSizeable = True
  458. Properties.HideSelection = False
  459. Properties.ImmediatePost = True
  460. Properties.ImmediateUpdateText = True
  461. end
  462. object cxEditRepositoryFailType: TcxEditRepositoryComboBoxItem
  463. Properties.Alignment.Vert = taVCenter
  464. Properties.BeepOnError = True
  465. Properties.DropDownListStyle = lsFixedList
  466. Properties.DropDownRows = 10
  467. Properties.DropDownSizeable = True
  468. Properties.HideSelection = False
  469. Properties.ImmediatePost = True
  470. Properties.ImmediateUpdateText = True
  471. end
  472. end
  473. end