123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- object FrmParkMsg: TFrmParkMsg
- Left = 0
- Top = 0
- BorderStyle = bsToolWindow
- Caption = #51452#52264#51221#48372
- ClientHeight = 120
- ClientWidth = 494
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = #47569#51008' '#44256#46357
- Font.Style = []
- OldCreateOrder = False
- Position = poDesigned
- OnClose = FormClose
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PnlMenu: TPanel
- Left = 0
- Top = 21
- Width = 494
- Height = 99
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object CxList: TcxGrid
- Left = 0
- Top = 0
- Width = 494
- Height = 99
- Align = alClient
- TabOrder = 0
- object TvList: TcxGridTableView
- DataController.Summary.DefaultGroupSummaryItems = <>
- DataController.Summary.FooterSummaryItems = <>
- DataController.Summary.SummaryGroups = <>
- OptionsCustomize.ColumnFiltering = False
- OptionsCustomize.ColumnGrouping = False
- OptionsCustomize.ColumnMoving = False
- OptionsCustomize.ColumnSorting = False
- OptionsCustomize.ColumnsQuickCustomization = True
- OptionsData.Deleting = False
- OptionsData.DeletingConfirmation = False
- OptionsData.Editing = False
- OptionsData.Inserting = False
- OptionsView.NoDataToDisplayInfoText = '<'#52789' '#51221#48372#44032' '#50630#49845#45768#45796'>'
- OptionsView.ColumnAutoWidth = True
- OptionsView.GroupByBox = False
- OptionsView.Indicator = True
- object Col00: TcxGridColumn
- Caption = #52789
- PropertiesClassName = 'TcxLabelProperties'
- Properties.Alignment.Horz = taCenter
- Properties.Alignment.Vert = taVCenter
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Options.Editing = False
- Width = 50
- end
- object Col01: TcxGridColumn
- Caption = #52789#47749
- PropertiesClassName = 'TcxLabelProperties'
- Properties.Alignment.Horz = taLeftJustify
- Properties.Alignment.Vert = taVCenter
- Visible = False
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Options.Editing = False
- Width = 50
- end
- object Col02: TcxGridColumn
- Caption = #44081#49888#49884#44033
- PropertiesClassName = 'TcxLabelProperties'
- Properties.Alignment.Horz = taCenter
- Properties.Alignment.Vert = taVCenter
- Visible = False
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Width = 50
- end
- object Col03: TcxGridColumn
- Caption = #51068#48152
- PropertiesClassName = 'TcxLabelProperties'
- Properties.Alignment.Horz = taRightJustify
- Properties.Alignment.Vert = taVCenter
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Options.Editing = False
- Width = 50
- end
- object Col04: TcxGridColumn
- Caption = #44221#52264
- PropertiesClassName = 'TcxLabelProperties'
- Properties.Alignment.Horz = taRightJustify
- Properties.Alignment.Vert = taVCenter
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Options.Editing = False
- Width = 50
- end
- object Col05: TcxGridColumn
- Caption = #45824#54805
- PropertiesClassName = 'TcxLabelProperties'
- Properties.Alignment.Horz = taRightJustify
- Properties.Alignment.Vert = taVCenter
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Width = 50
- end
- object Col06: TcxGridColumn
- Caption = #44596#44553
- PropertiesClassName = 'TcxLabelProperties'
- Properties.Alignment.Horz = taRightJustify
- Properties.Alignment.Vert = taVCenter
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Width = 50
- end
- object Col07: TcxGridColumn
- Caption = #51109#50528#51064
- PropertiesClassName = 'TcxLabelProperties'
- Properties.Alignment.Horz = taRightJustify
- Properties.Alignment.Vert = taVCenter
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Width = 50
- end
- object Col08: TcxGridColumn
- Caption = #50668#49457
- PropertiesClassName = 'TcxLabelProperties'
- Properties.Alignment.Horz = taRightJustify
- Properties.Alignment.Vert = taVCenter
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Width = 50
- end
- object Col09: TcxGridColumn
- Caption = #44592#53440
- PropertiesClassName = 'TcxLabelProperties'
- Properties.Alignment.Horz = taRightJustify
- Properties.Alignment.Vert = taVCenter
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Width = 50
- end
- end
- object GlList: TcxGridLevel
- GridView = TvList
- end
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 494
- Height = 21
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- Visible = False
- end
- object TmrShow: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TmrShowTimer
- Left = 132
- Top = 60
- end
- object TmrQry: TTimer
- Enabled = False
- Interval = 300
- OnTimer = TmrQryTimer
- Left = 192
- Top = 64
- end
- object pADO: TADOQuery
- Parameters = <>
- Left = 68
- Top = 64
- end
- end
|