source: cprs/trunk/CPRS-Chart/Consults/fConsMedRslt.dfm@ 456

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

Initial Upload of Official WV CPRS 1.0.26.76

File size: 4.0 KB
Line 
1object frmConsMedRslt: TfrmConsMedRslt
2 Left = 468
3 Top = 172
4 BorderStyle = bsDialog
5 Caption = 'Select Medicine Result'
6 ClientHeight = 242
7 ClientWidth = 505
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'MS Sans Serif'
13 Font.Style = []
14 OldCreateOrder = True
15 Position = poScreenCenter
16 OnDestroy = FormDestroy
17 PixelsPerInch = 96
18 TextHeight = 13
19 object pnlBase: TORAutoPanel
20 Left = 0
21 Top = 0
22 Width = 505
23 Height = 242
24 Align = alClient
25 BevelOuter = bvNone
26 TabOrder = 0
27 object SrcLabel: TLabel
28 Left = 12
29 Top = 6
30 Width = 145
31 Height = 16
32 AutoSize = False
33 Caption = 'Select medicine result:'
34 end
35 object lblDateofAction: TOROffsetLabel
36 Left = 133
37 Top = 159
38 Width = 112
39 Height = 19
40 Caption = 'Date/time of this action'
41 HorzOffset = 2
42 Transparent = False
43 VertOffset = 6
44 WordWrap = False
45 end
46 object lblActionBy: TOROffsetLabel
47 Left = 266
48 Top = 159
49 Width = 215
50 Height = 19
51 Caption = 'Action by'
52 HorzOffset = 2
53 Transparent = False
54 VertOffset = 6
55 WordWrap = False
56 end
57 object lblResultName: TOROffsetLabel
58 Left = 27
59 Top = 29
60 Width = 90
61 Height = 15
62 Caption = 'Type of Result'
63 HorzOffset = 2
64 Transparent = False
65 VertOffset = 2
66 WordWrap = False
67 end
68 object lblResultDate: TOROffsetLabel
69 Left = 255
70 Top = 29
71 Width = 74
72 Height = 15
73 Caption = 'Date of Result'
74 HorzOffset = 2
75 Transparent = False
76 VertOffset = 2
77 WordWrap = False
78 end
79 object lblSummary: TOROffsetLabel
80 Left = 375
81 Top = 29
82 Width = 45
83 Height = 15
84 Caption = 'Summary'
85 HorzOffset = 2
86 Transparent = False
87 VertOffset = 2
88 WordWrap = False
89 end
90 object cmdOK: TButton
91 Left = 332
92 Top = 211
93 Width = 75
94 Height = 21
95 Caption = 'OK'
96 Default = True
97 TabOrder = 5
98 OnClick = cmdOKClick
99 end
100 object cmdCancel: TButton
101 Left = 412
102 Top = 211
103 Width = 75
104 Height = 21
105 Cancel = True
106 Caption = 'Cancel'
107 TabOrder = 6
108 OnClick = cmdCancelClick
109 end
110 object lstMedResults: TORListBox
111 Left = 15
112 Top = 45
113 Width = 476
114 Height = 114
115 Style = lbOwnerDrawFixed
116 ItemHeight = 13
117 ParentShowHint = False
118 ShowHint = True
119 Sorted = True
120 TabOrder = 0
121 OnDrawItem = lstMedResultsDrawItem
122 Caption = 'Select medicine result'
123 ItemTipColor = clWindow
124 LongList = False
125 Pieces = '2,3,4'
126 TabPositions = '40,60'
127 end
128 object cmdDetails: TButton
129 Left = 15
130 Top = 179
131 Width = 75
132 Height = 21
133 Caption = 'Show Details'
134 TabOrder = 1
135 OnClick = cmdDetailsClick
136 end
137 object ckAlert: TCheckBox
138 Left = 131
139 Top = 211
140 Width = 79
141 Height = 17
142 Caption = 'Send alert'
143 TabOrder = 4
144 OnClick = ckAlertClick
145 end
146 object calDateofAction: TORDateBox
147 Left = 133
148 Top = 179
149 Width = 116
150 Height = 21
151 TabStop = False
152 TabOrder = 2
153 Text = 'Now'
154 DateOnly = False
155 RequireTime = False
156 Caption = 'Date/time of this action'
157 end
158 object cboPerson: TORComboBox
159 Left = 265
160 Top = 179
161 Width = 220
162 Height = 21
163 Style = orcsDropDown
164 AutoSelect = True
165 Caption = 'Action by'
166 Color = clWindow
167 DropDownCount = 8
168 ItemHeight = 13
169 ItemTipColor = clWindow
170 ItemTipEnable = True
171 ListItemsOnly = True
172 LongList = True
173 LookupPiece = 2
174 MaxLength = 0
175 Pieces = '2,3'
176 Sorted = False
177 SynonymChars = '<>'
178 TabOrder = 3
179 OnNeedData = NewPersonNeedData
180 end
181 end
182end
Note: See TracBrowser for help on using the repository browser.