home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / NET32_B1.ZIP / NETMODEM.EXE / 0 / RCDATA / TFORM8 / TFORM8.txt
Encoding:
Text File  |  1997-10-04  |  1.5 KB  |  75 lines

  1. object Form8: TForm8
  2.   Left = 241
  3.   Top = 169
  4.   ActiveControl = Edit1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add Address'
  8.   ClientHeight = 99
  9.   ClientWidth = 395
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 7
  23.     Top = 15
  24.     Width = 85
  25.     Height = 13
  26.     Caption = 'Address To Add : '
  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 Edit1: TEdit
  35.     Left = 7
  36.     Top = 32
  37.     Width = 285
  38.     Height = 21
  39.     TabOrder = 0
  40.     OnClick = FormShow
  41.     OnKeyPress = Edit1KeyPress
  42.   end
  43.   object Button1: TButton
  44.     Left = 307
  45.     Top = 17
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Add'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     TabOrder = 1
  56.     OnClick = Button1Click
  57.   end
  58.   object Button2: TButton
  59.     Left = 307
  60.     Top = 57
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = 'Cancel'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.     TabOrder = 2
  72.     OnClick = Button2Click
  73.   end
  74. end
  75.