home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / INPTFORM.DFM / INPTFORM.txt
Text File  |  1997-03-21  |  1KB  |  55 lines

  1. object InputForm: TInputForm
  2.   Left = 200
  3.   Top = 108
  4.   Width = 274
  5.   Height = 140
  6.   ActiveControl = InputEdit
  7.   Caption = 'InputForm'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PromptLabel: TLabel
  17.     Left = 40
  18.     Top = 8
  19.     Width = 5
  20.     Height = 13
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object InputEdit: TEdit
  29.     Left = 36
  30.     Top = 24
  31.     Width = 193
  32.     Height = 21
  33.     TabOrder = 0
  34.   end
  35.   object Button1: TButton
  36.     Left = 43
  37.     Top = 72
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object Button2: TButton
  46.     Left = 147
  47.     Top = 72
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54. end
  55.