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/Templates/fTemplateImport.dfm

    r456 r829  
    1 object frmTemplateImport: TfrmTemplateImport
     1inherited frmTemplateImport: TfrmTemplateImport
    22  Left = 273
    33  Top = 195
     
    77  ClientHeight = 132
    88  ClientWidth = 288
    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 = []
    159  FormStyle = fsStayOnTop
    16   OldCreateOrder = False
    1710  Position = poScreenCenter
    1811  PixelsPerInch = 96
    1912  TextHeight = 13
    20   object gaugeImport: TGauge
     13  object gaugeImport: TGauge [0]
    2114    Left = 8
    2215    Top = 82
    2316    Width = 272
    2417    Height = 21
    25     ForeColor = clNavy
     18    BackColor = clHighlightText
     19    ForeColor = clHighlight
     20    Font.Charset = DEFAULT_CHARSET
     21    Font.Color = clCaptionText
     22    Font.Height = -11
     23    Font.Name = 'MS Sans Serif'
     24    Font.Style = []
     25    ParentFont = False
    2626    Progress = 0
    2727  end
    28   object lblImporting: TStaticText
     28  object lblImporting: TStaticText [1]
    2929    Left = 8
    3030    Top = 4
     
    3737    TabOrder = 0
    3838  end
    39   object animImport: TAnimate
     39  object animImport: TAnimate [2]
    4040    Left = 8
    4141    Top = 20
     
    4444    Active = True
    4545    CommonAVI = aviCopyFile
    46     StopFrame = 26
     46    StopFrame = 20
    4747  end
    48   object btnCancel: TButton
     48  object btnCancel: TButton [3]
    4949    Left = 106
    5050    Top = 106
     
    5757    OnClick = btnCancelClick
    5858  end
     59  inherited amgrMain: TVA508AccessibilityManager
     60    Data = (
     61      (
     62        'Component = lblImporting'
     63        'Status = stsDefault')
     64      (
     65        'Component = animImport'
     66        'Status = stsDefault')
     67      (
     68        'Component = btnCancel'
     69        'Status = stsDefault')
     70      (
     71        'Component = frmTemplateImport'
     72        'Status = stsDefault'))
     73  end
    5974end
Note: See TracChangeset for help on using the changeset viewer.