home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / pc_nl37b.zip / netLoad.exe / 0 / RCDATA / TINPUTDLG / TINPUTDLG.txt
Text File  |  1997-08-10  |  1KB  |  59 lines

  1. object inputDlg: TinputDlg
  2.   Left = 226
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = 'bar prompt'
  6.   ClientHeight = 66
  7.   ClientWidth = 356
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object promptLbl: TLabel
  17.     Left = 10
  18.     Top = 9
  19.     Width = 250
  20.     Height = 14
  21.     AutoSize = False
  22.     Caption = 'prompt'
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object OKBtn: TButton
  30.     Left = 270
  31.     Top = 8
  32.     Width = 75
  33.     Height = 23
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 1
  38.   end
  39.   object CancelBtn: TButton
  40.     Left = 270
  41.     Top = 35
  42.     Width = 75
  43.     Height = 23
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 2
  48.   end
  49.   object inputEdit: TMaskEdit
  50.     Left = 10
  51.     Top = 32
  52.     Width = 250
  53.     Height = 21
  54.     AutoSelect = False
  55.     MaxLength = 0
  56.     TabOrder = 0
  57.   end
  58. end
  59.