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

    r456 r829  
    1 object frmOrdersEvntRelease: TfrmOrdersEvntRelease
     1inherited frmOrdersEvntRelease: TfrmOrdersEvntRelease
    22  Left = 196
    33  Top = 66
    4   Width = 451
    5   Height = 355
    64  Caption = 'Auto DC/Release Event 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 = []
     5  ClientHeight = 328
     6  ClientWidth = 443
    137  OldCreateOrder = False
    148  OnClose = FormClose
    159  OnCreate = FormCreate
    16   OnDestroy = FormDestroy
    1710  OnShow = FormShow
     11  ExplicitWidth = 451
     12  ExplicitHeight = 355
    1813  PixelsPerInch = 96
    1914  TextHeight = 13
    20   object pnlTop: TPanel
     15  object pnlTop: TPanel [0]
    2116    Left = 0
    2217    Top = 0
     
    7368          Position = 5
    7469          TabOrder = 1
    75           Wrap = False
    7670          OnClick = updown1Click
    7771        end
     
    10094          Left = 1
    10195          Top = 1
    102           Width = 290
     96          Width = 244
    10397          Height = 13
    10498          Align = alTop
     
    109103          Left = 1
    110104          Top = 14
    111           Width = 290
     105          Width = 156
    112106          Height = 13
    113107          Align = alTop
     
    117111    end
    118112  end
    119   object pnlBottom: TPanel
     113  object pnlBottom: TPanel [1]
    120114    Left = 0
    121115    Top = 85
     
    184178    end
    185179  end
     180  inherited amgrMain: TVA508AccessibilityManager
     181    Data = (
     182      (
     183        'Component = pnlTop'
     184        'Status = stsDefault')
     185      (
     186        'Component = lblPtInfo'
     187        'Status = stsDefault')
     188      (
     189        'Component = Panel1'
     190        'Status = stsDefault')
     191      (
     192        'Component = Panel2'
     193        'Status = stsDefault')
     194      (
     195        'Component = btnApply'
     196        'Status = stsDefault')
     197      (
     198        'Component = updown1'
     199        'Status = stsDefault')
     200      (
     201        'Component = edtNumber'
     202        'Status = stsDefault')
     203      (
     204        'Component = Panel3'
     205        'Status = stsDefault')
     206      (
     207        'Component = pnlBottom'
     208        'Status = stsDefault')
     209      (
     210        'Component = btnOK'
     211        'Status = stsDefault')
     212      (
     213        'Component = btnCancel'
     214        'Status = stsDefault')
     215      (
     216        'Component = grdEvtList'
     217        'Status = stsDefault')
     218      (
     219        'Component = frmOrdersEvntRelease'
     220        'Status = stsDefault'))
     221  end
    186222end
Note: See TracChangeset for help on using the changeset viewer.