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

Last change on this file since 1679 was 1679, checked in by healthsevak, 9 years ago

Updating the working copy to CPRS version 28

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