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

    r456 r829  
    1 object frmPrerequisites: TfrmPrerequisites
     1inherited frmPrerequisites: TfrmPrerequisites
    22  Left = 337
    33  Top = 219
    4   Width = 377
    5   Height = 348
    64  BorderIcons = [biSystemMenu]
    75  Caption = 'frmPrerequisites'
    8   Color = clBtnFace
     6  ClientHeight = 319
     7  ClientWidth = 367
    98  Font.Charset = ANSI_CHARSET
    10   Font.Color = clWindowText
    11   Font.Height = -11
    12   Font.Name = 'MS Sans Serif'
    13   Font.Style = []
    149  OldCreateOrder = True
    1510  Position = poScreenCenter
     11  OnActivate = OnActivate
    1612  OnClose = FormClose
    1713  OnCreate = FormCreate
    18   OnShow = FormShow
     14  ExplicitWidth = 375
     15  ExplicitHeight = 346
    1916  PixelsPerInch = 96
    2017  TextHeight = 13
    21   object lblFontTest: TLabel
     18  object lblFontTest: TLabel [0]
    2219    Left = 148
    2320    Top = 208
     
    3229    ParentFont = False
    3330  end
    34   object memReport: TRichEdit
     31  object memReport: TRichEdit [1]
    3532    Left = 0
    3633    Top = 33
    37     Width = 369
    38     Height = 288
     34    Width = 367
     35    Height = 286
    3936    Align = alClient
    4037    Color = clCream
     
    5350    WordWrap = False
    5451  end
    55   object pnlButton: TPanel
     52  object pnlButton: TPanel [2]
    5653    Left = 0
    5754    Top = 0
    58     Width = 369
     55    Width = 367
    5956    Height = 33
    6057    Align = alTop
     
    6259    TabOrder = 2
    6360    DesignSize = (
    64       369
     61      367
    6562      33)
    6663    object cmdContinue: TButton
    67       Left = 209
     64      Left = 207
    6865      Top = 6
    6966      Width = 75
     
    7572    end
    7673    object cmdCancel: TButton
    77       Left = 292
     74      Left = 290
    7875      Top = 6
    7976      Width = 75
     
    8683    end
    8784  end
    88   object cmdPrint: TButton
     85  object cmdPrint: TButton [3]
    8986    Left = 2
    9087    Top = 6
     
    9592    OnClick = cmdPrintClick
    9693  end
     94  inherited amgrMain: TVA508AccessibilityManager
     95    Data = (
     96      (
     97        'Component = memReport'
     98        'Status = stsDefault')
     99      (
     100        'Component = pnlButton'
     101        'Status = stsDefault')
     102      (
     103        'Component = cmdContinue'
     104        'Status = stsDefault')
     105      (
     106        'Component = cmdCancel'
     107        'Status = stsDefault')
     108      (
     109        'Component = cmdPrint'
     110        'Status = stsDefault')
     111      (
     112        'Component = frmPrerequisites'
     113        'Status = stsDefault'))
     114  end
    97115  object dlgPrintReport: TPrintDialog
    98116    Left = 113
Note: See TracChangeset for help on using the changeset viewer.