123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- object ReportHistoryForm: TReportHistoryForm
- Left = 445
- Top = 436
- ActiveControl = mmMemo
- BorderStyle = bsDialog
- Caption = #21382#21490#29256#26412
- ClientHeight = 284
- ClientWidth = 450
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 80
- Height = 20
- Caption = #21382#21490#29256#26412
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -20
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 32
- Width = 260
- Height = 19
- Caption = #25105#20204#26368#22810#20165#25552#20379#19977#20010#21382#21490#29256#26412#20379#20320#19979#36733#20351#29992#12290
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 6250335
- Font.Height = -13
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- ParentFont = False
- end
- object lblReportName: TLabel
- Left = 8
- Top = 60
- Width = 92
- Height = 19
- Caption = 'lblReportName'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- ParentFont = False
- end
- object tcHistory: TTabControl
- Left = 8
- Top = 84
- Width = 433
- Height = 194
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Tabs.Strings = (
- '2016-08-01'
- '2016-08-02'
- '2016-08-03')
- TabIndex = 0
- TabStop = False
- OnChange = tcHistoryChange
- object btnDown: TSpeedButton
- Left = 118
- Top = 157
- Width = 163
- Height = 30
- Caption = #19979#36733#27492#29256#26412
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- ParentFont = False
- OnClick = btnDownClick
- end
- object mmMemo: TMemo
- Left = 4
- Top = 30
- Width = 425
- Height = 122
- TabStop = False
- Align = alTop
- Lines.Strings = (
- #35828#26126)
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- end
|