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

    r456 r830  
    1 object frmSignItem: TfrmSignItem
     1inherited frmSignItem: TfrmSignItem
    22  Left = 320
    33  Top = 440
     
    77  ClientHeight = 124
    88  ClientWidth = 405
    9   Color = clBtnFace
    10   Font.Charset = DEFAULT_CHARSET
    11   Font.Color = clWindowText
    12   Font.Height = -11
    13   Font.Name = 'MS Sans Serif'
    14   Font.Style = []
    159  OldCreateOrder = True
    1610  Position = poScreenCenter
    1711  PixelsPerInch = 96
    1812  TextHeight = 13
    19   object lblESCode: TLabel
     13  object lblESCode: TLabel [0]
    2014    Left = 8
    2115    Top = 81
     
    2418    Caption = 'Signature Code'
    2519  end
    26   object lblText: TMemo
     20  object lblText: TMemo [1]
    2721    Left = 8
    2822    Top = 8
    2923    Width = 389
    3024    Height = 65
    31     TabStop = False
    3225    BorderStyle = bsNone
    3326    Color = clBtnFace
     
    3528      'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789')
    3629    ReadOnly = True
    37     TabOrder = 3
     30    TabOrder = 1
    3831  end
    39   object txtESCode: TCaptionEdit
     32  object txtESCode: TCaptionEdit [2]
    4033    Left = 8
    4134    Top = 95
     
    4639    Caption = 'Signature Code'
    4740  end
    48   object cmdOK: TButton
     41  object cmdOK: TButton [3]
    4942    Left = 239
    5043    Top = 95
     
    5346    Caption = 'OK'
    5447    Default = True
    55     TabOrder = 1
     48    TabOrder = 2
    5649    OnClick = cmdOKClick
    5750  end
    58   object cmdCancel: TButton
     51  object cmdCancel: TButton [4]
    5952    Left = 325
    6053    Top = 95
     
    6356    Cancel = True
    6457    Caption = 'Cancel'
    65     TabOrder = 2
     58    TabOrder = 3
    6659    OnClick = cmdCancelClick
    6760  end
     61  inherited amgrMain: TVA508AccessibilityManager
     62    Data = (
     63      (
     64        'Component = lblText'
     65        'Status = stsDefault')
     66      (
     67        'Component = txtESCode'
     68        'Status = stsDefault')
     69      (
     70        'Component = cmdOK'
     71        'Status = stsDefault')
     72      (
     73        'Component = cmdCancel'
     74        'Status = stsDefault')
     75      (
     76        'Component = frmSignItem'
     77        'Status = stsDefault'))
     78  end
    6879end
Note: See TracChangeset for help on using the changeset viewer.