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

    r456 r830  
    1 object frmLabCollectTimes: TfrmLabCollectTimes
     1inherited frmLabCollectTimes: TfrmLabCollectTimes
    22  Left = 332
    33  Top = 310
    4   Width = 447
    5   Height = 197
    64  BorderIcons = []
    75  Caption = 'Future Lab Collect Times'
    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 = []
    14   OldCreateOrder = False
     6  ClientHeight = 170
     7  ClientWidth = 439
    158  Position = poScreenCenter
    169  OnCreate = FormCreate
     10  ExplicitWidth = 447
     11  ExplicitHeight = 197
    1712  PixelsPerInch = 96
    1813  TextHeight = 13
    19   object lblFutureTimes: TMemo
     14  object lblFutureTimes: TMemo [0]
    2015    Left = 211
    2116    Top = 113
     
    3227    TabOrder = 5
    3328  end
    34   object calLabCollect: TORDateBox
     29  object calLabCollect: TORDateBox [1]
    3530    Left = 241
    3631    Top = 22
     
    4338    RequireTime = False
    4439  end
    45   object lstLabCollTimes: TORListBox
     40  object lstLabCollTimes: TORListBox [2]
    4641    Left = 210
    4742    Top = 6
     
    5651    Pieces = '2'
    5752  end
    58   object cmdOK: TButton
     53  object cmdOK: TButton [3]
    5954    Left = 353
    6055    Top = 112
     
    6560    OnClick = cmdOKClick
    6661  end
    67   object cmdCancel: TButton
     62  object cmdCancel: TButton [4]
    6863    Left = 353
    6964    Top = 139
     
    7570    OnClick = cmdCancelClick
    7671  end
    77   object calMonth: TMonthCalendar
     72  object calMonth: TMonthCalendar [5]
    7873    Left = 8
    7974    Top = 5
     
    8479    CalColors.MonthBackColor = clWindow
    8580    CalColors.TrailingTextColor = clGrayText
    86     Date = 36507.6194967361
     81    Date = 36507.853976585640000000
    8782    ShowTodayCircle = False
    8883    TabOrder = 4
     
    9186    OnKeyDown = calMonthKeyDown
    9287  end
     88  inherited amgrMain: TVA508AccessibilityManager
     89    Data = (
     90      (
     91        'Component = lblFutureTimes'
     92        'Status = stsDefault')
     93      (
     94        'Component = calLabCollect'
     95        'Status = stsDefault')
     96      (
     97        'Component = lstLabCollTimes'
     98        'Status = stsDefault')
     99      (
     100        'Component = cmdOK'
     101        'Status = stsDefault')
     102      (
     103        'Component = cmdCancel'
     104        'Status = stsDefault')
     105      (
     106        'Component = calMonth'
     107        'Status = stsDefault')
     108      (
     109        'Component = frmLabCollectTimes'
     110        'Status = stsDefault'))
     111  end
    93112end
Note: See TracChangeset for help on using the changeset viewer.