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

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

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