| Line |   | 
|---|
| 1 | inherited frmChgEvent: TfrmChgEvent
 | 
|---|
| 2 |   Left = 256
 | 
|---|
| 3 |   Top = 148
 | 
|---|
| 4 |   Caption = 'Change Release Event'
 | 
|---|
| 5 |   ClientHeight = 401
 | 
|---|
| 6 |   ClientWidth = 554
 | 
|---|
| 7 |   OldCreateOrder = False
 | 
|---|
| 8 |   OnClose = FormClose
 | 
|---|
| 9 |   OnCreate = FormCreate
 | 
|---|
| 10 |   ExplicitWidth = 562
 | 
|---|
| 11 |   ExplicitHeight = 428
 | 
|---|
| 12 |   PixelsPerInch = 96
 | 
|---|
| 13 |   TextHeight = 13
 | 
|---|
| 14 |   object pnlTop: TPanel [0]
 | 
|---|
| 15 |     Left = 0
 | 
|---|
| 16 |     Top = 0
 | 
|---|
| 17 |     Width = 554
 | 
|---|
| 18 |     Height = 38
 | 
|---|
| 19 |     Align = alTop
 | 
|---|
| 20 |     AutoSize = True
 | 
|---|
| 21 |     TabOrder = 0
 | 
|---|
| 22 |     object lblPtInfo: TLabel
 | 
|---|
| 23 |       Left = 1
 | 
|---|
| 24 |       Top = 1
 | 
|---|
| 25 |       Width = 3
 | 
|---|
| 26 |       Height = 36
 | 
|---|
| 27 |       Align = alTop
 | 
|---|
| 28 |       Color = clBtnFace
 | 
|---|
| 29 |       Constraints.MinHeight = 36
 | 
|---|
| 30 |       ParentColor = False
 | 
|---|
| 31 |       Layout = tlCenter
 | 
|---|
| 32 |     end
 | 
|---|
| 33 |   end
 | 
|---|
| 34 |   object pnlBottom: TPanel [1]
 | 
|---|
| 35 |     Left = 0
 | 
|---|
| 36 |     Top = 38
 | 
|---|
| 37 |     Width = 554
 | 
|---|
| 38 |     Height = 363
 | 
|---|
| 39 |     Align = alClient
 | 
|---|
| 40 |     TabOrder = 1
 | 
|---|
| 41 |     ExplicitHeight = 362
 | 
|---|
| 42 |     DesignSize = (
 | 
|---|
| 43 |       554
 | 
|---|
| 44 |       363)
 | 
|---|
| 45 |     object cboSpecialty: TORComboBox
 | 
|---|
| 46 |       Left = 12
 | 
|---|
| 47 |       Top = 8
 | 
|---|
| 48 |       Width = 443
 | 
|---|
| 49 |       Height = 344
 | 
|---|
| 50 |       Anchors = [akLeft, akTop, akRight, akBottom]
 | 
|---|
| 51 |       Style = orcsSimple
 | 
|---|
| 52 |       AutoSelect = True
 | 
|---|
| 53 |       Color = clWindow
 | 
|---|
| 54 |       DropDownCount = 8
 | 
|---|
| 55 |       ItemHeight = 13
 | 
|---|
| 56 |       ItemTipColor = clWindow
 | 
|---|
| 57 |       ItemTipEnable = True
 | 
|---|
| 58 |       ListItemsOnly = False
 | 
|---|
| 59 |       LongList = False
 | 
|---|
| 60 |       LookupPiece = 0
 | 
|---|
| 61 |       MaxLength = 0
 | 
|---|
| 62 |       Pieces = '9'
 | 
|---|
| 63 |       Sorted = False
 | 
|---|
| 64 |       SynonymChars = '<>'
 | 
|---|
| 65 |       TabOrder = 0
 | 
|---|
| 66 |       OnChange = cboSpecialtyChange
 | 
|---|
| 67 |       OnDblClick = cboSpecialtyDblClick
 | 
|---|
| 68 |       CharsNeedMatch = 1
 | 
|---|
| 69 |     end
 | 
|---|
| 70 |     object btnCancel: TButton
 | 
|---|
| 71 |       Left = 466
 | 
|---|
| 72 |       Top = 331
 | 
|---|
| 73 |       Width = 75
 | 
|---|
| 74 |       Height = 20
 | 
|---|
| 75 |       Anchors = [akRight, akBottom]
 | 
|---|
| 76 |       Cancel = True
 | 
|---|
| 77 |       Caption = 'Cancel'
 | 
|---|
| 78 |       TabOrder = 1
 | 
|---|
| 79 |       OnClick = btnCancelClick
 | 
|---|
| 80 |     end
 | 
|---|
| 81 |     object btnAction: TButton
 | 
|---|
| 82 |       Left = 466
 | 
|---|
| 83 |       Top = 303
 | 
|---|
| 84 |       Width = 75
 | 
|---|
| 85 |       Height = 20
 | 
|---|
| 86 |       Anchors = [akRight, akBottom]
 | 
|---|
| 87 |       TabOrder = 2
 | 
|---|
| 88 |       Visible = False
 | 
|---|
| 89 |       OnClick = btnActionClick
 | 
|---|
| 90 |     end
 | 
|---|
| 91 |   end
 | 
|---|
| 92 |   inherited amgrMain: TVA508AccessibilityManager
 | 
|---|
| 93 |     Data = (
 | 
|---|
| 94 |       (
 | 
|---|
| 95 |         'Component = pnlTop'
 | 
|---|
| 96 |         'Status = stsDefault')
 | 
|---|
| 97 |       (
 | 
|---|
| 98 |         'Component = pnlBottom'
 | 
|---|
| 99 |         'Status = stsDefault')
 | 
|---|
| 100 |       (
 | 
|---|
| 101 |         'Component = cboSpecialty'
 | 
|---|
| 102 |         'Status = stsDefault')
 | 
|---|
| 103 |       (
 | 
|---|
| 104 |         'Component = btnCancel'
 | 
|---|
| 105 |         'Status = stsDefault')
 | 
|---|
| 106 |       (
 | 
|---|
| 107 |         'Component = btnAction'
 | 
|---|
| 108 |         'Status = stsDefault')
 | 
|---|
| 109 |       (
 | 
|---|
| 110 |         'Component = frmChgEvent'
 | 
|---|
| 111 |         'Status = stsDefault'))
 | 
|---|
| 112 |   end
 | 
|---|
| 113 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.