| [453] | 1 | object frmOptionsSurrogate: TfrmOptionsSurrogate
 | 
|---|
 | 2 |   Left = 232
 | 
|---|
 | 3 |   Top = 107
 | 
|---|
 | 4 |   HelpContext = 9100
 | 
|---|
 | 5 |   BorderIcons = [biSystemMenu, biHelp]
 | 
|---|
 | 6 |   BorderStyle = bsDialog
 | 
|---|
 | 7 |   Caption = 'Surrogate for Notifications'
 | 
|---|
 | 8 |   ClientHeight = 136
 | 
|---|
 | 9 |   ClientWidth = 313
 | 
|---|
 | 10 |   Color = clBtnFace
 | 
|---|
 | 11 |   Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 12 |   Font.Color = clWindowText
 | 
|---|
 | 13 |   Font.Height = -11
 | 
|---|
 | 14 |   Font.Name = 'MS Sans Serif'
 | 
|---|
 | 15 |   Font.Style = []
 | 
|---|
 | 16 |   HelpFile = 'CPRSWT.HLP'
 | 
|---|
 | 17 |   OldCreateOrder = False
 | 
|---|
 | 18 |   OnShow = FormShow
 | 
|---|
 | 19 |   PixelsPerInch = 96
 | 
|---|
 | 20 |   TextHeight = 13
 | 
|---|
 | 21 |   object lblSurrogate: TLabel
 | 
|---|
 | 22 |     Left = 7
 | 
|---|
 | 23 |     Top = 51
 | 
|---|
 | 24 |     Width = 49
 | 
|---|
 | 25 |     Height = 13
 | 
|---|
 | 26 |     Caption = 'Surrogate:'
 | 
|---|
 | 27 |     Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 28 |     Font.Color = clWindowText
 | 
|---|
 | 29 |     Font.Height = -11
 | 
|---|
 | 30 |     Font.Name = 'MS Sans Serif'
 | 
|---|
 | 31 |     Font.Style = []
 | 
|---|
 | 32 |     ParentFont = False
 | 
|---|
 | 33 |   end
 | 
|---|
 | 34 |   object lblSurrogateText: TStaticText
 | 
|---|
 | 35 |     Left = 157
 | 
|---|
 | 36 |     Top = 4
 | 
|---|
 | 37 |     Width = 81
 | 
|---|
 | 38 |     Height = 17
 | 
|---|
 | 39 |     Caption = 'lblSurrogateText'
 | 
|---|
 | 40 |     TabOrder = 4
 | 
|---|
 | 41 |   end
 | 
|---|
 | 42 |   object lblStart: TStaticText
 | 
|---|
 | 43 |     Left = 157
 | 
|---|
 | 44 |     Top = 24
 | 
|---|
 | 45 |     Width = 36
 | 
|---|
 | 46 |     Height = 17
 | 
|---|
 | 47 |     Caption = 'lblStart'
 | 
|---|
 | 48 |     TabOrder = 5
 | 
|---|
 | 49 |   end
 | 
|---|
 | 50 |   object lblStop: TStaticText
 | 
|---|
 | 51 |     Left = 157
 | 
|---|
 | 52 |     Top = 44
 | 
|---|
 | 53 |     Width = 36
 | 
|---|
 | 54 |     Height = 17
 | 
|---|
 | 55 |     Caption = 'lblStop'
 | 
|---|
 | 56 |     TabOrder = 6
 | 
|---|
 | 57 |   end
 | 
|---|
 | 58 |   object cboSurrogate: TORComboBox
 | 
|---|
 | 59 |     Left = 7
 | 
|---|
 | 60 |     Top = 66
 | 
|---|
 | 61 |     Width = 145
 | 
|---|
 | 62 |     Height = 21
 | 
|---|
 | 63 |     HelpContext = 9102
 | 
|---|
 | 64 |     Style = orcsDropDown
 | 
|---|
 | 65 |     AutoSelect = True
 | 
|---|
 | 66 |     Caption = 'Surrogate'
 | 
|---|
 | 67 |     Color = clWindow
 | 
|---|
 | 68 |     DropDownCount = 8
 | 
|---|
 | 69 |     ItemHeight = 13
 | 
|---|
 | 70 |     ItemTipColor = clWindow
 | 
|---|
 | 71 |     ItemTipEnable = True
 | 
|---|
 | 72 |     ListItemsOnly = True
 | 
|---|
 | 73 |     LongList = True
 | 
|---|
 | 74 |     LookupPiece = 2
 | 
|---|
 | 75 |     MaxLength = 0
 | 
|---|
 | 76 |     Pieces = '2,3'
 | 
|---|
 | 77 |     Sorted = False
 | 
|---|
 | 78 |     SynonymChars = '<>'
 | 
|---|
 | 79 |     TabOrder = 0
 | 
|---|
 | 80 |     OnChange = cboSurrogateChange
 | 
|---|
 | 81 |     OnExit = cboSurrogateChange
 | 
|---|
 | 82 |     OnKeyDown = cboSurrogateKeyDown
 | 
|---|
 | 83 |     OnNeedData = cboSurrogateNeedData
 | 
|---|
 | 84 |     CharsNeedMatch = 1
 | 
|---|
 | 85 |   end
 | 
|---|
 | 86 |   object btnSurrogateDateRange: TButton
 | 
|---|
 | 87 |     Left = 157
 | 
|---|
 | 88 |     Top = 66
 | 
|---|
 | 89 |     Width = 145
 | 
|---|
 | 90 |     Height = 22
 | 
|---|
 | 91 |     HelpContext = 9103
 | 
|---|
 | 92 |     Caption = 'Surrogate Date Range...'
 | 
|---|
 | 93 |     Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 94 |     Font.Color = clWindowText
 | 
|---|
 | 95 |     Font.Height = -11
 | 
|---|
 | 96 |     Font.Name = 'MS Sans Serif'
 | 
|---|
 | 97 |     Font.Style = []
 | 
|---|
 | 98 |     ParentFont = False
 | 
|---|
 | 99 |     TabOrder = 1
 | 
|---|
 | 100 |     OnClick = btnSurrogateDateRangeClick
 | 
|---|
 | 101 |   end
 | 
|---|
 | 102 |   object btnRemove: TButton
 | 
|---|
 | 103 |     Left = 7
 | 
|---|
 | 104 |     Top = 20
 | 
|---|
 | 105 |     Width = 145
 | 
|---|
 | 106 |     Height = 22
 | 
|---|
 | 107 |     HelpContext = 9101
 | 
|---|
 | 108 |     Caption = 'Remove Surrogate'
 | 
|---|
 | 109 |     Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 110 |     Font.Color = clWindowText
 | 
|---|
 | 111 |     Font.Height = -11
 | 
|---|
 | 112 |     Font.Name = 'MS Sans Serif'
 | 
|---|
 | 113 |     Font.Style = []
 | 
|---|
 | 114 |     ParentFont = False
 | 
|---|
 | 115 |     TabOrder = 3
 | 
|---|
 | 116 |     OnClick = btnRemoveClick
 | 
|---|
 | 117 |   end
 | 
|---|
 | 118 |   object pnlBottom: TPanel
 | 
|---|
 | 119 |     Left = 0
 | 
|---|
 | 120 |     Top = 103
 | 
|---|
 | 121 |     Width = 313
 | 
|---|
 | 122 |     Height = 33
 | 
|---|
 | 123 |     HelpContext = 9100
 | 
|---|
 | 124 |     Align = alBottom
 | 
|---|
 | 125 |     BevelOuter = bvNone
 | 
|---|
 | 126 |     ParentColor = True
 | 
|---|
 | 127 |     TabOrder = 2
 | 
|---|
 | 128 |     DesignSize = (
 | 
|---|
 | 129 |       313
 | 
|---|
 | 130 |       33)
 | 
|---|
 | 131 |     object bvlBottom: TBevel
 | 
|---|
 | 132 |       Left = 0
 | 
|---|
 | 133 |       Top = 0
 | 
|---|
 | 134 |       Width = 313
 | 
|---|
 | 135 |       Height = 2
 | 
|---|
 | 136 |       Align = alTop
 | 
|---|
 | 137 |     end
 | 
|---|
 | 138 |     object btnCancel: TButton
 | 
|---|
 | 139 |       Left = 229
 | 
|---|
 | 140 |       Top = 8
 | 
|---|
 | 141 |       Width = 75
 | 
|---|
 | 142 |       Height = 22
 | 
|---|
 | 143 |       HelpContext = 9997
 | 
|---|
 | 144 |       Anchors = [akTop, akRight]
 | 
|---|
 | 145 |       Cancel = True
 | 
|---|
 | 146 |       Caption = 'Cancel'
 | 
|---|
 | 147 |       ModalResult = 2
 | 
|---|
 | 148 |       TabOrder = 1
 | 
|---|
 | 149 |     end
 | 
|---|
 | 150 |     object btnOK: TButton
 | 
|---|
 | 151 |       Left = 149
 | 
|---|
 | 152 |       Top = 8
 | 
|---|
 | 153 |       Width = 75
 | 
|---|
 | 154 |       Height = 22
 | 
|---|
 | 155 |       HelpContext = 9996
 | 
|---|
 | 156 |       Anchors = [akTop, akRight]
 | 
|---|
 | 157 |       Caption = 'OK'
 | 
|---|
 | 158 |       Default = True
 | 
|---|
 | 159 |       ModalResult = 1
 | 
|---|
 | 160 |       TabOrder = 0
 | 
|---|
 | 161 |       OnClick = btnOKClick
 | 
|---|
 | 162 |     end
 | 
|---|
 | 163 |   end
 | 
|---|
 | 164 |   object dlgSurrogateDateRange: TORDateRangeDlg
 | 
|---|
 | 165 |     DateOnly = False
 | 
|---|
 | 166 |     Instruction = 
 | 
|---|
 | 167 |       'Enter a date range to begin and end when this will be in effect.' +
 | 
|---|
 | 168 |       ' Otherwise it will always be in effect.'
 | 
|---|
 | 169 |     LabelStart = 'Start Date'
 | 
|---|
 | 170 |     LabelStop = 'Stop Date'
 | 
|---|
 | 171 |     RequireTime = False
 | 
|---|
 | 172 |     Format = 'mmm d,yy@hh:nn'
 | 
|---|
 | 173 |     TextOfStop = 'Jun 6,99@12:45'
 | 
|---|
 | 174 |     Left = 265
 | 
|---|
 | 175 |     Top = 4
 | 
|---|
 | 176 |   end
 | 
|---|
 | 177 |   object DKLanguageController1: TDKLanguageController
 | 
|---|
 | 178 |     Left = 144
 | 
|---|
 | 179 |     Top = 72
 | 
|---|
 | 180 |     LangData = {
 | 
|---|
 | 181 |       130066726D4F7074696F6E73537572726F676174650102000000010000000700
 | 
|---|
 | 182 |       43617074696F6E02000000080048656C7046696C65010C0000000C006C626C53
 | 
|---|
 | 183 |       7572726F67617465010100000003000000070043617074696F6E0010006C626C
 | 
|---|
 | 184 |       537572726F6761746554657874010100000004000000070043617074696F6E00
 | 
|---|
 | 185 |       08006C626C5374617274010100000005000000070043617074696F6E0007006C
 | 
|---|
 | 186 |       626C53746F70010100000006000000070043617074696F6E000C0063626F5375
 | 
|---|
 | 187 |       72726F67617465010100000007000000070043617074696F6E00150062746E53
 | 
|---|
 | 188 |       7572726F676174654461746552616E6765010100000008000000070043617074
 | 
|---|
 | 189 |       696F6E00090062746E52656D6F7665010100000009000000070043617074696F
 | 
|---|
 | 190 |       6E000900706E6C426F74746F6D0000090062766C426F74746F6D000009006274
 | 
|---|
 | 191 |       6E43616E63656C01010000000A000000070043617074696F6E00050062746E4F
 | 
|---|
 | 192 |       4B01010000000B000000070043617074696F6E001500646C67537572726F6761
 | 
|---|
 | 193 |       74654461746552616E676501050000000F0000000600466F726D61740C000000
 | 
|---|
 | 194 |       0B00496E737472756374696F6E0D0000000A004C6162656C53746172740E0000
 | 
|---|
 | 195 |       0009004C6162656C53746F70100000000A00546578744F6653746F7000}
 | 
|---|
 | 196 |   end
 | 
|---|
 | 197 | end
 | 
|---|