FRAME_FacilityFailF.dfm 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. object FRAMEFacilityFail: TFRAMEFacilityFail
  2. Left = 0
  3. Top = 0
  4. Width = 988
  5. Height = 557
  6. TabOrder = 0
  7. object PnlTop: TPanel
  8. Left = 0
  9. Top = 523
  10. Width = 988
  11. Height = 34
  12. Align = alBottom
  13. BevelOuter = bvNone
  14. TabOrder = 0
  15. DesignSize = (
  16. 988
  17. 34)
  18. object BtnEdit: TcxButton
  19. Tag = 2
  20. Left = 13
  21. Top = 4
  22. Width = 80
  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 = 80
  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 = 80
  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 = 258
  87. Top = 4
  88. Width = 80
  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 = 80
  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 = []
  134. ParentFont = False
  135. OnClick = BtnBestFitClick
  136. end
  137. end
  138. object PnlBottom: TPanel
  139. Left = 0
  140. Top = 0
  141. Width = 988
  142. Height = 31
  143. Align = alTop
  144. BevelOuter = bvNone
  145. TabOrder = 1
  146. DesignSize = (
  147. 988
  148. 31)
  149. object LblRecords: TLabel
  150. Left = 876
  151. Top = 6
  152. Width = 21
  153. Height = 13
  154. Alignment = taRightJustify
  155. Anchors = [akRight, akBottom]
  156. Caption = '0 '#44148
  157. Transparent = True
  158. end
  159. object ImgDesc01: TImage
  160. Left = 13
  161. Top = 10
  162. Width = 9
  163. Height = 9
  164. Transparent = True
  165. end
  166. object BtnExlSave: TcxButton
  167. Tag = 1
  168. Left = 903
  169. Top = 2
  170. Width = 80
  171. Height = 25
  172. Cursor = crHandPoint
  173. Hint = #54028#51068' '#51200#51109
  174. Anchors = [akRight, akBottom]
  175. Caption = #51200#51109
  176. Colors.Default = 10737865
  177. Glyph.Data = {
  178. B6030000424DB603000000000000360000002800000012000000100000000100
  179. 1800000000008003000012170000121700000000000000000000C0C0C0C0C0C0
  180. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  181. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0A5A5A57878787878787878
  182. 7878787878787878787878787878787878787878787878787878787878787878
  183. 78787878787878780000B6B6B6271A156E483B6E483B6E483B6E483B6E483B6E
  184. 483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B281A15626262
  185. 0000D0D0D04F342AEAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2
  186. F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342A
  187. EAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B29C7E710000000000
  188. 0000000000000063413550342A6262620000D0D0D04F342AA77765211B180000
  189. 000000000000000000000000001717177F7F7F3A3A3A0000000B08089C7D71EA
  190. AD9650342A6262620000D0D0D04F342AEAAD96F6C6B216121000000000000000
  191. 0000000000D0D0D0000000000000000000161110F6C6B2EAAD9650342A626262
  192. 0000D0D0D04F342AEAAD96F6C6B2EABDA95948400000005151517F7F7F000000
  193. 0000004335307B63597B63599C7D71EAAD9650342A6262620000D0D0D04F342A
  194. EAAD96F6C6B2F6C6B2B290817373735C5C5C000000000000000000866B61F6C6
  195. B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2DFB4
  196. A14545458B8B8B000000000000000000000000000000B28F81F6C6B2F6C6B2EA
  197. AD9650342A6262620000D0D0D04F342AEAAD969C7E717E7C7B5C5C5C00000000
  198. 00006450480000000000000000000000007A6258F6C6B2EAAD9650342A626262
  199. 0000D0D0D04F342A644135B9B9B91717170000000000009C7D71F6C6B2C9A291
  200. 000000000000000000000000423530EAAD9650342A6262620000D0D0D04F342A
  201. 6441350000000000000000006F5950F6C6B2F6C6B2F6C6B29C7E710000000000
  202. 00000000423530EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2F6C6
  203. B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EA
  204. AD9650342A6262620000D0D0D04F342ADC9076DC9076DC9076DC9076DC9076DC
  205. 9076DC9076DC9076DC9076DC9076DC9076DC9076DC9076DC907650342A626262
  206. 0000E7E7E77F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  207. 7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F6B6B6BAEAEAE0000}
  208. Spacing = 6
  209. TabOrder = 0
  210. Font.Charset = DEFAULT_CHARSET
  211. Font.Color = clBlack
  212. Font.Height = -13
  213. Font.Name = #47569#51008' '#44256#46357
  214. Font.Style = []
  215. ParentFont = False
  216. OnClick = BtnExlSaveClick
  217. end
  218. object LblFacility: TcxLabel
  219. Left = 27
  220. Top = 6
  221. Caption = #49884#49444#47932' '#51221#48372
  222. Transparent = True
  223. end
  224. object BtnSearch: TcxButton
  225. Left = 669
  226. Top = 3
  227. Width = 80
  228. Height = 25
  229. Cursor = crHandPoint
  230. Hint = #51312#54924
  231. Anchors = [akTop, akRight]
  232. Caption = #51312#54924
  233. Colors.Default = 10737865
  234. TabOrder = 2
  235. Visible = False
  236. Font.Charset = DEFAULT_CHARSET
  237. Font.Color = clBlack
  238. Font.Height = -13
  239. Font.Name = #47569#51008' '#44256#46357
  240. Font.Style = [fsBold]
  241. ParentFont = False
  242. end
  243. end
  244. object CxList: TcxGrid
  245. Left = 0
  246. Top = 31
  247. Width = 988
  248. Height = 492
  249. Align = alClient
  250. TabOrder = 2
  251. LookAndFeel.NativeStyle = False
  252. object TvList: TcxGridTableView
  253. OnKeyDown = TvListKeyDown
  254. OnCustomDrawCell = TvListCustomDrawCell
  255. DataController.Filter.OnChanged = TvListDataControllerFilterChanged
  256. DataController.Summary.DefaultGroupSummaryItems = <>
  257. DataController.Summary.FooterSummaryItems = <>
  258. DataController.Summary.SummaryGroups = <>
  259. FilterRow.InfoText = '<'#44160#49353#50612#47484' '#51077#47141' '#54616#49464#50836'>'
  260. OptionsCustomize.ColumnFiltering = False
  261. OptionsData.Deleting = False
  262. OptionsData.DeletingConfirmation = False
  263. OptionsData.Inserting = False
  264. OptionsView.GroupByBox = False
  265. OptionsView.Indicator = True
  266. object Column00: TcxGridColumn
  267. Caption = #54200#51665#47784#46300
  268. PropertiesClassName = 'TcxLabelProperties'
  269. Properties.Alignment.Horz = taCenter
  270. Visible = False
  271. HeaderAlignmentHorz = taCenter
  272. HeaderAlignmentVert = vaCenter
  273. Options.Editing = False
  274. Width = 54
  275. end
  276. object Column01: TcxGridColumn
  277. Caption = #51109#50528#51068#47144#48264#54840
  278. PropertiesClassName = 'TcxLabelProperties'
  279. Properties.Alignment.Horz = taCenter
  280. Properties.Alignment.Vert = taVCenter
  281. HeaderAlignmentHorz = taCenter
  282. HeaderAlignmentVert = vaCenter
  283. Options.Editing = False
  284. Width = 95
  285. end
  286. object Column02: TcxGridColumn
  287. Caption = #48156#49373#51068#49884
  288. PropertiesClassName = 'TcxDateEditProperties'
  289. Properties.Alignment.Horz = taCenter
  290. Properties.Alignment.Vert = taVCenter
  291. Properties.DateButtons = [btnClear, btnToday]
  292. Properties.DateOnError = deToday
  293. Properties.ImmediatePost = True
  294. Properties.Kind = ckDateTime
  295. Properties.OnValidate = ColumnPropertiesValidate
  296. HeaderAlignmentHorz = taCenter
  297. HeaderAlignmentVert = vaCenter
  298. Options.Editing = False
  299. Width = 150
  300. end
  301. object Column03: TcxGridColumn
  302. Caption = #51217#49688#51088#47749
  303. PropertiesClassName = 'TcxTextEditProperties'
  304. Properties.Alignment.Vert = taVCenter
  305. Properties.MaxLength = 30
  306. Properties.OnValidate = ColumnPropertiesValidate
  307. HeaderAlignmentHorz = taCenter
  308. HeaderAlignmentVert = vaCenter
  309. Options.Editing = False
  310. Width = 81
  311. end
  312. object Column08: TcxGridColumn
  313. Caption = #51109#50528' '#50976#54805
  314. PropertiesClassName = 'TcxComboBoxProperties'
  315. Properties.Alignment.Vert = taVCenter
  316. Properties.DropDownListStyle = lsFixedList
  317. Properties.DropDownSizeable = True
  318. Properties.ImmediatePost = True
  319. Properties.OnValidate = ColumnPropertiesValidate
  320. HeaderAlignmentHorz = taCenter
  321. HeaderAlignmentVert = vaCenter
  322. Options.Editing = False
  323. Width = 126
  324. end
  325. object Column09: TcxGridColumn
  326. Caption = #51109#50528' '#45236#50857
  327. PropertiesClassName = 'TcxTextEditProperties'
  328. Properties.Alignment.Vert = taVCenter
  329. Properties.MaxLength = 600
  330. Properties.OnValidate = ColumnPropertiesValidate
  331. HeaderAlignmentHorz = taCenter
  332. HeaderAlignmentVert = vaCenter
  333. Options.Editing = False
  334. Width = 230
  335. end
  336. object Column04: TcxGridColumn
  337. Caption = #52628#44032#51088#47749
  338. PropertiesClassName = 'TcxTextEditProperties'
  339. Properties.Alignment.Vert = taVCenter
  340. Properties.MaxLength = 30
  341. Properties.OnValidate = ColumnPropertiesValidate
  342. HeaderAlignmentHorz = taCenter
  343. HeaderAlignmentVert = vaCenter
  344. Options.Editing = False
  345. Width = 92
  346. end
  347. object Column05: TcxGridColumn
  348. Caption = #52628#44032#51068#49884
  349. PropertiesClassName = 'TcxDateEditProperties'
  350. Properties.Alignment.Horz = taCenter
  351. Properties.Alignment.Vert = taVCenter
  352. Properties.DateButtons = [btnClear, btnToday]
  353. Properties.DateOnError = deToday
  354. Properties.ImmediatePost = True
  355. Properties.Kind = ckDateTime
  356. Properties.OnValidate = ColumnPropertiesValidate
  357. HeaderAlignmentHorz = taCenter
  358. HeaderAlignmentVert = vaCenter
  359. Options.Editing = False
  360. Width = 150
  361. end
  362. object Column06: TcxGridColumn
  363. Caption = #48320#44221#51088#47749
  364. PropertiesClassName = 'TcxTextEditProperties'
  365. Properties.Alignment.Vert = taVCenter
  366. Properties.MaxLength = 30
  367. Properties.OnValidate = ColumnPropertiesValidate
  368. HeaderAlignmentHorz = taCenter
  369. HeaderAlignmentVert = vaCenter
  370. Options.Editing = False
  371. Width = 89
  372. end
  373. object Column07: TcxGridColumn
  374. Caption = #48320#44221#51068#49884
  375. PropertiesClassName = 'TcxDateEditProperties'
  376. Properties.Alignment.Horz = taCenter
  377. Properties.Alignment.Vert = taVCenter
  378. Properties.DateButtons = [btnClear, btnToday]
  379. Properties.DateOnError = deToday
  380. Properties.ImmediatePost = True
  381. Properties.Kind = ckDateTime
  382. Properties.OnValidate = ColumnPropertiesValidate
  383. HeaderAlignmentHorz = taCenter
  384. HeaderAlignmentVert = vaCenter
  385. Options.Editing = False
  386. Width = 150
  387. end
  388. object Column10: TcxGridColumn
  389. Caption = #49884#49444#47932' ID'
  390. PropertiesClassName = 'TcxTextEditProperties'
  391. Properties.Alignment.Vert = taVCenter
  392. Visible = False
  393. HeaderAlignmentHorz = taCenter
  394. HeaderAlignmentVert = vaCenter
  395. Options.Editing = False
  396. Width = 55
  397. end
  398. object Column99: TcxGridColumn
  399. Caption = #47700#47784#47532
  400. DataBinding.ValueType = 'Integer'
  401. PropertiesClassName = 'TcxCalcEditProperties'
  402. Properties.Alignment.Horz = taRightJustify
  403. Properties.Alignment.Vert = taVCenter
  404. Visible = False
  405. HeaderAlignmentHorz = taCenter
  406. HeaderAlignmentVert = vaCenter
  407. Options.Editing = False
  408. end
  409. end
  410. object GlList: TcxGridLevel
  411. GridView = TvList
  412. end
  413. end
  414. object lblTitle: TcxLabel
  415. Left = 30
  416. Top = 122
  417. Caption = #49884#49444#47932' '#51109#50528#45236#50669' '#44288#47532
  418. Transparent = True
  419. Visible = False
  420. end
  421. object lblFileName: TcxLabel
  422. Left = 125
  423. Top = 268
  424. Caption = #49884#49444#47932#51109#50528#45236#50669
  425. Transparent = True
  426. Visible = False
  427. end
  428. object lblDelErr: TcxLabel
  429. Left = 109
  430. Top = 340
  431. Caption = #51109#50528' '#51312#52824#45236#50669#51060' '#51080#45716' '#45236#50669' '#51221#48372#45716' '#49325#51228#54624' '#49688' '#50630#49845#45768#45796'.'#13#10#51109#50528' '#51312#52824#45236#50669#51012' '#49325#51228#54620' '#54980#50640' '#51089#50629#54616#49464#50836'.'
  432. Transparent = True
  433. Visible = False
  434. end
  435. end