Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/Orders/fODMedNVA.dfm

    r829 r1679  
    33  Top = 183
    44  Width = 632
    5   Height = 536
     5  Height = 542
    66  Caption = 'Document Herbal/OTC/Non-VA Medications'
    77  Constraints.MinHeight = 365
    88  ExplicitWidth = 632
    9   ExplicitHeight = 536
     9  ExplicitHeight = 542
    1010  PixelsPerInch = 96
    1111  TextHeight = 13
    1212  inherited memOrder: TCaptionMemo
    1313    Left = 0
    14     Top = 461
     14    Top = 467
    1515    Width = 525
    1616    Anchors = [akLeft, akRight, akBottom]
     
    1818    TabOrder = 4
    1919    ExplicitLeft = 0
    20     ExplicitTop = 461
     20    ExplicitTop = 467
    2121    ExplicitWidth = 525
    2222  end
     
    2525    Top = 34
    2626    Width = 593
    27     Height = 415
     27    Height = 421
    2828    Anchors = [akLeft, akTop, akRight, akBottom]
    2929    BevelOuter = bvNone
     
    7373      Top = 137
    7474      Width = 593
    75       Height = 278
     75      Height = 284
    7676      Align = alClient
    7777      Columns = <
     
    9999  object txtMed: TEdit [2]
    100100    Left = 5
    101     Top = 6
     101    Top = 12
    102102    Width = 596
    103103    Height = 21
     
    113113  object pnlFields: TPanel [3]
    114114    Left = 3
    115     Top = 30
     115    Top = 43
    116116    Width = 624
    117     Height = 428
     117    Height = 423
    118118    Anchors = [akLeft, akTop, akRight, akBottom]
    119119    BevelOuter = bvNone
     
    125125      Top = 0
    126126      Width = 624
    127       Height = 264
     127      Height = 259
    128128      Align = alClient
    129129      Constraints.MinHeight = 80
     
    132132      DesignSize = (
    133133        624
    134         264)
     134        259)
    135135      object lblRoute: TLabel
    136136        Left = 349
     
    172172      end
    173173      object tabDose: TTabControl
    174         Left = -7
     174        Left = 1
    175175        Top = 19
    176176        Width = 175
     
    188188        Top = 36
    189189        Width = 383
    190         Height = 222
     190        Height = 217
    191191        Anchors = [akLeft, akTop, akRight, akBottom]
    192192        Style = orcsSimple
     
    210210        OnClick = cboDosageClick
    211211        OnExit = cboDosageExit
     212        OnKeyUp = cboDosageKeyUp
    212213        CharsNeedMatch = 1
    213214      end
     
    216217        Top = 36
    217218        Width = 114
    218         Height = 223
     219        Height = 218
    219220        Anchors = [akTop, akRight, akBottom]
    220221        Style = orcsSimple
     
    238239        OnChange = cboRouteChange
    239240        OnClick = ControlChange
    240         OnExit = cboRouteExit
     241        OnKeyUp = cboRouteKeyUp
    241242        CharsNeedMatch = 1
    242243      end
    243244      object cboSchedule: TORComboBox
    244245        Left = 467
    245         Top = 36
     246        Top = 37
    246247        Width = 157
    247         Height = 223
     248        Height = 218
    248249        Anchors = [akTop, akRight, akBottom]
    249250        Style = orcsSimple
     
    265266        OnChange = cboScheduleChange
    266267        OnClick = cboScheduleClick
    267         OnExit = cboScheduleExit
     268        OnKeyUp = cboScheduleKeyUp
    268269        CharsNeedMatch = 1
    269270      end
     
    283284    object pnlBottom: TPanel
    284285      Left = 0
    285       Top = 264
     286      Top = 259
    286287      Width = 624
    287288      Height = 164
     
    388389  object btnSelect: TButton [4]
    389390    Left = 539
    390     Top = 463
     391    Top = 469
    391392    Width = 72
    392393    Height = 21
     
    400401  inherited cmdAccept: TButton
    401402    Left = 540
    402     Top = 463
     403    Top = 469
    403404    Width = 69
    404405    Anchors = [akRight, akBottom]
     
    406407    Visible = False
    407408    ExplicitLeft = 540
    408     ExplicitTop = 463
     409    ExplicitTop = 469
    409410    ExplicitWidth = 69
    410411  end
    411412  inherited cmdQuit: TButton
    412413    Left = 546
    413     Top = 489
     414    Top = 495
    414415    Width = 49
    415416    Anchors = [akRight, akBottom]
    416417    TabOrder = 7
    417418    ExplicitLeft = 546
    418     ExplicitTop = 489
     419    ExplicitTop = 495
    419420    ExplicitWidth = 49
    420421  end
     
    436437      (
    437438        'Component = txtMed'
    438         'Status = stsDefault')
     439        'Text = Medication'
     440        'Status = stsOK')
    439441      (
    440442        'Component = pnlFields'
     
    484486      (
    485487        'Component = memOrder'
    486         'Status = stsDefault')
     488        'Text = Order Sig'
     489        'Status = stsOK')
    487490      (
    488491        'Component = cmdAccept'
Note: See TracChangeset for help on using the changeset viewer.