Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/Orders/fODMedOIFA.dfm

    r459 r460  
    1 inherited frmODMedOIFA: TfrmODMedOIFA
    2   Width = 316
     1object frmODMedOIFA: TfrmODMedOIFA
     2  Left = 0
     3  Top = 0
     4  Width = 313
    35  Height = 205
    46  Caption = 'Formulary Alternatives'
     7  Color = clBtnFace
     8  Font.Charset = DEFAULT_CHARSET
     9  Font.Color = clWindowText
     10  Font.Height = -11
     11  Font.Name = 'MS Sans Serif'
     12  Font.Style = []
     13  FormStyle = fsStayOnTop
     14  OldCreateOrder = True
     15  Position = poMainFormCenter
     16  OnClose = FormClose
    517  OnCreate = FormCreate
     18  OnShow = FormShow
    619  PixelsPerInch = 96
    720  TextHeight = 13
    821  object Label1: TLabel
    9     Left = 8
    10     Top = 8
    11     Width = 273
     22    Left = 0
     23    Top = 0
     24    Width = 305
    1225    Height = 13
     26    Align = alTop
    1327    Caption = 'The selected drug is not in the formulary.  Alternatives are:'
    1428  end
    1529  object Label2: TStaticText
    16     Left = 8
    17     Top = 127
    18     Width = 250
     30    Left = 0
     31    Top = 134
     32    Width = 305
    1933    Height = 17
     34    Align = alBottom
    2035    Caption = 'Do you wish to use the selected alternative instead?'
    21     TabOrder = 3
     36    TabOrder = 1
    2237  end
    2338  object lstFormAlt: TORListBox
    24     Left = 8
    25     Top = 22
    26     Width = 292
    27     Height = 97
     39    Left = 0
     40    Top = 13
     41    Width = 305
     42    Height = 121
     43    Align = alClient
    2844    ItemHeight = 13
    2945    ParentShowHint = False
     
    3652    Pieces = '2'
    3753  end
    38   object cmdYes: TButton
    39     Left = 74
    40     Top = 148
    41     Width = 72
    42     Height = 21
    43     Caption = 'Yes'
    44     Default = True
    45     Enabled = False
    46     TabOrder = 1
    47     OnClick = cmdYesClick
    48   end
    49   object cmdNo: TButton
    50     Left = 162
    51     Top = 148
    52     Width = 72
    53     Height = 21
    54     Cancel = True
    55     Caption = 'No'
    56     TabOrder = 2
    57     OnClick = cmdNoClick
     54  object btnPanel: TPanel
     55    Left = 0
     56    Top = 151
     57    Width = 305
     58    Height = 27
     59    Align = alBottom
     60    BevelOuter = bvNone
     61    TabOrder = 3
     62    object cmdYes: TButton
     63      Left = 74
     64      Top = 3
     65      Width = 72
     66      Height = 21
     67      Caption = 'Yes'
     68      Default = True
     69      Enabled = False
     70      TabOrder = 0
     71      OnClick = cmdYesClick
     72    end
     73    object cmdNo: TButton
     74      Left = 162
     75      Top = 3
     76      Width = 72
     77      Height = 21
     78      Cancel = True
     79      Caption = 'No'
     80      TabOrder = 1
     81      OnClick = cmdNoClick
     82    end
    5883  end
    5984end
Note: See TracChangeset for help on using the changeset viewer.