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

    r456 r830  
    22  Left = 460
    33  Top = 262
    4   Width = 282
    5   Height = 159
    64  Caption = 'Date Range'
     5  ClientHeight = 132
     6  ClientWidth = 274
    77  Position = poScreenCenter
    88  OnCreate = FormCreate
     9  ExplicitWidth = 282
     10  ExplicitHeight = 159
    911  PixelsPerInch = 96
    1012  TextHeight = 13
    11   object lblStart: TLabel
     13  object lblStart: TLabel [0]
    1214    Left = 8
    1315    Top = 44
     
    1618    Caption = 'Begin Date'
    1719  end
    18   object lblStop: TLabel
     20  object lblStop: TLabel [1]
    1921    Left = 145
    2022    Top = 44
     
    2325    Caption = 'End Date'
    2426  end
    25   object lblInstruct: TOROffsetLabel
     27  object lblInstruct: TOROffsetLabel [2]
    2628    Left = 0
    2729    Top = 0
     
    3537    WordWrap = True
    3638  end
    37   object txtStart: TORDateBox
     39  object txtStart: TORDateBox [3]
    3840    Left = 8
    3941    Top = 58
     
    4547    Caption = 'Begin Date'
    4648  end
    47   object txtStop: TORDateBox
     49  object txtStop: TORDateBox [4]
    4850    Left = 145
    4951    Top = 58
     
    5557    Caption = 'End Date'
    5658  end
    57   object cmdOK: TButton
     59  object cmdOK: TButton [5]
    5860    Left = 114
    5961    Top = 103
     
    6567    OnClick = cmdOKClick
    6668  end
    67   object cmdCancel: TButton
     69  object cmdCancel: TButton [6]
    6870    Left = 194
    6971    Top = 103
     
    7577    OnClick = cmdCancelClick
    7678  end
     79  inherited amgrMain: TVA508AccessibilityManager
     80    Data = (
     81      (
     82        'Component = txtStart'
     83        'Status = stsDefault')
     84      (
     85        'Component = txtStop'
     86        'Status = stsDefault')
     87      (
     88        'Component = cmdOK'
     89        'Status = stsDefault')
     90      (
     91        'Component = cmdCancel'
     92        'Status = stsDefault')
     93      (
     94        'Component = frmDateRange'
     95        'Status = stsDefault'))
     96  end
    7797end
Note: See TracChangeset for help on using the changeset viewer.