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/Orders/fOCAccept.dfm

    r829 r1679  
    44  BorderIcons = []
    55  Caption = 'Order Checking'
    6   ClientHeight = 169
    7   ClientWidth = 472
     6  ClientHeight = 186
     7  ClientWidth = 622
     8  Constraints.MinHeight = 200
     9  Constraints.MinWidth = 600
    810  Position = poScreenCenter
    9   ExplicitLeft = 305
    10   ExplicitTop = 257
    11   ExplicitWidth = 480
    12   ExplicitHeight = 203
     11  ExplicitWidth = 630
     12  ExplicitHeight = 220
    1313  PixelsPerInch = 96
    1414  TextHeight = 13
     
    1616    Left = 0
    1717    Top = 0
    18     Width = 472
    19     Height = 136
     18    Width = 622
     19    Height = 153
    2020    Align = alClient
     21    Font.Charset = DEFAULT_CHARSET
     22    Font.Color = clWindowText
     23    Font.Height = -11
     24    Font.Name = 'Courier New'
     25    Font.Style = []
     26    ParentFont = False
    2127    ReadOnly = True
    2228    ScrollBars = ssVertical
     
    2632  object pnlBottom: TPanel [1]
    2733    Left = 0
    28     Top = 136
    29     Width = 472
     34    Top = 153
     35    Width = 622
    3036    Height = 33
    3137    Align = alBottom
     
    3440    object cmdAccept: TButton
    3541      Left = 148
    36       Top = 7
     42      Top = 6
    3743      Width = 80
    3844      Height = 21
     
    5157      ModalResult = 7
    5258      TabOrder = 1
     59      OnClick = cmdCancelClick
     60    end
     61    object Button1: TButton
     62      Left = 384
     63      Top = 6
     64      Width = 145
     65      Height = 21
     66      Caption = 'Drug Interaction Monograph'
     67      Enabled = False
     68      TabOrder = 2
     69      OnClick = Button1Click
    5370    end
    5471  end
     
    6986      (
    7087        'Component = frmOCAccept'
     88        'Status = stsDefault')
     89      (
     90        'Component = Button1'
    7191        'Status = stsDefault'))
    7292  end
Note: See TracChangeset for help on using the changeset viewer.