123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656 |
- object ReportManagerForm: TReportManagerForm
- Left = 679
- Top = 296
- BorderStyle = bsDialog
- Caption = #25253#34920#27169#26495
- ClientHeight = 442
- ClientWidth = 809
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object pcReport: TPageControl
- Left = 0
- Top = 0
- Width = 809
- Height = 442
- ActivePage = tsLocal
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -24
- Font.Name = #24494#36719#38597#40657
- Font.Style = [fsBold]
- ParentFont = False
- TabHeight = 50
- TabOrder = 0
- OnChange = pcReportChange
- object tsLocal: TTabSheet
- Caption = ' '#26412#22320#25253#34920' '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- object zgLoacl: TZJGrid
- Left = 0
- Top = 0
- Width = 801
- Height = 382
- Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
- OptionsEx = []
- ColCount = 7
- RowCount = 1
- ShowGridLine = False
- DefaultColWidth = 73
- DefaultFixedColWidth = 30
- DefaultFixedRowHeight = 29
- DefaultRowHeight = 30
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- FrozenCol = 0
- FrozenRow = 0
- OnCellGetFont = zgLoaclCellGetFont
- OnMouseDown = zgLoaclMouseDown
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- ParentFont = False
- Align = alClient
- end
- object pnlHint: TPanel
- Left = 0
- Top = 0
- Width = 801
- Height = 382
- Align = alClient
- BevelOuter = bvNone
- Caption = #26412#22320#36824#27809#26377#25253#34920#65292#35831#20351#29992#8220#32447#19978#25253#34920#24211#8221#19979#36733#25253#34920
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -27
- Font.Name = #24494#36719#38597#40657
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- end
- object tsOnline: TTabSheet
- Caption = ' '#32447#19978#25253#34920#24211' '
- ImageIndex = 1
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 801
- Height = 37
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object cbCategory: TComboBox
- Left = 0
- Top = 4
- Width = 273
- Height = 27
- Style = csDropDownList
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- ItemHeight = 19
- ParentFont = False
- TabOrder = 0
- TabStop = False
- OnChange = cbCategoryChange
- end
- end
- object zgOnline: TZJGrid
- Left = 0
- Top = 36
- Width = 801
- Height = 346
- Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
- OptionsEx = []
- ColCount = 7
- RowCount = 1
- ShowGridLine = False
- DefaultColWidth = 73
- DefaultFixedColWidth = 30
- DefaultFixedRowHeight = 29
- DefaultRowHeight = 30
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- FrozenCol = 0
- FrozenRow = 0
- OnCellGetFont = zgOnlineCellGetFont
- OnMouseDown = zgOnlineMouseDown
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- ParentFont = False
- Align = alBottom
- end
- end
- object tsCustom: TTabSheet
- Caption = ' '#23450#21046#25253#34920' '
- ImageIndex = 2
- object pnlCustom: TPanel
- Left = 0
- Top = 0
- Width = 801
- Height = 382
- Align = alClient
- BevelOuter = bvNone
- Caption = 'pnlCustom'
- TabOrder = 1
- object zgCustom: TZJGrid
- Left = 0
- Top = 0
- Width = 801
- Height = 382
- Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
- OptionsEx = []
- ColCount = 7
- RowCount = 1
- ShowGridLine = False
- DefaultColWidth = 73
- DefaultFixedColWidth = 30
- DefaultFixedRowHeight = 29
- DefaultRowHeight = 30
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- FrozenCol = 0
- FrozenRow = 0
- OnCellGetFont = zgCustomCellGetFont
- OnMouseDown = zgCustomMouseDown
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- ParentFont = False
- Align = alClient
- end
- end
- object pnlInputCode: TPanel
- Left = 0
- Top = 0
- Width = 801
- Height = 382
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object Label2: TLabel
- Left = 176
- Top = 170
- Width = 455
- Height = 19
- Caption = #26356#22810#20851#20110#8220#23450#21046#25253#34920#8221#21644#8220#25253#34920#39046#21462#30721#8221#30340#35814#24773#21487#20197#32852#31995#30456#20851#32437#27178#38144#21806#24037#31243#24072#12290
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- ParentFont = False
- end
- object Label1: TLabel
- Left = 176
- Top = 93
- Width = 195
- Height = 19
- Caption = #36755#20837#8220#25253#34920#39046#21462#30721#8221#33719#21462#23450#21046#25253#34920
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- ParentFont = False
- end
- object edtCode: TEdit
- Left = 176
- Top = 114
- Width = 324
- Height = 48
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -40
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object btnGet: TcxButton
- Left = 502
- Top = 97
- Width = 121
- Height = 65
- Cursor = crHandPoint
- Caption = #39046#21462
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -27
- Font.Name = #24494#36719#38597#40657
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = btnGetClick
- Colors.Default = clWindow
- Colors.Normal = clWindow
- Colors.Pressed = clHotLight
- end
- end
- end
- end
- object zaLocal: TZjGridDBA
- Columns = <
- item
- Title.Caption = #31867#21035
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'Category'
- Width = 120
- ReadOnly = True
- end
- item
- Title.Caption = #25253#34920#21517#31216
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'Name'
- Width = 290
- ReadOnly = True
- end
- item
- Title.Caption = #26412#22320#29256#26412
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'LocalVer'
- Width = 93
- ReadOnly = True
- end
- item
- Title.Caption = #26368#26032#26356#26032
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'NewestVer'
- Width = 93
- ReadOnly = True
- end
- item
- Title.Caption = #29366#24577
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'State'
- Width = 80
- ReadOnly = True
- end
- item
- Title.Caption = #21382#21490#29256#26412
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'History'
- Width = 65
- ReadOnly = True
- end
- item
- Title.Caption = 'ID'
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'ID'
- Visible = False
- ReadOnly = False
- end>
- Grid = zgLoacl
- ExtendRowCount = 0
- Left = 644
- Top = 72
- end
- object zaOnline: TZjGridDBA
- Columns = <
- item
- Title.Caption = #31867#21035
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'Category'
- Width = 120
- ReadOnly = True
- end
- item
- Title.Caption = #25253#34920#21517#31216
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'Name'
- Width = 290
- ReadOnly = True
- end
- item
- Title.Caption = #26412#22320#29256#26412
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'LocalVer'
- Width = 93
- ReadOnly = True
- end
- item
- Title.Caption = #26368#26032#26356#26032
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'NewestVer'
- Width = 93
- ReadOnly = True
- end
- item
- Title.Caption = #29366#24577
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'State'
- Width = 80
- ReadOnly = True
- end
- item
- Title.Caption = #21382#21490#29256#26412
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'History'
- Width = 65
- ReadOnly = True
- end
- item
- Title.Caption = 'ID'
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'ID'
- Visible = False
- ReadOnly = False
- end>
- Grid = zgOnline
- ExtendRowCount = 0
- Left = 676
- Top = 72
- end
- object zaCustom: TZjGridDBA
- Columns = <
- item
- Title.Caption = #31867#21035
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'Category'
- Width = 120
- ReadOnly = True
- end
- item
- Title.Caption = #25253#34920#21517#31216
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'Name'
- Width = 290
- ReadOnly = True
- end
- item
- Title.Caption = #26412#22320#29256#26412
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'LocalVer'
- Width = 93
- ReadOnly = True
- end
- item
- Title.Caption = #26368#26032#26356#26032
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'NewestVer'
- Width = 93
- ReadOnly = True
- end
- item
- Title.Caption = #29366#24577
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'State'
- Width = 80
- ReadOnly = True
- end
- item
- Title.Caption = #21382#21490#29256#26412
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'History'
- Width = 65
- ReadOnly = True
- end
- item
- Title.Caption = 'ID'
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'ID'
- Visible = False
- ReadOnly = False
- end>
- Grid = zgCustom
- ExtendRowCount = 0
- Left = 732
- Top = 72
- end
- end
|