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/fDrawers.pas

    r830 r1679  
    44  if delete only note (currently editing) then drawers and encounter button still enabled
    55}
    6 //vw mod for template callup. Checks in test  4/15/07
    76interface
    87
     
    693692  Node: TTreeNode);
    694693begin
    695 //vw mod for template callup. Checks in test
    696 
    697    //Application.MessageBox(PChar('Node='+IntToStr(Node.Index)+' tvtemplates.VertScrollPos='+IntToStr(tvTemplates.VertScrollPos)),PChar(Application.Title),MB_ICONINFORMATION);
    698     sbTemplates.Caption := 'Templates '+ 'Node='+IntToStr(Node.Index)+' VertScrollPos='+IntToStr(tvTemplates.VertScrollPos) ;
    699 //end vw mod
    700694  Node.SelectedIndex := dmodShared.ImgIdx(Node);
    701695end;
     
    724718    end;
    725719  end;
    726   //vw mod for template callup. Checks in test
    727 
    728    //Application.MessageBox(PChar('Node='+IntToStr(Node.Index)+' tvtemplates.VertScrollPos='+IntToStr(tvTemplates.VertScrollPos)),PChar(Application.Title),MB_ICONINFORMATION);
    729     sbTemplates.Caption := 'Templates '+ 'Node='+IntToStr(Node.Index)+' VertScrollPos='+IntToStr(tvTemplates.VertScrollPos) ;
    730   //end vw mod
    731720end;
    732721
     
    785774      FClickOccurred := FALSE;
    786775  end;
    787   //vw mod for template callup. Checks in test
    788 
    789    //Application.MessageBox(PChar('Node='+IntToStr(Node.Index)+' tvtemplates.VertScrollPos='+IntToStr(tvTemplates.VertScrollPos)),PChar(Application.Title),MB_ICONINFORMATION);
    790     sbTemplates.Caption := 'Templates '+ 'Node='+IntToStr(Node.Index)+' VertScrollPos='+IntToStr(tvTemplates.VertScrollPos) ;
    791   //end vw mod
    792776end;
    793777
Note: See TracChangeset for help on using the changeset viewer.