| 
            Last change
 on this file since 1017 was             460, checked in by Kevin Toppenberg, 17 years ago           | 
        
        
          | 
             
Uploading from OR_30_258 
 
           | 
        
        
          | 
            File size:
            2.3 KB
           | 
        
      
      
| Line |   | 
|---|
| 1 | inherited frmRenewOutMed: TfrmRenewOutMed
 | 
|---|
| 2 |   Left = 334
 | 
|---|
| 3 |   Top = 436
 | 
|---|
| 4 |   Width = 364
 | 
|---|
| 5 |   Height = 227
 | 
|---|
| 6 |   Caption = 'Change Refills for Outpatient Medication'
 | 
|---|
| 7 |   Position = poScreenCenter
 | 
|---|
| 8 |   OnCreate = FormCreate
 | 
|---|
| 9 |   PixelsPerInch = 96
 | 
|---|
| 10 |   TextHeight = 13
 | 
|---|
| 11 |   object memOrder: TCaptionMemo
 | 
|---|
| 12 |     Left = 0
 | 
|---|
| 13 |     Top = 0
 | 
|---|
| 14 |     Width = 356
 | 
|---|
| 15 |     Height = 88
 | 
|---|
| 16 |     Align = alClient
 | 
|---|
| 17 |     Color = clBtnFace
 | 
|---|
| 18 |     ReadOnly = True
 | 
|---|
| 19 |     ScrollBars = ssVertical
 | 
|---|
| 20 |     TabOrder = 0
 | 
|---|
| 21 |     Caption = 'Order'
 | 
|---|
| 22 |   end
 | 
|---|
| 23 |   object pnlButtons: TPanel
 | 
|---|
| 24 |     Left = 0
 | 
|---|
| 25 |     Top = 152
 | 
|---|
| 26 |     Width = 356
 | 
|---|
| 27 |     Height = 41
 | 
|---|
| 28 |     Align = alBottom
 | 
|---|
| 29 |     BevelOuter = bvNone
 | 
|---|
| 30 |     TabOrder = 2
 | 
|---|
| 31 |     DesignSize = (
 | 
|---|
| 32 |       356
 | 
|---|
| 33 |       41)
 | 
|---|
| 34 |     object cmdOK: TButton
 | 
|---|
| 35 |       Left = 173
 | 
|---|
| 36 |       Top = 7
 | 
|---|
| 37 |       Width = 72
 | 
|---|
| 38 |       Height = 27
 | 
|---|
| 39 |       Anchors = [akTop, akRight]
 | 
|---|
| 40 |       Caption = 'OK'
 | 
|---|
| 41 |       Default = True
 | 
|---|
| 42 |       TabOrder = 0
 | 
|---|
| 43 |       OnClick = cmdOKClick
 | 
|---|
| 44 |     end
 | 
|---|
| 45 |     object cmdCancel: TButton
 | 
|---|
| 46 |       Left = 248
 | 
|---|
| 47 |       Top = 7
 | 
|---|
| 48 |       Width = 103
 | 
|---|
| 49 |       Height = 27
 | 
|---|
| 50 |       Anchors = [akTop, akRight]
 | 
|---|
| 51 |       Cancel = True
 | 
|---|
| 52 |       Caption = 'Cancel'
 | 
|---|
| 53 |       TabOrder = 1
 | 
|---|
| 54 |       OnClick = cmdCancelClick
 | 
|---|
| 55 |     end
 | 
|---|
| 56 |   end
 | 
|---|
| 57 |   object pnlMiddle: TPanel
 | 
|---|
| 58 |     Left = 0
 | 
|---|
| 59 |     Top = 88
 | 
|---|
| 60 |     Width = 356
 | 
|---|
| 61 |     Height = 64
 | 
|---|
| 62 |     Align = alBottom
 | 
|---|
| 63 |     BevelOuter = bvNone
 | 
|---|
| 64 |     TabOrder = 3
 | 
|---|
| 65 |     object lblPickup: TLabel
 | 
|---|
| 66 |       Left = 100
 | 
|---|
| 67 |       Top = 7
 | 
|---|
| 68 |       Width = 38
 | 
|---|
| 69 |       Height = 13
 | 
|---|
| 70 |       Caption = 'Pick Up'
 | 
|---|
| 71 |     end
 | 
|---|
| 72 |     object lblRefills: TLabel
 | 
|---|
| 73 |       Left = 8
 | 
|---|
| 74 |       Top = 7
 | 
|---|
| 75 |       Width = 28
 | 
|---|
| 76 |       Height = 13
 | 
|---|
| 77 |       Caption = 'Refills'
 | 
|---|
| 78 |     end
 | 
|---|
| 79 |     object cboPickup: TORComboBox
 | 
|---|
| 80 |       Left = 100
 | 
|---|
| 81 |       Top = 31
 | 
|---|
| 82 |       Width = 125
 | 
|---|
| 83 |       Height = 21
 | 
|---|
| 84 |       Style = orcsDropDown
 | 
|---|
| 85 |       AutoSelect = True
 | 
|---|
| 86 |       Caption = 'Pick Up'
 | 
|---|
| 87 |       Color = clWindow
 | 
|---|
| 88 |       DropDownCount = 8
 | 
|---|
| 89 |       ItemHeight = 13
 | 
|---|
| 90 |       ItemTipColor = clWindow
 | 
|---|
| 91 |       ItemTipEnable = True
 | 
|---|
| 92 |       ListItemsOnly = True
 | 
|---|
| 93 |       LongList = False
 | 
|---|
| 94 |       LookupPiece = 0
 | 
|---|
| 95 |       MaxLength = 0
 | 
|---|
| 96 |       Pieces = '2'
 | 
|---|
| 97 |       Sorted = False
 | 
|---|
| 98 |       SynonymChars = '<>'
 | 
|---|
| 99 |       TabOrder = 0
 | 
|---|
| 100 |       CharsNeedMatch = 1
 | 
|---|
| 101 |     end
 | 
|---|
| 102 |     object txtRefills: TCaptionEdit
 | 
|---|
| 103 |       Left = 8
 | 
|---|
| 104 |       Top = 31
 | 
|---|
| 105 |       Width = 49
 | 
|---|
| 106 |       Height = 21
 | 
|---|
| 107 |       TabOrder = 1
 | 
|---|
| 108 |       Caption = 'Refills'
 | 
|---|
| 109 |     end
 | 
|---|
| 110 |   end
 | 
|---|
| 111 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.