source: cprs/trunk/CPRS-Chart/Encounter/fHealthFactor.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: 3.5 KB
Line 
1inherited frmHealthFactors: TfrmHealthFactors
2 Left = 374
3 Top = 205
4 Caption = 'Health Factor page'
5 ExplicitLeft = 374
6 ExplicitTop = 205
7 PixelsPerInch = 96
8 TextHeight = 13
9 object lblHealthLevel: TLabel [0]
10 Left = 490
11 Top = 264
12 Width = 69
13 Height = 13
14 Caption = 'Level/Severity'
15 end
16 inherited lblSection: TLabel
17 Width = 103
18 Caption = 'Health Factor Section'
19 ExplicitWidth = 103
20 end
21 inherited btnOK: TBitBtn
22 TabOrder = 6
23 end
24 inherited btnCancel: TBitBtn
25 TabOrder = 7
26 end
27 inherited pnlGrid: TPanel
28 TabOrder = 1
29 inherited lbGrid: TORListBox
30 Tag = 70
31 Caption = 'Selected Health Factors'
32 Pieces = '1,2'
33 end
34 inherited hcGrid: THeaderControl
35 Sections = <
36 item
37 ImageIndex = -1
38 MinWidth = 85
39 Text = 'Level/Severity'
40 Width = 85
41 end
42 item
43 ImageIndex = -1
44 MinWidth = 130
45 Text = 'Selected Health Factors'
46 Width = 130
47 end>
48 end
49 end
50 inherited edtComment: TCaptionEdit
51 MaxLength = 245
52 TabOrder = 3
53 end
54 object cboHealthLevel: TORComboBox [9]
55 Tag = 50
56 Left = 490
57 Top = 280
58 Width = 121
59 Height = 21
60 Style = orcsDropDown
61 AutoSelect = True
62 Caption = 'Level/Severity'
63 Color = clWindow
64 DropDownCount = 8
65 Enabled = False
66 ItemHeight = 13
67 ItemTipColor = clWindow
68 ItemTipEnable = True
69 ListItemsOnly = False
70 LongList = False
71 LookupPiece = 0
72 MaxLength = 0
73 Pieces = '2'
74 Sorted = False
75 SynonymChars = '<>'
76 TabOrder = 4
77 OnChange = cboHealthLevelChange
78 CharsNeedMatch = 1
79 end
80 inherited btnRemove: TButton
81 TabOrder = 5
82 end
83 inherited btnSelectAll: TButton
84 TabOrder = 2
85 TabStop = True
86 end
87 inherited pnlMain: TPanel
88 TabOrder = 0
89 inherited lbxSection: TORListBox
90 Tag = 70
91 ExplicitLeft = 210
92 end
93 inherited pnlLeft: TPanel
94 inherited lbSection: TORListBox
95 Tag = 70
96 TabOrder = 0
97 Caption = 'Health Factor Section'
98 end
99 inherited btnOther: TButton
100 Tag = 23
101 Caption = 'Other Health Factor...'
102 TabOrder = 1
103 end
104 end
105 end
106 inherited amgrMain: TVA508AccessibilityManager
107 Data = (
108 (
109 'Component = cboHealthLevel'
110 'Label = lblHealthLevel'
111 'Status = stsOK')
112 (
113 'Component = edtComment'
114 'Label = lblComment'
115 'Status = stsOK')
116 (
117 'Component = btnRemove'
118 'Status = stsDefault')
119 (
120 'Component = btnSelectAll'
121 'Status = stsDefault')
122 (
123 'Component = pnlMain'
124 'Status = stsDefault')
125 (
126 'Component = lbxSection'
127 'Label = lblList'
128 'Status = stsOK')
129 (
130 'Component = pnlLeft'
131 'Status = stsDefault')
132 (
133 'Component = lbSection'
134 'Label = lblSection'
135 'Status = stsOK')
136 (
137 'Component = btnOther'
138 'Status = stsDefault')
139 (
140 'Component = pnlGrid'
141 'Status = stsDefault')
142 (
143 'Component = lbGrid'
144 'Status = stsDefault')
145 (
146 'Component = hcGrid'
147 'Status = stsDefault')
148 (
149 'Component = btnOK'
150 'Status = stsDefault')
151 (
152 'Component = btnCancel'
153 'Status = stsDefault')
154 (
155 'Component = frmHealthFactors'
156 'Status = stsDefault'))
157 end
158end
Note: See TracBrowser for help on using the repository browser.