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

    r456 r830  
    1 object frmNotesSearchText: TfrmNotesSearchText
     1inherited frmNotesSearchText: TfrmNotesSearchText
    22  Left = 473
    33  Top = 272
    4   Width = 339
    5   Height = 150
    64  BorderIcons = []
    75  Caption = 'List Signed Notes by Author'
    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 = []
    14   OldCreateOrder = True
     6  ClientHeight = 123
     7  ClientWidth = 331
    158  Position = poScreenCenter
    16   OnDestroy = FormDestroy
    17   OnResize = FormResize
    189  OnShow = FormShow
     10  ExplicitWidth = 339
     11  ExplicitHeight = 150
    1912  DesignSize = (
    2013    331
     
    2215  PixelsPerInch = 96
    2316  TextHeight = 13
    24   object lblSearchInfo: TLabel
     17  object lblSearchInfo: TLabel [0]
    2518    Left = 8
    2619    Top = 56
     
    3427    WordWrap = True
    3528  end
    36   object lblAuthor: TLabel
     29  object lblAuthor: TLabel [1]
    3730    Left = 8
    3831    Top = 8
     
    4134    Caption = 'Search string:'
    4235  end
    43   object edtSearchText: TEdit
     36  object edtSearchText: TEdit [2]
    4437    Left = 8
    4538    Top = 24
     
    4942    TabOrder = 0
    5043  end
    51   object cmdOK: TButton
     44  object cmdOK: TButton [3]
    5245    Left = 251
    5346    Top = 24
     
    6053    OnClick = cmdOKClick
    6154  end
    62   object cmdCancel: TButton
     55  object cmdCancel: TButton [4]
    6356    Left = 251
    6457    Top = 49
     
    7164    OnClick = cmdCancelClick
    7265  end
     66  inherited amgrMain: TVA508AccessibilityManager
     67    Data = (
     68      (
     69        'Component = edtSearchText'
     70        'Status = stsDefault')
     71      (
     72        'Component = cmdOK'
     73        'Status = stsDefault')
     74      (
     75        'Component = cmdCancel'
     76        'Status = stsDefault')
     77      (
     78        'Component = frmNotesSearchText'
     79        'Status = stsDefault'))
     80  end
    7381end
Note: See TracChangeset for help on using the changeset viewer.