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

    r456 r829  
    1 object frmOMNavA: TfrmOMNavA
    2   Left = 265
    3   Top = 445
    4   Width = 491
    5   Height = 305
     1inherited frmOMNavA: TfrmOMNavA
     2  Left = 212
     3  Top = 354
    64  BorderIcons = []
    7   Caption = 'frmOMNavA'
    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 = []
     5  Caption = 'Order Menu'
     6  ClientHeight = 278
     7  ClientWidth = 483
    148  OldCreateOrder = True
    159  OnActivate = FormActivate
     
    1812  OnDestroy = FormDestroy
    1913  OnResize = FormResize
     14  ExplicitLeft = 212
     15  ExplicitTop = 354
     16  ExplicitWidth = 491
     17  ExplicitHeight = 312
    2018  PixelsPerInch = 96
    2119  TextHeight = 13
    22   object pnlTool: TPanel
     20  object pnlTool: TPanel [0]
    2321    Left = 0
    2422    Top = 0
     
    3028    Color = clHighlight
    3129    Font.Charset = DEFAULT_CHARSET
    32     Font.Color = clWhite
     30    Font.Color = clHighlightText
    3331    Font.Height = -11
    3432    Font.Name = 'MS Sans Serif'
     
    4442      Width = 50
    4543      Height = 17
     44      Align = alRight
    4645      Caption = 'Done'
    4746      Font.Charset = DEFAULT_CHARSET
    48       Font.Color = clWhite
     47      Font.Color = clBtnText
    4948      Font.Height = -11
    5049      Font.Name = 'MS Sans Serif'
     
    5352      TabOrder = 0
    5453      OnClick = cmdDoneClick
    55       Align = alRight
    5654    end
    5755    object cmdPrev: TBitBtn
     
    104102    end
    105103  end
    106   object grdMenu: TCaptionStringGrid
     104  object grdMenu: TCaptionStringGrid [1]
    107105    Left = 0
    108106    Top = 19
     
    129127    Caption = 'Menu or Dialog Name'
    130128  end
     129  inherited amgrMain: TVA508AccessibilityManager
     130    Left = 8
     131    Top = 40
     132    Data = (
     133      (
     134        'Component = pnlTool'
     135        'Status = stsDefault')
     136      (
     137        'Component = cmdDone'
     138        'Status = stsDefault')
     139      (
     140        'Component = cmdPrev'
     141        'Status = stsDefault')
     142      (
     143        'Component = cmdNext'
     144        'Status = stsDefault')
     145      (
     146        'Component = grdMenu'
     147        'Status = stsDefault')
     148      (
     149        'Component = frmOMNavA'
     150        'Status = stsDefault'))
     151  end
     152  object accEventsGrdMenu: TVA508ComponentAccessibility
     153    Component = grdMenu
     154    OnCaptionQuery = accEventsGrdMenuCaptionQuery
     155    OnValueQuery = accEventsGrdMenuValueQuery
     156    Left = 40
     157    Top = 40
     158  end
    131159end
Note: See TracChangeset for help on using the changeset viewer.