source: cprs/trunk/CPRS-Chart/fPtSelMsg.dfm

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

Upgrading to version 27

File size: 1.3 KB
Line 
1inherited frmPtSelMsg: TfrmPtSelMsg
2 Left = 375
3 Top = 421
4 Caption = 'Patient Lookup Messages'
5 ClientHeight = 147
6 ClientWidth = 367
7 FormStyle = fsStayOnTop
8 Position = poScreenCenter
9 OnClose = FormClose
10 OnCreate = FormCreate
11 OnDestroy = FormDestroy
12 ExplicitWidth = 375
13 ExplicitHeight = 174
14 DesignSize = (
15 367
16 147)
17 PixelsPerInch = 96
18 TextHeight = 13
19 object cmdClose: TButton [0]
20 Left = 158
21 Top = 114
22 Width = 60
23 Height = 21
24 Anchors = [akLeft, akRight, akBottom]
25 Cancel = True
26 Caption = 'Close'
27 Default = True
28 TabOrder = 0
29 OnClick = cmdCloseClick
30 end
31 object memMessages: TRichEdit [1]
32 Left = 0
33 Top = 0
34 Width = 367
35 Height = 107
36 Anchors = [akLeft, akTop, akRight, akBottom]
37 Color = clCream
38 ReadOnly = True
39 ScrollBars = ssVertical
40 TabOrder = 1
41 WantReturns = False
42 end
43 inherited amgrMain: TVA508AccessibilityManager
44 Data = (
45 (
46 'Component = cmdClose'
47 'Status = stsDefault')
48 (
49 'Component = memMessages'
50 'Status = stsDefault')
51 (
52 'Component = frmPtSelMsg'
53 'Status = stsDefault'))
54 end
55 object timClose: TTimer
56 OnTimer = timCloseTimer
57 Left = 6
58 Top = 126
59 end
60end
Note: See TracBrowser for help on using the repository browser.