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 / TDLGPHONECONTACT / TDLGPHONECONTACT.txt < prev   
Text File  |  2006-04-12  |  4KB  |  216 lines

  1. object DlgPhoneContact: TDlgPhoneContact
  2.   Left = 120
  3.   Top = 37
  4.   Width = 357
  5.   Height = 260
  6.   Caption = 'Add/Edit Phone Contact'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 260
  9.   Constraints.MaxWidth = 357
  10.   Constraints.MinHeight = 260
  11.   Constraints.MinWidth = 357
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = False
  19.   OnShow = OnShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 32
  25.     Width = 135
  26.     Height = 13
  27.     Caption = 'Phone/Mobile/SMS Number'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 207
  31.     Top = 4
  32.     Width = 114
  33.     Height = 39
  34.     Alignment = taCenter
  35.     Caption = 'TimeZone hours: Number of hours ahead or behind you (+/-)'
  36.     WordWrap = True
  37.   end
  38.   object Label3: TLabel
  39.     Left = 8
  40.     Top = 72
  41.     Width = 65
  42.     Height = 13
  43.     Caption = 'Display Name'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 8
  47.     Top = 112
  48.     Width = 25
  49.     Height = 13
  50.     Caption = 'Email'
  51.   end
  52.   object Label5: TLabel
  53.     Left = 8
  54.     Top = 152
  55.     Width = 23
  56.     Height = 13
  57.     Caption = 'SMS'
  58.   end
  59.   object Label6: TLabel
  60.     Left = 85
  61.     Top = 112
  62.     Width = 77
  63.     Height = 13
  64.     Caption = '(user@test.com)'
  65.   end
  66.   object Label7: TLabel
  67.     Left = 72
  68.     Top = 152
  69.     Width = 88
  70.     Height = 13
  71.     Caption = '(123@mobile.com)'
  72.   end
  73.   object Label8: TLabel
  74.     Left = 184
  75.     Top = 72
  76.     Width = 62
  77.     Height = 13
  78.     Caption = 'Home Phone'
  79.   end
  80.   object Label9: TLabel
  81.     Left = 184
  82.     Top = 112
  83.     Width = 62
  84.     Height = 13
  85.     Caption = 'Office Phone'
  86.   end
  87.   object Label10: TLabel
  88.     Left = 184
  89.     Top = 152
  90.     Width = 65
  91.     Height = 13
  92.     Caption = 'Mobile Phone'
  93.   end
  94.   object EPhone: TEdit
  95.     Left = 8
  96.     Top = 48
  97.     Width = 153
  98.     Height = 21
  99.     MaxLength = 30
  100.     TabOrder = 0
  101.     OnKeyPress = EPhoneKeyPress
  102.   end
  103.   object EDispName: TEdit
  104.     Left = 8
  105.     Top = 88
  106.     Width = 153
  107.     Height = 21
  108.     MaxLength = 30
  109.     TabOrder = 2
  110.     OnKeyDown = KeyDown
  111.     OnKeyPress = EDispNameKeyPress
  112.   end
  113.   object ETZOffset: TEdit
  114.     Left = 251
  115.     Top = 47
  116.     Width = 33
  117.     Height = 21
  118.     MaxLength = 5
  119.     TabOrder = 1
  120.     OnKeyDown = KeyDown
  121.     OnKeyPress = ETZoffsetKeyPress
  122.   end
  123.   object BOK: TButton
  124.     Left = 88
  125.     Top = 196
  126.     Width = 75
  127.     Height = 25
  128.     Caption = 'OK'
  129.     TabOrder = 9
  130.     OnClick = BOKClick
  131.   end
  132.   object BCancel: TButton
  133.     Left = 184
  134.     Top = 196
  135.     Width = 75
  136.     Height = 25
  137.     Caption = 'Cancel'
  138.     TabOrder = 10
  139.     OnClick = BCancelClick
  140.   end
  141.   object StaticText1: TStaticText
  142.     Left = 8
  143.     Top = 6
  144.     Width = 120
  145.     Height = 20
  146.     Caption = 'Add/Edit Contact'
  147.     Font.Charset = DEFAULT_CHARSET
  148.     Font.Color = clBlue
  149.     Font.Height = -13
  150.     Font.Name = 'MS Sans Serif'
  151.     Font.Style = [fsBold]
  152.     ParentFont = False
  153.     TabOrder = 11
  154.   end
  155.   object SMSCbox: TCheckBox
  156.     Left = 287
  157.     Top = 202
  158.     Width = 40
  159.     Height = 17
  160.     Caption = 'SMS'
  161.     TabOrder = 7
  162.     Visible = False
  163.     OnClick = SMSCBoxClick
  164.   end
  165.   object EEmail: TEdit
  166.     Left = 8
  167.     Top = 128
  168.     Width = 153
  169.     Height = 21
  170.     MaxLength = 40
  171.     TabOrder = 3
  172.     OnKeyDown = KeyDown
  173.     OnKeyPress = EDispNameKeyPress
  174.   end
  175.   object ESMS: TEdit
  176.     Left = 8
  177.     Top = 168
  178.     Width = 153
  179.     Height = 21
  180.     MaxLength = 50
  181.     TabOrder = 4
  182.     OnKeyDown = KeyDown
  183.     OnKeyPress = EDispNameKeyPress
  184.   end
  185.   object EHPhone: TEdit
  186.     Left = 184
  187.     Top = 88
  188.     Width = 153
  189.     Height = 21
  190.     MaxLength = 30
  191.     TabOrder = 5
  192.     OnKeyDown = KeyDown
  193.     OnKeyPress = EDispNameKeyPress
  194.   end
  195.   object EOPhone: TEdit
  196.     Left = 184
  197.     Top = 128
  198.     Width = 153
  199.     Height = 21
  200.     MaxLength = 40
  201.     TabOrder = 6
  202.     OnKeyDown = KeyDown
  203.     OnKeyPress = EDispNameKeyPress
  204.   end
  205.   object EMPhone: TEdit
  206.     Left = 184
  207.     Top = 168
  208.     Width = 153
  209.     Height = 21
  210.     MaxLength = 50
  211.     TabOrder = 8
  212.     OnKeyDown = KeyDown
  213.     OnKeyPress = EDispNameKeyPress
  214.   end
  215. end
  216.