Last change
on this file since 872 was 830, checked in by Kevin Toppenberg, 14 years ago |
Upgrading to version 27
|
File size:
1.6 KB
|
Rev | Line | |
---|
[456] | 1 | inherited frmClinicWardMeds: TfrmClinicWardMeds
|
---|
| 2 | Left = 523
|
---|
| 3 | Top = 389
|
---|
| 4 | BorderIcons = []
|
---|
| 5 | Caption = 'Patient Location'
|
---|
[830] | 6 | ClientHeight = 95
|
---|
| 7 | ClientWidth = 298
|
---|
| 8 | ExplicitWidth = 306
|
---|
| 9 | ExplicitHeight = 122
|
---|
[456] | 10 | PixelsPerInch = 96
|
---|
| 11 | TextHeight = 13
|
---|
[830] | 12 | object stxtLine3: TStaticText [0]
|
---|
[456] | 13 | Left = 16
|
---|
| 14 | Top = 35
|
---|
| 15 | Width = 29
|
---|
| 16 | Height = 17
|
---|
| 17 | Caption = 'line 3'
|
---|
| 18 | TabOrder = 0
|
---|
| 19 | end
|
---|
[830] | 20 | object stxtLine2: TStaticText [1]
|
---|
[456] | 21 | Left = 16
|
---|
| 22 | Top = 20
|
---|
| 23 | Width = 29
|
---|
| 24 | Height = 17
|
---|
| 25 | Caption = 'line 2'
|
---|
| 26 | TabOrder = 1
|
---|
| 27 | end
|
---|
[830] | 28 | object stxtLine1: TStaticText [2]
|
---|
[456] | 29 | Left = 16
|
---|
| 30 | Top = 5
|
---|
| 31 | Width = 29
|
---|
| 32 | Height = 17
|
---|
| 33 | Caption = 'line 1'
|
---|
| 34 | TabOrder = 2
|
---|
| 35 | end
|
---|
[830] | 36 | object btnClinic: TButton [3]
|
---|
[456] | 37 | Left = 31
|
---|
| 38 | Top = 62
|
---|
| 39 | Width = 58
|
---|
| 40 | Height = 24
|
---|
| 41 | Anchors = [akLeft, akBottom]
|
---|
| 42 | BiDiMode = bdLeftToRight
|
---|
| 43 | ParentBiDiMode = False
|
---|
| 44 | TabOrder = 3
|
---|
| 45 | OnClick = btnClinicClick
|
---|
| 46 | end
|
---|
[830] | 47 | object btnWard: TButton [4]
|
---|
[456] | 48 | Left = 159
|
---|
| 49 | Top = 62
|
---|
| 50 | Width = 58
|
---|
| 51 | Height = 24
|
---|
| 52 | Anchors = [akLeft, akBottom]
|
---|
| 53 | TabOrder = 4
|
---|
| 54 | OnClick = btnWardClick
|
---|
| 55 | end
|
---|
[830] | 56 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 57 | Data = (
|
---|
| 58 | (
|
---|
| 59 | 'Component = stxtLine3'
|
---|
| 60 | 'Status = stsDefault')
|
---|
| 61 | (
|
---|
| 62 | 'Component = stxtLine2'
|
---|
| 63 | 'Status = stsDefault')
|
---|
| 64 | (
|
---|
| 65 | 'Component = stxtLine1'
|
---|
| 66 | 'Status = stsDefault')
|
---|
| 67 | (
|
---|
| 68 | 'Component = btnClinic'
|
---|
| 69 | 'Status = stsDefault')
|
---|
| 70 | (
|
---|
| 71 | 'Component = btnWard'
|
---|
| 72 | 'Status = stsDefault')
|
---|
| 73 | (
|
---|
| 74 | 'Component = frmClinicWardMeds'
|
---|
| 75 | 'Status = stsDefault'))
|
---|
| 76 | end
|
---|
[456] | 77 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.