home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / komunikace / qip / qip8020.exe / qip.exe / 0 / RCDATA / TINPUTFORM / TINPUTFORM.txt
Text File  |  2007-04-21  |  1KB  |  67 lines

  1. object InputForm: TInputForm
  2.   Left = 333
  3.   Top = 274
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 105
  7.   ClientWidth = 215
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object TeGroupBox1: TGroupBox
  22.     Left = 6
  23.     Top = 2
  24.     Width = 202
  25.     Height = 97
  26.     TabOrder = 0
  27.     object LabelName: TLabel
  28.       Left = 11
  29.       Top = 12
  30.       Width = 31
  31.       Height = 13
  32.       Caption = 'Name:'
  33.       Color = clBtnFace
  34.       ParentColor = False
  35.     end
  36.     object EditInput: TEdit
  37.       Left = 11
  38.       Top = 29
  39.       Width = 180
  40.       Height = 21
  41.       MaxLength = 20
  42.       TabOrder = 0
  43.       OnKeyDown = EditInputKeyDown
  44.       OnKeyUp = EditInputKeyUp
  45.     end
  46.     object ButtonOK: TButton
  47.       Left = 11
  48.       Top = 62
  49.       Width = 75
  50.       Height = 25
  51.       Caption = 'OK'
  52.       Default = True
  53.       ModalResult = 1
  54.       TabOrder = 1
  55.     end
  56.     object ButtonCancel: TButton
  57.       Left = 116
  58.       Top = 62
  59.       Width = 75
  60.       Height = 25
  61.       Caption = 'Cancel'
  62.       ModalResult = 2
  63.       TabOrder = 2
  64.     end
  65.   end
  66. end
  67.