source: cprs/trunk/CPRS-Chart/fClinicWardMeds.dfm@ 456

Last change on this file since 456 was 456, checked in by Kevin Toppenberg, 16 years ago

Initial Upload of Official WV CPRS 1.0.26.76

File size: 1.0 KB
Line 
1inherited frmClinicWardMeds: TfrmClinicWardMeds
2 Left = 523
3 Top = 389
4 Width = 306
5 Height = 122
6 BorderIcons = []
7 Caption = 'Patient Location'
8 PixelsPerInch = 96
9 TextHeight = 13
10 object stxtLine3: TStaticText
11 Left = 16
12 Top = 35
13 Width = 29
14 Height = 17
15 Caption = 'line 3'
16 TabOrder = 0
17 end
18 object stxtLine2: TStaticText
19 Left = 16
20 Top = 20
21 Width = 29
22 Height = 17
23 Caption = 'line 2'
24 TabOrder = 1
25 end
26 object stxtLine1: TStaticText
27 Left = 16
28 Top = 5
29 Width = 29
30 Height = 17
31 Caption = 'line 1'
32 TabOrder = 2
33 end
34 object btnClinic: TButton
35 Left = 31
36 Top = 62
37 Width = 58
38 Height = 24
39 Anchors = [akLeft, akBottom]
40 BiDiMode = bdLeftToRight
41 ParentBiDiMode = False
42 TabOrder = 3
43 OnClick = btnClinicClick
44 end
45 object btnWard: TButton
46 Left = 159
47 Top = 62
48 Width = 58
49 Height = 24
50 Anchors = [akLeft, akBottom]
51 TabOrder = 4
52 OnClick = btnWardClick
53 end
54end
Note: See TracBrowser for help on using the repository browser.