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

    r456 r830  
    1 object frmSearchStop: TfrmSearchStop
     1inherited frmSearchStop: TfrmSearchStop
    22  Left = 477
    33  Top = 351
     
    77  ClientHeight = 95
    88  ClientWidth = 163
    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  FormStyle = fsStayOnTop
    1610  OldCreateOrder = False
    1711  Position = poMainFormCenter
    1812  OnShow = FormShow
     13  ExplicitWidth = 320
     14  ExplicitHeight = 240
    1915  PixelsPerInch = 96
    2016  TextHeight = 13
    21   object btnSearchStop: TButton
     17  object btnSearchStop: TButton [0]
    2218    Left = 45
    2319    Top = 64
     
    2824    OnClick = btnSearchStopClick
    2925  end
    30   object lblSearchStatus: TStaticText
     26  object lblSearchStatus: TStaticText [1]
    3127    Left = 8
    3228    Top = 32
     
    3733    TabStop = True
    3834  end
     35  inherited amgrMain: TVA508AccessibilityManager
     36    Data = (
     37      (
     38        'Component = btnSearchStop'
     39        'Status = stsDefault')
     40      (
     41        'Component = lblSearchStatus'
     42        'Status = stsDefault')
     43      (
     44        'Component = frmSearchStop'
     45        'Status = stsDefault'))
     46  end
    3947end
Note: See TracChangeset for help on using the changeset viewer.