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

  1. object AddDlgForm: TAddDlgForm
  2.   Left = 471
  3.   Top = 302
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Add New Contact'
  7.   ClientHeight = 153
  8.   ClientWidth = 268
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmMainForm
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object TeGroupBox1: TGroupBox
  26.     Left = 7
  27.     Top = 1
  28.     Width = 254
  29.     Height = 145
  30.     TabOrder = 0
  31.     object TeLabel1: TLabel
  32.       Left = 17
  33.       Top = 20
  34.       Width = 76
  35.       Height = 13
  36.       Caption = 'ICQ# / AIM SN:'
  37.       Color = clBtnFace
  38.       ParentColor = False
  39.     end
  40.     object TeLabelName: TLabel
  41.       Left = 22
  42.       Top = 47
  43.       Width = 71
  44.       Height = 13
  45.       Alignment = taRightJustify
  46.       Caption = 'Contact Name:'
  47.       Color = clBtnFace
  48.       ParentColor = False
  49.     end
  50.     object TeLabelGroup: TLabel
  51.       Left = 61
  52.       Top = 81
  53.       Width = 32
  54.       Height = 13
  55.       Alignment = taRightJustify
  56.       Caption = 'Group:'
  57.       Color = clBtnFace
  58.       ParentColor = False
  59.     end
  60.     object ComboBoxGroup: TComboBox
  61.       Left = 96
  62.       Top = 78
  63.       Width = 145
  64.       Height = 21
  65.       Style = csDropDownList
  66.       ItemHeight = 13
  67.       TabOrder = 2
  68.     end
  69.     object EditICQAIM: TEdit
  70.       Left = 96
  71.       Top = 17
  72.       Width = 145
  73.       Height = 21
  74.       Color = clBtnFace
  75.       MaxLength = 16
  76.       ReadOnly = True
  77.       TabOrder = 0
  78.     end
  79.     object EditName: TEdit
  80.       Left = 96
  81.       Top = 44
  82.       Width = 145
  83.       Height = 21
  84.       MaxLength = 20
  85.       TabOrder = 1
  86.     end
  87.     object ButtonAdd: TButton
  88.       Left = 11
  89.       Top = 109
  90.       Width = 91
  91.       Height = 25
  92.       Caption = 'Add'
  93.       Default = True
  94.       TabOrder = 3
  95.       OnClick = ButtonAddClick
  96.     end
  97.     object ButtonCancel: TButton
  98.       Left = 150
  99.       Top = 109
  100.       Width = 91
  101.       Height = 25
  102.       Caption = 'Cancel'
  103.       TabOrder = 4
  104.       OnClick = ButtonCancelClick
  105.     end
  106.   end
  107. end
  108.