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

    r456 r829  
    1 object frmEncounterFrame: TfrmEncounterFrame
     1inherited frmEncounterFrame: TfrmEncounterFrame
    22  Left = 290
    33  Top = 108
    4   Width = 640
    5   Height = 451
    64  Caption = 'Encounter Frame'
    7   Color = clBtnFace
    8   Font.Charset = DEFAULT_CHARSET
    9   Font.Color = clWindowText
    10   Font.Height = -11
    11   Font.Name = 'MS Sans Serif'
    12   Font.Style = []
     5  ClientHeight = 424
     6  ClientWidth = 632
    137  FormStyle = fsMDIForm
    14   KeyPreview = True
    158  OldCreateOrder = True
    169  Position = poScreenCenter
     
    2013  OnCreate = FormCreate
    2114  OnDestroy = FormDestroy
    22   OnKeyDown = FormKeyDown
    2315  OnResize = FormResize
     16  OnShow = FormShow
     17  ExplicitLeft = 290
     18  ExplicitTop = 108
     19  ExplicitWidth = 640
     20  ExplicitHeight = 458
    2421  PixelsPerInch = 96
    2522  TextHeight = 13
    26   object Bevel1: TBevel
     23  object Bevel1: TBevel [0]
    2724    Left = 0
    2825    Top = 0
     
    3128    Align = alTop
    3229  end
    33   object StatusBar1: TStatusBar
     30  object StatusBar1: TStatusBar [1]
    3431    Left = 0
    35     Top = 417
     32    Top = 424
    3633    Width = 632
    3734    Height = 0
    3835    Panels = <>
    39     SimplePanel = False
    4036  end
    41   object pnlPage: TPanel
     37  object pnlPage: TPanel [2]
    4238    Left = 0
    4339    Top = 24
    4440    Width = 632
    45     Height = 393
     41    Height = 400
    4642    Align = alClient
    4743    BevelOuter = bvNone
     
    5450    TabOrder = 1
    5551  end
    56   object TabControl: TTabControl
     52  object TabControl: TTabControl [3]
    5753    Left = 0
    5854    Top = 2
     
    6359    OnChange = TabControlChange
    6460    OnChanging = TabControlChanging
    65     OnExit = TabControlExit
     61    OnEnter = TabControlEnter
     62  end
     63  inherited amgrMain: TVA508AccessibilityManager
     64    Data = (
     65      (
     66        'Component = StatusBar1'
     67        'Status = stsDefault')
     68      (
     69        'Component = pnlPage'
     70        'Status = stsDefault')
     71      (
     72        'Component = TabControl'
     73        'Status = stsDefault')
     74      (
     75        'Component = frmEncounterFrame'
     76        'Status = stsDefault'))
    6677  end
    6778end
Note: See TracChangeset for help on using the changeset viewer.