FRAME_FacilityFailActionF.dfm 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. object FRAMEFacilityFailAction: TFRAMEFacilityFailAction
  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 = #49373#49457#51068#49884
  278. PropertiesClassName = 'TcxDateEditProperties'
  279. Properties.Alignment.Horz = taCenter
  280. Properties.Alignment.Vert = taVCenter
  281. Properties.DateButtons = [btnClear, btnToday]
  282. Properties.DateOnError = deToday
  283. Properties.ImmediatePost = True
  284. Properties.Kind = ckDateTime
  285. Properties.OnValidate = ColumnPropertiesValidate
  286. HeaderAlignmentHorz = taCenter
  287. HeaderAlignmentVert = vaCenter
  288. Options.Editing = False
  289. Width = 156
  290. end
  291. object Column02: TcxGridColumn
  292. Caption = #51109#50528#51068#47144#48264#54840
  293. PropertiesClassName = 'TcxLabelProperties'
  294. Properties.Alignment.Horz = taCenter
  295. Properties.Alignment.Vert = taVCenter
  296. HeaderAlignmentHorz = taCenter
  297. HeaderAlignmentVert = vaCenter
  298. Options.Editing = False
  299. Width = 95
  300. end
  301. object Column03: TcxGridColumn
  302. Caption = #51089#50629#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 = 104
  311. end
  312. object Column04: TcxGridColumn
  313. Caption = #51089#50629#45236#50857
  314. PropertiesClassName = 'TcxTextEditProperties'
  315. Properties.Alignment.Vert = taVCenter
  316. Properties.MaxLength = 600
  317. Properties.OnValidate = ColumnPropertiesValidate
  318. HeaderAlignmentHorz = taCenter
  319. HeaderAlignmentVert = vaCenter
  320. Options.Editing = False
  321. Width = 217
  322. end
  323. object Column05: TcxGridColumn
  324. Caption = #51089#50629' '#49884#51089#51068#49884
  325. PropertiesClassName = 'TcxDateEditProperties'
  326. Properties.Alignment.Horz = taCenter
  327. Properties.Alignment.Vert = taVCenter
  328. Properties.DateOnError = deToday
  329. Properties.ImmediatePost = True
  330. Properties.Kind = ckDateTime
  331. Properties.OnValidate = ColumnPropertiesValidate
  332. HeaderAlignmentHorz = taCenter
  333. HeaderAlignmentVert = vaCenter
  334. Options.Editing = False
  335. Width = 150
  336. end
  337. object Column06: TcxGridColumn
  338. Caption = #51089#50629' '#51333#47308#51068#49884
  339. PropertiesClassName = 'TcxDateEditProperties'
  340. Properties.Alignment.Horz = taCenter
  341. Properties.Alignment.Vert = taVCenter
  342. Properties.DateButtons = [btnClear, btnToday]
  343. Properties.DateOnError = deToday
  344. Properties.ImmediatePost = True
  345. Properties.Kind = ckDateTime
  346. Properties.OnValidate = ColumnPropertiesValidate
  347. HeaderAlignmentHorz = taCenter
  348. HeaderAlignmentVert = vaCenter
  349. Options.Editing = False
  350. Width = 150
  351. end
  352. object Column07: TcxGridColumn
  353. Caption = #51089#50629#50756#47308#50668#48512
  354. PropertiesClassName = 'TcxComboBoxProperties'
  355. Properties.Alignment.Horz = taCenter
  356. Properties.Alignment.Vert = taVCenter
  357. Properties.DropDownListStyle = lsFixedList
  358. Properties.ImmediatePost = True
  359. Properties.OnValidate = ColumnPropertiesValidate
  360. HeaderAlignmentHorz = taCenter
  361. HeaderAlignmentVert = vaCenter
  362. Options.Editing = False
  363. Width = 88
  364. end
  365. object Column08: TcxGridColumn
  366. Caption = #52628#44032#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 = 84
  375. end
  376. object Column09: TcxGridColumn
  377. Caption = #48320#44221#51088#47749
  378. PropertiesClassName = 'TcxTextEditProperties'
  379. Properties.Alignment.Vert = taVCenter
  380. Properties.MaxLength = 30
  381. Properties.OnValidate = ColumnPropertiesValidate
  382. HeaderAlignmentHorz = taCenter
  383. HeaderAlignmentVert = vaCenter
  384. Options.Editing = False
  385. Width = 89
  386. end
  387. object Column10: TcxGridColumn
  388. Caption = #48320#44221#51068#49884
  389. PropertiesClassName = 'TcxDateEditProperties'
  390. Properties.Alignment.Horz = taCenter
  391. Properties.Alignment.Vert = taVCenter
  392. Properties.DateButtons = [btnClear, btnToday]
  393. Properties.DateOnError = deToday
  394. Properties.ImmediatePost = True
  395. Properties.Kind = ckDateTime
  396. Properties.OnValidate = ColumnPropertiesValidate
  397. HeaderAlignmentHorz = taCenter
  398. HeaderAlignmentVert = vaCenter
  399. Options.Editing = False
  400. Width = 150
  401. end
  402. object Column99: TcxGridColumn
  403. Caption = #47700#47784#47532
  404. DataBinding.ValueType = 'Integer'
  405. PropertiesClassName = 'TcxCalcEditProperties'
  406. Properties.Alignment.Horz = taRightJustify
  407. Properties.Alignment.Vert = taVCenter
  408. Visible = False
  409. HeaderAlignmentHorz = taCenter
  410. HeaderAlignmentVert = vaCenter
  411. Options.Editing = False
  412. end
  413. end
  414. object GlList: TcxGridLevel
  415. GridView = TvList
  416. end
  417. end
  418. object lblTitle: TcxLabel
  419. Left = 125
  420. Top = 245
  421. Caption = #49884#49444#47932' '#51109#50528' '#45236#50669' '#51312#52824
  422. Transparent = True
  423. Visible = False
  424. end
  425. object lblFileName: TcxLabel
  426. Left = 125
  427. Top = 268
  428. Caption = #49884#49444#47932#51109#50528#52376#47532#45236#50669
  429. Transparent = True
  430. Visible = False
  431. end
  432. end