home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / wonline.exe / MINI.EX_ / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1996-05-21  |  2KB  |  103 lines

  1. object Form1: TForm1
  2.   Left = 196
  3.   Top = 123
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'W-OnLINE Mini-Telefonbuch'
  7.   ClientHeight = 283
  8.   ClientWidth = 244
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 6
  20.     Top = 257
  21.     Width = 61
  22.     Height = 21
  23.     Caption = 'Start'
  24.     Enabled = False
  25.     TabOrder = 0
  26.     OnClick = Button1Click
  27.   end
  28.   object ListBox1: TListBox
  29.     Left = 7
  30.     Top = 33
  31.     Width = 126
  32.     Height = 200
  33.     ItemHeight = 13
  34.     TabOrder = 1
  35.     OnClick = ListBox1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 138
  39.     Top = 257
  40.     Width = 47
  41.     Height = 21
  42.     Caption = 'Neu'
  43.     TabOrder = 2
  44.     OnClick = Button2Click
  45.   end
  46.   object ListBox2: TListBox
  47.     Left = 135
  48.     Top = 33
  49.     Width = 101
  50.     Height = 200
  51.     ItemHeight = 13
  52.     TabOrder = 3
  53.     OnClick = ListBox2Click
  54.   end
  55.   object Button3: TButton
  56.     Left = 72
  57.     Top = 257
  58.     Width = 61
  59.     Height = 21
  60.     Caption = 'Anzeige'
  61.     TabOrder = 4
  62.     OnClick = Button3Click
  63.   end
  64.   object Edit1: TEdit
  65.     Left = 7
  66.     Top = 3
  67.     Width = 229
  68.     Height = 25
  69.     Enabled = False
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clBlack
  72.     Font.Height = -15
  73.     Font.Name = 'Times New Roman'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.     TabOrder = 5
  77.     Text = 'Edit1'
  78.   end
  79.   object Button4: TButton
  80.     Left = 190
  81.     Top = 257
  82.     Width = 47
  83.     Height = 21
  84.     Caption = 'Ende'
  85.     TabOrder = 6
  86.     OnClick = Button4Click
  87.   end
  88.   object Button5: TButton
  89.     Left = 202
  90.     Top = 236
  91.     Width = 35
  92.     Height = 15
  93.     Caption = 'Del'
  94.     TabOrder = 7
  95.     OnClick = Button5Click
  96.   end
  97.   object Timer1: TTimer
  98.     OnTimer = Timer1Timer
  99.     Left = 244
  100.     Top = 58
  101.   end
  102. end
  103.