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

    r456 r829  
    11inherited frmOCSession: TfrmOCSession
    2   Left = 365
    3   Top = 221
    4   Width = 504
    5   Height = 298
     2  Left = 366
     3  Top = 222
    64  BorderIcons = []
    75  Caption = 'Order Checks'
     6  ClientWidth = 494
    87  Position = poScreenCenter
    98  ShowHint = True
    109  OnClose = FormClose
    1110  OnShow = FormShow
     11  ExplicitWidth = 502
     12  ExplicitHeight = 240
    1213  PixelsPerInch = 96
    1314  TextHeight = 13
    14   object lstChecks: TCaptionListBox
     15  object lstChecks: TCaptionListBox [0]
    1516    Left = 0
    1617    Top = 0
    17     Width = 496
    18     Height = 160
     18    Width = 494
     19    Height = 162
    1920    Style = lbOwnerDrawVariable
    2021    Align = alClient
     
    2829    HintOnItem = True
    2930  end
    30   object pnlBottom: TPanel
     31  object pnlBottom: TPanel [1]
    3132    Left = 0
    32     Top = 160
    33     Width = 496
     33    Top = 162
     34    Width = 494
    3435    Height = 111
    3536    Align = alBottom
     
    3738    TabOrder = 0
    3839    DesignSize = (
    39       496
     40      494
    4041      111)
    4142    object lblJustify: TLabel
    42       Left = 8
     43      Left = 9
    4344      Top = 34
    4445      Width = 248
     
    5051      Left = 8
    5152      Top = 50
    52       Width = 480
     53      Width = 478
    5354      Height = 21
    5455      Anchors = [akLeft, akTop, akRight]
     
    6162      Left = 356
    6263      Top = 5
    63       Width = 133
     64      Width = 131
    6465      Height = 21
    6566      Anchors = [akLeft, akTop, akRight]
    6667      Caption = 'Cancel Selected Order(s)'
    67       TabOrder = 2
     68      TabOrder = 3
    6869      OnClick = cmdCancelOrderClick
    6970    end
    7071    object cmdContinue: TButton
    71       Left = 212
     72      Left = 157
    7273      Top = 82
    73       Width = 72
     74      Width = 70
    7475      Height = 21
    75       Anchors = [akLeft, akTop, akRight]
    7676      Caption = 'Continue'
    77       TabOrder = 3
     77      TabOrder = 4
    7878      OnClick = cmdContinueClick
    7979    end
     80    object btnReturn: TButton
     81      Left = 241
     82      Top = 82
     83      Width = 97
     84      Height = 21
     85      Cancel = True
     86      Caption = 'Return to Orders'
     87      TabOrder = 5
     88      OnClick = btnReturnClick
     89    end
     90    object memNote: TMemo
     91      Left = 8
     92      Top = 4
     93      Width = 329
     94      Height = 29
     95      BorderStyle = bsNone
     96      Color = clBtnFace
     97      Lines.Strings = (
     98        'NOTE: The override justification is for tracking purposes and '
     99        'does not change or place new order(s).')
     100      ReadOnly = True
     101      TabOrder = 1
     102      OnEnter = memNoteEnter
     103    end
     104  end
     105  inherited amgrMain: TVA508AccessibilityManager
     106    Data = (
     107      (
     108        'Component = lstChecks'
     109        'Status = stsDefault')
     110      (
     111        'Component = pnlBottom'
     112        'Status = stsDefault')
     113      (
     114        'Component = txtJustify'
     115        'Status = stsDefault')
     116      (
     117        'Component = cmdCancelOrder'
     118        'Status = stsDefault')
     119      (
     120        'Component = cmdContinue'
     121        'Status = stsDefault')
     122      (
     123        'Component = btnReturn'
     124        'Status = stsDefault')
     125      (
     126        'Component = memNote'
     127        'Status = stsDefault')
     128      (
     129        'Component = frmOCSession'
     130        'Status = stsDefault'))
    80131  end
    81132end
Note: See TracChangeset for help on using the changeset viewer.