Ignore:
Timestamp:
Jul 7, 2010, 4:31:10 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrade to version 27

File:
1 edited

Legend:

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

    r456 r829  
    22  Left = 334
    33  Top = 234
    4   Height = 191
    54  Caption = 'Flag Order'
     5  ClientHeight = 264
    66  Position = poScreenCenter
    77  OnCreate = FormCreate
     8  ExplicitLeft = 334
     9  ExplicitTop = 234
     10  ExplicitWidth = 320
     11  ExplicitHeight = 291
    812  PixelsPerInch = 96
    913  TextHeight = 13
    10   object Label1: TLabel
     14  object Label1: TLabel [0]
    1115    Left = 8
    1216    Top = 80
    13     Width = 75
     17    Width = 199
    1418    Height = 13
    15     Caption = 'Reason for Flag'
     19    Caption = 'Reason for Flag    (Enter or select from list)'
    1620  end
    17   object lblAlertRecipient: TLabel
     21  object lblAlertRecipient: TLabel [1]
    1822    Left = 8
    19     Top = 123
     23    Top = 211
    2024    Width = 69
    2125    Height = 13
    2226    Caption = 'Alert Recipient'
    2327  end
    24   object txtReason: TCaptionEdit
    25     Left = 8
    26     Top = 94
    27     Width = 411
    28     Height = 21
    29     MaxLength = 80
    30     TabOrder = 0
    31     Caption = 'Reason for Flag'
    32   end
    33   object cmdOK: TButton
     28  object cmdOK: TButton [2]
    3429    Left = 267
    35     Top = 139
     30    Top = 227
    3631    Width = 72
    3732    Height = 21
     
    4136    OnClick = cmdOKClick
    4237  end
    43   object cmdCancel: TButton
     38  object cmdCancel: TButton [3]
    4439    Left = 347
    45     Top = 139
     40    Top = 227
    4641    Width = 72
    4742    Height = 21
     
    5146    OnClick = cmdCancelClick
    5247  end
    53   object memOrder: TMemo
     48  object memOrder: TMemo [4]
    5449    Left = 8
    5550    Top = 8
     
    6358    WantReturns = False
    6459  end
    65   object cboAlertRecipient: TORComboBox
     60  object cboAlertRecipient: TORComboBox [5]
    6661    Left = 7
    67     Top = 139
     62    Top = 227
    6863    Width = 226
    6964    Height = 21
     
    8984    CharsNeedMatch = 1
    9085  end
     86  object cboFlagReason: TORComboBox [6]
     87    Left = 8
     88    Top = 99
     89    Width = 411
     90    Height = 106
     91    Style = orcsSimple
     92    AutoSelect = True
     93    Color = clWindow
     94    DropDownCount = 8
     95    ItemHeight = 13
     96    ItemTipColor = clWindow
     97    ItemTipEnable = True
     98    ListItemsOnly = False
     99    LongList = False
     100    LookupPiece = 0
     101    MaxLength = 80
     102    Pieces = '2'
     103    Sorted = False
     104    SynonymChars = '<>'
     105    TabOrder = 0
     106    CharsNeedMatch = 1
     107  end
     108  inherited amgrMain: TVA508AccessibilityManager
     109    Data = (
     110      (
     111        'Component = cmdOK'
     112        'Status = stsDefault')
     113      (
     114        'Component = cmdCancel'
     115        'Status = stsDefault')
     116      (
     117        'Component = memOrder'
     118        'Status = stsDefault')
     119      (
     120        'Component = cboAlertRecipient'
     121        'Status = stsDefault')
     122      (
     123        'Component = cboFlagReason'
     124        'Status = stsDefault')
     125      (
     126        'Component = frmFlagOrder'
     127        'Status = stsDefault'))
     128  end
    91129end
Note: See TracChangeset for help on using the changeset viewer.