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

    r456 r829  
    22  Left = 340
    33  Top = 165
    4   Width = 429
    5   Height = 440
    64  Caption = 'Custom Order View'
     5  ClientHeight = 413
     6  ClientWidth = 421
    77  Position = poScreenCenter
    88  OnCreate = FormCreate
     9  ExplicitLeft = 340
     10  ExplicitTop = 165
     11  ExplicitWidth = 429
     12  ExplicitHeight = 440
    913  PixelsPerInch = 96
    1014  TextHeight = 13
    11   object pnlView: TPanel
     15  object pnlView: TPanel [0]
    1216    Left = 0
    1317    Top = 0
     
    3236      Caption = 'All Services, Active Orders'
    3337      Layout = tlCenter
    34     end
    35   end
    36   object Panel1: TPanel
     38      ExplicitWidth = 153
     39      ExplicitHeight = 13
     40    end
     41  end
     42  object Panel1: TPanel [1]
    3743    Left = 0
    3844    Top = 21
    3945    Width = 421
    40     Height = 277
     46    Height = 278
    4147    Align = alClient
    4248    BevelOuter = bvNone
     
    4551      Left = 211
    4652      Top = 0
    47       Width = 3
    48       Height = 277
    49       Cursor = crHSplit
     53      Height = 278
    5054      MinSize = 1
    5155      OnMoved = Splitter1Moved
     
    5559      Top = 0
    5660      Width = 211
    57       Height = 277
     61      Height = 278
    5862      Align = alLeft
    5963      Constraints.MinWidth = 15
     
    6872        Caption = 'Order Status'
    6973        Layout = tlCenter
     74        ExplicitWidth = 59
    7075      end
    7176      object trFilters: TCaptionTreeView
     
    7378        Top = 14
    7479        Width = 209
    75         Height = 262
     80        Height = 263
    7681        Align = alClient
     82        HideSelection = False
    7783        Indent = 19
    7884        TabOrder = 0
     
    8591      Top = 0
    8692      Width = 207
    87       Height = 277
     93      Height = 278
    8894      Align = alClient
    8995      Constraints.MinWidth = 15
     
    98104        Caption = 'Service/Section'
    99105        Layout = tlCenter
     106        ExplicitWidth = 77
    100107      end
    101108      object treService: TCaptionTreeView
     
    103110        Top = 14
    104111        Width = 205
    105         Height = 262
     112        Height = 263
    106113        Align = alClient
     114        HideSelection = False
    107115        Indent = 19
    108116        TabOrder = 0
     
    112120    end
    113121  end
    114   object Panel4: TPanel
     122  object Panel4: TPanel [2]
    115123    Left = 0
    116     Top = 298
     124    Top = 299
    117125    Width = 421
    118126    Height = 114
     
    224232    end
    225233  end
     234  inherited amgrMain: TVA508AccessibilityManager
     235    Data = (
     236      (
     237        'Component = pnlView'
     238        'Status = stsDefault')
     239      (
     240        'Component = Panel1'
     241        'Status = stsDefault')
     242      (
     243        'Component = Panel2'
     244        'Status = stsDefault')
     245      (
     246        'Component = trFilters'
     247        'Status = stsDefault')
     248      (
     249        'Component = Panel3'
     250        'Status = stsDefault')
     251      (
     252        'Component = treService'
     253        'Status = stsDefault')
     254      (
     255        'Component = Panel4'
     256        'Status = stsDefault')
     257      (
     258        'Component = chkDateRange'
     259        'Status = stsDefault')
     260      (
     261        'Component = GroupBox1'
     262        'Status = stsDefault')
     263      (
     264        'Component = calFrom'
     265        'Status = stsDefault')
     266      (
     267        'Component = calThru'
     268        'Status = stsDefault')
     269      (
     270        'Component = chkInvChrono'
     271        'Status = stsDefault')
     272      (
     273        'Component = chkByService'
     274        'Status = stsDefault')
     275      (
     276        'Component = cmdOK'
     277        'Status = stsDefault')
     278      (
     279        'Component = cmdCancel'
     280        'Status = stsDefault')
     281      (
     282        'Component = frmOrderView'
     283        'Status = stsDefault'))
     284  end
    226285end
Note: See TracChangeset for help on using the changeset viewer.