| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- object ReportFrm: TReportFrm
- Left = 502
- Top = 237
- Width = 498
- Height = 378
- BorderIcons = [biSystemMenu]
- Caption = #25253#34920
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- inline ReportView: TReportViewFrame
- Left = 0
- Top = 0
- Width = 490
- Height = 344
- Align = alClient
- Color = clAppWorkSpace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'smartSimSun'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 0
- inherited spl1: TSplitter
- Height = 321
- end
- inherited tvReport: TTreeView
- Height = 321
- end
- inherited Panel1: TPanel
- Width = 490
- end
- inherited Panel2: TPanel
- Top = 338
- Width = 490
- end
- inherited tvGatherProject: TTreeView
- Width = 245
- Height = 321
- end
- end
- end
|