source: cprs/trunk/CPRS-Chart/Encounter/fPCEProvider.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 frmPCEProvider: TfrmPCEProvider
2 Left = 192
3 Top = 104
4 BorderIcons = [biSystemMenu]
5 BorderStyle = bsDialog
6 Caption = 'Primary Encounter Provider'
7 ClientHeight = 254
8 ClientWidth = 317
9 Position = poScreenCenter
10 OnCreate = FormCreate
11 PixelsPerInch = 96
12 TextHeight = 13
13 object Spacer1: TLabel [0]
14 Left = 0
15 Top = 0
16 Width = 317
17 Height = 13
18 Align = alTop
19 ExplicitWidth = 3
20 end
21 object lblMsg: TMemo [1]
22 Left = 0
23 Top = 13
24 Width = 317
25 Height = 29
26 TabStop = False
27 Align = alTop
28 Alignment = taCenter
29 BorderStyle = bsNone
30 Color = clBtnFace
31 Font.Charset = DEFAULT_CHARSET
32 Font.Color = clWindowText
33 Font.Height = -11
34 Font.Name = 'MS Sans Serif'
35 Font.Style = [fsBold]
36 Lines.Strings = (
37 'Primary Provider for this Encounter')
38 ParentFont = False
39 ReadOnly = True
40 TabOrder = 4
41 end
42 object cboPrimary: TORComboBox [2]
43 Left = 6
44 Top = 69
45 Width = 307
46 Height = 180
47 Style = orcsSimple
48 AutoSelect = True
49 Caption = 'Primary Provider for this Encounter'
50 Color = clWindow
51 DropDownCount = 8
52 ItemHeight = 13
53 ItemTipColor = clWindow
54 ItemTipEnable = True
55 ListItemsOnly = True
56 LongList = True
57 LookupPiece = 2
58 MaxLength = 0
59 Pieces = '2,3'
60 Sorted = False
61 SynonymChars = '<>'
62 TabOrder = 0
63 TabStop = True
64 Visible = False
65 OnChange = cboPrimaryChange
66 OnNeedData = cboPrimaryNeedData
67 CharsNeedMatch = 1
68 end
69 object btnYes: TButton [3]
70 Left = 158
71 Top = 40
72 Width = 75
73 Height = 21
74 Caption = '&Yes'
75 Default = True
76 ModalResult = 6
77 TabOrder = 1
78 end
79 object btnNo: TButton [4]
80 Left = 238
81 Top = 40
82 Width = 75
83 Height = 21
84 Cancel = True
85 Caption = '&No'
86 ModalResult = 7
87 TabOrder = 2
88 end
89 object btnSelect: TButton [5]
90 Left = 6
91 Top = 40
92 Width = 90
93 Height = 21
94 Caption = '&Select Primary'
95 TabOrder = 3
96 OnClick = btnSelectClick
97 end
98 inherited amgrMain: TVA508AccessibilityManager
99 Data = (
100 (
101 'Component = lblMsg'
102 'Status = stsDefault')
103 (
104 'Component = cboPrimary'
105 'Status = stsDefault')
106 (
107 'Component = btnYes'
108 'Status = stsDefault')
109 (
110 'Component = btnNo'
111 'Status = stsDefault')
112 (
113 'Component = btnSelect'
114 'Status = stsDefault')
115 (
116 'Component = frmPCEProvider'
117 'Status = stsDefault'))
118 end
119end
Note: See TracBrowser for help on using the repository browser.