source: cprs/branches/tmg-cprs/CPRS-Chart/Encounter/fExam.dfm@ 453

Last change on this file since 453 was 453, checked in by Kevin Toppenberg, 16 years ago

Initial upload of TMG-CPRS 1.0.26.69

File size: 3.4 KB
Line 
1inherited frmExams: TfrmExams
2 Left = 248
3 Top = 174
4 Caption = 'Encounter Examinations'
5 PixelsPerInch = 96
6 TextHeight = 13
7 object lblExamResults: TLabel [0]
8 Left = 490
9 Top = 264
10 Width = 35
11 Height = 13
12 Caption = 'Results'
13 end
14 inherited lblSection: TLabel
15 Width = 65
16 Caption = 'Exam 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 Caption = 'Exams'
28 Pieces = '1,2'
29 end
30 inherited hcGrid: THeaderControl
31 Sections = <
32 item
33 ImageIndex = -1
34 MinWidth = 60
35 Text = 'Results'
36 Width = 60
37 end
38 item
39 ImageIndex = -1
40 MinWidth = 90
41 Text = 'Selected Exams'
42 Width = 90
43 end>
44 end
45 end
46 inherited edtComment: TCaptionEdit
47 TabOrder = 3
48 end
49 inherited btnRemove: TButton
50 TabOrder = 5
51 end
52 inherited btnSelectAll: TButton
53 TabOrder = 2
54 TabStop = True
55 end
56 object cboExamResults: TORComboBox [11]
57 Tag = 60
58 Left = 490
59 Top = 280
60 Width = 121
61 Height = 21
62 Style = orcsDropDown
63 AutoSelect = True
64 Caption = 'Results'
65 Color = clWindow
66 DropDownCount = 8
67 Enabled = False
68 ItemHeight = 13
69 ItemTipColor = clWindow
70 ItemTipEnable = True
71 ListItemsOnly = False
72 LongList = False
73 LookupPiece = 0
74 MaxLength = 0
75 Pieces = '2'
76 Sorted = False
77 SynonymChars = '<>'
78 TabOrder = 4
79 OnChange = cboExamResultsChange
80 CharsNeedMatch = 1
81 end
82 inherited pnlMain: TPanel
83 TabOrder = 0
84 inherited lbxSection: TORListBox
85 Tag = 80
86 end
87 inherited pnlLeft: TPanel
88 inherited lbSection: TORListBox
89 TabOrder = 0
90 Caption = 'Exam Section'
91 end
92 inherited btnOther: TButton
93 Tag = 24
94 Caption = 'Other Exam...'
95 TabOrder = 1
96 end
97 end
98 end
99 inherited DKLanguageController1: TDKLanguageController
100 LangData = {
101 080066726D4578616D73010100000001000000070043617074696F6E01140000
102 00050062746E4F4B010100000002000000070043617074696F6E00090062746E
103 43616E63656C010100000003000000070043617074696F6E000700706E6C4772
104 6964010100000004000000070043617074696F6E0006006C6247726964010100
105 00000E000000070043617074696F6E00060068634772696401020000000F0000
106 00100053656374696F6E735B305D2E5465787410000000100053656374696F6E
107 735B315D2E54657874000A006C626C53656374696F6E01010000000500000007
108 0043617074696F6E0007006C626C4C6973740101000000060000000700436170
109 74696F6E000A006C626C436F6D6D656E74010100000007000000070043617074
110 696F6E00070062766C4D61696E00000A00656474436F6D6D656E740101000000
111 08000000070043617074696F6E00090062746E52656D6F766501010000000900
112 0000070043617074696F6E000C0062746E53656C656374416C6C01010000000A
113 000000070043617074696F6E000700706E6C4D61696E0000070073706C4C6566
114 7400000A006C627853656374696F6E01010000000B000000070043617074696F
115 6E000700706E6C4C656674000009006C6253656374696F6E01010000000C0000
116 00070043617074696F6E00080062746E4F7468657201010000000D0000000700
117 43617074696F6E000E006C626C4578616D526573756C74730101000000110000
118 00070043617074696F6E000E0063626F4578616D526573756C74730101000000
119 12000000070043617074696F6E00}
120 end
121end
Note: See TracBrowser for help on using the repository browser.