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/fNotes.dfm

    r459 r460  
    11inherited frmNotes: TfrmNotes
    2   Left = 375
    3   Top = 144
    4   Width = 614
     2  Left = 307
     3  Top = 177
     4  Width = 687
    55  Height = 409
    66  HelpContext = 5000
    77  Caption = 'Progress Notes Page'
    88  HelpFile = 'overvw'
     9  KeyPreview = True
    910  Menu = mnuNotes
    1011  OnDestroy = FormDestroy
    1112  OnHide = FormHide
     13  OnMouseMove = FormMouseMove
    1214  OnShow = FormShow
    1315  PixelsPerInch = 96
     
    1517  inherited shpPageBottom: TShape
    1618    Top = 358
    17     Width = 606
     19    Width = 679
    1820  end
    1921  inherited sptHorz: TSplitter
     
    5759      OnClick = cmdNewNoteClick
    5860      OnExit = cmdNewNoteExit
     61      OnMouseMove = FormMouseMove
    5962      Align = alBottom
    6063    end
     
    6972      OnClick = cmdPCEClick
    7073      OnExit = cmdPCEExit
     74      OnMouseMove = FormMouseMove
    7175      Align = alBottom
    7276    end
     
    128132        OnExit = tvNotesExit
    129133        OnExpanded = tvNotesExpanded
     134        OnMouseMove = FormMouseMove
    130135        OnStartDrag = tvNotesStartDrag
    131136        Caption = 'Last 100 Notes'
     
    137142  inherited pnlRight: TPanel
    138143    Left = 68
    139     Width = 538
     144    Width = 611
    140145    Height = 358
    141146    object sptVert: TSplitter
    142147      Left = 0
    143148      Top = 309
    144       Width = 538
     149      Width = 611
    145150      Height = 4
    146151      Cursor = crVSplit
     
    150155      Left = 0
    151156      Top = 313
    152       Width = 538
     157      Width = 611
    153158      Height = 45
    154159      Align = alBottom
     
    165170      Left = 0
    166171      Top = 0
    167       Width = 538
     172      Width = 611
    168173      Height = 309
    169174      Align = alClient
     
    175180        Left = 0
    176181        Top = 67
    177         Width = 538
     182        Width = 611
    178183        Height = 242
    179184        Align = alClient
     
    197202        Left = 0
    198203        Top = 0
    199         Width = 538
     204        Width = 611
    200205        Height = 67
    201206        Align = alTop
     
    204209        OnResize = pnlFieldsResize
    205210        DesignSize = (
    206           538
     211          611
    207212          67)
    208213        object bvlNewTitle: TBevel
     
    226231        end
    227232        object lblAuthor: TStaticText
    228           Left = 320
     233          Left = 393
    229234          Top = 6
    230235          Width = 152
     
    249254        end
    250255        object lblCosigner: TStaticText
    251           Left = 225
     256          Left = 298
    252257          Top = 21
    253258          Width = 243
     
    292297        end
    293298        object cmdChange: TButton
    294           Left = 474
     299          Left = 547
    295300          Top = 6
    296301          Width = 58
     
    305310          Left = 48
    306311          Top = 40
    307           Width = 484
     312          Width = 557
    308313          Height = 21
    309314          Hint = 'Subject is limited to a maximum of 80 characters.'
     
    321326      Left = 0
    322327      Top = 0
    323       Width = 538
     328      Width = 611
    324329      Height = 309
    325330      Align = alClient
    326331      BevelOuter = bvNone
    327332      TabOrder = 0
     333      OnExit = pnlReadExit
    328334      object lblTitle: TOROffsetLabel
    329335        Left = 0
    330336        Top = 0
    331         Width = 538
     337        Width = 611
    332338        Height = 19
    333339        Align = alTop
     
    341347        Left = 0
    342348        Top = 113
    343         Width = 538
     349        Width = 611
    344350        Height = 3
    345351        Cursor = crVSplit
     
    349355        Left = 0
    350356        Top = 116
    351         Width = 538
     357        Width = 611
    352358        Height = 193
    353359        Align = alClient
     
    371377        TabOrder = 1
    372378        WordWrap = False
    373         OnExit = memNoteExit
     379        OnMouseMove = FormMouseMove
    374380      end
    375381      object lvNotes: TCaptionListView
    376382        Left = 0
    377383        Top = 19
    378         Width = 538
     384        Width = 611
    379385        Height = 94
    380386        Align = alTop
     
    417423        OnColumnClick = lvNotesColumnClick
    418424        OnCompare = lvNotesCompare
    419         OnExit = lvNotesExit
     425        OnMouseMove = FormMouseMove
    420426        OnResize = lvNotesResize
    421427        OnSelectItem = lvNotesSelectItem
     
    493499        end
    494500      end
     501      object mnuViewInformation: TMenuItem
     502        Caption = 'Information'
     503        OnClick = mnuViewInformationClick
     504        object mnuViewDemo: TMenuItem
     505          Tag = 1
     506          Caption = 'De&mographics...'
     507          OnClick = ViewInfo
     508        end
     509        object mnuViewVisits: TMenuItem
     510          Tag = 2
     511          Caption = 'Visits/Pr&ovider...'
     512          OnClick = ViewInfo
     513        end
     514        object mnuViewPrimaryCare: TMenuItem
     515          Tag = 3
     516          Caption = 'Primary &Care...'
     517          OnClick = ViewInfo
     518        end
     519        object mnuViewMyHealtheVet: TMenuItem
     520          Tag = 4
     521          Caption = 'MyHealthe&Vet...'
     522          OnClick = ViewInfo
     523        end
     524        object mnuInsurance: TMenuItem
     525          Tag = 5
     526          Caption = '&Insurance...'
     527          OnClick = ViewInfo
     528        end
     529        object mnuViewFlags: TMenuItem
     530          Tag = 6
     531          Caption = '&Flags...'
     532          OnClick = ViewInfo
     533        end
     534        object mnuViewRemoteData: TMenuItem
     535          Tag = 7
     536          Caption = 'Remote &Data...'
     537          OnClick = ViewInfo
     538        end
     539        object mnuViewReminders: TMenuItem
     540          Tag = 8
     541          Caption = '&Reminders...'
     542          Enabled = False
     543          OnClick = ViewInfo
     544        end
     545        object mnuViewPostings: TMenuItem
     546          Tag = 9
     547          Caption = '&Postings...'
     548          OnClick = ViewInfo
     549        end
     550      end
    495551      object Z3: TMenuItem
    496552        Caption = '-'
     
    524580        Tag = 6
    525581        Caption = 'Custo&m View'
     582        OnClick = mnuViewClick
     583      end
     584      object mnuSearchForText: TMenuItem
     585        Tag = 7
     586        Caption = 'Search for Te&xt (Within Current View)'
    526587        OnClick = mnuViewClick
    527588      end
     
    806867      Tag = 6
    807868      Caption = 'Cus&tom View'
     869      OnClick = mnuViewClick
     870    end
     871    object popSearchForText: TMenuItem
     872      Tag = 7
     873      Caption = 'Search for Te&xt (Within Current View)'
    808874      OnClick = mnuViewClick
    809875    end
Note: See TracChangeset for help on using the changeset viewer.