Ignore:
Timestamp:
Jul 7, 2010, 4:51:54 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrading to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/fActivateDeactivate.dfm

    r456 r830  
    1 object frmActivateDeactive: TfrmActivateDeactive
    2   Left = 491
    3   Top = 376
    4   AutoScroll = False
     1inherited frmActivateDeactive: TfrmActivateDeactive
     2  Left = 293
     3  Top = 317
    54  BorderIcons = []
    65  Caption = 'Renew Order'
    76  ClientHeight = 185
    8   ClientWidth = 353
    9   Color = clBtnFace
    10   Font.Charset = DEFAULT_CHARSET
    11   Font.Color = clWindowText
    12   Font.Height = -11
    13   Font.Name = 'MS Sans Serif'
    14   Font.Style = []
     7  ClientWidth = 569
    158  OldCreateOrder = False
     9  ExplicitWidth = 320
     10  ExplicitHeight = 240
    1611  DesignSize = (
    17     353
     12    569
    1813    185)
    1914  PixelsPerInch = 96
    2015  TextHeight = 13
    21   object TActivate: TButton
    22     Left = 143
    23     Top = 160
    24     Width = 56
     16  object TActivate: TButton [0]
     17    Left = 206
     18    Top = 157
     19    Width = 106
    2520    Height = 25
    2621    Anchors = [akLeft, akTop, akRight, akBottom]
    27     Caption = 'No'
     22    Caption = 'DC Pending Order'
    2823    TabOrder = 2
    2924    OnClick = TActivateClick
    3025  end
    31   object TDeactive: TButton
    32     Left = 63
    33     Top = 160
    34     Width = 56
     26  object TDeactive: TButton [1]
     27    Left = 132
     28    Top = 157
     29    Width = 63
    3530    Height = 25
    36     Caption = 'Yes'
     31    Caption = 'DC BOTH'
    3732    TabOrder = 1
    3833    OnClick = TDeactiveClick
    3934  end
    40   object Memo1: TMemo
     35  object Memo1: TMemo [2]
    4136    Left = 0
    4237    Top = 0
    43     Width = 345
     38    Width = 569
    4439    Height = 145
    4540    BorderStyle = bsNone
     
    5146    TabOrder = 0
    5247  end
    53   object TCancel: TButton
    54     Left = 225
    55     Top = 160
    56     Width = 56
     48  object TCancel: TButton [3]
     49    Left = 324
     50    Top = 157
     51    Width = 137
    5752    Height = 25
    58     Caption = 'Cancel'
     53    Caption = 'Cancel-No Action Taken'
    5954    TabOrder = 3
    6055    OnClick = TCancelClick
    6156  end
     57  inherited amgrMain: TVA508AccessibilityManager
     58    Data = (
     59      (
     60        'Component = TActivate'
     61        'Status = stsDefault')
     62      (
     63        'Component = TDeactive'
     64        'Status = stsDefault')
     65      (
     66        'Component = Memo1'
     67        'Status = stsDefault')
     68      (
     69        'Component = TCancel'
     70        'Status = stsDefault')
     71      (
     72        'Component = frmActivateDeactive'
     73        'Status = stsDefault'))
     74  end
    6275end
Note: See TracChangeset for help on using the changeset viewer.