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

    r456 r829  
    22  Left = 390
    33  Top = 242
    4   Width = 520
    5   Height = 320
    64  Caption = 'HTML Ordering'
     5  ClientHeight = 293
     6  ClientWidth = 512
    77  OnClose = FormClose
    88  OnCreate = FormCreate
     9  ExplicitWidth = 520
     10  ExplicitHeight = 320
    911  PixelsPerInch = 96
    1012  TextHeight = 13
    11   object btnOK: TButton
     13  object btnOK: TButton [0]
    1214    Left = 352
    1315    Top = 268
     
    1921    OnClick = btnOKClick
    2022  end
    21   object btnCancel: TButton
     23  object btnCancel: TButton [1]
    2224    Left = 433
    2325    Top = 268
     
    3032    OnClick = btnCancelClick
    3133  end
    32   object btnBack: TButton
     34  object btnBack: TButton [2]
    3335    Left = 6
    3436    Top = 268
     
    4143    OnClick = btnBackClick
    4244  end
    43   object pnlWeb: TPanel
     45  object pnlWeb: TPanel [3]
    4446    Left = 6
    4547    Top = 6
     
    6668    end
    6769  end
    68   object btnShow: TButton
     70  object btnShow: TButton [4]
    6971    Left = 55
    7072    Top = 268
     
    7678    OnClick = btnShowClick
    7779  end
     80  inherited amgrMain: TVA508AccessibilityManager
     81    Data = (
     82      (
     83        'Component = btnOK'
     84        'Status = stsDefault')
     85      (
     86        'Component = btnCancel'
     87        'Status = stsDefault')
     88      (
     89        'Component = btnBack'
     90        'Status = stsDefault')
     91      (
     92        'Component = pnlWeb'
     93        'Status = stsDefault')
     94      (
     95        'Component = webView'
     96        'Status = stsDefault')
     97      (
     98        'Component = btnShow'
     99        'Status = stsDefault')
     100      (
     101        'Component = frmOMHTML'
     102        'Status = stsDefault'))
     103  end
    78104end
Note: See TracChangeset for help on using the changeset viewer.