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

  1. object EditRecDlg: TEditRecDlg
  2.   Left = 265
  3.   Top = 291
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit a record'
  6.   ClientHeight = 208
  7.   ClientWidth = 400
  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 Label1: TLabel
  18.     Left = 246
  19.     Top = 49
  20.     Width = 51
  21.     Height = 20
  22.     AutoSize = False
  23.     Caption = 'Name'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -17
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 246
  33.     Top = 89
  34.     Width = 129
  35.     Height = 16
  36.     AutoSize = False
  37.     Caption = 'e-mail address'
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clBlack
  40.     Font.Height = -17
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Button1: TButton
  46.     Left = 89
  47.     Top = 138
  48.     Width = 92
  49.     Height = 31
  50.     Caption = '&Save'
  51.     Default = True
  52.     TabOrder = 2
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TButton
  56.     Left = 217
  57.     Top = 138
  58.     Width = 92
  59.     Height = 31
  60.     Caption = '&Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 3
  63.     OnClick = Button2Click
  64.   end
  65.   object Edit1: TEdit
  66.     Left = 49
  67.     Top = 39
  68.     Width = 189
  69.     Height = 24
  70.     MaxLength = 260
  71.     TabOrder = 0
  72.   end
  73.   object Edit2: TEdit
  74.     Left = 49
  75.     Top = 79
  76.     Width = 189
  77.     Height = 24
  78.     MaxLength = 260
  79.     TabOrder = 1
  80.   end
  81. end
  82.