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

    r456 r829  
    22  Left = 316
    33  Top = 226
    4   Width = 433
    5   Height = 316
    64  Caption = 'Discontinue / Cancel Orders'
     5  ClientHeight = 289
     6  ClientWidth = 425
    77  Position = poScreenCenter
    88  OnCreate = FormCreate
     9  ExplicitLeft = 316
     10  ExplicitTop = 226
     11  ExplicitWidth = 433
     12  ExplicitHeight = 323
    913  PixelsPerInch = 96
    1014  TextHeight = 13
    11   object Label1: TLabel
     15  object Label1: TLabel [0]
    1216    Left = 0
    1317    Top = 0
     
    1721    Caption = 'The following orders will be discontinued -'
    1822    WordWrap = True
     23    ExplicitWidth = 196
    1924  end
    20   object Panel1: TPanel
     25  object Panel1: TPanel [1]
    2126    Left = 0
    2227    Top = 13
     
    3944    end
    4045  end
    41   object Panel2: TPanel
     46  object Panel2: TPanel [2]
    4247    Left = 0
    4348    Top = 201
     
    4550    Height = 88
    4651    Align = alBottom
     52    Constraints.MinHeight = 88
    4753    TabOrder = 1
    4854    DesignSize = (
     
    5662      Align = alTop
    5763      Caption = 'Reason for Discontinue (select one)'
     64      ExplicitWidth = 169
    5865    end
    5966    object lstReason: TORListBox
     
    6572      ParentShowHint = False
    6673      ShowHint = True
    67       Sorted = True
    6874      TabOrder = 0
    6975      Caption = 'Reason for Discontinue (select one)'
     
    7783      Width = 72
    7884      Height = 21
    79       Anchors = [akLeft, akBottom]
     85      Anchors = [akRight, akBottom]
    8086      Caption = 'OK'
    8187      Default = True
     
    95101    end
    96102  end
     103  inherited amgrMain: TVA508AccessibilityManager
     104    Data = (
     105      (
     106        'Component = Panel1'
     107        'Status = stsDefault')
     108      (
     109        'Component = lstOrders'
     110        'Status = stsDefault')
     111      (
     112        'Component = Panel2'
     113        'Status = stsDefault')
     114      (
     115        'Component = lstReason'
     116        'Status = stsDefault')
     117      (
     118        'Component = cmdOK'
     119        'Status = stsDefault')
     120      (
     121        'Component = cmdCancel'
     122        'Status = stsDefault')
     123      (
     124        'Component = frmDCOrders'
     125        'Status = stsDefault'))
     126  end
    97127end
Note: See TracChangeset for help on using the changeset viewer.