home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / komunikace / wavago / W-install-cz.exe / Wavago.exe / 0 / RCDATA / TDLGCNTACT / TDLGCNTACT.txt
Text File  |  2006-04-12  |  3KB  |  178 lines

  1. object DlgCntact: TDlgCntact
  2.   Left = 300
  3.   Top = 109
  4.   AutoScroll = False
  5.   AutoSize = True
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Edit Contact'
  8.   ClientHeight = 169
  9.   ClientWidth = 320
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 0
  22.     Top = 80
  23.     Width = 52
  24.     Height = 13
  25.     Caption = 'user name:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 74
  31.     Height = 13
  32.     Caption = 'user ip address:'
  33.   end
  34.   object LMsgError: TLabel
  35.     Left = 10
  36.     Top = 123
  37.     Width = 58
  38.     Height = 13
  39.     Caption = 'LMsgError'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clGreen
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object Label3: TLabel
  48.     Left = 0
  49.     Top = 40
  50.     Width = 37
  51.     Height = 13
  52.     Caption = 'WavID:'
  53.   end
  54.   object Label4: TLabel
  55.     Left = 152
  56.     Top = 0
  57.     Width = 19
  58.     Height = 13
  59.     Hint = 'Contact can view their port from thier Tools->Options window'
  60.     Caption = 'Port'
  61.     ParentShowHint = False
  62.     ShowHint = True
  63.   end
  64.   object Label5: TLabel
  65.     Left = 248
  66.     Top = 40
  67.     Width = 48
  68.     Height = 13
  69.     Hint = 'Contact can view their port from thier Tools->Options window'
  70.     Caption = 'TimeZone'
  71.     ParentShowHint = False
  72.     ShowHint = True
  73.   end
  74.   object EIp: TEdit
  75.     Left = 8
  76.     Top = 16
  77.     Width = 97
  78.     Height = 21
  79.     MaxLength = 15
  80.     TabOrder = 0
  81.     Text = 'EIp'
  82.     OnKeyPress = EIpKeyPress
  83.   end
  84.   object EName: TEdit
  85.     Left = 8
  86.     Top = 96
  87.     Width = 289
  88.     Height = 21
  89.     MaxLength = 30
  90.     TabOrder = 2
  91.     Text = 'EName'
  92.     OnKeyPress = ENameKeyPress
  93.   end
  94.   object BAdd: TButton
  95.     Left = 5
  96.     Top = 144
  97.     Width = 75
  98.     Height = 25
  99.     Caption = 'Add'
  100.     TabOrder = 3
  101.     OnClick = BAddClick
  102.   end
  103.   object BErase: TButton
  104.     Left = 85
  105.     Top = 144
  106.     Width = 70
  107.     Height = 25
  108.     Caption = 'Delete'
  109.     TabOrder = 4
  110.     OnClick = BEraseClick
  111.   end
  112.   object BRename: TButton
  113.     Left = 162
  114.     Top = 144
  115.     Width = 85
  116.     Height = 25
  117.     Caption = 'Rename'
  118.     TabOrder = 5
  119.     OnClick = BRenameClick
  120.   end
  121.   object BClose: TButton
  122.     Left = 253
  123.     Top = 144
  124.     Width = 67
  125.     Height = 25
  126.     Caption = 'Close'
  127.     TabOrder = 6
  128.     OnClick = BCloseClick
  129.   end
  130.   object BClear: TButton
  131.     Left = 176
  132.     Top = 13
  133.     Width = 57
  134.     Height = 25
  135.     Caption = 'Clear'
  136.     TabOrder = 7
  137.     OnClick = BClearClick
  138.   end
  139.   object BLookup: TButton
  140.     Left = 248
  141.     Top = 13
  142.     Width = 57
  143.     Height = 25
  144.     Caption = 'Lookup'
  145.     Enabled = False
  146.     TabOrder = 8
  147.     OnClick = BLookup1Click
  148.   end
  149.   object EWavID: TEdit
  150.     Left = 8
  151.     Top = 56
  152.     Width = 185
  153.     Height = 21
  154.     Enabled = False
  155.     ReadOnly = True
  156.     TabOrder = 9
  157.     Text = 'EWavID'
  158.   end
  159.   object EPort: TEdit
  160.     Left = 112
  161.     Top = 16
  162.     Width = 57
  163.     Height = 21
  164.     MaxLength = 5
  165.     TabOrder = 1
  166.     OnKeyPress = EPortKeyPress
  167.   end
  168.   object ETZ: TEdit
  169.     Left = 256
  170.     Top = 56
  171.     Width = 41
  172.     Height = 21
  173.     MaxLength = 3
  174.     TabOrder = 10
  175.     OnKeyPress = ETZKeyPress
  176.   end
  177. end
  178.