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/CPRSChart.dpr

    r459 r460  
    22
    33uses
     4  SQASrvr,
     5  ShareMem,
    46  Forms,
    57  ORSystem,
     
    169171  uOrders in 'Orders\uOrders.pas',
    170172  fOCSession in 'Orders\fOCSession.pas' {frmOCSession},
    171   fODAllgy in 'Orders\fODAllgy.pas',
    172173  fODAuto in 'Orders\fODAuto.pas',
    173174  fODBase in 'Orders\fODBase.pas' {frmODBase},
     
    288289  UBACore in 'BA\UBACore.pas',
    289290  fBAOptionsDiagnoses in 'BA\fBAOptionsDiagnoses.pas' {frmBAOptionsDiagnoses},
    290   fOtherSchedule in 'Orders\fOtherSchedule.pas' {frmOtherSchedule};
     291  fOtherSchedule in 'Orders\fOtherSchedule.pas' {frmOtherSchedule},
     292  fODBBank in 'Orders\fODBBank.pas' {frmODBBank},
     293  fNoteST in 'fNoteST.pas' {frmNotesSearchText},
     294  fNoteSTStop in 'fNoteSTStop.pas' {frmSearchStop},
     295  rGraphs in 'rGraphs.pas',
     296  fGraphs in 'fGraphs.pas' {frmGraphs},
     297  fGraphSettings in 'fGraphSettings.pas' {frmGraphSettings},
     298  fGraphProfiles in 'fGraphProfiles.pas' {frmGraphProfiles},
     299  uGraphs in 'uGraphs.pas',
     300  fClinicWardMeds in 'fClinicWardMeds.pas' {frmClinicWardMeds},
     301  fActivateDeactivate in 'fActivateDeactivate.pas' {frmActivateDeactive},
     302  uFormMonitor in 'uFormMonitor.pas';
    291303
    292304{$R *.TLB}
     
    310322    Application.CreateForm(TdmodShared, dmodShared);
    311323  Application.CreateForm(TfrmFrame, frmFrame);
     324  Application.CreateForm(TfrmSearchStop, frmSearchStop);
    312325  frmSplash.Free;                               // close & free splash screen
    313326    Application.Run;
Note: See TracChangeset for help on using the changeset viewer.