home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Emailnot / _SETUP.1 / CIECHECK.exe / 0 / RCDATA / TADDRESSFORM / TADDRESSFORM.txt
Text File  |  1998-05-06  |  3KB  |  156 lines

  1. object Addressform: TAddressform
  2.   Left = 123
  3.   Top = 159
  4.   HelpContext = 810
  5.   BorderStyle = bsDialog
  6.   Caption = 'Address Book'
  7.   ClientHeight = 254
  8.   ClientWidth = 509
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Button3: TButton
  20.     Left = 294
  21.     Top = 193
  22.     Width = 104
  23.     Height = 25
  24.     Caption = 'Save and Close'
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'Arial'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     TabOrder = 1
  31.     OnClick = Button3Click
  32.   end
  33.   object Button1: TButton
  34.     Left = 13
  35.     Top = 192
  36.     Width = 72
  37.     Height = 27
  38.     Caption = 'Add Item'
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     TabOrder = 2
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 84
  49.     Top = 192
  50.     Width = 72
  51.     Height = 27
  52.     Caption = 'Delete Item'
  53.     Font.Color = clWindowText
  54.     Font.Height = -11
  55.     Font.Name = 'Arial'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     TabOrder = 3
  59.     OnClick = Button2Click
  60.   end
  61.   object Button4: TButton
  62.     Left = 399
  63.     Top = 193
  64.     Width = 94
  65.     Height = 25
  66.     Caption = 'Cancel'
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'Arial'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 4
  73.     OnClick = Button4Click
  74.   end
  75.   object Button5: TButton
  76.     Left = 195
  77.     Top = 194
  78.     Width = 91
  79.     Height = 25
  80.     Caption = 'Select'
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'Arial'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 5
  87.     OnClick = Button5Click
  88.   end
  89.   object Button6: TButton
  90.     Left = 196
  91.     Top = 194
  92.     Width = 91
  93.     Height = 25
  94.     Caption = 'Select'
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'Arial'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 6
  101.     OnClick = Button6Click
  102.   end
  103.   object Button7: TButton
  104.     Left = 197
  105.     Top = 194
  106.     Width = 91
  107.     Height = 25
  108.     Caption = 'Select'
  109.     Font.Color = clWindowText
  110.     Font.Height = -11
  111.     Font.Name = 'Arial'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     TabOrder = 7
  115.     OnClick = Button7Click
  116.   end
  117.   object StringGrid1: TStringGrid
  118.     Left = 14
  119.     Top = 5
  120.     Width = 481
  121.     Height = 181
  122.     ColCount = 3
  123.     DefaultRowHeight = 18
  124.     FixedCols = 0
  125.     RowCount = 2
  126.     Font.Color = clWindowText
  127.     Font.Height = -11
  128.     Font.Name = 'Arial'
  129.     Font.Style = []
  130.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  131.     ParentFont = False
  132.     ScrollBars = ssVertical
  133.     TabOrder = 0
  134.     OnDblClick = StringGrid1DblClick
  135.     OnKeyPress = StringGrid1KeyPress
  136.     ColWidths = (
  137.       117
  138.       221
  139.       124)
  140.   end
  141.   object Button8: TButton
  142.     Left = 128
  143.     Top = 223
  144.     Width = 236
  145.     Height = 25
  146.     Caption = 'Select and convert to Internet-Fax address'
  147.     Font.Color = clWindowText
  148.     Font.Height = -11
  149.     Font.Name = 'Arial'
  150.     Font.Style = []
  151.     ParentFont = False
  152.     TabOrder = 8
  153.     OnClick = Button8Click
  154.   end
  155. end
  156.