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

    r456 r829  
    1 object frmOrdersPrint: TfrmOrdersPrint
     1inherited frmOrdersPrint: TfrmOrdersPrint
    22  Left = 353
    33  Top = 194
    4   Width = 364
    5   Height = 315
    64  Caption = 'Print 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   KeyPreview = True
     5  ClientHeight = 288
     6  ClientWidth = 356
    147  OldCreateOrder = True
    158  Position = poScreenCenter
     
    1710  PixelsPerInch = 96
    1811  TextHeight = 13
    19   object pnlBase: TORAutoPanel
     12  object pnlBase: TORAutoPanel [0]
    2013    Left = 0
    2114    Top = 0
     
    222215    end
    223216  end
     217  inherited amgrMain: TVA508AccessibilityManager
     218    Data = (
     219      (
     220        'Component = pnlBase'
     221        'Status = stsDefault')
     222      (
     223        'Component = lblPartOne'
     224        'Status = stsDefault')
     225      (
     226        'Component = lblPart2'
     227        'Status = stsDefault')
     228      (
     229        'Component = ckChartCopy'
     230        'Status = stsDefault')
     231      (
     232        'Component = ckLabels'
     233        'Status = stsDefault')
     234      (
     235        'Component = ckRequisitions'
     236        'Status = stsDefault')
     237      (
     238        'Component = ckWorkCopy'
     239        'Status = stsDefault')
     240      (
     241        'Component = lstChartDevice'
     242        'Status = stsDefault')
     243      (
     244        'Component = lstLabelDevice'
     245        'Status = stsDefault')
     246      (
     247        'Component = lstReqDevice'
     248        'Status = stsDefault')
     249      (
     250        'Component = lstWorkDevice'
     251        'Status = stsDefault')
     252      (
     253        'Component = cmdChart'
     254        'Status = stsDefault')
     255      (
     256        'Component = cmdLabels'
     257        'Status = stsDefault')
     258      (
     259        'Component = cmdReqs'
     260        'Status = stsDefault')
     261      (
     262        'Component = cmdWork'
     263        'Status = stsDefault')
     264      (
     265        'Component = cmdOK'
     266        'Status = stsDefault')
     267      (
     268        'Component = cmdCancel'
     269        'Status = stsDefault')
     270      (
     271        'Component = frmOrdersPrint'
     272        'Status = stsDefault'))
     273  end
    224274end
Note: See TracChangeset for help on using the changeset viewer.