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

    r456 r830  
    1 object frmNoteCPFields: TfrmNoteCPFields
     1inherited frmNoteCPFields: TfrmNoteCPFields
    22  Left = 508
    33  Top = 307
    4   Width = 257
    5   Height = 178
    64  Caption = 'Enter Required Fields'
    7   Color = clBtnFace
    8   Font.Charset = DEFAULT_CHARSET
    9   Font.Color = clWindowText
    10   Font.Height = -11
    11   Font.Name = 'MS Sans Serif'
    12   Font.Style = []
    13   OldCreateOrder = True
     5  ClientHeight = 151
     6  ClientWidth = 249
    147  Position = poScreenCenter
    158  OnCreate = FormCreate
     9  ExplicitWidth = 257
     10  ExplicitHeight = 178
    1611  PixelsPerInch = 96
    1712  TextHeight = 13
    18   object lblAuthor: TLabel
     13  object lblAuthor: TLabel [0]
    1914    Left = 7
    2015    Top = 5
     
    2419    Caption = 'Author:'
    2520  end
    26   object lblProcSummCode: TOROffsetLabel
     21  object lblProcSummCode: TOROffsetLabel [1]
    2722    Left = 4
    2823    Top = 50
     
    3530    WordWrap = False
    3631  end
    37   object lblProcDateTime: TOROffsetLabel
     32  object lblProcDateTime: TOROffsetLabel [2]
    3833    Left = 4
    3934    Top = 96
     
    4641    WordWrap = False
    4742  end
    48   object cboAuthor: TORComboBox
     43  object cboAuthor: TORComboBox [3]
    4944    Left = 4
    5045    Top = 17
     
    7065    TabOrder = 0
    7166    OnNeedData = cboAuthorNeedData
     67    CharsNeedMatch = 1
    7268  end
    73   object cboProcSummCode: TORComboBox
     69  object cboProcSummCode: TORComboBox [4]
    7470    Left = 4
    7571    Top = 66
     
    9793    SynonymChars = '<>'
    9894    TabOrder = 1
     95    CharsNeedMatch = 1
    9996  end
    100   object calProcDateTime: TORDateBox
     97  object calProcDateTime: TORDateBox [5]
    10198    Left = 4
    10299    Top = 112
     
    108105    Caption = 'Procedure Date/Time'
    109106  end
    110   object cmdOK: TButton
     107  object cmdOK: TButton [6]
    111108    Left = 166
    112109    Top = 78
     
    123120    OnClick = cmdOKClick
    124121  end
    125   object cmdCancel: TButton
     122  object cmdCancel: TButton [7]
    126123    Left = 166
    127124    Top = 105
     
    138135    OnClick = cmdCancelClick
    139136  end
     137  inherited amgrMain: TVA508AccessibilityManager
     138    Data = (
     139      (
     140        'Component = cboAuthor'
     141        'Status = stsDefault')
     142      (
     143        'Component = cboProcSummCode'
     144        'Status = stsDefault')
     145      (
     146        'Component = calProcDateTime'
     147        'Status = stsDefault')
     148      (
     149        'Component = cmdOK'
     150        'Status = stsDefault')
     151      (
     152        'Component = cmdCancel'
     153        'Status = stsDefault')
     154      (
     155        'Component = frmNoteCPFields'
     156        'Status = stsDefault'))
     157  end
    140158end
Note: See TracChangeset for help on using the changeset viewer.