home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9811YA.ZIP / udMain.dfm / udMain.txt
Text File  |  1998-04-30  |  652b  |  35 lines

  1. object frmUnderD: TfrmUnderD
  2.   Left = 200
  3.   Top = 112
  4.   BorderStyle = bsDialog
  5.   Caption = 'Under Delphi'
  6.   ClientHeight = 72
  7.   ClientWidth = 238
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblUnderD: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 47
  21.     Height = 13
  22.     Caption = 'lblUnderD'
  23.   end
  24.   object btnOk: TButton
  25.     Left = 8
  26.     Top = 40
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'OK'
  30.     Default = True
  31.     TabOrder = 0
  32.     OnClick = btnOkClick
  33.   end
  34. end
  35.