Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/fProbLex.dfm

    r830 r1679  
    22  Left = 239
    33  Top = 88
     4  BorderIcons = []
     5  BorderStyle = bsDialog
    46  Caption = 'Problem List  Lexicon Search'
    5   ClientHeight = 274
    6   ClientWidth = 425
     7  ClientHeight = 276
     8  ClientWidth = 427
    79  Constraints.MinHeight = 200
    810  Constraints.MinWidth = 433
    911  OldCreateOrder = True
    10   Position = poScreenCenter
     12  Position = poOwnerFormCenter
    1113  OnClose = FormClose
    1214  OnCreate = FormCreate
    1315  OnShow = FormShow
     16  ExplicitWidth = 433
     17  ExplicitHeight = 308
    1418  DesignSize = (
    15     425
    16     274)
     19    427
     20    276)
    1721  PixelsPerInch = 96
    1822  TextHeight = 13
     
    2529  end
    2630  object bbCan: TBitBtn [1]
    27     Left = 230
    28     Top = 215
     31    Left = 232
     32    Top = 217
    2933    Width = 89
    3034    Height = 21
     
    3943  end
    4044  object bbOK: TBitBtn [2]
    41     Left = 322
    42     Top = 215
     45    Left = 324
     46    Top = 217
    4347    Width = 89
    4448    Height = 21
     
    5155    NumGlyphs = 2
    5256  end
    53   object Panel1: TPanel [3]
     57  object pnlStatus: TPanel [3]
    5458    Left = 0
    55     Top = 245
    56     Width = 425
     59    Top = 247
     60    Width = 427
    5761    Height = 29
    5862    Align = alBottom
     
    6064    TabOrder = 5
    6165    DesignSize = (
    62       425
     66      427
    6367      29)
    6468    object Bevel1: TBevel
    6569      Left = 4
    6670      Top = 4
    67       Width = 417
     71      Width = 419
    6872      Height = 21
    6973      Anchors = [akLeft, akTop, akRight]
     74      ExplicitWidth = 417
    7075    end
    71     object lblstatus: TLabel
     76    object lblstatus: TVA508StaticText
     77      Name = 'lblstatus'
    7278      Left = 16
    7379      Top = 8
    7480      Width = 3
    7581      Height = 13
     82      Alignment = taLeftJustify
     83      TabOrder = 0
     84      ShowAccelChar = True
    7685    end
    7786  end
     
    7988    Left = 12
    8089    Top = 27
    81     Width = 321
     90    Width = 323
    8291    Height = 21
    8392    Anchors = [akLeft, akTop, akRight]
     
    9099    Left = 12
    91100    Top = 63
    92     Width = 401
    93     Height = 143
     101    Width = 403
     102    Height = 145
    94103    Anchors = [akLeft, akTop, akRight, akBottom]
    95104    ExtendedSelect = False
     
    105114  end
    106115  object bbSearch: TBitBtn [6]
    107     Left = 340
     116    Left = 342
    108117    Top = 27
    109118    Width = 73
     
    126135        'Status = stsDefault')
    127136      (
    128         'Component = Panel1'
     137        'Component = pnlStatus'
    129138        'Status = stsDefault')
    130139      (
Note: See TracChangeset for help on using the changeset viewer.