Ignore:
Timestamp:
Jul 7, 2010, 4:31:10 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrade to version 27

File:
1 edited

Legend:

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

    r456 r829  
    22  Left = 374
    33  Top = 193
    4   Height = 278
    54  Caption = 'Alert when Results Available'
     5  ClientHeight = 251
    66  Position = poScreenCenter
    77  OnCreate = FormCreate
     8  ExplicitWidth = 320
     9  ExplicitHeight = 278
    810  PixelsPerInch = 96
    911  TextHeight = 13
    10   object Label1: TLabel
     12  object Label1: TLabel [0]
    1113    Left = 8
    1214    Top = 8
     
    1719      ' -'
    1820  end
    19   object lblAlertRecipient: TLabel
     21  object lblAlertRecipient: TLabel [1]
    2022    Left = 8
    2123    Top = 208
     
    2426    Caption = 'Alert Recipient:'
    2527  end
    26   object lstOrders: TCaptionListBox
     28  object lstOrders: TCaptionListBox [2]
    2729    Left = 8
    2830    Top = 22
     
    3537      ' -'
    3638  end
    37   object cmdOK: TButton
     39  object cmdOK: TButton [3]
    3840    Left = 267
    3941    Top = 222
     
    4547    OnClick = cmdOKClick
    4648  end
    47   object cmdCancel: TButton
     49  object cmdCancel: TButton [4]
    4850    Left = 347
    4951    Top = 222
     
    5557    OnClick = cmdCancelClick
    5658  end
    57   object cboAlertRecipient: TORComboBox
     59  object cboAlertRecipient: TORComboBox [5]
    5860    Left = 7
    5961    Top = 226
     
    7981    OnExit = cboOnExit
    8082    OnNeedData = cboAlertRecipientNeedData
     83    CharsNeedMatch = 1
     84  end
     85  inherited amgrMain: TVA508AccessibilityManager
     86    Data = (
     87      (
     88        'Component = lstOrders'
     89        'Status = stsDefault')
     90      (
     91        'Component = cmdOK'
     92        'Status = stsDefault')
     93      (
     94        'Component = cmdCancel'
     95        'Status = stsDefault')
     96      (
     97        'Component = cboAlertRecipient'
     98        'Status = stsDefault')
     99      (
     100        'Component = frmAlertOrders'
     101        'Status = stsDefault'))
    81102  end
    82103end
Note: See TracChangeset for help on using the changeset viewer.