home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / explorer-addons / cpto200.exe / Copyto.exe / 0 / RCDATA / TFRMINPUT / TFRMINPUT.txt
Text File  |  1998-06-01  |  980b  |  55 lines

  1. object frmInput: TfrmInput
  2.   Left = 310
  3.   Top = 137
  4.   HelpContext = 1
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 93
  7.   ClientWidth = 320
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblPrompt: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 305
  20.     Height = 17
  21.     AutoSize = False
  22.     ParentShowHint = False
  23.     ShowHint = False
  24.   end
  25.   object edtInput: TEdit
  26.     Left = 8
  27.     Top = 32
  28.     Width = 303
  29.     Height = 21
  30.     TabOrder = 0
  31.   end
  32.   object btnOK: TButton
  33.     Left = 127
  34.     Top = 64
  35.     Width = 89
  36.     Height = 22
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.     OnClick = btnOKClick
  42.   end
  43.   object btnCancel: TButton
  44.     Left = 223
  45.     Top = 64
  46.     Width = 89
  47.     Height = 22
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 2
  52.     OnClick = btnCancelClick
  53.   end
  54. end
  55.