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

Upgrading to version 27

File:
1 edited

Legend:

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

    r456 r830  
    1 object frmPtDemo: TfrmPtDemo
     1inherited frmPtDemo: TfrmPtDemo
    22  Left = 248
    33  Top = 283
    4   Width = 590
    5   Height = 300
    64  BorderIcons = [biSystemMenu]
    75  Caption = 'Patient Inquiry'
    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 = []
     6  ClientHeight = 271
     7  ClientWidth = 580
    148  OldCreateOrder = True
    159  Position = poScreenCenter
    1610  OnCreate = FormCreate
     11  ExplicitWidth = 588
     12  ExplicitHeight = 305
    1713  PixelsPerInch = 96
    1814  TextHeight = 13
    19   object lblFontTest: TLabel
     15  object lblFontTest: TLabel [0]
    2016    Left = 264
    2117    Top = 148
     
    3127    Visible = False
    3228  end
    33   object memPtDemo: TRichEdit
     29  object memPtDemo: TRichEdit [1]
    3430    Left = 0
    3531    Top = 0
    36     Width = 582
    37     Height = 236
     32    Width = 580
     33    Height = 234
    3834    Align = alClient
    3935    Color = clCream
     
    5551    WordWrap = False
    5652  end
    57   object pnlTop: TORAutoPanel
     53  object pnlTop: TORAutoPanel [2]
    5854    Left = 0
    59     Top = 236
    60     Width = 582
     55    Top = 234
     56    Width = 580
    6157    Height = 37
    6258    Align = alBottom
     
    9389    end
    9490  end
     91  inherited amgrMain: TVA508AccessibilityManager
     92    Data = (
     93      (
     94        'Component = memPtDemo'
     95        'Status = stsDefault')
     96      (
     97        'Component = pnlTop'
     98        'Status = stsDefault')
     99      (
     100        'Component = cmdNewPt'
     101        'Status = stsDefault')
     102      (
     103        'Component = cmdClose'
     104        'Status = stsDefault')
     105      (
     106        'Component = cmdPrint'
     107        'Status = stsDefault')
     108      (
     109        'Component = frmPtDemo'
     110        'Status = stsDefault'))
     111  end
    95112  object dlgPrintReport: TPrintDialog
    96113    Left = 265
Note: See TracChangeset for help on using the changeset viewer.