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

Upgrading to version 27

File:
1 edited

Legend:

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

    r456 r830  
    1 object frmAlertForward: TfrmAlertForward
     1inherited frmAlertForward: TfrmAlertForward
    22  Left = 297
    33  Top = 206
     
    55  Caption = 'Forward Alert'
    66  ClientHeight = 381
    7   ClientWidth = 354
    8   Color = clBtnFace
    9   Font.Charset = DEFAULT_CHARSET
    10   Font.Color = clWindowText
    11   Font.Height = -11
    12   Font.Name = 'MS Sans Serif'
    13   Font.Style = []
     7  ClientWidth = 387
    148  OldCreateOrder = True
    159  Position = poScreenCenter
    1610  OnCreate = FormCreate
     11  ExplicitWidth = 393
     12  ExplicitHeight = 406
    1713  PixelsPerInch = 96
    1814  TextHeight = 13
    19   object pnlBase: TORAutoPanel
     15  object pnlBase: TORAutoPanel [0]
    2016    Left = 0
    2117    Top = 0
    22     Width = 354
     18    Width = 387
    2319    Height = 381
    2420    Align = alClient
     
    2824      Left = 12
    2925      Top = 120
    30       Width = 133
     26      Width = 144
    3127      Height = 30
    3228      AutoSize = False
     
    3531    end
    3632    object DstLabel: TLabel
    37       Left = 196
    38       Top = 134
     33      Left = 231
     34      Top = 133
    3935      Width = 145
    4036      Height = 16
     
    4339    end
    4440    object Label1: TLabel
    45       Left = 8
    46       Top = 48
     41      Left = 12
     42      Top = 47
    4743      Width = 44
    4844      Height = 13
     
    5046    end
    5147    object cmdOK: TButton
    52       Left = 185
    53       Top = 346
     48      Left = 105
     49      Top = 349
    5450      Width = 75
    5551      Height = 25
    56       Caption = 'OK'
    57       Default = True
    58       ModalResult = 1
    59       TabOrder = 4
     52      Caption = '&OK'
     53      TabOrder = 7
    6054      OnClick = cmdOKClick
    6155    end
    6256    object cmdCancel: TButton
    63       Left = 265
    64       Top = 346
     57      Left = 193
     58      Top = 349
    6559      Width = 75
    6660      Height = 25
    6761      Cancel = True
    68       Caption = 'Cancel'
    69       ModalResult = 2
    70       TabOrder = 5
     62      Caption = '&Cancel'
     63      TabOrder = 8
    7164      OnClick = cmdCancelClick
    7265    end
    7366    object cboSrcList: TORComboBox
    7467      Left = 12
    75       Top = 150
     68      Top = 156
    7669      Width = 144
    7770      Height = 185
    7871      Style = orcsSimple
    7972      AutoSelect = True
    80       Caption = 'Select or enter name'
    8173      Color = clWindow
    8274      DropDownCount = 8
     
    8678      ListItemsOnly = True
    8779      LongList = True
     80      LookupPiece = 0
    8881      MaxLength = 0
    8982      Pieces = '2,3'
     
    9184      SynonymChars = '<>'
    9285      TabOrder = 2
     86      OnChange = cboSrcListChange
    9387      OnKeyDown = cboSrcListKeyDown
    9488      OnMouseClick = cboSrcListMouseClick
    9589      OnNeedData = cboSrcListNeedData
     90      CharsNeedMatch = 1
    9691    end
    9792    object DstList: TORListBox
    98       Left = 196
    99       Top = 150
     93      Left = 231
     94      Top = 155
    10095      Width = 144
    10196      Height = 185
     
    10499      ParentShowHint = False
    105100      ShowHint = True
    106       TabOrder = 3
    107       OnClick = DstListClick
    108       OnKeyDown = DstListKeyDown
     101      TabOrder = 4
     102      OnClick = DstListChange
    109103      Caption = 'Currently selected recipients'
    110104      ItemTipColor = clWindow
    111105      LongList = False
    112106      Pieces = '2'
     107      OnChange = DstListChange
    113108    end
    114109    object memAlert: TMemo
    115       Left = 8
    116       Top = 16
    117       Width = 337
    118       Height = 25
     110      Left = 12
     111      Top = 8
     112      Width = 363
     113      Height = 33
    119114      TabStop = False
    120115      Color = clBtnFace
     
    122117        'memAlert')
    123118      ReadOnly = True
    124       TabOrder = 1
     119      TabOrder = 0
    125120      WantReturns = False
    126121    end
    127122    object memComment: TMemo
    128       Left = 8
     123      Left = 12
    129124      Top = 64
    130       Width = 337
     125      Width = 363
    131126      Height = 49
    132127      MaxLength = 180
    133128      ScrollBars = ssVertical
    134       TabOrder = 0
    135     end
     129      TabOrder = 1
     130    end
     131    object btnAddAlert: TButton
     132      Left = 162
     133      Top = 200
     134      Width = 63
     135      Height = 25
     136      Caption = '&Add'
     137      TabOrder = 3
     138      OnClick = btnAddAlertClick
     139    end
     140    object btnRemoveAlertFwrd: TButton
     141      Left = 162
     142      Top = 231
     143      Width = 63
     144      Height = 25
     145      Caption = '&Remove'
     146      Enabled = False
     147      TabOrder = 5
     148      OnClick = btnRemoveAlertFwrdClick
     149    end
     150    object btnRemoveAllAlertFwrd: TButton
     151      Left = 162
     152      Top = 262
     153      Width = 63
     154      Height = 25
     155      Caption = 'R&emove All'
     156      Enabled = False
     157      TabOrder = 6
     158      OnClick = btnRemoveAllAlertFwrdClick
     159    end
     160  end
     161  inherited amgrMain: TVA508AccessibilityManager
     162    Left = 56
     163    Top = 72
     164    Data = (
     165      (
     166        'Component = pnlBase'
     167        'Status = stsDefault')
     168      (
     169        'Component = cmdOK'
     170        'Status = stsDefault')
     171      (
     172        'Component = cmdCancel'
     173        'Status = stsDefault')
     174      (
     175        'Component = cboSrcList'
     176        'Label = SrcLabel'
     177        'Status = stsOK')
     178      (
     179        'Component = DstList'
     180        'Status = stsDefault')
     181      (
     182        'Component = memAlert'
     183        'Status = stsDefault')
     184      (
     185        'Component = memComment'
     186        'Status = stsDefault')
     187      (
     188        'Component = btnAddAlert'
     189        'Status = stsDefault')
     190      (
     191        'Component = btnRemoveAlertFwrd'
     192        'Status = stsDefault')
     193      (
     194        'Component = frmAlertForward'
     195        'Status = stsDefault')
     196      (
     197        'Component = btnRemoveAllAlertFwrd'
     198        'Status = stsDefault'))
    136199  end
    137200end
Note: See TracChangeset for help on using the changeset viewer.