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

    r456 r830  
    22  Left = 230
    33  Top = 376
    4   Width = 318
    5   Height = 182
    64  BorderIcons = []
    75  Caption = 'Boilerplate Text'
    8   KeyPreview = True
     6  ClientHeight = 155
     7  ClientWidth = 310
    98  Position = poScreenCenter
    109  OnKeyUp = FormKeyUp
     10  ExplicitWidth = 318
     11  ExplicitHeight = 182
    1112  PixelsPerInch = 96
    1213  TextHeight = 13
    13   object Label1: TStaticText
     14  object Label1: TStaticText [0]
    1415    Left = 0
    1516    Top = 0
     
    2122    TabOrder = 1
    2223  end
    23   object radOptions: TRadioGroup
     24  object radOptions: TRadioGroup [1]
    2425    Left = 0
    2526    Top = 17
    2627    Width = 310
    27     Height = 103
     28    Height = 110
    2829    Align = alClient
    2930    Caption = ' Choose from: '
     
    3435      '&Replace the text in the note with the boilerplate text.')
    3536    TabOrder = 0
     37    ExplicitHeight = 103
    3638  end
    37   object btnPanel: TPanel
     39  object btnPanel: TPanel [2]
    3840    Left = 0
    39     Top = 120
     41    Top = 127
    4042    Width = 310
    4143    Height = 28
    4244    Align = alBottom
    4345    TabOrder = 2
     46    ExplicitTop = 120
    4447    object cmdPreview: TButton
    4548      Left = 6
     
    6265    end
    6366  end
     67  inherited amgrMain: TVA508AccessibilityManager
     68    Data = (
     69      (
     70        'Component = Label1'
     71        'Status = stsDefault')
     72      (
     73        'Component = radOptions'
     74        'Status = stsDefault')
     75      (
     76        'Component = btnPanel'
     77        'Status = stsDefault')
     78      (
     79        'Component = cmdPreview'
     80        'Status = stsDefault')
     81      (
     82        'Component = cmdClose'
     83        'Status = stsDefault')
     84      (
     85        'Component = frmNotesBP'
     86        'Status = stsDefault'))
     87  end
    6488end
Note: See TracChangeset for help on using the changeset viewer.