home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / dnarrays.lzh / ARRTEST3.DFM / ARRTEST3.txt
Text File  |  1995-04-23  |  910b  |  51 lines

  1. object SortDlg: TSortDlg
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 118
  8.   ClientWidth = 260
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object OKBtn: TBitBtn
  17.     Left = 153
  18.     Top = 22
  19.     Width = 95
  20.     Height = 33
  21.     TabOrder = 1
  22.     Kind = bkOK
  23.     Margin = 2
  24.     Spacing = -1
  25.     IsControl = True
  26.   end
  27.   object CancelBtn: TBitBtn
  28.     Left = 153
  29.     Top = 69
  30.     Width = 95
  31.     Height = 33
  32.     TabOrder = 2
  33.     Kind = bkCancel
  34.     Margin = 2
  35.     Spacing = -1
  36.     IsControl = True
  37.   end
  38.   object GrpSortOrder: TRadioGroup
  39.     Left = 16
  40.     Top = 12
  41.     Width = 129
  42.     Height = 89
  43.     Caption = 'Sort Order'
  44.     ItemIndex = 0
  45.     Items.Strings = (
  46.       'Ascending'
  47.       'Descending')
  48.     TabOrder = 0
  49.   end
  50. end
  51.