home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / dnarrays.lzh / ARRTEST4.DFM / ARRTEST4.txt
Text File  |  1995-06-02  |  1KB  |  54 lines

  1. object TypesDlg: TTypesDlg
  2.   Left = 363
  3.   Top = 141
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Use Array Type'
  7.   ClientHeight = 157
  8.   ClientWidth = 308
  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 = 201
  18.     Top = 18
  19.     Width = 95
  20.     Height = 33
  21.     TabOrder = 0
  22.     Kind = bkOK
  23.     Margin = 2
  24.     Spacing = -1
  25.     IsControl = True
  26.   end
  27.   object CancelBtn: TBitBtn
  28.     Left = 201
  29.     Top = 57
  30.     Width = 95
  31.     Height = 33
  32.     TabOrder = 1
  33.     Kind = bkCancel
  34.     Margin = 2
  35.     Spacing = -1
  36.     IsControl = True
  37.   end
  38.   object GrpArrayStyles: TRadioGroup
  39.     Left = 8
  40.     Top = 8
  41.     Width = 185
  42.     Height = 137
  43.     Caption = 'Types'
  44.     ItemIndex = 0
  45.     Items.Strings = (
  46.       'Array of LongInts'
  47.       'Array of Doubles'
  48.       'Array of String[20]'
  49.       'Array of String'
  50.       'Array of PChar')
  51.     TabOrder = 2
  52.   end
  53. end
  54.