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

    r456 r830  
    22  Left = 627
    33  Top = 64
    4   Width = 639
    5   Height = 409
    64  HelpContext = 2000
    75  Caption = 'Problems List Page'
     6  ClientHeight = 355
     7  ClientWidth = 631
    88  HelpFile = 'overvw'
    99  Menu = mnuProbs
     
    1212  OnMouseMove = FormMouseMove
    1313  OnShow = FormShow
     14  ExplicitLeft = 627
     15  ExplicitTop = 64
     16  ExplicitWidth = 639
     17  ExplicitHeight = 409
    1418  PixelsPerInch = 96
    1519  TextHeight = 13
    1620  inherited shpPageBottom: TShape
    17     Top = 358
     21    Top = 350
    1822    Width = 631
    1923    Constraints.MinHeight = 5
     24    ExplicitTop = 358
     25    ExplicitWidth = 631
    2026  end
    2127  inherited sptHorz: TSplitter
    2228    Left = 159
    2329    Width = 2
    24     Height = 358
     30    Height = 350
    2531    OnMoved = sptHorzMoved
     32    ExplicitLeft = 159
     33    ExplicitWidth = 2
     34    ExplicitHeight = 358
    2635  end
    2736  inherited pnlLeft: TPanel
    2837    Width = 159
    29     Height = 358
     38    Height = 350
    3039    TabStop = True
     40    ExplicitWidth = 159
     41    ExplicitHeight = 358
    3142    object pnlButtons: TPanel
    3243      Left = 0
    33       Top = 312
     44      Top = 304
    3445      Width = 159
    3546      Height = 46
     
    4354        Width = 159
    4455        Height = 22
     56        Align = alBottom
    4557        Caption = 'Other Problem'
    4658        TabOrder = 0
     
    4860        OnExit = bbNewProbExit
    4961        OnMouseMove = FormMouseMove
     62      end
     63      object bbCancel: TORAlignButton
     64        Left = 0
     65        Top = 24
     66        Width = 159
     67        Height = 22
    5068        Align = alBottom
    51       end
    52       object bbCancel: TORAlignButton
    53         Left = 0
    54         Top = 24
    55         Width = 159
    56         Height = 22
    5769        Caption = 'Cancel'
    5870        TabOrder = 1
     
    6072        OnExit = bbNewProbExit
    6173        OnMouseMove = FormMouseMove
    62         Align = alBottom
    6374      end
    6475    end
     
    6778      Top = 0
    6879      Width = 159
    69       Height = 312
     80      Height = 304
    7081      Align = alClient
    7182      BevelOuter = bvNone
    7283      TabOrder = 1
     84      ExplicitHeight = 312
    7385      object lblView: TOROffsetLabel
    7486        Left = 0
     
    113125        Width = 159
    114126        Height = 24
     127        Align = alTop
    115128        Caption = 'New problem'
    116129        TabOrder = 1
     
    118131        OnExit = bbNewProbExit
    119132        OnMouseMove = FormMouseMove
    120         Align = alTop
    121133      end
    122134    end
     
    125137      Top = 0
    126138      Width = 159
    127       Height = 312
     139      Height = 304
    128140      Align = alClient
    129141      BevelOuter = bvNone
     
    133145      object lblProbEnt: TLabel
    134146        Left = 0
    135         Top = 278
     147        Top = 270
    136148        Width = 159
    137149        Height = 13
     
    139151        AutoSize = False
    140152        Caption = 'Enter new problem:'
     153        ExplicitTop = 278
    141154      end
    142155      object edProbEnt: TCaptionEdit
    143156        Left = 0
    144         Top = 291
     157        Top = 283
    145158        Width = 159
    146159        Height = 21
     160        Align = alBottom
    147161        TabOrder = 0
    148162        OnExit = lstViewExit
    149163        OnKeyPress = edProbEntKeyPress
    150         Align = alBottom
    151164        Caption = 'Enter new problem'
    152165      end
     
    156169      Top = 0
    157170      Width = 159
    158       Height = 312
     171      Height = 304
    159172      Align = alClient
    160173      BevelOuter = bvNone
    161174      Constraints.MinHeight = 90
    162175      TabOrder = 0
     176      ExplicitHeight = 312
    163177      object sptProbPanel: TSplitter
    164178        Left = 0
     
    211225        Top = 160
    212226        Width = 159
    213         Height = 152
     227        Height = 144
    214228        Align = alClient
    215229        BevelOuter = bvNone
    216230        TabOrder = 1
     231        ExplicitHeight = 152
    217232        object lblProblems: TLabel
    218233          Left = 0
     
    230245          Top = 13
    231246          Width = 159
    232           Height = 139
     247          Height = 131
    233248          Hint = 'Select problem to add'
    234249          Align = alClient
     
    246261          LongList = False
    247262          Pieces = '2,3'
     263          ExplicitHeight = 139
    248264        end
    249265      end
     
    253269    Left = 161
    254270    Width = 470
    255     Height = 358
     271    Height = 350
    256272    OnExit = pnlRightExit
    257273    OnResize = pnlRightResize
     274    ExplicitLeft = 161
     275    ExplicitWidth = 470
     276    ExplicitHeight = 350
    258277    object lblProbList: TOROffsetLabel
    259278      Left = 0
     
    272291      Top = 36
    273292      Width = 470
    274       Height = 322
     293      Height = 314
    275294      Align = alClient
    276295      TabOrder = 0
    277296      Visible = False
    278297      OnMouseMove = FormMouseMove
     298      ExplicitHeight = 322
    279299    end
    280300    object wgProbData: TCaptionListBox
     
    282302      Top = 36
    283303      Width = 470
    284       Height = 322
     304      Height = 314
    285305      Style = lbOwnerDrawVariable
    286306      Align = alClient
     
    304324      Width = 470
    305325      Height = 17
    306       DragReorder = False
    307326      Sections = <
    308327        item
     
    394413      OnMouseUp = HeaderControlMouseUp
    395414    end
     415  end
     416  inherited amgrMain: TVA508AccessibilityManager
     417    Data = (
     418      (
     419        'Component = pnlButtons'
     420        'Status = stsDefault')
     421      (
     422        'Component = bbOtherProb'
     423        'Status = stsDefault')
     424      (
     425        'Component = bbCancel'
     426        'Status = stsDefault')
     427      (
     428        'Component = pnlView'
     429        'Status = stsDefault')
     430      (
     431        'Component = lstView'
     432        'Status = stsDefault')
     433      (
     434        'Component = bbNewProb'
     435        'Status = stsDefault')
     436      (
     437        'Component = pnlProbEnt'
     438        'Status = stsDefault')
     439      (
     440        'Component = edProbEnt'
     441        'Status = stsDefault')
     442      (
     443        'Component = pnlProbList'
     444        'Status = stsDefault')
     445      (
     446        'Component = pnlProbCats'
     447        'Status = stsDefault')
     448      (
     449        'Component = lstCatPick'
     450        'Status = stsDefault')
     451      (
     452        'Component = pnlProbs'
     453        'Status = stsDefault')
     454      (
     455        'Component = lstProbPick'
     456        'Status = stsDefault')
     457      (
     458        'Component = pnlProbDlg'
     459        'Status = stsDefault')
     460      (
     461        'Component = wgProbData'
     462        'Status = stsDefault')
     463      (
     464        'Component = HeaderControl'
     465        'Status = stsDefault')
     466      (
     467        'Component = pnlLeft'
     468        'Status = stsDefault')
     469      (
     470        'Component = pnlRight'
     471        'Status = stsDefault')
     472      (
     473        'Component = frmProblems'
     474        'Status = stsDefault'))
    396475  end
    397476  object popProb: TPopupMenu
Note: See TracChangeset for help on using the changeset viewer.