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

    r456 r830  
    11inherited frmAbout: TfrmAbout
    2   Left = 311
    3   Top = 55
     2  Left = 61
     3  Top = 137
    44  BorderIcons = [biSystemMenu]
    55  BorderStyle = bsDialog
    66  Caption = 'About CPRS'
    7   ClientHeight = 472
     7  ClientHeight = 487
    88  ClientWidth = 337
    99  Position = poScreenCenter
    1010  OnCreate = FormCreate
     11  ExplicitLeft = 61
     12  ExplicitTop = 137
     13  ExplicitWidth = 345
     14  ExplicitHeight = 521
    1115  PixelsPerInch = 96
    1216  TextHeight = 13
    13   object bvlBottom: TBevel
     17  object bvlBottom: TBevel [0]
    1418    Left = 6
    15     Top = 285
     19    Top = 288
     20    Width = 328
     21    Height = 47
     22  end
     23  object bvl508Disclaimer: TBevel [1]
     24    Left = 6
     25    Top = 338
    1626    Width = 326
    17     Height = 42
     27    Height = 121
    1828  end
    19   object bvl508Disclaimer: TBevel
    20     Left = 6
    21     Top = 337
    22     Width = 326
    23     Height = 101
    24   end
    25   object lblProductName: TStaticText
     29  object lblProductName: TStaticText [2]
    2630    Left = 6
    2731    Top = 197
     
    3236    TabStop = True
    3337  end
    34   object lblFileVersion: TStaticText
     38  object lblFileVersion: TStaticText [3]
    3539    Left = 193
    3640    Top = 197
     
    4145    TabStop = True
    4246  end
    43   object lblCompanyName: TStaticText
     47  object lblCompanyName: TStaticText [4]
    4448    Left = 6
    4549    Top = 214
     
    5054    TabStop = True
    5155  end
    52   object lblComments: TStaticText
     56  object lblComments: TStaticText [5]
    5357    Left = 193
    5458    Top = 232
     
    5963    TabStop = True
    6064  end
    61   object lblCRC: TStaticText
     65  object lblCRC: TStaticText [6]
    6266    Left = 6
    6367    Top = 266
     
    6872    TabStop = True
    6973  end
    70   object lblLegalCopyright: TMemo
     74  object lblLegalCopyright: TMemo [7]
    7175    Left = 8
    72     Top = 288
     76    Top = 289
    7377    Width = 322
    74     Height = 38
     78    Height = 44
    7579    BorderStyle = bsNone
    7680    Color = clBtnFace
     
    7882      'lblLegalCopyright')
    7983    ReadOnly = True
     84    ScrollBars = ssVertical
    8085    TabOrder = 9
    8186  end
    82   object lblFileDescription: TStaticText
     87  object lblFileDescription: TStaticText [8]
    8388    Left = 6
    8489    Top = 249
     
    8994    TabStop = True
    9095  end
    91   object lblInternalName: TStaticText
     96  object lblInternalName: TStaticText [9]
    9297    Left = 193
    9398    Top = 249
     
    98103    TabStop = True
    99104  end
    100   object lblOriginalFileName: TStaticText
     105  object lblOriginalFileName: TStaticText [10]
    101106    Left = 6
    102107    Top = 232
     
    107112    TabStop = True
    108113  end
    109   object Panel1: TPanel
     114  object Panel1: TPanel [11]
    110115    Left = 6
    111116    Top = 6
     
    16501655    end
    16511656  end
    1652   object cmdOK: TButton
    1653     Left = 259
    1654     Top = 447
     1657  object cmdOK: TButton [12]
     1658    Left = 261
     1659    Top = 466
    16551660    Width = 72
    16561661    Height = 21
     
    16621667    TabOrder = 11
    16631668  end
    1664   object lbl508Notice: TMemo
     1669  object lbl508Notice: TMemo [13]
    16651670    Left = 8
    1666     Top = 340
    1667     Width = 322
    1668     Height = 97
     1671    Top = 341
     1672    Width = 327
     1673    Height = 118
    16691674    BorderStyle = bsNone
    16701675    Color = clBtnFace
    16711676    Lines.Strings = (
    16721677      'VHA'#39's Office of Information, System Design & Development staff '
     1678      'have made every effort during the design, development and '
    16731679     
    1674         'have made every effort during the design, development and testin' +
    1675         'g '
    1676      
    1677         'of this application to ensure full accessibility to all users in' +
    1678         ' '
    1679      
    1680         'compliance with Section 508 of the Rehabilitation Act of 1973, a' +
    1681         's '
    1682       'amended.  Please send any comments, questions or concerns '
    1683      
    1684         'regarding the accessibility of this application to EMAIL ADDRESS' +
    1685         ':  '
    1686       'vhaoisddhdscprs508@med.va.gov')
     1680        'testing of this application to ensure full accessibility to all ' +
     1681        'users in '
     1682      'compliance with Section 508 of the Rehabilitation Act of 1973, '
     1683      'as amended.  Please send any comments, questions or concerns '
     1684      'regarding the accessibility of this application to '
     1685      'EMAIL ADDRESS:vhaoihdisection508@va.gov')
    16871686    ReadOnly = True
     1687    ScrollBars = ssVertical
    16881688    TabOrder = 10
     1689    WantReturns = False
     1690  end
     1691  inherited amgrMain: TVA508AccessibilityManager
     1692    Data = (
     1693      (
     1694        'Component = lblProductName'
     1695        'Status = stsDefault')
     1696      (
     1697        'Component = lblFileVersion'
     1698        'Status = stsDefault')
     1699      (
     1700        'Component = lblCompanyName'
     1701        'Status = stsDefault')
     1702      (
     1703        'Component = lblComments'
     1704        'Status = stsDefault')
     1705      (
     1706        'Component = lblCRC'
     1707        'Status = stsDefault')
     1708      (
     1709        'Component = lblLegalCopyright'
     1710        'Status = stsDefault')
     1711      (
     1712        'Component = lblFileDescription'
     1713        'Status = stsDefault')
     1714      (
     1715        'Component = lblInternalName'
     1716        'Status = stsDefault')
     1717      (
     1718        'Component = lblOriginalFileName'
     1719        'Status = stsDefault')
     1720      (
     1721        'Component = Panel1'
     1722        'Status = stsDefault')
     1723      (
     1724        'Component = cmdOK'
     1725        'Status = stsDefault')
     1726      (
     1727        'Component = lbl508Notice'
     1728        'Status = stsDefault')
     1729      (
     1730        'Component = frmAbout'
     1731        'Status = stsDefault'))
    16891732  end
    16901733end
Note: See TracChangeset for help on using the changeset viewer.