home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Freeware / programare / bass / Delphi / multi / Unit2.dfm < prev    next >
Encoding:
Text File  |  2003-10-19  |  739 b   |  38 lines

  1. object Form2: TForm2
  2.   Left = 193
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 106
  6.   ClientWidth = 200
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ListBox1: TListBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 185
  23.     Height = 65
  24.     ItemHeight = 13
  25.     TabOrder = 0
  26.   end
  27.   object Button1: TButton
  28.     Left = 120
  29.     Top = 80
  30.     Width = 75
  31.     Height = 17
  32.     Caption = 'OK'
  33.     Default = True
  34.     TabOrder = 1
  35.     OnClick = Button1Click
  36.   end
  37. end
  38.