home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MEMOPAD.ZIP / _SETUP.1 / MemoPadPro.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1998-05-28  |  2KB  |  73 lines

  1. object Form4: TForm4
  2.   Left = 211
  3.   Top = 110
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Delete a User:'
  6.   ClientHeight = 111
  7.   ClientWidth = 169
  8.   Color = 14547961
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label2: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 152
  22.     Height = 16
  23.     Alignment = taCenter
  24.     Caption = 'Select name to remove:'
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -13
  28.     Font.Name = 'Arial'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Button4: TButton
  33.     Left = 32
  34.     Top = 72
  35.     Width = 113
  36.     Height = 25
  37.     Caption = 'Remove From list'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     TabOrder = 1
  45.     OnClick = Button4Click
  46.   end
  47.   object ComboBox1: TComboBox
  48.     Left = 32
  49.     Top = 40
  50.     Width = 113
  51.     Height = 24
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -12
  55.     Font.Name = 'Comic Sans MS'
  56.     Font.Style = [fsBold]
  57.     ItemHeight = 16
  58.     ParentFont = False
  59.     TabOrder = 0
  60.     Text = 'Select a name'
  61.     OnKeyPress = ComboBox1KeyPress
  62.   end
  63.   object ListBox1: TListBox
  64.     Left = 8
  65.     Top = 272
  66.     Width = 121
  67.     Height = 1
  68.     ItemHeight = 13
  69.     TabOrder = 2
  70.     Visible = False
  71.   end
  72. end
  73.