| Last change
 on this file since 1594 was             453, checked in by Kevin Toppenberg, 17 years ago | 
        
          | 
Initial upload of TMG-CPRS 1.0.26.69
 | 
        
          | File size:
            3.1 KB | 
      
      
| Rev | Line |  | 
|---|
| [453] | 1 | object frmRenewOutMed: TfrmRenewOutMed | 
|---|
|  | 2 | Left = 334 | 
|---|
|  | 3 | Top = 436 | 
|---|
|  | 4 | Width = 364 | 
|---|
|  | 5 | Height = 227 | 
|---|
|  | 6 | Caption = 'Change Refills for Outpatient Medication' | 
|---|
|  | 7 | Color = clBtnFace | 
|---|
|  | 8 | Font.Charset = DEFAULT_CHARSET | 
|---|
|  | 9 | Font.Color = clWindowText | 
|---|
|  | 10 | Font.Height = -11 | 
|---|
|  | 11 | Font.Name = 'MS Sans Serif' | 
|---|
|  | 12 | Font.Style = [] | 
|---|
|  | 13 | OldCreateOrder = True | 
|---|
|  | 14 | Position = poScreenCenter | 
|---|
|  | 15 | OnCreate = FormCreate | 
|---|
|  | 16 | PixelsPerInch = 96 | 
|---|
|  | 17 | TextHeight = 13 | 
|---|
|  | 18 | object memOrder: TCaptionMemo | 
|---|
|  | 19 | Left = 0 | 
|---|
|  | 20 | Top = 0 | 
|---|
|  | 21 | Width = 356 | 
|---|
|  | 22 | Height = 88 | 
|---|
|  | 23 | Align = alClient | 
|---|
|  | 24 | Color = clBtnFace | 
|---|
|  | 25 | ReadOnly = True | 
|---|
|  | 26 | ScrollBars = ssVertical | 
|---|
|  | 27 | TabOrder = 0 | 
|---|
|  | 28 | Caption = 'Order' | 
|---|
|  | 29 | end | 
|---|
|  | 30 | object pnlButtons: TPanel | 
|---|
|  | 31 | Left = 0 | 
|---|
|  | 32 | Top = 152 | 
|---|
|  | 33 | Width = 356 | 
|---|
|  | 34 | Height = 41 | 
|---|
|  | 35 | Align = alBottom | 
|---|
|  | 36 | BevelOuter = bvNone | 
|---|
|  | 37 | TabOrder = 2 | 
|---|
|  | 38 | DesignSize = ( | 
|---|
|  | 39 | 356 | 
|---|
|  | 40 | 41) | 
|---|
|  | 41 | object cmdOK: TButton | 
|---|
|  | 42 | Left = 173 | 
|---|
|  | 43 | Top = 7 | 
|---|
|  | 44 | Width = 72 | 
|---|
|  | 45 | Height = 27 | 
|---|
|  | 46 | Anchors = [akTop, akRight] | 
|---|
|  | 47 | Caption = 'OK' | 
|---|
|  | 48 | Default = True | 
|---|
|  | 49 | TabOrder = 0 | 
|---|
|  | 50 | OnClick = cmdOKClick | 
|---|
|  | 51 | end | 
|---|
|  | 52 | object cmdCancel: TButton | 
|---|
|  | 53 | Left = 248 | 
|---|
|  | 54 | Top = 7 | 
|---|
|  | 55 | Width = 103 | 
|---|
|  | 56 | Height = 27 | 
|---|
|  | 57 | Anchors = [akTop, akRight] | 
|---|
|  | 58 | Cancel = True | 
|---|
|  | 59 | Caption = 'Cancel' | 
|---|
|  | 60 | TabOrder = 1 | 
|---|
|  | 61 | OnClick = cmdCancelClick | 
|---|
|  | 62 | end | 
|---|
|  | 63 | end | 
|---|
|  | 64 | object pnlMiddle: TPanel | 
|---|
|  | 65 | Left = 0 | 
|---|
|  | 66 | Top = 88 | 
|---|
|  | 67 | Width = 356 | 
|---|
|  | 68 | Height = 64 | 
|---|
|  | 69 | Align = alBottom | 
|---|
|  | 70 | BevelOuter = bvNone | 
|---|
|  | 71 | TabOrder = 3 | 
|---|
|  | 72 | object lblPickup: TLabel | 
|---|
|  | 73 | Left = 100 | 
|---|
|  | 74 | Top = 7 | 
|---|
|  | 75 | Width = 38 | 
|---|
|  | 76 | Height = 13 | 
|---|
|  | 77 | Caption = 'Pick Up' | 
|---|
|  | 78 | end | 
|---|
|  | 79 | object lblRefills: TLabel | 
|---|
|  | 80 | Left = 8 | 
|---|
|  | 81 | Top = 7 | 
|---|
|  | 82 | Width = 28 | 
|---|
|  | 83 | Height = 13 | 
|---|
|  | 84 | Caption = 'Refills' | 
|---|
|  | 85 | end | 
|---|
|  | 86 | object cboPickup: TORComboBox | 
|---|
|  | 87 | Left = 100 | 
|---|
|  | 88 | Top = 31 | 
|---|
|  | 89 | Width = 125 | 
|---|
|  | 90 | Height = 21 | 
|---|
|  | 91 | Style = orcsDropDown | 
|---|
|  | 92 | AutoSelect = True | 
|---|
|  | 93 | Caption = 'Pick Up' | 
|---|
|  | 94 | Color = clWindow | 
|---|
|  | 95 | DropDownCount = 8 | 
|---|
|  | 96 | ItemHeight = 13 | 
|---|
|  | 97 | ItemTipColor = clWindow | 
|---|
|  | 98 | ItemTipEnable = True | 
|---|
|  | 99 | ListItemsOnly = True | 
|---|
|  | 100 | LongList = False | 
|---|
|  | 101 | LookupPiece = 0 | 
|---|
|  | 102 | MaxLength = 0 | 
|---|
|  | 103 | Pieces = '2' | 
|---|
|  | 104 | Sorted = False | 
|---|
|  | 105 | SynonymChars = '<>' | 
|---|
|  | 106 | TabOrder = 0 | 
|---|
|  | 107 | CharsNeedMatch = 1 | 
|---|
|  | 108 | end | 
|---|
|  | 109 | object txtRefills: TCaptionEdit | 
|---|
|  | 110 | Left = 8 | 
|---|
|  | 111 | Top = 31 | 
|---|
|  | 112 | Width = 49 | 
|---|
|  | 113 | Height = 21 | 
|---|
|  | 114 | TabOrder = 1 | 
|---|
|  | 115 | Caption = 'Refills' | 
|---|
|  | 116 | end | 
|---|
|  | 117 | end | 
|---|
|  | 118 | object DKLanguageController1: TDKLanguageController | 
|---|
|  | 119 | Left = 296 | 
|---|
|  | 120 | Top = 120 | 
|---|
|  | 121 | LangData = { | 
|---|
|  | 122 | 0E0066726D52656E65774F75744D656401010000000100000007004361707469 | 
|---|
|  | 123 | 6F6E010900000008006D656D4F72646572010100000002000000070043617074 | 
|---|
|  | 124 | 696F6E000A00706E6C427574746F6E7300000500636D644F4B01010000000300 | 
|---|
|  | 125 | 0000070043617074696F6E000900636D6443616E63656C010100000004000000 | 
|---|
|  | 126 | 070043617074696F6E000900706E6C4D6964646C65000009006C626C5069636B | 
|---|
|  | 127 | 7570010100000005000000070043617074696F6E000A006C626C526566696C6C | 
|---|
|  | 128 | 73010100000006000000070043617074696F6E00090063626F5069636B757001 | 
|---|
|  | 129 | 0100000007000000070043617074696F6E000A00747874526566696C6C730101 | 
|---|
|  | 130 | 00000008000000070043617074696F6E00} | 
|---|
|  | 131 | end | 
|---|
|  | 132 | end | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.