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/Orders/fOrderComment.dfm

    r456 r829  
    22  Left = 334
    33  Top = 234
    4   Height = 289
    54  Caption = 'Comments for Order'
     5  ClientHeight = 262
    66  Position = poScreenCenter
    77  OnCreate = FormCreate
     8  ExplicitWidth = 320
     9  ExplicitHeight = 289
    810  PixelsPerInch = 96
    911  TextHeight = 13
    10   object Label1: TLabel
     12  object Label1: TLabel [0]
    1113    Left = 8
    1214    Top = 80
     
    1517    Caption = 'Comments:'
    1618  end
    17   object cmdOK: TButton
     19  object cmdOK: TButton [1]
    1820    Left = 267
    1921    Top = 233
     
    2527    OnClick = cmdOKClick
    2628  end
    27   object cmdCancel: TButton
     29  object cmdCancel: TButton [2]
    2830    Left = 347
    2931    Top = 233
     
    3537    OnClick = cmdCancelClick
    3638  end
    37   object memOrder: TMemo
     39  object memOrder: TMemo [3]
    3840    Left = 8
    3941    Top = 8
     
    4850    WantReturns = False
    4951  end
    50   object memComments: TRichEdit
     52  object memComments: TRichEdit [4]
    5153    Left = 8
    5254    Top = 94
     
    5860    OnKeyUp = memCommentsKeyUp
    5961  end
     62  inherited amgrMain: TVA508AccessibilityManager
     63    Data = (
     64      (
     65        'Component = cmdOK'
     66        'Status = stsDefault')
     67      (
     68        'Component = cmdCancel'
     69        'Status = stsDefault')
     70      (
     71        'Component = memOrder'
     72        'Status = stsDefault')
     73      (
     74        'Component = memComments'
     75        'Status = stsDefault')
     76      (
     77        'Component = frmWardComments'
     78        'Status = stsDefault'))
     79  end
    6080end
Note: See TracChangeset for help on using the changeset viewer.