Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/Orders/fODLab.dfm

    r829 r1679  
    9999  end
    100100  inherited memOrder: TCaptionMemo
    101     TabOrder = 20
     101    TabOrder = 22
    102102  end
    103103  object txtImmedColl: TCaptionEdit [13]
     
    108108    Color = clBtnFace
    109109    ReadOnly = True
    110     TabOrder = 14
     110    TabOrder = 16
    111111    Text = 'txtImmedColl'
    112112  end
     
    116116    Width = 165
    117117    Height = 21
    118     TabOrder = 13
     118    TabOrder = 15
    119119    OnChange = ControlChange
    120120    DateOnly = False
     
    128128    BevelInner = bvLowered
    129129    BevelOuter = bvNone
    130     TabOrder = 8
     130    TabOrder = 10
    131131    object lblUrineVolume: TOROffsetLabel
    132132      Left = 6
     
    156156    BevelInner = bvLowered
    157157    BevelOuter = bvNone
    158     TabOrder = 7
     158    TabOrder = 9
    159159    object lblAntiCoagulant: TOROffsetLabel
    160160      Left = 6
     
    184184    BevelInner = bvLowered
    185185    BevelOuter = bvNone
    186     TabOrder = 6
     186    TabOrder = 8
    187187    Visible = False
    188188    object lblOrderComment: TOROffsetLabel
     
    212212    Height = 118
    213213    BevelOuter = bvNone
    214     TabOrder = 5
     214    TabOrder = 7
    215215  end
    216216  object pnlDoseDraw: TORAutoPanel [19]
     
    221221    BevelInner = bvLowered
    222222    BevelOuter = bvNone
    223     TabOrder = 10
     223    TabOrder = 12
    224224    object lblDose: TOROffsetLabel
    225225      Left = 10
     
    268268    BevelInner = bvLowered
    269269    BevelOuter = bvNone
    270     TabOrder = 9
     270    TabOrder = 11
    271271    object lblPeakTrough: TOROffsetLabel
    272272      Left = 6
     
    294294    end
    295295  end
    296   inherited cmdAccept: TButton
    297     Left = 443
    298     TabOrder = 18
    299     ExplicitLeft = 443
    300   end
    301   inherited cmdQuit: TButton
    302     TabOrder = 19
    303   end
    304   inherited pnlMessage: TPanel
    305     Left = 18
    306     Top = 192
    307     Height = 56
    308     TabOrder = 21
    309     ExplicitLeft = 18
    310     ExplicitTop = 192
    311     ExplicitHeight = 56
    312     inherited imgMessage: TImage
    313       Top = 11
    314       ExplicitTop = 11
    315     end
    316     inherited memMessage: TRichEdit
    317       Left = 41
    318       Top = 5
    319       Height = 43
    320       PopupMenu = MessagePopup
    321       ExplicitLeft = 41
    322       ExplicitTop = 5
    323       ExplicitHeight = 43
    324     end
    325   end
    326   object pnlCollTimeButton: TKeyClickPanel [24]
     296  object pnlCollTimeButton: TKeyClickPanel [21]
    327297    Left = 288
    328298    Top = 167
     
    331301    BevelOuter = bvNone
    332302    Caption = 'Select collection time'
    333     TabOrder = 15
     303    TabOrder = 17
    334304    TabStop = True
    335305    OnClick = cmdImmedCollClick
     
    360330    end
    361331  end
    362   object cboAvailTest: TORComboBox [25]
     332  object cboAvailTest: TORComboBox [22]
    363333    Left = 6
    364334    Top = 18
     
    386356    CharsNeedMatch = 1
    387357  end
    388   object cboFrequency: TORComboBox [26]
     358  object cboFrequency: TORComboBox [23]
    389359    Left = 326
    390360    Top = 166
     
    406376    Sorted = False
    407377    SynonymChars = '<>'
    408     TabOrder = 16
     378    TabOrder = 18
    409379    OnChange = cboFrequencyChange
    410380    CharsNeedMatch = 1
    411381  end
    412   object cboCollSamp: TORComboBox [27]
     382  object cboCollSamp: TORComboBox [24]
    413383    Left = 269
    414384    Top = 28
     
    437407    CharsNeedMatch = 1
    438408  end
    439   object cboSpecimen: TORComboBox [28]
     409  object cboSpecimen: TORComboBox [25]
    440410    Left = 269
    441411    Top = 55
     
    459429    Sorted = False
    460430    SynonymChars = '<>'
    461     TabOrder = 2
     431    TabOrder = 3
    462432    OnChange = cboSpecimenChange
    463433    OnEnter = cboSpecimenMouseClick
     
    466436    CharsNeedMatch = 1
    467437  end
    468   object cboUrgency: TORComboBox [29]
     438  object cboUrgency: TORComboBox [26]
    469439    Left = 269
    470440    Top = 82
     
    486456    Sorted = False
    487457    SynonymChars = '<>'
    488     TabOrder = 3
     458    TabOrder = 5
    489459    OnChange = cboUrgencyChange
    490460    CharsNeedMatch = 1
    491461  end
    492   object txtAddlComment: TCaptionEdit [30]
     462  object txtAddlComment: TCaptionEdit [27]
    493463    Left = 187
    494464    Top = 122
    495465    Width = 180
    496466    Height = 21
    497     TabOrder = 4
     467    TabOrder = 6
    498468    Visible = False
    499469    OnExit = txtAddlCommentExit
    500470    Caption = 'Additional Comment'
    501471  end
    502   object txtDays: TCaptionEdit [31]
     472  object txtDays: TCaptionEdit [28]
    503473    Left = 430
    504474    Top = 166
     
    507477    Hint = 'Enter a number of days, or an "X" followed by a number of times.'
    508478    Enabled = False
    509     TabOrder = 17
     479    TabOrder = 20
    510480    OnChange = ControlChange
    511481    Caption = 'How Long?'
    512482  end
    513   object FLabCommonCombo: TORListBox [32]
     483  object FLabCommonCombo: TORListBox [29]
    514484    Left = 440
    515485    Top = 247
     
    520490    ParentShowHint = False
    521491    ShowHint = True
    522     TabOrder = 22
     492    TabOrder = 26
    523493    Visible = False
    524494    ItemTipColor = clWindow
    525495    LongList = False
    526496  end
    527   object cboCollTime: TORComboBox [33]
     497  object cboCollTime: TORComboBox [30]
    528498    Left = 149
    529499    Top = 166
     
    545515    Sorted = False
    546516    SynonymChars = '<>'
    547     TabOrder = 12
     517    TabOrder = 14
    548518    OnChange = cboCollTimeChange
    549519    OnExit = cboCollTimeExit
    550520    CharsNeedMatch = 1
    551521  end
    552   object cboCollType: TORComboBox [34]
     522  object cboCollType: TORComboBox [31]
    553523    Left = 6
    554524    Top = 166
     
    570540    Sorted = False
    571541    SynonymChars = '<>'
    572     TabOrder = 11
     542    TabOrder = 13
    573543    OnChange = cboCollTypeChange
    574544    CharsNeedMatch = 1
    575545  end
     546  object Frequencylbl508: TVA508StaticText [32]
     547    Name = 'Frequencylbl508'
     548    Left = 323
     549    Top = 149
     550    Width = 59
     551    Height = 15
     552    Alignment = taLeftJustify
     553    Caption = 'How Often?'
     554    Enabled = False
     555    TabOrder = 19
     556    Visible = False
     557    ShowAccelChar = True
     558  end
     559  object HowManyDayslbl508: TVA508StaticText [33]
     560    Name = 'HowManyDayslbl508'
     561    Left = 431
     562    Top = 152
     563    Width = 57
     564    Height = 15
     565    Alignment = taLeftJustify
     566    Caption = 'How Long?'
     567    Enabled = False
     568    TabOrder = 21
     569    Visible = False
     570    ShowAccelChar = True
     571  end
     572  inherited cmdAccept: TButton
     573    Left = 443
     574    TabOrder = 23
     575    ExplicitLeft = 443
     576  end
     577  object specimenlbl508: TVA508StaticText [35]
     578    Name = 'specimenlbl508'
     579    Left = 210
     580    Top = 56
     581    Width = 49
     582    Height = 15
     583    Alignment = taLeftJustify
     584    Caption = 'Specimen'
     585    Enabled = False
     586    TabOrder = 4
     587    Visible = False
     588    ShowAccelChar = True
     589  end
     590  inherited cmdQuit: TButton
     591    TabOrder = 24
     592  end
     593  object CollSamplbl508: TVA508StaticText [37]
     594    Name = 'CollSamplbl508'
     595    Left = 187
     596    Top = 31
     597    Width = 72
     598    Height = 15
     599    Alignment = taLeftJustify
     600    Caption = 'Collect Sample'
     601    Enabled = False
     602    TabOrder = 2
     603    Visible = False
     604    ShowAccelChar = True
     605  end
     606  inherited pnlMessage: TPanel
     607    Left = 18
     608    Top = 192
     609    Height = 56
     610    TabOrder = 25
     611    ExplicitLeft = 18
     612    ExplicitTop = 192
     613    ExplicitHeight = 56
     614    inherited imgMessage: TImage
     615      Top = 11
     616      ExplicitTop = 11
     617    end
     618    inherited memMessage: TRichEdit
     619      Left = 41
     620      Top = 5
     621      Height = 43
     622      PopupMenu = MessagePopup
     623      ExplicitLeft = 41
     624      ExplicitTop = 5
     625      ExplicitHeight = 43
     626    end
     627  end
    576628  inherited amgrMain: TVA508AccessibilityManager
    577629    Data = (
     
    668720      (
    669721        'Component = frmODLab'
     722        'Status = stsDefault')
     723      (
     724        'Component = Frequencylbl508'
     725        'Status = stsDefault')
     726      (
     727        'Component = HowManyDayslbl508'
     728        'Status = stsDefault')
     729      (
     730        'Component = specimenlbl508'
     731        'Status = stsDefault')
     732      (
     733        'Component = CollSamplbl508'
    670734        'Status = stsDefault'))
    671735  end
Note: See TracChangeset for help on using the changeset viewer.