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

    r456 r829  
    11inherited frmOrders: TfrmOrders
    22  Left = 451
    3   Top = 250
    4   Width = 774
    5   Height = 579
     3  Top = 177
    64  HelpContext = 4000
    75  Caption = 'Orders Page'
     6  ClientHeight = 571
     7  ClientWidth = 766
    88  HelpFile = 'overvw'
    99  Menu = mnuOrders
    1010  OnDestroy = FormDestroy
    1111  OnShow = FormShow
     12  ExplicitWidth = 774
     13  ExplicitHeight = 617
    1214  PixelsPerInch = 96
    1315  TextHeight = 13
    1416  inherited shpPageBottom: TShape
    15     Top = 528
     17    Top = 566
    1618    Width = 766
     19    ExplicitTop = 528
     20    ExplicitWidth = 766
    1721  end
    1822  inherited sptHorz: TSplitter
    1923    Left = 117
    20     Height = 528
     24    Height = 566
    2125    OnMoved = sptHorzMoved
     26    ExplicitLeft = 117
     27    ExplicitHeight = 528
    2228  end
    2329  inherited pnlLeft: TPanel
    2430    Width = 117
    25     Height = 528
     31    Height = 566
     32    ExplicitWidth = 117
     33    ExplicitHeight = 566
    2634    object OROffsetLabel1: TOROffsetLabel
    2735      Left = 0
     
    7785      Top = 116
    7886      Width = 117
    79       Height = 412
     87      Height = 450
    8088      Align = alClient
    8189      ItemHeight = 13
     
    94102      Width = 117
    95103      Height = 18
     104      Align = alTop
    96105      Caption = 'Write Delayed Orders'
    97106      TabOrder = 1
    98107      OnClick = btnDelayedOrderClick
    99       Align = alTop
    100108      Alignment = taLeftJustify
    101109    end
     
    104112    Left = 121
    105113    Width = 645
    106     Height = 528
     114    Height = 566
    107115    ParentColor = True
    108116    ParentCtl3D = False
    109117    ParentFont = False
    110118    OnResize = pnlRightResize
     119    ExplicitLeft = 121
     120    ExplicitWidth = 645
     121    ExplicitHeight = 566
    111122    object lblOrders: TOROffsetLabel
    112123      Left = 0
     
    147158      Width = 645
    148159      Height = 17
    149       DragReorder = False
    150160      Sections = <
    151161        item
     
    216226      Top = 36
    217227      Width = 645
    218       Height = 492
     228      Height = 530
    219229      Style = lbOwnerDrawVariable
    220230      Align = alClient
     
    229239      OnDrawItem = lstOrdersDrawItem
    230240      OnMeasureItem = lstOrdersMeasureItem
    231       RightClickSelect = True
    232241      Caption = 'Active Orders'
    233242    end
     243  end
     244  inherited amgrMain: TVA508AccessibilityManager
     245    Data = (
     246      (
     247        'Component = lstSheets'
     248        'Status = stsDefault')
     249      (
     250        'Component = lstWrite'
     251        'Status = stsDefault')
     252      (
     253        'Component = btnDelayedOrder'
     254        'Status = stsDefault')
     255      (
     256        'Component = hdrOrders'
     257        'Status = stsDefault')
     258      (
     259        'Component = lstOrders'
     260        'Status = stsDefault')
     261      (
     262        'Component = pnlLeft'
     263        'Status = stsDefault')
     264      (
     265        'Component = pnlRight'
     266        'Status = stsDefault')
     267      (
     268        'Component = frmOrders'
     269        'Status = stsDefault'))
    234270  end
    235271  object mnuOrders: TMainMenu
Note: See TracChangeset for help on using the changeset viewer.