Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/Orders/fODDiet.dfm

    r459 r460  
    11inherited frmODDiet: TfrmODDiet
    2   Left = 404
    3   Top = 199
     2  Left = 541
     3  Top = 398
     4  Width = 532
     5  Height = 291
    46  Caption = 'Diet Order'
    57  OnKeyDown = FormKeyDown
     
    911    Left = 0
    1012    Top = 0
    11     Width = 520
    12     Height = 186
     13    Width = 524
     14    Height = 194
    1315    ActivePage = pgeOutPt
    1416    Align = alTop
     
    8688        OnMouseClick = cboDietAvailMouseClick
    8789        OnNeedData = cboDietAvailNeedData
     90        CharsNeedMatch = 1
    8891      end
    8992      object lstDietSelect: TORListBox
     
    165168        TabOrder = 6
    166169        OnChange = DietChange
     170        CharsNeedMatch = 1
    167171      end
    168172      object chkCancelTubefeeding: TCheckBox
     
    195199      end
    196200      object lblOPDietAvail: TLabel
    197         Left = 127
    198         Top = 0
     201        Left = 0
     202        Top = 1
    199203        Width = 70
    200204        Height = 13
     
    203207      object lblOPComment: TLabel
    204208        Left = 4
    205         Top = 117
     209        Top = 128
    206210        Width = 92
    207211        Height = 13
     
    216220      end
    217221      object lblOPSelect: TLabel
    218         Left = 127
    219         Top = 38
     222        Left = 0
     223        Top = 39
    220224        Width = 64
    221225        Height = 13
     
    223227      end
    224228      object grpOPMeal: TKeyClickRadioGroup
    225         Left = 5
    226         Top = 5
     229        Left = 168
     230        Top = 11
    227231        Width = 110
    228232        Height = 107
     
    234238          'Evening'
    235239          '<none selected>')
    236         TabOrder = 0
     240        TabOrder = 3
    237241        TabStop = True
    238242        OnClick = grpOPMealClick
     
    242246        Top = 5
    243247        Width = 93
    244         Height = 149
     248        Height = 155
    245249        Caption = 'Days of Week'
    246250        TabOrder = 8
     
    334338      end
    335339      object cboOPDietAvail: TORComboBox
    336         Left = 127
    337         Top = 15
     340        Left = 0
     341        Top = 16
    338342        Width = 157
    339343        Height = 21
     
    341345        AutoSelect = True
    342346        Caption = 'Available Diet Components'
    343         Color = clWindow
    344         DropDownCount = 8
    345         ItemHeight = 13
    346         ItemTipColor = clWindow
    347         ItemTipEnable = True
    348         ListItemsOnly = True
    349         LongList = True
    350         LookupPiece = 0
    351         MaxLength = 0
    352         Pieces = '2'
    353         Sorted = False
    354         SynonymChars = '<>'
    355         TabOrder = 1
    356         OnExit = cboDietAvailExit
    357         OnMouseClick = cboOPDietAvailMouseClick
    358         OnNeedData = cboOPDietAvailNeedData
    359       end
    360       object txtOPDietComment: TCaptionEdit
    361         Left = 4
    362         Top = 131
    363         Width = 404
    364         Height = 21
    365         MaxLength = 80
    366         TabOrder = 11
    367         OnChange = OPChange
    368         Caption = 'Special Instructions'
    369       end
    370       object cboOPDelivery: TORComboBox
    371         Left = 292
    372         Top = 86
    373         Width = 120
    374         Height = 21
    375         Style = orcsDropDown
    376         AutoSelect = True
    377         Caption = 'Delivery'
    378347        Color = clWindow
    379348        DropDownCount = 8
     
    388357        Sorted = False
    389358        SynonymChars = '<>'
    390         TabOrder = 9
     359        TabOrder = 0
     360        OnExit = cboDietAvailExit
     361        OnKeyDown = cboOPDietAvailKeyDown
     362        OnMouseClick = cboOPDietAvailMouseClick
     363        CharsNeedMatch = 1
     364      end
     365      object txtOPDietComment: TCaptionEdit
     366        Left = 3
     367        Top = 143
     368        Width = 404
     369        Height = 21
     370        MaxLength = 80
     371        TabOrder = 11
    391372        OnChange = OPChange
     373        Caption = 'Special Instructions'
     374      end
     375      object cboOPDelivery: TORComboBox
     376        Left = 292
     377        Top = 86
     378        Width = 120
     379        Height = 21
     380        Style = orcsDropDown
     381        AutoSelect = True
     382        Caption = 'Delivery'
     383        Color = clWindow
     384        DropDownCount = 8
     385        ItemHeight = 13
     386        ItemTipColor = clWindow
     387        ItemTipEnable = True
     388        ListItemsOnly = True
     389        LongList = False
     390        LookupPiece = 0
     391        MaxLength = 0
     392        Pieces = '2'
     393        Sorted = False
     394        SynonymChars = '<>'
     395        TabOrder = 6
     396        OnChange = OPChange
     397        CharsNeedMatch = 1
    392398      end
    393399      object lstOPDietSelect: TORListBox
    394         Left = 127
    395         Top = 52
     400        Left = 0
     401        Top = 53
    396402        Width = 156
    397403        Height = 56
     
    399405        ParentShowHint = False
    400406        ShowHint = True
    401         TabOrder = 2
     407        TabOrder = 1
    402408        Caption = 'Selected Diet Components'
    403409        ItemTipColor = clWindow
    404410        LongList = False
    405411        Pieces = '2'
     412        OnChange = OPChange
    406413      end
    407414      object cmdOPRemove: TButton
    408         Left = 212
    409         Top = 109
     415        Left = 85
     416        Top = 110
    410417        Width = 72
    411418        Height = 17
    412419        Caption = 'Remove'
    413         TabOrder = 3
     420        TabOrder = 2
    414421        OnClick = cmdOPRemoveClick
    415422      end
     
    421428        Caption = 'Cancel Tubefeeding'
    422429        State = cbGrayed
    423         TabOrder = 10
     430        TabOrder = 7
    424431        Visible = False
    425         OnClick = DietChange
     432        OnClick = OPChange
    426433      end
    427434    end
     
    469476        Height = 13
    470477        Caption = 'Amount'
     478      end
     479      object lblOPTFStart: TLabel
     480        Left = 341
     481        Top = 90
     482        Width = 51
     483        Height = 13
     484        Caption = 'Start Date:'
    471485      end
    472486      object cboProduct: TORComboBox
     
    493507        OnExit = cboProductExit
    494508        OnMouseClick = cboProductMouseClick
     509        CharsNeedMatch = 1
    495510      end
    496511      object txtTFComment: TCaptionEdit
    497         Left = 4
     512        Left = 6
    498513        Top = 133
    499514        Width = 504
    500515        Height = 21
    501516        MaxLength = 240
    502         TabOrder = 6
     517        TabOrder = 8
    503518        OnChange = TFChange
    504519        Caption = 'Special Instructions'
     
    542557      object txtQuantity: TCaptionEdit
    543558        Tag = -1
    544         Left = 340
    545         Top = 108
     559        Left = 151
     560        Top = 124
    546561        Width = 93
    547562        Height = 19
    548563        Hint =
    549           'Enter quantity as 2000 K, 100 CC/HOUR, 8 OZ/TID, etc; total quan' +
    550           'tity may not exceed 5000cc.'
     564          'Enter quantity as 2000 K, 100 ML/HOUR, 8 OZ/TID, etc; total quan' +
     565          'tity may not exceed 5000ml.'
    551566        Ctl3D = False
    552567        ParentCtl3D = False
     
    563578      object cboStrength: TCaptionComboBox
    564579        Tag = -1
    565         Left = 444
    566         Top = 108
     580        Left = 252
     581        Top = 124
    567582        Width = 53
    568583        Height = 21
     
    583598          'FULL')
    584599        Caption = 'Strength'
     600      end
     601      object calOPTFStart: TORDateBox
     602        Left = 341
     603        Top = 104
     604        Width = 169
     605        Height = 21
     606        TabStop = False
     607        TabOrder = 7
     608        Visible = False
     609        OnChange = TFChange
     610        DateOnly = False
     611        RequireTime = False
     612        Caption = 'Start Date:'
     613      end
     614      object cboOPTFRecurringMeals: TORComboBox
     615        Left = 342
     616        Top = 105
     617        Width = 160
     618        Height = 21
     619        Style = orcsDropDown
     620        AutoSelect = True
     621        Color = clWindow
     622        DropDownCount = 8
     623        ItemHeight = 13
     624        ItemTipColor = clWindow
     625        ItemTipEnable = True
     626        ListItemsOnly = False
     627        LongList = False
     628        LookupPiece = 0
     629        MaxLength = 0
     630        Pieces = '2,3'
     631        Sorted = False
     632        SynonymChars = '<>'
     633        TabPositions = '12'
     634        TabOrder = 6
     635        TabStop = True
     636        OnChange = TFChange
     637        CharsNeedMatch = 1
    585638      end
    586639    end
     
    705758        Width = 120
    706759        Height = 21
    707         TabOrder = 3
     760        TabOrder = 4
    708761        OnChange = calELStopChange
    709762        DateOnly = True
     
    717770        Height = 152
    718771        Caption = 'Days of Week'
    719         TabOrder = 4
     772        TabOrder = 5
    720773        object chkMonday: TCheckBox
    721774          Left = 8
     
    788841        Height = 17
    789842        Caption = 'Bagged Meal'
    790         TabOrder = 5
     843        TabOrder = 6
    791844        OnClick = ELChange
     845      end
     846      object cboOPELRecurringMeals: TORComboBox
     847        Left = 287
     848        Top = 15
     849        Width = 121
     850        Height = 21
     851        Style = orcsDropDown
     852        AutoSelect = True
     853        Color = clWindow
     854        DropDownCount = 8
     855        ItemHeight = 13
     856        ItemTipColor = clWindow
     857        ItemTipEnable = True
     858        ListItemsOnly = False
     859        LongList = False
     860        LookupPiece = 0
     861        MaxLength = 0
     862        Pieces = '2,3'
     863        Sorted = False
     864        SynonymChars = '<>'
     865        TabPositions = '12'
     866        TabOrder = 3
     867        TabStop = True
     868        OnChange = ELChange
     869        CharsNeedMatch = 1
    792870      end
    793871    end
     
    861939        Caption = 'Enter Additional Diet Order'
    862940      end
     941      object lblOPAOStart: TLabel
     942        Left = 6
     943        Top = 72
     944        Width = 51
     945        Height = 13
     946        Caption = 'Start Date:'
     947      end
    863948      object txtAOComment: TCaptionEdit
    864949        Left = 4
     
    867952        Height = 21
    868953        MaxLength = 80
    869         TabOrder = 0
     954        TabOrder = 1
    870955        OnChange = AOChange
    871956        Caption = 'Enter Additional Diet Order'
    872957      end
     958      object calOPAOStart: TORDateBox
     959        Left = 54
     960        Top = 88
     961        Width = 169
     962        Height = 21
     963        TabStop = False
     964        TabOrder = 4
     965        Visible = False
     966        OnChange = AOChange
     967        DateOnly = False
     968        RequireTime = False
     969        Caption = 'Start Date:'
     970      end
     971      object cboOPAORecurringMeals: TORComboBox
     972        Left = 6
     973        Top = 88
     974        Width = 168
     975        Height = 21
     976        Style = orcsDropDown
     977        AutoSelect = True
     978        Color = clWindow
     979        DropDownCount = 8
     980        ItemHeight = 13
     981        ItemTipColor = clWindow
     982        ItemTipEnable = True
     983        ListItemsOnly = False
     984        LongList = False
     985        LookupPiece = 0
     986        MaxLength = 0
     987        Pieces = '2,3'
     988        Sorted = False
     989        SynonymChars = '<>'
     990        TabPositions = '12'
     991        TabOrder = 2
     992        TabStop = True
     993        OnChange = AOChange
     994        CharsNeedMatch = 1
     995      end
    873996    end
    874997  end
     998  inherited memOrder: TCaptionMemo
     999    Top = 208
     1000  end
    8751001  inherited cmdAccept: TButton
     1002    Left = 445
     1003    Top = 208
    8761004    TabOrder = 2
    8771005  end
    8781006  inherited cmdQuit: TButton
     1007    Left = 445
     1008    Top = 235
    8791009    TabOrder = 3
    8801010  end
    8811011  inherited pnlMessage: TPanel
    882     Top = 172
     1012    Top = 197
    8831013    Height = 57
    8841014    TabOrder = 1
Note: See TracChangeset for help on using the changeset viewer.