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

    r456 r829  
    1 object frmPCEBase: TfrmPCEBase
     1inherited frmPCEBase: TfrmPCEBase
    22  Left = 194
    33  Top = 170
    4   AutoScroll = False
    54  Caption = 'Basic Page'
    65  ClientHeight = 400
    76  ClientWidth = 624
    8   Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
    10   Font.Color = clWindowText
    11   Font.Height = -11
    12   Font.Name = 'MS Sans Serif'
    13   Font.Style = []
    14   OldCreateOrder = True
    157  OnClose = FormClose
    168  OnCreate = FormCreate
    17   OnShow = FormShow
     9  ExplicitWidth = 320
     10  ExplicitHeight = 240
    1811  DesignSize = (
    1912    624
     
    2114  PixelsPerInch = 96
    2215  TextHeight = 13
    23   object btnOK: TBitBtn
     16  object btnOK: TBitBtn [0]
    2417    Left = 467
    2518    Top = 376
     
    2720    Height = 21
    2821    Anchors = [akRight, akBottom]
    29     Caption = 'OK'
     22    Caption = '&OK'
    3023    ModalResult = 1
    3124    TabOrder = 0
     
    3326    NumGlyphs = 2
    3427  end
    35   object btnCancel: TBitBtn
     28  object btnCancel: TBitBtn [1]
    3629    Left = 547
    3730    Top = 376
     
    3932    Height = 21
    4033    Anchors = [akRight, akBottom]
    41     Caption = 'Cancel'
     34    Caption = '&Cancel'
    4235    ModalResult = 2
    4336    TabOrder = 1
     
    4538    NumGlyphs = 2
    4639  end
     40  inherited amgrMain: TVA508AccessibilityManager
     41    Data = (
     42      (
     43        'Component = btnOK'
     44        'Status = stsDefault')
     45      (
     46        'Component = btnCancel'
     47        'Status = stsDefault')
     48      (
     49        'Component = frmPCEBase'
     50        'Status = stsDefault'))
     51  end
    4752end
Note: See TracChangeset for help on using the changeset viewer.