home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 June / CLUB_0696.BIN / share95 / webpagec / wpc.exe / 0 / RCDATA / TADDRESST / TADDRESST.txt
Text File  |  1996-04-05  |  2KB  |  101 lines

  1. object AddressT: TAddressT
  2.   Left = 309
  3.   Top = 119
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Address'
  7.   ClientHeight = 167
  8.   ClientWidth = 270
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object GroupBox1: TGroupBox
  18.     Left = 24
  19.     Top = 16
  20.     Width = 113
  21.     Height = 105
  22.     Caption = 'Clear'
  23.     Font.Color = clBlue
  24.     Font.Height = -17
  25.     Font.Name = 'System'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object RadioButton1: TRadioButton
  30.       Left = 16
  31.       Top = 32
  32.       Width = 73
  33.       Height = 17
  34.       Caption = 'Left'
  35.       Font.Color = clMaroon
  36.       Font.Height = -17
  37.       Font.Name = 'System'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.       TabOrder = 0
  41.     end
  42.     object RadioButton2: TRadioButton
  43.       Left = 16
  44.       Top = 56
  45.       Width = 73
  46.       Height = 17
  47.       Caption = 'Right'
  48.       Font.Color = clMaroon
  49.       Font.Height = -17
  50.       Font.Name = 'System'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.       TabOrder = 1
  54.     end
  55.     object RadioButton3: TRadioButton
  56.       Left = 16
  57.       Top = 80
  58.       Width = 65
  59.       Height = 17
  60.       Caption = 'All'
  61.       Font.Color = clMaroon
  62.       Font.Height = -17
  63.       Font.Name = 'System'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.       TabOrder = 2
  67.     end
  68.   end
  69.   object CheckBox1: TCheckBox
  70.     Left = 32
  71.     Top = 136
  72.     Width = 97
  73.     Height = 17
  74.     Caption = 'No Wrap'
  75.     Font.Color = clMaroon
  76.     Font.Height = -17
  77.     Font.Name = 'System'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.     TabOrder = 1
  81.   end
  82.   object BitBtn1: TBitBtn
  83.     Left = 160
  84.     Top = 40
  85.     Width = 89
  86.     Height = 33
  87.     TabOrder = 2
  88.     OnClick = BitBtn1Click
  89.     Kind = bkOK
  90.   end
  91.   object BitBtn2: TBitBtn
  92.     Left = 160
  93.     Top = 96
  94.     Width = 89
  95.     Height = 33
  96.     TabOrder = 3
  97.     OnClick = BitBtn2Click
  98.     Kind = bkCancel
  99.   end
  100. end
  101.