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

    r456 r830  
    1 object frmSplash: TfrmSplash
     1inherited frmSplash: TfrmSplash
    22  Left = 260
    33  Top = 126
    44  BorderIcons = []
    55  BorderStyle = bsNone
    6   Caption = 'frmSplash'
     6  Caption = 'CPRS Splash Screen'
    77  ClientHeight = 412
    88  ClientWidth = 386
    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  OldCreateOrder = True
    1610  Position = poScreenCenter
    1711  OnCreate = FormCreate
     12  ExplicitLeft = 260
     13  ExplicitTop = 126
     14  ExplicitWidth = 394
     15  ExplicitHeight = 446
    1816  PixelsPerInch = 96
    1917  TextHeight = 13
    20   object Panel1: TPanel
     18  object pnlMain: TPanel [0]
    2119    Left = 0
    2220    Top = 0
     
    2826    BorderWidth = 210
    2927    Font.Charset = DEFAULT_CHARSET
    30     Font.Color = clGray
     28    Font.Color = clGrayText
    3129    Font.Height = -11
    3230    Font.Name = 'MS Sans Serif'
    3331    Font.Style = []
    3432    ParentFont = False
    35     TabOrder = 0
    36     object lblSplash: TStaticText
    37       Left = 40
    38       Top = 214
    39       Width = 300
    40       Height = 16
    41       Alignment = taCenter
    42       AutoSize = False
    43       Caption = 'Computerized Patient Record System'
    44       Font.Charset = ANSI_CHARSET
    45       Font.Color = clGray
    46       Font.Height = -15
    47       Font.Name = 'MS Sans Serif'
    48       Font.Style = [fsBold]
    49       ParentFont = False
    50       TabOrder = 0
    51     end
     33    TabOrder = 1
    5234    object lblVersion: TStaticText
    5335      Left = 40
     
    5941      Caption = 'version main'
    6042      Font.Charset = ANSI_CHARSET
    61       Font.Color = clGray
     43      Font.Color = clGrayText
    6244      Font.Height = -12
    6345      Font.Name = 'MS Sans Serif'
    6446      Font.Style = []
    6547      ParentFont = False
    66       TabOrder = 1
     48      TabOrder = 0
    6749    end
    6850    object lblCopyright: TStaticText
    69       Left = 44
    70       Top = 245
     51      Left = 43
     52      Top = 249
    7153      Width = 300
    7254      Height = 13
     
    7557      Caption = 'VOE VWPT Enhanced Patient Lookup - Alpha Version 1.6b'
    7658      Font.Charset = ANSI_CHARSET
    77       Font.Color = clGray
     59      Font.Color = clGrayText
    7860      Font.Height = -12
    7961      Font.Name = 'MS Sans Serif'
     
    8264      TabOrder = 2
    8365    end
    84     object Panel2: TPanel
     66    object pnlImage: TPanel
    8567      Left = 40
    8668      Top = 40
     
    9072      BevelOuter = bvNone
    9173      BevelWidth = 3
    92       Caption = 'Panel2'
     74      Caption = 'pnlImage'
    9375      TabOrder = 3
    9476      object Image1: TImage
     
    16341616      Color = clBtnFace
    16351617      Font.Charset = DEFAULT_CHARSET
    1636       Font.Color = clGray
     1618      Font.Color = clGrayText
    16371619      Font.Height = -11
    16381620      Font.Name = 'MS Sans Serif'
     
    16531635          'regarding the accessibility of this application to EMAIL ADDRESS' +
    16541636          ': '
    1655         'vhaoisddhdscprs508@med.va.gov')
     1637        'vhaoihdisection508@va.gov')
    16561638      ParentFont = False
    1657       TabOrder = 4
     1639      ReadOnly = True
     1640      TabOrder = 1
    16581641    end
    16591642  end
     1643  object lblSplash: TStaticText [1]
     1644    Left = 62
     1645    Top = 212
     1646    Width = 261
     1647    Height = 18
     1648    AutoSize = False
     1649    Caption = 'Computerized Patient Record System'
     1650    Font.Charset = DEFAULT_CHARSET
     1651    Font.Color = clGrayText
     1652    Font.Height = -15
     1653    Font.Name = 'MS Sans Serif'
     1654    Font.Style = [fsBold]
     1655    ParentFont = False
     1656    TabOrder = 0
     1657    TabStop = True
     1658  end
     1659  inherited amgrMain: TVA508AccessibilityManager
     1660    Left = 8
     1661    Top = 8
     1662    Data = (
     1663      (
     1664        'Component = pnlMain'
     1665        'Status = stsDefault')
     1666      (
     1667        'Component = lblVersion'
     1668        'Status = stsDefault')
     1669      (
     1670        'Component = lblCopyright'
     1671        'Status = stsDefault')
     1672      (
     1673        'Component = pnlImage'
     1674        'Status = stsDefault')
     1675      (
     1676        'Component = Memo1'
     1677        'Text =  '
     1678        'Status = stsOK')
     1679      (
     1680        'Component = frmSplash'
     1681        'Status = stsDefault')
     1682      (
     1683        'Component = lblSplash'
     1684        'Status = stsDefault'))
     1685  end
    16601686end
Note: See TracChangeset for help on using the changeset viewer.