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

    r456 r829  
    1 object frmRefillOrders: TfrmRefillOrders
     1inherited frmRefillOrders: TfrmRefillOrders
    22  Left = 181
    33  Top = 267
    4   Width = 435
    5   Height = 311
    64  Caption = 'Refill Orders'
    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 = 284
    146  OnClose = FormClose
    157  OnCreate = FormCreate
    168  OnShow = FormShow
     9  ExplicitHeight = 311
    1710  PixelsPerInch = 96
    1811  TextHeight = 13
    19   object pnlBottom: TPanel
     12  object pnlBottom: TPanel [0]
    2013    Left = 0
    2114    Top = 200
     
    8073    end
    8174  end
    82   object pnlClient: TPanel
     75  object pnlClient: TPanel [1]
    8376    Left = 0
    8477    Top = 0
     
    9184      Left = 0
    9285      Top = 0
    93       Width = 427
    94       Height = 17
     86      Width = 181
     87      Height = 13
    9588      Align = alTop
    9689      Caption = 'Request refills for the following orders -'
     
    107100    end
    108101  end
     102  inherited amgrMain: TVA508AccessibilityManager
     103    Data = (
     104      (
     105        'Component = pnlBottom'
     106        'Status = stsDefault')
     107      (
     108        'Component = cmdOK'
     109        'Status = stsDefault')
     110      (
     111        'Component = cmdCancel'
     112        'Status = stsDefault')
     113      (
     114        'Component = grbPickUp'
     115        'Status = stsDefault')
     116      (
     117        'Component = radWindow'
     118        'Status = stsDefault')
     119      (
     120        'Component = radMail'
     121        'Status = stsDefault')
     122      (
     123        'Component = radClinic'
     124        'Status = stsDefault')
     125      (
     126        'Component = pnlClient'
     127        'Status = stsDefault')
     128      (
     129        'Component = lstOrders'
     130        'Status = stsDefault')
     131      (
     132        'Component = frmRefillOrders'
     133        'Status = stsDefault'))
     134  end
    109135end
Note: See TracChangeset for help on using the changeset viewer.