source: cprs/branches/foia-cprs/CPRS-Chart/Consults/fPreReq.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.1 KB
Line 
1object frmPrerequisites: TfrmPrerequisites
2 Left = 337
3 Top = 219
4 Width = 377
5 Height = 348
6 BorderIcons = [biSystemMenu]
7 Caption = 'frmPrerequisites'
8 Color = clBtnFace
9 Font.Charset = ANSI_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'MS Sans Serif'
13 Font.Style = []
14 FormStyle = fsStayOnTop
15 OldCreateOrder = True
16 Position = poScreenCenter
17 OnClose = FormClose
18 OnCreate = FormCreate
19 OnShow = FormShow
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 = 33
38 Width = 369
39 Height = 288
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 = 0
59 Width = 369
60 Height = 33
61 Align = alTop
62 BevelOuter = bvNone
63 TabOrder = 2
64 DesignSize = (
65 369
66 33)
67 object cmdContinue: TButton
68 Left = 209
69 Top = 6
70 Width = 75
71 Height = 21
72 Anchors = [akTop, akRight]
73 Caption = 'Continue'
74 TabOrder = 0
75 OnClick = cmdContinueClick
76 end
77 object cmdCancel: TButton
78 Left = 292
79 Top = 6
80 Width = 75
81 Height = 21
82 Anchors = [akTop, akRight]
83 Cancel = True
84 Caption = 'Cancel Order'
85 TabOrder = 1
86 OnClick = cmdCancelClick
87 end
88 end
89 object cmdPrint: TButton
90 Left = 2
91 Top = 6
92 Width = 75
93 Height = 21
94 Caption = 'Print'
95 TabOrder = 1
96 OnClick = cmdPrintClick
97 end
98 object dlgPrintReport: TPrintDialog
99 Left = 113
100 Top = 3
101 end
102end
Note: See TracBrowser for help on using the repository browser.