source: cprs/branches/foia-cprs/CPRS-Chart/Encounter/fHealthFactor.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 
1inherited frmHealthFactors: TfrmHealthFactors
2 Left = 434
3 Top = 354
4 Caption = 'Health Factor page'
5 PixelsPerInch = 96
6 TextHeight = 13
7 object lblHealthLevel: TLabel [0]
8 Left = 490
9 Top = 264
10 Width = 69
11 Height = 13
12 Caption = 'Level/Severity'
13 end
14 inherited lblSection: TLabel
15 Width = 103
16 Caption = 'Health Factor Section'
17 end
18 inherited btnOK: TBitBtn
19 TabOrder = 6
20 end
21 inherited btnCancel: TBitBtn
22 TabOrder = 7
23 end
24 inherited pnlGrid: TPanel
25 TabOrder = 1
26 inherited lbGrid: TORListBox
27 Tag = 70
28 Caption = 'Selected Health Factors'
29 Pieces = '1,2'
30 end
31 inherited hcGrid: THeaderControl
32 Sections = <
33 item
34 ImageIndex = -1
35 MinWidth = 85
36 Text = 'Level/Severity'
37 Width = 85
38 end
39 item
40 ImageIndex = -1
41 MinWidth = 130
42 Text = 'Selected Health Factors'
43 Width = 130
44 end>
45 end
46 end
47 inherited edtComment: TCaptionEdit
48 TabOrder = 3
49 end
50 inherited btnRemove: TButton
51 TabOrder = 5
52 end
53 inherited btnSelectAll: TButton
54 TabOrder = 2
55 TabStop = True
56 end
57 inherited pnlMain: TPanel
58 TabOrder = 0
59 inherited lbxSection: TORListBox
60 Tag = 70
61 end
62 inherited pnlLeft: TPanel
63 inherited lbSection: TORListBox
64 Tag = 70
65 TabOrder = 0
66 Caption = 'Health Factor Section'
67 end
68 inherited btnOther: TButton
69 Tag = 23
70 Caption = 'Other Health Factor...'
71 TabOrder = 1
72 end
73 end
74 end
75 object cboHealthLevel: TORComboBox
76 Tag = 50
77 Left = 490
78 Top = 280
79 Width = 121
80 Height = 21
81 Style = orcsDropDown
82 AutoSelect = True
83 Caption = 'Level/Severity'
84 Color = clWindow
85 DropDownCount = 8
86 Enabled = False
87 ItemHeight = 13
88 ItemTipColor = clWindow
89 ItemTipEnable = True
90 ListItemsOnly = False
91 LongList = False
92 MaxLength = 0
93 Pieces = '2'
94 Sorted = False
95 SynonymChars = '<>'
96 TabOrder = 4
97 OnChange = cboHealthLevelChange
98 end
99end
Note: See TracBrowser for help on using the repository browser.