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

    r456 r830  
    1 object frmNoteProperties: TfrmNoteProperties
     1inherited frmNoteProperties: TfrmNoteProperties
    22  Left = 384
    33  Top = 56
    4   AutoScroll = False
    54  BorderIcons = []
    65  Caption = 'Progress Note Properties'
    76  ClientHeight = 676
    87  ClientWidth = 543
    9   Color = clBtnFace
    108  Constraints.MinWidth = 551
    11   Font.Charset = DEFAULT_CHARSET
    12   Font.Color = clWindowText
    13   Font.Height = -11
    14   Font.Name = 'MS Sans Serif'
    15   Font.Style = []
    16   OldCreateOrder = False
    179  Position = poScreenCenter
    1810  OnDestroy = FormDestroy
    1911  OnResize = FormResize
    2012  OnShow = FormShow
     13  ExplicitLeft = 384
     14  ExplicitTop = 56
     15  ExplicitWidth = 551
     16  ExplicitHeight = 710
    2117  PixelsPerInch = 96
    2218  TextHeight = 13
    23   object lblNewTitle: TLabel
     19  object lblNewTitle: TLabel [0]
    2420    Left = 7
    2521    Top = 14
     
    2925    Caption = 'Progress Note Title:'
    3026  end
    31   object lblDateTime: TLabel
     27  object lblDateTime: TLabel [1]
    3228    Left = 6
    3329    Top = 138
     
    3834    Caption = 'Date/Time of Note:'
    3935  end
    40   object lblAuthor: TLabel
     36  object lblAuthor: TLabel [2]
    4137    Left = 6
    4238    Top = 165
     
    4743    Caption = 'Author:'
    4844  end
    49   object lblCosigner: TLabel
     45  object lblCosigner: TLabel [3]
    5046    Left = 6
    5147    Top = 192
     
    5652    Caption = 'Expected Cosigner:'
    5753  end
    58   object lblProcSummCode: TOROffsetLabel
     54  object lblProcSummCode: TOROffsetLabel [4]
    5955    Left = 371
    6056    Top = 135
     
    6763    WordWrap = False
    6864  end
    69   object lblProcDateTime: TOROffsetLabel
     65  object lblProcDateTime: TOROffsetLabel [5]
    7066    Left = 371
    7167    Top = 174
     
    7874    WordWrap = False
    7975  end
    80   object cboNewTitle: TORComboBox
     76  object cboNewTitle: TORComboBox [6]
    8177    Left = 104
    8278    Top = 11
     
    109105    CharsNeedMatch = 1
    110106  end
    111   object calNote: TORDateBox
     107  object calNote: TORDateBox [7]
    112108    Left = 104
    113109    Top = 135
     
    120116    Caption = 'Date/Time of Note:'
    121117  end
    122   object cboAuthor: TORComboBox
     118  object cboAuthor: TORComboBox [8]
    123119    Left = 104
    124120    Top = 162
     
    149145    CharsNeedMatch = 1
    150146  end
    151   object cboCosigner: TORComboBox
     147  object cboCosigner: TORComboBox [9]
    152148    Left = 104
    153149    Top = 189
     
    176172    CharsNeedMatch = 1
    177173  end
    178   object cmdOK: TButton
     174  object cmdOK: TButton [10]
    179175    Left = 465
    180176    Top = 11
     
    186182    OnClick = cmdOKClick
    187183  end
    188   object cmdCancel: TButton
     184  object cmdCancel: TButton [11]
    189185    Left = 465
    190186    Top = 38
     
    196192    OnClick = cmdCancelClick
    197193  end
    198   object cboProcSummCode: TORComboBox
     194  object cboProcSummCode: TORComboBox [12]
    199195    Left = 371
    200196    Top = 150
     
    224220    CharsNeedMatch = 1
    225221  end
    226   object calProcDateTime: TORDateBox
     222  object calProcDateTime: TORDateBox [13]
    227223    Left = 371
    228224    Top = 189
     
    235231    Caption = 'Procedure Date/Time'
    236232  end
    237   object pnlSurgery: TORAutoPanel
     233  object pnlSurgery: TORAutoPanel [14]
    238234    Tag = 2
    239235    Left = 0
     
    244240    BevelOuter = bvNone
    245241    TabOrder = 6
     242    Visible = False
    246243    object lblSurgDate: TLabel
    247244      Tag = 2
     
    319316    end
    320317  end
    321   object pnlConsults: TORAutoPanel
     318  object pnlConsults: TORAutoPanel [15]
    322319    Tag = 1
    323320    Left = 0
     
    328325    BevelOuter = bvNone
    329326    TabOrder = 7
     327    Visible = False
    330328    object lblConsult1: TLabel
    331329      Tag = 1
     
    436434    end
    437435  end
    438   object pnlPRF: TORAutoPanel
     436  object pnlPRF: TORAutoPanel [16]
    439437    Tag = 3
    440438    Left = 0
     
    445443    BevelOuter = bvNone
    446444    TabOrder = 8
     445    Visible = False
    447446    object lblPRF: TLabel
    448447      Tag = 1
     
    495494      Constraints.MinHeight = 50
    496495      HideSelection = False
    497       Items.Data = {
    498         5E0000000100000000000000FFFFFFFFFFFFFFFF03000000000000000857414E
    499         44455245521C4F63746F6265722032302C20323030334031303A31353A32333A
    500         3233115245414C4C59204C4F4E4720535455464603596573FFFFFFFFFFFF}
    501496      ReadOnly = True
    502497      RowSelect = True
     
    505500    end
    506501  end
     502  inherited amgrMain: TVA508AccessibilityManager
     503    Data = (
     504      (
     505        'Component = cboNewTitle'
     506        'Status = stsDefault')
     507      (
     508        'Component = calNote'
     509        'Label = lblDateTime'
     510        'Status = stsOK')
     511      (
     512        'Component = cboAuthor'
     513        'Status = stsDefault')
     514      (
     515        'Component = cboCosigner'
     516        'Status = stsDefault')
     517      (
     518        'Component = cmdOK'
     519        'Status = stsDefault')
     520      (
     521        'Component = cmdCancel'
     522        'Status = stsDefault')
     523      (
     524        'Component = cboProcSummCode'
     525        'Status = stsDefault')
     526      (
     527        'Component = calProcDateTime'
     528        'Property = Caption'
     529        'Status = stsOK')
     530      (
     531        'Component = pnlSurgery'
     532        'Status = stsDefault')
     533      (
     534        'Component = lblSurgery1'
     535        'Status = stsDefault')
     536      (
     537        'Component = lblSurgery2'
     538        'Status = stsDefault')
     539      (
     540        'Component = lstSurgery'
     541        'Status = stsDefault')
     542      (
     543        'Component = pnlConsults'
     544        'Status = stsDefault')
     545      (
     546        'Component = lstRequests'
     547        'Status = stsDefault')
     548      (
     549        'Component = btnShowList'
     550        'Status = stsDefault')
     551      (
     552        'Component = btnDetails'
     553        'Status = stsDefault')
     554      (
     555        'Component = pnlPRF'
     556        'Status = stsDefault')
     557      (
     558        'Component = lvPRF'
     559        'Status = stsDefault')
     560      (
     561        'Component = frmNoteProperties'
     562        'Status = stsDefault'))
     563  end
    507564end
Note: See TracChangeset for help on using the changeset viewer.