home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com 1998 June / WF0698_3.ISO / chat-text / scw101.exe / _SETUP.1 / SECOM.EXE / 0 / RCDATA / TCURRENTIPDIALOG / TCURRENTIPDIALOG.txt
Text File  |  1998-05-19  |  899b  |  45 lines

  1. object CurrentIPDialog: TCurrentIPDialog
  2.   Left = 563
  3.   Top = 131
  4.   BorderStyle = bsDialog
  5.   Caption = 'Current IP address'
  6.   ClientHeight = 119
  7.   ClientWidth = 326
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Button1: TButton
  18.     Left = 118
  19.     Top = 69
  20.     Width = 92
  21.     Height = 31
  22.     Caption = '&OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object Memo1: TMemo
  28.     Left = 39
  29.     Top = 20
  30.     Width = 248
  31.     Height = 30
  32.     Alignment = taCenter
  33.     Color = clBtnFace
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -17
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     ReadOnly = True
  41.     TabOrder = 1
  42.     WordWrap = False
  43.   end
  44. end
  45.