| [453] | 1 | object rpcConfig: TrpcConfig
 | 
|---|
 | 2 |   Left = 434
 | 
|---|
 | 3 |   Top = 329
 | 
|---|
 | 4 |   HelpContext = 4
 | 
|---|
 | 5 |   BorderIcons = []
 | 
|---|
 | 6 |   BorderStyle = bsSingle
 | 
|---|
 | 7 |   Caption = 'Connect To'
 | 
|---|
 | 8 |   ClientHeight = 157
 | 
|---|
 | 9 |   ClientWidth = 397
 | 
|---|
 | 10 |   Color = clBtnFace
 | 
|---|
 | 11 |   Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 12 |   Font.Color = clWindowText
 | 
|---|
 | 13 |   Font.Height = -13
 | 
|---|
 | 14 |   Font.Name = 'System'
 | 
|---|
 | 15 |   Font.Style = []
 | 
|---|
 | 16 |   OldCreateOrder = True
 | 
|---|
 | 17 |   Position = poScreenCenter
 | 
|---|
 | 18 |   OnClose = FormClose
 | 
|---|
 | 19 |   OnCreate = FormCreate
 | 
|---|
 | 20 |   PixelsPerInch = 96
 | 
|---|
 | 21 |   TextHeight = 16
 | 
|---|
 | 22 |   object cboServer: TComboBox
 | 
|---|
 | 23 |     Left = 8
 | 
|---|
 | 24 |     Top = 16
 | 
|---|
 | 25 |     Width = 385
 | 
|---|
 | 26 |     Height = 24
 | 
|---|
 | 27 |     Hint = 'Choose a Server Name'
 | 
|---|
 | 28 |     Style = csDropDownList
 | 
|---|
 | 29 |     Anchors = [akLeft, akTop, akRight]
 | 
|---|
 | 30 |     DropDownCount = 6
 | 
|---|
 | 31 |     ItemHeight = 16
 | 
|---|
 | 32 |     ParentShowHint = False
 | 
|---|
 | 33 |     ShowHint = True
 | 
|---|
 | 34 |     TabOrder = 0
 | 
|---|
 | 35 |     OnClick = cboServerClick
 | 
|---|
 | 36 |     OnDblClick = cboServerClick
 | 
|---|
 | 37 |     OnExit = cboServerExit
 | 
|---|
 | 38 |   end
 | 
|---|
 | 39 |   object Panel2: TPanel
 | 
|---|
 | 40 |     Left = 0
 | 
|---|
 | 41 |     Top = 133
 | 
|---|
 | 42 |     Width = 397
 | 
|---|
 | 43 |     Height = 24
 | 
|---|
 | 44 |     Align = alBottom
 | 
|---|
 | 45 |     TabOrder = 3
 | 
|---|
 | 46 |     object Panel3: TPanel
 | 
|---|
 | 47 |       Left = 185
 | 
|---|
 | 48 |       Top = 1
 | 
|---|
 | 49 |       Width = 95
 | 
|---|
 | 50 |       Height = 22
 | 
|---|
 | 51 |       Align = alLeft
 | 
|---|
 | 52 |       Alignment = taLeftJustify
 | 
|---|
 | 53 |       BevelInner = bvLowered
 | 
|---|
 | 54 |       BevelOuter = bvNone
 | 
|---|
 | 55 |       BorderWidth = 1
 | 
|---|
 | 56 |       Caption = 'Port:'
 | 
|---|
 | 57 |       Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 58 |       Font.Color = clWindowText
 | 
|---|
 | 59 |       Font.Height = -15
 | 
|---|
 | 60 |       Font.Name = 'MS Sans Serif'
 | 
|---|
 | 61 |       Font.Style = []
 | 
|---|
 | 62 |       ParentFont = False
 | 
|---|
 | 63 |       TabOrder = 0
 | 
|---|
 | 64 |       object pnlPort: TPanel
 | 
|---|
 | 65 |         Left = 34
 | 
|---|
 | 66 |         Top = 2
 | 
|---|
 | 67 |         Width = 59
 | 
|---|
 | 68 |         Height = 18
 | 
|---|
 | 69 |         Align = alRight
 | 
|---|
 | 70 |         BevelOuter = bvLowered
 | 
|---|
 | 71 |         Caption = '99999'
 | 
|---|
 | 72 |         Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 73 |         Font.Color = clWindowText
 | 
|---|
 | 74 |         Font.Height = -15
 | 
|---|
 | 75 |         Font.Name = 'MS Sans Serif'
 | 
|---|
 | 76 |         Font.Style = [fsBold]
 | 
|---|
 | 77 |         ParentFont = False
 | 
|---|
 | 78 |         TabOrder = 0
 | 
|---|
 | 79 |       end
 | 
|---|
 | 80 |     end
 | 
|---|
 | 81 |     object Panel1: TPanel
 | 
|---|
 | 82 |       Left = 1
 | 
|---|
 | 83 |       Top = 1
 | 
|---|
 | 84 |       Width = 184
 | 
|---|
 | 85 |       Height = 22
 | 
|---|
 | 86 |       Align = alLeft
 | 
|---|
 | 87 |       Alignment = taLeftJustify
 | 
|---|
 | 88 |       BevelInner = bvLowered
 | 
|---|
 | 89 |       BevelOuter = bvNone
 | 
|---|
 | 90 |       BorderWidth = 1
 | 
|---|
 | 91 |       Caption = 'Address:'
 | 
|---|
 | 92 |       Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 93 |       Font.Color = clWindowText
 | 
|---|
 | 94 |       Font.Height = -15
 | 
|---|
 | 95 |       Font.Name = 'MS Sans Serif'
 | 
|---|
 | 96 |       Font.Style = []
 | 
|---|
 | 97 |       ParentFont = False
 | 
|---|
 | 98 |       TabOrder = 1
 | 
|---|
 | 99 |       object Panel4: TPanel
 | 
|---|
 | 100 |         Left = 64
 | 
|---|
 | 101 |         Top = 2
 | 
|---|
 | 102 |         Width = 118
 | 
|---|
 | 103 |         Height = 18
 | 
|---|
 | 104 |         Align = alRight
 | 
|---|
 | 105 |         BevelOuter = bvLowered
 | 
|---|
 | 106 |         Caption = '255.255.255.255'
 | 
|---|
 | 107 |         Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 108 |         Font.Color = clWindowText
 | 
|---|
 | 109 |         Font.Height = -15
 | 
|---|
 | 110 |         Font.Name = 'MS Sans Serif'
 | 
|---|
 | 111 |         Font.Style = [fsBold]
 | 
|---|
 | 112 |         ParentFont = False
 | 
|---|
 | 113 |         TabOrder = 0
 | 
|---|
 | 114 |       end
 | 
|---|
 | 115 |     end
 | 
|---|
 | 116 |   end
 | 
|---|
 | 117 |   object btnOk: TBitBtn
 | 
|---|
 | 118 |     Left = 5
 | 
|---|
 | 119 |     Top = 104
 | 
|---|
 | 120 |     Width = 85
 | 
|---|
 | 121 |     Height = 26
 | 
|---|
 | 122 |     Anchors = [akLeft, akBottom]
 | 
|---|
 | 123 |     Caption = '&OK'
 | 
|---|
 | 124 |     Default = True
 | 
|---|
 | 125 |     Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 126 |     Font.Color = clWindowText
 | 
|---|
 | 127 |     Font.Height = -13
 | 
|---|
 | 128 |     Font.Name = 'MS Sans Serif'
 | 
|---|
 | 129 |     Font.Style = [fsBold]
 | 
|---|
 | 130 |     ParentFont = False
 | 
|---|
 | 131 |     TabOrder = 1
 | 
|---|
 | 132 |     OnClick = butOkClick
 | 
|---|
 | 133 |     Glyph.Data = {
 | 
|---|
 | 134 |       BE060000424DBE06000000000000360400002800000024000000120000000100
 | 
|---|
 | 135 |       0800000000008802000000000000000000000001000000010000000000000000
 | 
|---|
 | 136 |       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
 | 
|---|
 | 137 |       A400000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 138 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 139 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 140 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 141 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 142 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 143 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 144 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 145 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 146 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 147 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 148 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 149 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 150 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 151 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 152 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 153 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 154 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 155 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 156 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 157 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 158 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 159 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 160 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 161 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 162 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 163 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 164 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 165 |       0000000000000000000000000000000000000000000000000000000000000000
 | 
|---|
 | 166 |       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
 | 
|---|
 | 167 |       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
 | 
|---|
 | 168 |       0303030303030303030303030303030303030303030303030303030303030303
 | 
|---|
 | 169 |       03030303030303030303030303030303030303030303FF030303030303030303
 | 
|---|
 | 170 |       03030303030303040403030303030303030303030303030303F8F8FF03030303
 | 
|---|
 | 171 |       03030303030303030303040202040303030303030303030303030303F80303F8
 | 
|---|
 | 172 |       FF030303030303030303030303040202020204030303030303030303030303F8
 | 
|---|
 | 173 |       03030303F8FF0303030303030303030304020202020202040303030303030303
 | 
|---|
 | 174 |       0303F8030303030303F8FF030303030303030304020202FA0202020204030303
 | 
|---|
 | 175 |       0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
 | 
|---|
 | 176 |       040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
 | 
|---|
 | 177 |       03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
 | 
|---|
 | 178 |       FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
 | 
|---|
 | 179 |       0303030303030303030303FA0202020403030303030303030303030303F8FF03
 | 
|---|
 | 180 |       03F8FF03030303030303030303030303FA020202040303030303030303030303
 | 
|---|
 | 181 |       0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
 | 
|---|
 | 182 |       03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
 | 
|---|
 | 183 |       030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
 | 
|---|
 | 184 |       0202040303030303030303030303030303F8FF03F8FF03030303030303030303
 | 
|---|
 | 185 |       03030303FA0202030303030303030303030303030303F8FFF803030303030303
 | 
|---|
 | 186 |       030303030303030303FA0303030303030303030303030303030303F803030303
 | 
|---|
 | 187 |       0303030303030303030303030303030303030303030303030303030303030303
 | 
|---|
 | 188 |       0303}
 | 
|---|
 | 189 |     Margin = 2
 | 
|---|
 | 190 |     NumGlyphs = 2
 | 
|---|
 | 191 |     Spacing = -1
 | 
|---|
 | 192 |     IsControl = True
 | 
|---|
 | 193 |   end
 | 
|---|
 | 194 |   object btnCancel: TBitBtn
 | 
|---|
 | 195 |     Left = 109
 | 
|---|
 | 196 |     Top = 104
 | 
|---|
 | 197 |     Width = 85
 | 
|---|
 | 198 |     Height = 26
 | 
|---|
 | 199 |     Anchors = [akLeft, akBottom]
 | 
|---|
 | 200 |     Caption = '&Cancel'
 | 
|---|
 | 201 |     Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 202 |     Font.Color = clWindowText
 | 
|---|
 | 203 |     Font.Height = -13
 | 
|---|
 | 204 |     Font.Name = 'MS Sans Serif'
 | 
|---|
 | 205 |     Font.Style = [fsBold]
 | 
|---|
 | 206 |     ParentFont = False
 | 
|---|
 | 207 |     TabOrder = 2
 | 
|---|
 | 208 |     OnClick = butCancelClick
 | 
|---|
 | 209 |     Kind = bkCancel
 | 
|---|
 | 210 |     Margin = 2
 | 
|---|
 | 211 |     Spacing = -1
 | 
|---|
 | 212 |     IsControl = True
 | 
|---|
 | 213 |   end
 | 
|---|
 | 214 |   object btnHelp: TBitBtn
 | 
|---|
 | 215 |     Left = 208
 | 
|---|
 | 216 |     Top = 104
 | 
|---|
 | 217 |     Width = 85
 | 
|---|
 | 218 |     Height = 25
 | 
|---|
 | 219 |     Anchors = [akRight, akBottom]
 | 
|---|
 | 220 |     TabOrder = 4
 | 
|---|
 | 221 |     Kind = bkHelp
 | 
|---|
 | 222 |   end
 | 
|---|
 | 223 |   object New: TButton
 | 
|---|
 | 224 |     Left = 304
 | 
|---|
 | 225 |     Top = 104
 | 
|---|
 | 226 |     Width = 85
 | 
|---|
 | 227 |     Height = 25
 | 
|---|
 | 228 |     Anchors = [akRight, akBottom]
 | 
|---|
 | 229 |     Caption = '&New'
 | 
|---|
 | 230 |     TabOrder = 5
 | 
|---|
 | 231 |     OnClick = NewClick
 | 
|---|
 | 232 |   end
 | 
|---|
 | 233 | end
 | 
|---|