home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / pantheon.exe / 0 / RCDATA / TINPUTLINEFORM / TINPUTLINEFORM.txt
Encoding:
Text File  |  1999-04-22  |  1.0 KB  |  56 lines

  1. object InputLineForm: TInputLineForm
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = InputEdit
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 103
  7.   ClientWidth = 225
  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.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TextLabel: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 209
  21.     Height = 25
  22.     AutoSize = False
  23.     FocusControl = InputEdit
  24.     WordWrap = True
  25.   end
  26.   object InputEdit: TEdit
  27.     Left = 8
  28.     Top = 40
  29.     Width = 209
  30.     Height = 21
  31.     TabOrder = 0
  32.     OnChange = InputEditChange
  33.   end
  34.   object StornoBtn: TButton
  35.     Left = 144
  36.     Top = 72
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Storno'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object OkBtn: TButton
  45.     Left = 64
  46.     Top = 72
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     Enabled = False
  52.     ModalResult = 1
  53.     TabOrder = 2
  54.   end
  55. end
  56.