source: cprs/branches/foia-cprs/CPRS-Chart/Orders/fODBB.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: 3.4 KB
Line 
1object frmODBB: TfrmODBB
2 Tag = 125
3 Left = 532
4 Top = 494
5 Width = 523
6 Height = 271
7 Caption = 'Order a Blood Component'
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 KeyPreview = True
15 OldCreateOrder = True
16 PixelsPerInch = 96
17 TextHeight = 13
18 object lblAvailTests: TLabel
19 Left = 6
20 Top = 4
21 Width = 93
22 Height = 13
23 Caption = 'Available Lab Tests'
24 end
25 object lblCollType: TLabel
26 Left = 7
27 Top = 152
28 Width = 73
29 Height = 13
30 Caption = 'Collection Type'
31 end
32 object lblCollTime: TLabel
33 Left = 148
34 Top = 152
35 Width = 100
36 Height = 13
37 Caption = 'Collection Date/Time'
38 end
39 object bvlTestName: TBevel
40 Left = 177
41 Top = 18
42 Width = 338
43 Height = 130
44 Style = bsRaised
45 end
46 object lblUrgency: TLabel
47 Left = 217
48 Top = 85
49 Width = 40
50 Height = 13
51 Caption = 'Urgency'
52 end
53 object lblAddlComment: TLabel
54 Left = 187
55 Top = 107
56 Width = 93
57 Height = 13
58 Caption = 'Additional Comment'
59 Visible = False
60 end
61 object cboAvailTest: TORComboBox
62 Left = 6
63 Top = 18
64 Width = 168
65 Height = 130
66 Style = orcsSimple
67 AutoSelect = True
68 Caption = 'Available Lab Tests'
69 Color = clWindow
70 DropDownCount = 8
71 ItemHeight = 13
72 ItemTipColor = clWindow
73 ItemTipEnable = True
74 ListItemsOnly = True
75 LongList = True
76 LookupPiece = 0
77 MaxLength = 0
78 Pieces = '2'
79 Sorted = False
80 SynonymChars = '<>'
81 TabOrder = 0
82 end
83 object cboCollType: TORComboBox
84 Left = 6
85 Top = 166
86 Width = 136
87 Height = 21
88 Style = orcsDropDown
89 AutoSelect = True
90 Caption = 'Collection Type'
91 Color = clWindow
92 DropDownCount = 8
93 ItemHeight = 13
94 ItemTipColor = clWindow
95 ItemTipEnable = True
96 ListItemsOnly = True
97 LongList = False
98 LookupPiece = 0
99 MaxLength = 0
100 Pieces = '2'
101 Sorted = False
102 SynonymChars = '<>'
103 TabOrder = 1
104 end
105 object cboCollTime: TORComboBox
106 Left = 149
107 Top = 166
108 Width = 168
109 Height = 21
110 Style = orcsDropDown
111 AutoSelect = True
112 Caption = 'Collection Date/Time'
113 Color = clWindow
114 DropDownCount = 8
115 ItemHeight = 13
116 ItemTipColor = clWindow
117 ItemTipEnable = True
118 ListItemsOnly = False
119 LongList = False
120 LookupPiece = 0
121 MaxLength = 0
122 Pieces = '2'
123 Sorted = False
124 SynonymChars = '<>'
125 TabOrder = 2
126 end
127 object txtAddlComment: TCaptionEdit
128 Left = 187
129 Top = 122
130 Width = 180
131 Height = 21
132 TabOrder = 3
133 Visible = False
134 Caption = 'Additional Comment'
135 end
136 object cboUrgency: TORComboBox
137 Left = 269
138 Top = 82
139 Width = 100
140 Height = 21
141 Style = orcsDropDown
142 AutoSelect = True
143 Caption = 'Urgency'
144 Color = clWindow
145 DropDownCount = 8
146 ItemHeight = 13
147 ItemTipColor = clWindow
148 ItemTipEnable = True
149 ListItemsOnly = True
150 LongList = False
151 LookupPiece = 0
152 MaxLength = 0
153 Pieces = '2'
154 Sorted = False
155 SynonymChars = '<>'
156 TabOrder = 5
157 end
158 object dlgLabCollTime: TORDateTimeDlg
159 FMDateTime = 2980923
160 DateOnly = False
161 RequireTime = True
162 Left = 155
163 Top = 4
164 end
165end
Note: See TracBrowser for help on using the repository browser.