source: cprs/trunk/CPRS-Chart/fRptBox.dfm@ 456

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

Initial Upload of Official WV CPRS 1.0.26.76

File size: 2.0 KB
Line 
1object frmReportBox: TfrmReportBox
2 Left = 512
3 Top = 214
4 Anchors = []
5 AutoScroll = False
6 BorderIcons = [biSystemMenu]
7 Caption = 'frmReportBox'
8 ClientHeight = 321
9 ClientWidth = 350
10 Color = clBtnFace
11 Font.Charset = ANSI_CHARSET
12 Font.Color = clWindowText
13 Font.Height = -11
14 Font.Name = 'MS Sans Serif'
15 Font.Style = []
16 OldCreateOrder = True
17 Position = poScreenCenter
18 OnClose = FormClose
19 OnCreate = FormCreate
20 PixelsPerInch = 96
21 TextHeight = 13
22 object lblFontTest: TLabel
23 Left = 148
24 Top = 208
25 Width = 77
26 Height = 14
27 Caption = 'lblFontTest'
28 Font.Charset = ANSI_CHARSET
29 Font.Color = clWindowText
30 Font.Height = -11
31 Font.Name = 'Courier New'
32 Font.Style = []
33 ParentFont = False
34 end
35 object memReport: TRichEdit
36 Left = 0
37 Top = 0
38 Width = 350
39 Height = 300
40 Align = alClient
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 = 300
59 Width = 350
60 Height = 21
61 Align = alBottom
62 Anchors = []
63 AutoSize = True
64 BevelOuter = bvNone
65 TabOrder = 1
66 DesignSize = (
67 350
68 21)
69 object cmdPrint: TButton
70 Left = 191
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 = 274
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 = 318
94 Top = 41
95 end
96end
Note: See TracBrowser for help on using the repository browser.