home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 February / PCWorld_2007-02_cd.bin / temacd / qip / qip7997.exe / qip.exe / 0 / RCDATA / TINPUTFORM / TINPUTFORM.txt
Text File  |  2007-01-01  |  1KB  |  66 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.       OnKeyUp = EditInputKeyUp
  44.     end
  45.     object ButtonOK: TButton
  46.       Left = 11
  47.       Top = 62
  48.       Width = 75
  49.       Height = 25
  50.       Caption = 'OK'
  51.       Default = True
  52.       ModalResult = 1
  53.       TabOrder = 1
  54.     end
  55.     object ButtonCancel: TButton
  56.       Left = 116
  57.       Top = 62
  58.       Width = 75
  59.       Height = 25
  60.       Caption = 'Cancel'
  61.       ModalResult = 2
  62.       TabOrder = 2
  63.     end
  64.   end
  65. end
  66.