source: cprs/trunk/CPRS-Chart/Orders/fIVRoutes.dfm@ 830

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

Upgrading to version 27

File size: 2.2 KB
Line 
1inherited frmIVRoutes: TfrmIVRoutes
2 Left = 0
3 Top = 0
4 Caption = 'Expanded Med Route List'
5 ClientHeight = 339
6 ClientWidth = 222
7 Constraints.MinHeight = 360
8 Constraints.MinWidth = 220
9 Font.Name = 'Tahoma'
10 OldCreateOrder = False
11 OnCreate = FormCreate
12 ExplicitWidth = 230
13 ExplicitHeight = 366
14 DesignSize = (
15 222
16 339)
17 PixelsPerInch = 96
18 TextHeight = 13
19 object pnlTop: TPanel [0]
20 Left = 0
21 Top = 0
22 Width = 220
23 Height = 249
24 Anchors = [akLeft, akTop, akRight, akBottom]
25 BevelOuter = bvNone
26 TabOrder = 0
27 object cboAllIVRoutes: TORComboBox
28 Left = 24
29 Top = 16
30 Width = 161
31 Height = 217
32 Style = orcsSimple
33 AutoSelect = True
34 Color = clWindow
35 DropDownCount = 8
36 ItemHeight = 13
37 ItemTipColor = clWindow
38 ItemTipEnable = True
39 ListItemsOnly = False
40 LongList = False
41 LookupPiece = 0
42 MaxLength = 0
43 Pieces = '2'
44 Sorted = False
45 SynonymChars = '<>'
46 TabOrder = 0
47 CharsNeedMatch = 1
48 UniqueAutoComplete = True
49 end
50 end
51 object pnlBottom: TORAutoPanel [1]
52 Left = 0
53 Top = 255
54 Width = 218
55 Height = 82
56 BevelOuter = bvNone
57 TabOrder = 1
58 object BtnOK: TButton
59 Left = 110
60 Top = 24
61 Width = 75
62 Height = 25
63 Caption = '&OK'
64 Default = True
65 TabOrder = 0
66 OnClick = BtnOKClick
67 end
68 object btnCancel: TButton
69 Left = 29
70 Top = 24
71 Width = 75
72 Height = 25
73 Caption = '&Cancel'
74 TabOrder = 1
75 OnClick = btnCancelClick
76 end
77 end
78 inherited amgrMain: TVA508AccessibilityManager
79 Data = (
80 (
81 'Component = pnlTop'
82 'Status = stsDefault')
83 (
84 'Component = cboAllIVRoutes'
85 'Status = stsDefault')
86 (
87 'Component = pnlBottom'
88 'Status = stsDefault')
89 (
90 'Component = BtnOK'
91 'Status = stsDefault')
92 (
93 'Component = btnCancel'
94 'Status = stsDefault')
95 (
96 'Component = frmIVRoutes'
97 'Status = stsDefault'))
98 end
99end
Note: See TracBrowser for help on using the repository browser.