source: cprs/trunk/CPRS-Chart/Consults/fPreReq.dfm@ 829

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

Upgrade to version 27

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