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/Consults/fEditProc.dfm

    r459 r460  
    1818  Position = poScreenCenter
    1919  DesignSize = (
    20     545
    21     289)
     20    561
     21    308)
    2222  PixelsPerInch = 96
    2323  TextHeight = 13
     
    166166    TabOrder = 2
    167167    OnChange = ControlChange
     168    CharsNeedMatch = 1
    168169  end
    169170  object radInpatient: TRadioButton
     
    208209    TabOrder = 6
    209210    OnChange = ControlChange
     211    CharsNeedMatch = 1
    210212  end
    211213  object txtProvDiag: TCaptionEdit
     
    215217    Height = 21
    216218    Anchors = [akLeft, akTop, akRight]
     219    MaxLength = 180
    217220    ParentShowHint = False
    218221    PopupMenu = mnuPopProvDx
     
    246249    OnChange = ControlChange
    247250    OnNeedData = txtAttnNeedData
     251    CharsNeedMatch = 1
    248252  end
    249253  object cboProc: TORComboBox
     
    277281    OnChange = cboProcSelect
    278282    OnNeedData = cboProcNeedData
     283    CharsNeedMatch = 1
    279284  end
    280285  object cboCategory: TORComboBox
     
    299304    Visible = False
    300305    OnChange = ControlChange
     306    CharsNeedMatch = 1
    301307  end
    302308  object cboService: TORComboBox
     
    329335    TabOrder = 1
    330336    OnChange = ControlChange
     337    CharsNeedMatch = 1
    331338  end
    332339  object memComment: TRichEdit
Note: See TracChangeset for help on using the changeset viewer.