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

    r459 r460  
    11inherited frmRenewOutMed: TfrmRenewOutMed
    2   Left = 338
    3   Top = 413
    4   Height = 257
    5   Caption = 'Change Refills/Comments for Outpatient Medication'
     2  Left = 334
     3  Top = 436
     4  Width = 364
     5  Height = 227
     6  Caption = 'Change Refills for Outpatient Medication'
    67  Position = poScreenCenter
    78  OnCreate = FormCreate
    89  PixelsPerInch = 96
    910  TextHeight = 13
    10   object lblRefills: TLabel
    11     Left = 8
    12     Top = 80
    13     Width = 28
    14     Height = 13
    15     Caption = 'Refills'
    16   end
    17   object lblComments: TLabel
    18     Left = 8
    19     Top = 123
    20     Width = 49
    21     Height = 13
    22     Caption = 'Comments'
    23     Enabled = False
    24     Visible = False
    25   end
    26   object lblPickup: TLabel
    27     Left = 74
    28     Top = 81
    29     Width = 38
    30     Height = 13
    31     Caption = 'Pick Up'
    32   end
    33   object cmdOK: TButton
    34     Left = 267
    35     Top = 201
    36     Width = 72
    37     Height = 21
    38     Caption = 'OK'
    39     Default = True
    40     TabOrder = 3
    41     OnClick = cmdOKClick
    42   end
    43   object cmdCancel: TButton
    44     Left = 347
    45     Top = 201
    46     Width = 72
    47     Height = 21
    48     Cancel = True
    49     Caption = 'Cancel'
    50     TabOrder = 4
    51     OnClick = cmdCancelClick
    52   end
    5311  object memOrder: TCaptionMemo
    54     Left = 8
    55     Top = 16
    56     Width = 411
    57     Height = 48
     12    Left = 0
     13    Top = 0
     14    Width = 356
     15    Height = 88
     16    Align = alClient
    5817    Color = clBtnFace
    5918    ReadOnly = True
    60     TabOrder = 5
     19    ScrollBars = ssVertical
     20    TabOrder = 0
    6121    Caption = 'Order'
    6222  end
    63   object memComments: TCaptionMemo
    64     Left = 8
    65     Top = 137
    66     Width = 411
    67     Height = 48
    68     Enabled = False
     23  object pnlButtons: TPanel
     24    Left = 0
     25    Top = 152
     26    Width = 356
     27    Height = 41
     28    Align = alBottom
     29    BevelOuter = bvNone
    6930    TabOrder = 2
    70     Visible = False
    71     Caption = 'Comments'
     31    DesignSize = (
     32      356
     33      41)
     34    object cmdOK: TButton
     35      Left = 173
     36      Top = 7
     37      Width = 72
     38      Height = 27
     39      Anchors = [akTop, akRight]
     40      Caption = 'OK'
     41      Default = True
     42      TabOrder = 0
     43      OnClick = cmdOKClick
     44    end
     45    object cmdCancel: TButton
     46      Left = 248
     47      Top = 7
     48      Width = 103
     49      Height = 27
     50      Anchors = [akTop, akRight]
     51      Cancel = True
     52      Caption = 'Cancel'
     53      TabOrder = 1
     54      OnClick = cmdCancelClick
     55    end
    7256  end
    73   object txtRefills: TCaptionEdit
    74     Left = 8
    75     Top = 94
    76     Width = 49
    77     Height = 21
    78     TabOrder = 0
    79     Caption = 'Refills'
    80   end
    81   object cboPickup: TORComboBox
    82     Left = 74
    83     Top = 95
    84     Width = 106
    85     Height = 21
    86     Style = orcsDropDown
    87     AutoSelect = True
    88     Caption = 'Pick Up'
    89     Color = clWindow
    90     DropDownCount = 8
    91     ItemHeight = 13
    92     ItemTipColor = clWindow
    93     ItemTipEnable = True
    94     ListItemsOnly = True
    95     LongList = False
    96     MaxLength = 0
    97     Pieces = '2'
    98     Sorted = False
    99     SynonymChars = '<>'
    100     TabOrder = 1
     57  object pnlMiddle: TPanel
     58    Left = 0
     59    Top = 88
     60    Width = 356
     61    Height = 64
     62    Align = alBottom
     63    BevelOuter = bvNone
     64    TabOrder = 3
     65    object lblPickup: TLabel
     66      Left = 100
     67      Top = 7
     68      Width = 38
     69      Height = 13
     70      Caption = 'Pick Up'
     71    end
     72    object lblRefills: TLabel
     73      Left = 8
     74      Top = 7
     75      Width = 28
     76      Height = 13
     77      Caption = 'Refills'
     78    end
     79    object cboPickup: TORComboBox
     80      Left = 100
     81      Top = 31
     82      Width = 125
     83      Height = 21
     84      Style = orcsDropDown
     85      AutoSelect = True
     86      Caption = 'Pick Up'
     87      Color = clWindow
     88      DropDownCount = 8
     89      ItemHeight = 13
     90      ItemTipColor = clWindow
     91      ItemTipEnable = True
     92      ListItemsOnly = True
     93      LongList = False
     94      LookupPiece = 0
     95      MaxLength = 0
     96      Pieces = '2'
     97      Sorted = False
     98      SynonymChars = '<>'
     99      TabOrder = 0
     100      CharsNeedMatch = 1
     101    end
     102    object txtRefills: TCaptionEdit
     103      Left = 8
     104      Top = 31
     105      Width = 49
     106      Height = 21
     107      TabOrder = 1
     108      Caption = 'Refills'
     109    end
    101110  end
    102111end
Note: See TracChangeset for help on using the changeset viewer.