home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2002 September / PCPlus_193_Laplink2000.iso / Prog / delphi / test / t1.dfm next >
Encoding:
Text File  |  2002-04-29  |  965 b   |  49 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 214
  5.   Height = 189
  6.   Caption = 'Form1'
  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.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Edit1: TEdit
  18.     Left = 40
  19.     Top = 24
  20.     Width = 121
  21.     Height = 32
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clBlue
  24.     Font.Height = -19
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.   end
  30.   object Button1: TButton
  31.     Left = 40
  32.     Top = 72
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'Button1'
  36.     TabOrder = 1
  37.     OnClick = Button1Click
  38.   end
  39.   object Button2: TButton
  40.     Left = 40
  41.     Top = 104
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Button2'
  45.     TabOrder = 2
  46.     OnClick = Button2Click
  47.   end
  48. end
  49.