Last change
on this file since 1806 was 1679, checked in by healthsevak, 9 years ago |
Updating the working copy to CPRS version 28
|
File size:
3.2 KB
|
Rev | Line | |
---|
[456] | 1 | inherited frmRenewOutMed: TfrmRenewOutMed
|
---|
| 2 | Left = 334
|
---|
| 3 | Top = 436
|
---|
| 4 | Caption = 'Change Refills for Outpatient Medication'
|
---|
[830] | 5 | ClientHeight = 200
|
---|
| 6 | ClientWidth = 356
|
---|
| 7 | OldCreateOrder = True
|
---|
[456] | 8 | Position = poScreenCenter
|
---|
| 9 | OnCreate = FormCreate
|
---|
[1679] | 10 | OnShow = FormShow
|
---|
[830] | 11 | ExplicitWidth = 364
|
---|
| 12 | ExplicitHeight = 227
|
---|
[456] | 13 | PixelsPerInch = 96
|
---|
| 14 | TextHeight = 13
|
---|
[830] | 15 | object memOrder: TCaptionMemo [0]
|
---|
[456] | 16 | Left = 0
|
---|
| 17 | Top = 0
|
---|
| 18 | Width = 356
|
---|
[830] | 19 | Height = 95
|
---|
[1679] | 20 | TabStop = False
|
---|
[456] | 21 | Align = alClient
|
---|
| 22 | Color = clBtnFace
|
---|
| 23 | ReadOnly = True
|
---|
| 24 | ScrollBars = ssVertical
|
---|
| 25 | TabOrder = 0
|
---|
| 26 | Caption = 'Order'
|
---|
| 27 | end
|
---|
[830] | 28 | object pnlButtons: TPanel [1]
|
---|
[456] | 29 | Left = 0
|
---|
[830] | 30 | Top = 159
|
---|
[456] | 31 | Width = 356
|
---|
| 32 | Height = 41
|
---|
| 33 | Align = alBottom
|
---|
| 34 | BevelOuter = bvNone
|
---|
| 35 | TabOrder = 2
|
---|
[1679] | 36 | ExplicitTop = 165
|
---|
[456] | 37 | DesignSize = (
|
---|
| 38 | 356
|
---|
| 39 | 41)
|
---|
| 40 | object cmdOK: TButton
|
---|
[1679] | 41 | Left = 170
|
---|
[456] | 42 | Top = 7
|
---|
| 43 | Width = 72
|
---|
| 44 | Height = 27
|
---|
| 45 | Anchors = [akTop, akRight]
|
---|
| 46 | Caption = 'OK'
|
---|
| 47 | Default = True
|
---|
| 48 | TabOrder = 0
|
---|
| 49 | OnClick = cmdOKClick
|
---|
| 50 | end
|
---|
| 51 | object cmdCancel: TButton
|
---|
| 52 | Left = 248
|
---|
| 53 | Top = 7
|
---|
| 54 | Width = 103
|
---|
| 55 | Height = 27
|
---|
| 56 | Anchors = [akTop, akRight]
|
---|
| 57 | Cancel = True
|
---|
| 58 | Caption = 'Cancel'
|
---|
| 59 | TabOrder = 1
|
---|
| 60 | OnClick = cmdCancelClick
|
---|
| 61 | end
|
---|
| 62 | end
|
---|
[830] | 63 | object pnlMiddle: TPanel [2]
|
---|
[456] | 64 | Left = 0
|
---|
[830] | 65 | Top = 95
|
---|
[456] | 66 | Width = 356
|
---|
| 67 | Height = 64
|
---|
| 68 | Align = alBottom
|
---|
| 69 | BevelOuter = bvNone
|
---|
[1679] | 70 | TabOrder = 1
|
---|
[456] | 71 | object lblPickup: TLabel
|
---|
| 72 | Left = 100
|
---|
| 73 | Top = 7
|
---|
| 74 | Width = 38
|
---|
| 75 | Height = 13
|
---|
| 76 | Caption = 'Pick Up'
|
---|
| 77 | end
|
---|
| 78 | object lblRefills: TLabel
|
---|
| 79 | Left = 8
|
---|
| 80 | Top = 7
|
---|
| 81 | Width = 28
|
---|
| 82 | Height = 13
|
---|
| 83 | Caption = 'Refills'
|
---|
| 84 | end
|
---|
| 85 | object cboPickup: TORComboBox
|
---|
| 86 | Left = 100
|
---|
| 87 | Top = 31
|
---|
| 88 | Width = 125
|
---|
| 89 | Height = 21
|
---|
| 90 | Style = orcsDropDown
|
---|
| 91 | AutoSelect = True
|
---|
| 92 | Caption = 'Pick Up'
|
---|
| 93 | Color = clWindow
|
---|
| 94 | DropDownCount = 8
|
---|
| 95 | ItemHeight = 13
|
---|
| 96 | ItemTipColor = clWindow
|
---|
| 97 | ItemTipEnable = True
|
---|
| 98 | ListItemsOnly = True
|
---|
| 99 | LongList = False
|
---|
| 100 | LookupPiece = 0
|
---|
| 101 | MaxLength = 0
|
---|
| 102 | Pieces = '2'
|
---|
| 103 | Sorted = False
|
---|
| 104 | SynonymChars = '<>'
|
---|
[1679] | 105 | TabOrder = 1
|
---|
[456] | 106 | CharsNeedMatch = 1
|
---|
| 107 | end
|
---|
| 108 | object txtRefills: TCaptionEdit
|
---|
| 109 | Left = 8
|
---|
| 110 | Top = 31
|
---|
| 111 | Width = 49
|
---|
| 112 | Height = 21
|
---|
[1679] | 113 | TabOrder = 0
|
---|
[456] | 114 | Caption = 'Refills'
|
---|
| 115 | end
|
---|
| 116 | end
|
---|
[830] | 117 | inherited amgrMain: TVA508AccessibilityManager
|
---|
| 118 | Data = (
|
---|
| 119 | (
|
---|
| 120 | 'Component = memOrder'
|
---|
| 121 | 'Status = stsDefault')
|
---|
| 122 | (
|
---|
| 123 | 'Component = pnlButtons'
|
---|
| 124 | 'Status = stsDefault')
|
---|
| 125 | (
|
---|
| 126 | 'Component = cmdOK'
|
---|
| 127 | 'Status = stsDefault')
|
---|
| 128 | (
|
---|
| 129 | 'Component = cmdCancel'
|
---|
| 130 | 'Status = stsDefault')
|
---|
| 131 | (
|
---|
| 132 | 'Component = pnlMiddle'
|
---|
| 133 | 'Status = stsDefault')
|
---|
| 134 | (
|
---|
| 135 | 'Component = cboPickup'
|
---|
| 136 | 'Status = stsDefault')
|
---|
| 137 | (
|
---|
| 138 | 'Component = txtRefills'
|
---|
| 139 | 'Status = stsDefault')
|
---|
| 140 | (
|
---|
| 141 | 'Component = frmRenewOutMed'
|
---|
| 142 | 'Status = stsDefault'))
|
---|
| 143 | end
|
---|
[1679] | 144 | object VA508ComponentAccessibility1: TVA508ComponentAccessibility
|
---|
| 145 | Component = memOrder
|
---|
| 146 | OnStateQuery = VA508ComponentAccessibility1StateQuery
|
---|
| 147 | Left = 296
|
---|
| 148 | Top = 8
|
---|
| 149 | end
|
---|
[456] | 150 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.