home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / dnarrays.lzh / ARRTEST2.DFM / ARRTEST2.txt
Text File  |  1995-04-30  |  1KB  |  63 lines

  1. object InputDialog: TInputDialog
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = EdtInput
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Dialog'
  8.   ClientHeight = 120
  9.   ClientWidth = 478
  10.   Font.Color = clBlack
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Bevel1: TBevel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 346
  21.     Height = 95
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Prompt: TLabel
  26.     Left = 24
  27.     Top = 27
  28.     Width = 50
  29.     Height = 16
  30.     Caption = 'Prompt'
  31.   end
  32.   object OKBtn: TBitBtn
  33.     Left = 369
  34.     Top = 18
  35.     Width = 95
  36.     Height = 33
  37.     TabOrder = 1
  38.     Kind = bkOK
  39.     Margin = 2
  40.     Spacing = -1
  41.     IsControl = True
  42.   end
  43.   object CancelBtn: TBitBtn
  44.     Left = 369
  45.     Top = 65
  46.     Width = 95
  47.     Height = 33
  48.     TabOrder = 2
  49.     Kind = bkCancel
  50.     Margin = 2
  51.     Spacing = -1
  52.     IsControl = True
  53.   end
  54.   object EdtInput: TEdit
  55.     Left = 24
  56.     Top = 64
  57.     Width = 313
  58.     Height = 24
  59.     TabOrder = 0
  60.     Text = 'EdtInput'
  61.   end
  62. end
  63.