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

    r459 r460  
    11inherited frmProblems: TfrmProblems
    2   Left = 206
    3   Top = 198
     2  Left = 627
     3  Top = 64
    44  Width = 639
    55  Height = 409
     
    2323    Width = 2
    2424    Height = 358
     25    OnMoved = sptHorzMoved
    2526  end
    2627  inherited pnlLeft: TPanel
     
    317318        item
    318319          ImageIndex = -1
     320          MinWidth = 20
    319321          Text = 'Description'
    320322          Width = 65
     
    322324        item
    323325          ImageIndex = -1
     326          MinWidth = 16
    324327          Text = 'Onset Date'
    325328          Width = 65
     
    327330        item
    328331          ImageIndex = -1
     332          MinWidth = 16
    329333          Text = 'Last Updated'
    330334          Width = 80
     
    385389          Width = 0
    386390        end>
     391      OnSectionClick = HeaderControlSectionClick
    387392      OnSectionResize = HeaderControlSectionResize
     393      OnMouseDown = HeaderControlMouseDown
     394      OnMouseUp = HeaderControlMouseUp
    388395    end
    389396  end
     
    443450      Caption = 'View Details'
    444451      OnClick = lstProbActsClick
     452    end
     453    object mnuOptimizeFields: TMenuItem
     454      Caption = 'Adjust Column Size'
     455      Visible = False
     456      OnClick = mnuOptimizeFieldsClick
    445457    end
    446458  end
     
    514526        end
    515527      end
     528      object mnuViewInformation: TMenuItem
     529        Caption = 'Information'
     530        OnClick = mnuViewInformationClick
     531        object mnuViewDemo: TMenuItem
     532          Tag = 1
     533          Caption = 'De&mographics...'
     534          OnClick = ViewInfo
     535        end
     536        object mnuViewVisits: TMenuItem
     537          Tag = 2
     538          Caption = 'Visits/Pr&ovider...'
     539          OnClick = ViewInfo
     540        end
     541        object mnuViewPrimaryCare: TMenuItem
     542          Tag = 3
     543          Caption = 'Primary &Care...'
     544          OnClick = ViewInfo
     545        end
     546        object mnuViewMyHealtheVet: TMenuItem
     547          Tag = 4
     548          Caption = 'MyHealthe&Vet...'
     549          OnClick = ViewInfo
     550        end
     551        object mnuInsurance: TMenuItem
     552          Tag = 5
     553          Caption = '&Insurance...'
     554          OnClick = ViewInfo
     555        end
     556        object mnuViewFlags: TMenuItem
     557          Tag = 6
     558          Caption = '&Flags...'
     559          OnClick = ViewInfo
     560        end
     561        object mnuViewRemoteData: TMenuItem
     562          Tag = 7
     563          Caption = 'Remote &Data...'
     564          OnClick = ViewInfo
     565        end
     566        object mnuViewReminders: TMenuItem
     567          Tag = 8
     568          Caption = '&Reminders...'
     569          Enabled = False
     570          OnClick = ViewInfo
     571        end
     572        object mnuViewPostings: TMenuItem
     573          Tag = 9
     574          Caption = '&Postings...'
     575          OnClick = ViewInfo
     576        end
     577      end
    516578      object Z1: TMenuItem
    517579        Caption = '-'
Note: See TracChangeset for help on using the changeset viewer.