source: cprs/branches/foia-cprs/CPRS-Chart/fRenewOutMed.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: 2.0 KB
Line 
1inherited frmRenewOutMed: TfrmRenewOutMed
2 Left = 338
3 Top = 413
4 Height = 257
5 Caption = 'Change Refills/Comments for Outpatient Medication'
6 Position = poScreenCenter
7 OnCreate = FormCreate
8 PixelsPerInch = 96
9 TextHeight = 13
10 object lblRefills: TLabel
11 Left = 8
12 Top = 80
13 Width = 28
14 Height = 13
15 Caption = 'Refills'
16 end
17 object lblComments: TLabel
18 Left = 8
19 Top = 123
20 Width = 49
21 Height = 13
22 Caption = 'Comments'
23 Enabled = False
24 Visible = False
25 end
26 object lblPickup: TLabel
27 Left = 74
28 Top = 81
29 Width = 38
30 Height = 13
31 Caption = 'Pick Up'
32 end
33 object cmdOK: TButton
34 Left = 267
35 Top = 201
36 Width = 72
37 Height = 21
38 Caption = 'OK'
39 Default = True
40 TabOrder = 3
41 OnClick = cmdOKClick
42 end
43 object cmdCancel: TButton
44 Left = 347
45 Top = 201
46 Width = 72
47 Height = 21
48 Cancel = True
49 Caption = 'Cancel'
50 TabOrder = 4
51 OnClick = cmdCancelClick
52 end
53 object memOrder: TCaptionMemo
54 Left = 8
55 Top = 16
56 Width = 411
57 Height = 48
58 Color = clBtnFace
59 ReadOnly = True
60 TabOrder = 5
61 Caption = 'Order'
62 end
63 object memComments: TCaptionMemo
64 Left = 8
65 Top = 137
66 Width = 411
67 Height = 48
68 Enabled = False
69 TabOrder = 2
70 Visible = False
71 Caption = 'Comments'
72 end
73 object txtRefills: TCaptionEdit
74 Left = 8
75 Top = 94
76 Width = 49
77 Height = 21
78 TabOrder = 0
79 Caption = 'Refills'
80 end
81 object cboPickup: TORComboBox
82 Left = 74
83 Top = 95
84 Width = 106
85 Height = 21
86 Style = orcsDropDown
87 AutoSelect = True
88 Caption = 'Pick Up'
89 Color = clWindow
90 DropDownCount = 8
91 ItemHeight = 13
92 ItemTipColor = clWindow
93 ItemTipEnable = True
94 ListItemsOnly = True
95 LongList = False
96 MaxLength = 0
97 Pieces = '2'
98 Sorted = False
99 SynonymChars = '<>'
100 TabOrder = 1
101 end
102end
Note: See TracBrowser for help on using the repository browser.