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

Last change on this file since 830 was 830, checked in by Kevin Toppenberg, 14 years ago

Upgrading to version 27

File size: 2.3 KB
Line 
1inherited frmReportBox: TfrmReportBox
2 Left = 512
3 Top = 214
4 Anchors = []
5 BorderIcons = [biSystemMenu]
6 Caption = 'frmReportBox'
7 ClientHeight = 319
8 ClientWidth = 348
9 Font.Charset = ANSI_CHARSET
10 OldCreateOrder = True
11 Position = poScreenCenter
12 OnClose = FormClose
13 ExplicitWidth = 356
14 ExplicitHeight = 353
15 PixelsPerInch = 96
16 TextHeight = 13
17 object lblFontTest: TLabel [0]
18 Left = 148
19 Top = 208
20 Width = 77
21 Height = 14
22 Caption = 'lblFontTest'
23 Font.Charset = ANSI_CHARSET
24 Font.Color = clWindowText
25 Font.Height = -11
26 Font.Name = 'Courier New'
27 Font.Style = []
28 ParentFont = False
29 end
30 object memReport: TRichEdit [1]
31 Left = 0
32 Top = 0
33 Width = 348
34 Height = 298
35 Align = alClient
36 Color = clCream
37 Font.Charset = ANSI_CHARSET
38 Font.Color = clWindowText
39 Font.Height = -11
40 Font.Name = 'Courier New'
41 Font.Style = []
42 Lines.Strings = (
43 'memReport')
44 ParentFont = False
45 ReadOnly = True
46 ScrollBars = ssBoth
47 TabOrder = 0
48 WantReturns = False
49 WordWrap = False
50 end
51 object pnlButton: TPanel [2]
52 Left = 0
53 Top = 298
54 Width = 348
55 Height = 21
56 Align = alBottom
57 Anchors = []
58 AutoSize = True
59 BevelOuter = bvNone
60 TabOrder = 1
61 DesignSize = (
62 348
63 21)
64 object cmdPrint: TButton
65 Left = 189
66 Top = 0
67 Width = 75
68 Height = 21
69 Anchors = [akRight]
70 Caption = 'Print'
71 TabOrder = 0
72 OnClick = cmdPrintClick
73 end
74 object cmdClose: TButton
75 Left = 272
76 Top = 0
77 Width = 75
78 Height = 21
79 Anchors = [akRight]
80 Cancel = True
81 Caption = 'Close'
82 Default = True
83 TabOrder = 1
84 OnClick = cmdCloseClick
85 end
86 end
87 inherited amgrMain: TVA508AccessibilityManager
88 Data = (
89 (
90 'Component = memReport'
91 'Status = stsDefault')
92 (
93 'Component = pnlButton'
94 'Status = stsDefault')
95 (
96 'Component = cmdPrint'
97 'Status = stsDefault')
98 (
99 'Component = cmdClose'
100 'Status = stsDefault')
101 (
102 'Component = frmReportBox'
103 'Status = stsDefault'))
104 end
105 object dlgPrintReport: TPrintDialog
106 Left = 318
107 Top = 41
108 end
109end
Note: See TracBrowser for help on using the repository browser.