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

    r456 r829  
    1 object frmODMessage: TfrmODMessage
     1inherited frmODMessage: TfrmODMessage
    22  Left = 271
    33  Top = 515
     
    66  ClientHeight = 39
    77  ClientWidth = 374
    8   Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
    10   Font.Color = clWindowText
    11   Font.Height = -11
    12   Font.Name = 'MS Sans Serif'
    13   Font.Style = []
    148  FormStyle = fsStayOnTop
    15   OldCreateOrder = False
    169  Position = poOwnerFormCenter
    1710  Visible = True
    1811  OnCreate = FormCreate
    1912  OnDestroy = FormDestroy
     13  DesignSize = (
     14    374
     15    39)
    2016  PixelsPerInch = 96
    2117  TextHeight = 13
    22   object imgMessage: TImage
     18  object imgMessage: TImage [0]
    2319    Left = 4
    2420    Top = 4
     
    2622    Height = 32
    2723  end
    28   object memMessage: TRichEdit
     24  object memMessage: TRichEdit [1]
    2925    Left = 40
    3026    Top = 4
     
    4238    TabOrder = 0
    4339  end
     40  inherited amgrMain: TVA508AccessibilityManager
     41    Data = (
     42      (
     43        'Component = memMessage'
     44        'Status = stsDefault')
     45      (
     46        'Component = frmODMessage'
     47        'Status = stsDefault'))
     48  end
    4449end
Note: See TracChangeset for help on using the changeset viewer.