Ignore:
Timestamp:
Jul 7, 2010, 4:31:10 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrade to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/Encounter/fImmunization.dfm

    r456 r829  
    33  Top = 169
    44  Caption = 'Encouner Immunization'
     5  ExplicitLeft = 373
     6  ExplicitTop = 169
    57  PixelsPerInch = 96
    68  TextHeight = 13
     
    2224    Width = 100
    2325    Caption = 'Immunization Section'
     26    ExplicitWidth = 100
    2427  end
    2528  object lblContra: TLabel [6]
     
    7578    TabOrder = 3
    7679  end
    77   inherited btnRemove: TButton
    78     TabOrder = 7
    79   end
    80   inherited btnSelectAll: TButton
    81     TabOrder = 2
    82     TabStop = True
    83   end
    84   inherited pnlMain: TPanel
    85     TabOrder = 0
    86     inherited lbxSection: TORListBox
    87       Tag = 40
    88     end
    89     inherited pnlLeft: TPanel
    90       inherited lbSection: TORListBox
    91         Tag = 40
    92         TabOrder = 0
    93         Caption = 'Immunization Section'
    94       end
    95       inherited btnOther: TButton
    96         Tag = 20
    97         Caption = 'Other Immunization...'
    98         TabOrder = 1
    99       end
    100     end
    101   end
    102   object cboImmReaction: TORComboBox
     80  object cboImmReaction: TORComboBox [11]
    10381    Tag = 20
    10482    Left = 490
     
    11795    ListItemsOnly = False
    11896    LongList = False
     97    LookupPiece = 0
    11998    MaxLength = 0
    12099    Pieces = '2'
     
    123102    TabOrder = 5
    124103    OnChange = cboImmReactionChange
    125   end
    126   object cboImmSeries: TORComboBox
     104    CharsNeedMatch = 1
     105  end
     106  object cboImmSeries: TORComboBox [12]
    127107    Tag = 10
    128108    Left = 490
     
    141121    ListItemsOnly = False
    142122    LongList = False
     123    LookupPiece = 0
    143124    MaxLength = 0
    144125    Pieces = '2'
     
    147128    TabOrder = 4
    148129    OnChange = cboImmSeriesChange
    149   end
    150   object ckbContra: TCheckBox
     130    CharsNeedMatch = 1
     131  end
     132  object ckbContra: TCheckBox [13]
    151133    Left = 490
    152134    Top = 319
     
    157139    OnClick = ckbContraClick
    158140  end
     141  inherited btnRemove: TButton
     142    TabOrder = 7
     143  end
     144  inherited btnSelectAll: TButton
     145    TabOrder = 2
     146    TabStop = True
     147  end
     148  inherited pnlMain: TPanel
     149    TabOrder = 0
     150    inherited lbxSection: TORListBox
     151      Tag = 40
     152    end
     153    inherited pnlLeft: TPanel
     154      inherited lbSection: TORListBox
     155        Tag = 40
     156        TabOrder = 0
     157        Caption = 'Immunization Section'
     158      end
     159      inherited btnOther: TButton
     160        Tag = 20
     161        Caption = 'Other Immunization...'
     162        TabOrder = 1
     163      end
     164    end
     165  end
     166  inherited amgrMain: TVA508AccessibilityManager
     167    Data = (
     168      (
     169        'Component = cboImmReaction'
     170        'Label = lblReaction'
     171        'Status = stsOK')
     172      (
     173        'Component = cboImmSeries'
     174        'Label = lblSeries'
     175        'Status = stsOK')
     176      (
     177        'Component = ckbContra'
     178        'Status = stsDefault')
     179      (
     180        'Component = edtComment'
     181        'Label = lblComment'
     182        'Status = stsOK')
     183      (
     184        'Component = btnRemove'
     185        'Status = stsDefault')
     186      (
     187        'Component = btnSelectAll'
     188        'Status = stsDefault')
     189      (
     190        'Component = pnlMain'
     191        'Status = stsDefault')
     192      (
     193        'Component = lbxSection'
     194        'Label = lblList'
     195        'Status = stsOK')
     196      (
     197        'Component = pnlLeft'
     198        'Status = stsDefault')
     199      (
     200        'Component = lbSection'
     201        'Label = lblSection'
     202        'Status = stsOK')
     203      (
     204        'Component = btnOther'
     205        'Status = stsDefault')
     206      (
     207        'Component = pnlGrid'
     208        'Status = stsDefault')
     209      (
     210        'Component = lbGrid'
     211        'Status = stsDefault')
     212      (
     213        'Component = hcGrid'
     214        'Status = stsDefault')
     215      (
     216        'Component = btnOK'
     217        'Status = stsDefault')
     218      (
     219        'Component = btnCancel'
     220        'Status = stsDefault')
     221      (
     222        'Component = frmImmunizations'
     223        'Status = stsDefault'))
     224  end
    159225end
Note: See TracChangeset for help on using the changeset viewer.