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

    r459 r460  
    44  BorderIcons = []
    55  BorderStyle = bsDialog
    6   Caption = 'Allergy Reactant Lookup'
    7   ClientHeight = 410
    8   ClientWidth = 443
    9   FormStyle = fsStayOnTop
     6  Caption = 'Causative Agent Lookup'
     7  ClientHeight = 472
     8  ClientWidth = 445
    109  Position = poScreenCenter
    1110  OnCreate = FormCreate
     
    1312  TextHeight = 13
    1413  object lblSearch: TLabel
     14    Left = 0
     15    Top = 0
     16    Width = 445
     17    Height = 25
     18    Align = alTop
     19    AutoSize = False
     20    Caption = 'Enter causative agent for Allergy or Adverse Drug Reaction:'
     21    Font.Charset = DEFAULT_CHARSET
     22    Font.Color = clWindowText
     23    Font.Height = -11
     24    Font.Name = 'MS Sans Serif'
     25    Font.Style = [fsBold]
     26    ParentFont = False
     27    Layout = tlBottom
     28  end
     29  object lblSelect: TLabel
     30    Left = 5
     31    Top = 124
     32    Width = 152
     33    Height = 13
     34    Caption = 'Select one of the following items'
     35    Visible = False
     36  end
     37  object lblDetail: TLabel
     38    Left = 0
     39    Top = 25
     40    Width = 445
     41    Height = 39
     42    Align = alTop
     43    AutoSize = False
     44    Caption =
     45      '(Enter the FIRST FEW LETTERS of the causative agent (minimum of ' +
     46      '3) to allow for a comprehensive search. Only one reactant may be' +
     47      ' entered at a time)'
     48    Layout = tlBottom
     49    WordWrap = True
     50  end
     51  object lblSearchCaption: TLabel
    1552    Left = 6
    16     Top = 9
    17     Width = 282
     53    Top = 73
     54    Width = 52
    1855    Height = 13
    19     Caption = 'Enter causative agent for Allergy or Adverse Drug Reaction:'
    20   end
    21   object lblSelect: TLabel
    22     Left = 6
    23     Top = 67
    24     Width = 175
    25     Height = 13
    26     Caption = 'Select from one of the following items'
    27     Visible = False
    28   end
    29   object Label1: TLabel
    30     Left = 6
    31     Top = 23
    32     Width = 130
    33     Height = 13
    34     Caption = '(Enter at least 3 characters)'
     56    Caption = 'Search for:'
    3557  end
    3658  object txtSearch: TCaptionEdit
    37     Left = 5
    38     Top = 38
     59    Left = 4
     60    Top = 88
    3961    Width = 331
    4062    Height = 21
     
    4668  end
    4769  object cmdSearch: TButton
    48     Left = 363
    49     Top = 38
     70    Left = 362
     71    Top = 88
    5072    Width = 75
    5173    Height = 21
     
    5678  end
    5779  object cmdOK: TButton
    58     Left = 264
    59     Top = 365
     80    Left = 263
     81    Top = 422
    6082    Width = 75
    6183    Height = 22
     
    6587  end
    6688  object cmdCancel: TButton
    67     Left = 346
    68     Top = 365
     89    Left = 345
     90    Top = 422
    6991    Width = 75
    7092    Height = 22
     
    7698  object stsFound: TStatusBar
    7799    Left = 0
    78     Top = 391
    79     Width = 443
     100    Top = 453
     101    Width = 445
    80102    Height = 19
    81103    Panels = <>
     
    83105  end
    84106  object ckNoKnownAllergies: TCheckBox
    85     Left = 80
    86     Top = 368
     107    Left = 320
     108    Top = 118
    87109    Width = 119
    88110    Height = 17
     
    92114  end
    93115  object tvAgent: TORTreeView
    94     Left = 3
    95     Top = 81
     116    Left = 2
     117    Top = 138
    96118    Width = 437
    97119    Height = 270
     
    106128  end
    107129  object imTree: TImageList
    108     Left = 397
    109     Top = 93
     130    Left = 396
     131    Top = 150
    110132    Bitmap = {
    111133      494C010103000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
Note: See TracChangeset for help on using the changeset viewer.