source: cprs/branches/foia-cprs/CPRS-Chart/fRptBox.dfm@ 459

Last change on this file since 459 was 459, checked in by Kevin Toppenberg, 16 years ago

Adding foia-cprs branch

File size: 2.0 KB
Line 
1object frmReportBox: TfrmReportBox
2 Left = 351
3 Top = 217
4 Width = 392
5 Height = 357
6 Anchors = []
7 BorderIcons = [biSystemMenu]
8 Caption = 'frmReportBox'
9 Color = clBtnFace
10 Font.Charset = ANSI_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'MS Sans Serif'
14 Font.Style = []
15 OldCreateOrder = True
16 Position = poScreenCenter
17 OnClose = FormClose
18 OnCreate = FormCreate
19 PixelsPerInch = 96
20 TextHeight = 13
21 object lblFontTest: TLabel
22 Left = 148
23 Top = 208
24 Width = 77
25 Height = 14
26 Caption = 'lblFontTest'
27 Font.Charset = ANSI_CHARSET
28 Font.Color = clWindowText
29 Font.Height = -11
30 Font.Name = 'Courier New'
31 Font.Style = []
32 ParentFont = False
33 end
34 object memReport: TRichEdit
35 Left = 0
36 Top = 0
37 Width = 384
38 Height = 309
39 Align = alClient
40 Anchors = []
41 Color = clCream
42 Font.Charset = ANSI_CHARSET
43 Font.Color = clWindowText
44 Font.Height = -11
45 Font.Name = 'Courier New'
46 Font.Style = []
47 Lines.Strings = (
48 'memReport')
49 ParentFont = False
50 ReadOnly = True
51 ScrollBars = ssBoth
52 TabOrder = 0
53 WantReturns = False
54 WordWrap = False
55 end
56 object pnlButton: TPanel
57 Left = 0
58 Top = 309
59 Width = 384
60 Height = 21
61 Align = alBottom
62 Anchors = []
63 AutoSize = True
64 BevelOuter = bvNone
65 TabOrder = 1
66 DesignSize = (
67 384
68 21)
69 object cmdPrint: TButton
70 Left = 222
71 Top = 0
72 Width = 75
73 Height = 21
74 Anchors = [akRight]
75 Caption = 'Print'
76 TabOrder = 0
77 OnClick = cmdPrintClick
78 end
79 object cmdClose: TButton
80 Left = 302
81 Top = 0
82 Width = 75
83 Height = 21
84 Anchors = [akRight]
85 Cancel = True
86 Caption = 'Close'
87 Default = True
88 TabOrder = 1
89 OnClick = cmdCloseClick
90 end
91 end
92 object dlgPrintReport: TPrintDialog
93 Left = 142
94 Top = 49
95 end
96end
Note: See TracBrowser for help on using the repository browser.