home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D4 / MRECSORT.ZIP / Unit1.dfm / Unit1.txt
Encoding:
Text File  |  1998-09-16  |  713 b   |  41 lines

  1. object Form1: TForm1
  2.   Left = 212
  3.   Top = 132
  4.   Width = 227
  5.   Height = 142
  6.   Caption = 'TFixRecSort Demo'
  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 = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 72
  18.     Top = 64
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'Button1'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 32
  27.     Top = 16
  28.     Width = 153
  29.     Height = 21
  30.     TabOrder = 1
  31.   end
  32.   object OpenDialog1: TOpenDialog
  33.     Left = 160
  34.     Top = 48
  35.   end
  36.   object Time1: TmwFastTime
  37.     Left = 32
  38.     Top = 48
  39.   end
  40. end
  41.