source: cprs/trunk/CPRS-Chart/Orders/fODMisc.dfm@ 1679

Last change on this file since 1679 was 1679, checked in by healthsevak, 9 years ago

Updating the working copy to CPRS version 28

File size: 2.9 KB
Line 
1inherited frmODMisc: TfrmODMisc
2 Left = 404
3 Top = 453
4 Caption = 'Patient Care Order'
5 PixelsPerInch = 96
6 TextHeight = 13
7 object lblStart: TLabel [0]
8 Left = 6
9 Top = 100
10 Width = 76
11 Height = 13
12 Caption = 'Start Date/Time'
13 end
14 object lblStop: TLabel [1]
15 Left = 158
16 Top = 100
17 Width = 76
18 Height = 13
19 Caption = 'Stop Date/Time'
20 end
21 object lblCare: TLabel [2]
22 Left = 6
23 Top = 6
24 Width = 58
25 Height = 13
26 Caption = 'Patient Care'
27 end
28 object lblComment: TLabel [3]
29 Left = 6
30 Top = 53
31 Width = 54
32 Height = 13
33 Caption = 'Instructions'
34 end
35 inherited memOrder: TCaptionMemo
36 TabStop = False
37 TabOrder = 5
38 end
39 inherited cmdAccept: TButton
40 TabOrder = 6
41 end
42 inherited cmdQuit: TButton
43 TabOrder = 7
44 end
45 inherited pnlMessage: TPanel
46 TabOrder = 1
47 end
48 object cboCare: TORComboBox [8]
49 Left = 8
50 Top = 25
51 Width = 292
52 Height = 21
53 Style = orcsDropDown
54 AutoSelect = True
55 Caption = 'Patient Care'
56 Color = clWindow
57 DropDownCount = 8
58 ItemHeight = 13
59 ItemTipColor = clWindow
60 ItemTipEnable = True
61 ListItemsOnly = True
62 LongList = True
63 LookupPiece = 0
64 MaxLength = 0
65 Pieces = '2'
66 Sorted = False
67 SynonymChars = '<>'
68 TabOrder = 0
69 OnExit = ControlChange
70 OnMouseClick = ControlChange
71 OnNeedData = cboCareNeedData
72 CharsNeedMatch = 1
73 end
74 object calStart: TORDateBox [9]
75 Left = 6
76 Top = 114
77 Width = 140
78 Height = 21
79 TabOrder = 3
80 Text = 'Now'
81 OnChange = ControlChange
82 DateOnly = False
83 RequireTime = False
84 Caption = 'Start Date/Time'
85 end
86 object calStop: TORDateBox [10]
87 Left = 158
88 Top = 114
89 Width = 140
90 Height = 21
91 TabOrder = 4
92 OnChange = ControlChange
93 DateOnly = False
94 RequireTime = False
95 Caption = 'Stop Date/Time'
96 end
97 object txtComment: TCaptionEdit [11]
98 Left = 6
99 Top = 67
100 Width = 508
101 Height = 21
102 TabOrder = 2
103 OnChange = ControlChange
104 Caption = 'Instructions'
105 end
106 inherited amgrMain: TVA508AccessibilityManager
107 Data = (
108 (
109 'Component = cboCare'
110 'Status = stsDefault')
111 (
112 'Component = calStart'
113 'Status = stsDefault')
114 (
115 'Component = calStop'
116 'Status = stsDefault')
117 (
118 'Component = txtComment'
119 'Status = stsDefault')
120 (
121 'Component = memOrder'
122 'Status = stsDefault')
123 (
124 'Component = cmdAccept'
125 'Status = stsDefault')
126 (
127 'Component = cmdQuit'
128 'Status = stsDefault')
129 (
130 'Component = pnlMessage'
131 'Status = stsDefault')
132 (
133 'Component = memMessage'
134 'Status = stsDefault')
135 (
136 'Component = frmODMisc'
137 'Status = stsDefault'))
138 end
139end
Note: See TracBrowser for help on using the repository browser.