| Rev | Line |   | 
|---|
| [829] | 1 | inherited frmODRadConShRes: TfrmODRadConShRes
 | 
|---|
| [456] | 2 |   Left = 308
 | 
|---|
 | 3 |   Top = 206
 | 
|---|
 | 4 |   ActiveControl = txtResearch
 | 
|---|
 | 5 |   BorderStyle = bsDialog
 | 
|---|
 | 6 |   Caption = 'Contract/Sharing/Research Source'
 | 
|---|
 | 7 |   ClientHeight = 121
 | 
|---|
 | 8 |   ClientWidth = 288
 | 
|---|
 | 9 |   OldCreateOrder = True
 | 
|---|
 | 10 |   Position = poScreenCenter
 | 
|---|
 | 11 |   PixelsPerInch = 96
 | 
|---|
 | 12 |   TextHeight = 13
 | 
|---|
| [829] | 13 |   object pnlBase: TORAutoPanel [0]
 | 
|---|
| [456] | 14 |     Left = 0
 | 
|---|
 | 15 |     Top = 0
 | 
|---|
 | 16 |     Width = 288
 | 
|---|
 | 17 |     Height = 121
 | 
|---|
 | 18 |     Align = alClient
 | 
|---|
 | 19 |     BevelOuter = bvNone
 | 
|---|
 | 20 |     TabOrder = 0
 | 
|---|
 | 21 |     object SrcLabel: TLabel
 | 
|---|
 | 22 |       Left = 12
 | 
|---|
 | 23 |       Top = 14
 | 
|---|
 | 24 |       Width = 107
 | 
|---|
 | 25 |       Height = 13
 | 
|---|
 | 26 |       Caption = 'Select or enter source:'
 | 
|---|
 | 27 |     end
 | 
|---|
 | 28 |     object cmdOK: TButton
 | 
|---|
 | 29 |       Left = 58
 | 
|---|
 | 30 |       Top = 74
 | 
|---|
 | 31 |       Width = 75
 | 
|---|
 | 32 |       Height = 25
 | 
|---|
 | 33 |       Caption = 'OK'
 | 
|---|
 | 34 |       Default = True
 | 
|---|
 | 35 |       ModalResult = 1
 | 
|---|
 | 36 |       TabOrder = 2
 | 
|---|
 | 37 |       OnClick = cmdOKClick
 | 
|---|
 | 38 |     end
 | 
|---|
 | 39 |     object cmdCancel: TButton
 | 
|---|
 | 40 |       Left = 139
 | 
|---|
 | 41 |       Top = 74
 | 
|---|
 | 42 |       Width = 75
 | 
|---|
 | 43 |       Height = 25
 | 
|---|
 | 44 |       Cancel = True
 | 
|---|
 | 45 |       Caption = 'Cancel'
 | 
|---|
 | 46 |       ModalResult = 2
 | 
|---|
 | 47 |       TabOrder = 3
 | 
|---|
 | 48 |       OnClick = cmdCancelClick
 | 
|---|
 | 49 |     end
 | 
|---|
 | 50 |     object cboSource: TORComboBox
 | 
|---|
 | 51 |       Left = 14
 | 
|---|
 | 52 |       Top = 31
 | 
|---|
 | 53 |       Width = 262
 | 
|---|
 | 54 |       Height = 21
 | 
|---|
 | 55 |       Style = orcsDropDown
 | 
|---|
 | 56 |       AutoSelect = True
 | 
|---|
 | 57 |       Caption = 'Select or enter source:'
 | 
|---|
 | 58 |       Color = clWindow
 | 
|---|
 | 59 |       DropDownCount = 8
 | 
|---|
 | 60 |       ItemHeight = 13
 | 
|---|
 | 61 |       ItemTipColor = clWindow
 | 
|---|
 | 62 |       ItemTipEnable = True
 | 
|---|
 | 63 |       ListItemsOnly = True
 | 
|---|
 | 64 |       LongList = False
 | 
|---|
| [829] | 65 |       LookupPiece = 0
 | 
|---|
| [456] | 66 |       MaxLength = 0
 | 
|---|
 | 67 |       Pieces = '2'
 | 
|---|
 | 68 |       Sorted = True
 | 
|---|
 | 69 |       SynonymChars = '<>'
 | 
|---|
 | 70 |       TabOrder = 0
 | 
|---|
| [829] | 71 |       CharsNeedMatch = 1
 | 
|---|
| [456] | 72 |     end
 | 
|---|
 | 73 |     object txtResearch: TCaptionEdit
 | 
|---|
 | 74 |       Left = 12
 | 
|---|
 | 75 |       Top = 31
 | 
|---|
 | 76 |       Width = 261
 | 
|---|
 | 77 |       Height = 21
 | 
|---|
 | 78 |       MaxLength = 40
 | 
|---|
 | 79 |       TabOrder = 1
 | 
|---|
 | 80 |       Caption = 'Select or enter source:'
 | 
|---|
 | 81 |     end
 | 
|---|
 | 82 |   end
 | 
|---|
| [829] | 83 |   inherited amgrMain: TVA508AccessibilityManager
 | 
|---|
 | 84 |     Data = (
 | 
|---|
 | 85 |       (
 | 
|---|
 | 86 |         'Component = pnlBase'
 | 
|---|
 | 87 |         'Status = stsDefault')
 | 
|---|
 | 88 |       (
 | 
|---|
 | 89 |         'Component = cmdOK'
 | 
|---|
 | 90 |         'Status = stsDefault')
 | 
|---|
 | 91 |       (
 | 
|---|
 | 92 |         'Component = cmdCancel'
 | 
|---|
 | 93 |         'Status = stsDefault')
 | 
|---|
 | 94 |       (
 | 
|---|
 | 95 |         'Component = cboSource'
 | 
|---|
 | 96 |         'Status = stsDefault')
 | 
|---|
 | 97 |       (
 | 
|---|
 | 98 |         'Component = txtResearch'
 | 
|---|
 | 99 |         'Status = stsDefault')
 | 
|---|
 | 100 |       (
 | 
|---|
 | 101 |         'Component = frmODRadConShRes'
 | 
|---|
 | 102 |         'Status = stsDefault'))
 | 
|---|
 | 103 |   end
 | 
|---|
| [456] | 104 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.