home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Warsztat / Compress / SUPERZIP / SZIPW40.EXE / _SETUP.1 / SZIPW32.exe / 0 / RCDATA / TDEFINPUTFRM / TDEFINPUTFRM.txt
Text File  |  1996-12-22  |  854b  |  49 lines

  1. object DefInputFrm: TDefInputFrm
  2.   Left = 217
  3.   Top = 216
  4.   BorderStyle = bsDialog
  5.   Caption = 'Default Input Form'
  6.   ClientHeight = 63
  7.   ClientWidth = 434
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 9
  17.     Width = 82
  18.     Height = 13
  19.     Caption = 'Text to show :'
  20.   end
  21.   object Edit1: TEdit
  22.     Left = 16
  23.     Top = 35
  24.     Width = 322
  25.     Height = 21
  26.     TabOrder = 0
  27.   end
  28.   object Button1: TButton
  29.     Left = 345
  30.     Top = 7
  31.     Width = 82
  32.     Height = 21
  33.     Caption = '&Ok'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 1
  37.   end
  38.   object Button2: TButton
  39.     Left = 345
  40.     Top = 35
  41.     Width = 82
  42.     Height = 21
  43.     Cancel = True
  44.     Caption = '&Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.   end
  48. end
  49.