source: cprs/branches/foia-cprs/CPRS-Chart/Encounter/fDiagnoses.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.3 KB
Line 
1inherited frmDiagnoses: TfrmDiagnoses
2 Left = 306
3 Top = 183
4 Caption = 'Encounter Diagnoses'
5 PixelsPerInch = 96
6 TextHeight = 13
7 object lblAdd2PL: TLabel [0]
8 Left = 555
9 Top = 255
10 Width = 53
11 Height = 26
12 Caption = 'Add to Problem list'
13 WordWrap = True
14 end
15 inherited lblSection: TLabel
16 Width = 89
17 Caption = 'Diagnoses Section'
18 end
19 inherited btnOK: TBitBtn
20 TabOrder = 7
21 end
22 inherited btnCancel: TBitBtn
23 TabOrder = 8
24 end
25 inherited pnlGrid: TPanel
26 Width = 523
27 TabOrder = 1
28 inherited lbGrid: TORListBox
29 Tag = 20
30 Width = 523
31 Pieces = '1,2,3'
32 end
33 inherited hcGrid: THeaderControl
34 Width = 523
35 Sections = <
36 item
37 ImageIndex = -1
38 MinWidth = 60
39 Text = 'Add to PL'
40 Width = 60
41 end
42 item
43 ImageIndex = -1
44 MinWidth = 65
45 Text = 'Primary'
46 Width = 65
47 end
48 item
49 ImageIndex = -1
50 MinWidth = 110
51 Text = 'Selected Diagnoses'
52 Width = 110
53 end>
54 end
55 end
56 inherited edtComment: TCaptionEdit
57 TabOrder = 3
58 end
59 inherited btnRemove: TButton
60 TabOrder = 6
61 end
62 inherited btnSelectAll: TButton
63 Left = 454
64 TabOrder = 2
65 TabStop = True
66 end
67 inherited pnlMain: TPanel
68 TabOrder = 0
69 inherited lbxSection: TORListBox
70 Tag = 20
71 Height = 196
72 IntegralHeight = True
73 Pieces = '2,3,4,5'
74 end
75 inherited pnlLeft: TPanel
76 inherited lbSection: TORListBox
77 Tag = 20
78 Style = lbOwnerDrawFixed
79 TabOrder = 0
80 OnDrawItem = lbSectionDrawItem
81 end
82 inherited btnOther: TButton
83 Tag = 12
84 Caption = 'Other Diagnosis...'
85 TabOrder = 1
86 end
87 end
88 end
89 object cmdDiagPrimary: TButton
90 Left = 536
91 Top = 306
92 Width = 75
93 Height = 21
94 Caption = 'Primary'
95 Enabled = False
96 TabOrder = 5
97 OnClick = cmdDiagPrimaryClick
98 end
99 object ckbDiagProb: TCheckBox
100 Left = 536
101 Top = 262
102 Width = 13
103 Height = 13
104 Caption = 'Add to Problem list'
105 TabOrder = 4
106 OnClick = ckbDiagProbClicked
107 end
108end
Note: See TracBrowser for help on using the repository browser.