home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TABOOKPROPERTYEDITOR / TABOOKPROPERTYEDITOR.txt
Text File  |  2001-09-09  |  7KB  |  326 lines

  1. object ABookPropertyEditor: TABookPropertyEditor
  2.   Left = 305
  3.   Top = 121
  4.   HelpContext = 14049
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Address Book Properties'
  8.   ClientHeight = 402
  9.   ClientWidth = 392
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Book: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 392
  23.     Height = 361
  24.     ActivePage = tsInfo
  25.     Align = alTop
  26.     TabOrder = 0
  27.     object tsInfo: TTabSheet
  28.       Caption = 'General'
  29.       object Label1: TLabel
  30.         Left = 8
  31.         Top = 8
  32.         Width = 31
  33.         Height = 13
  34.         Caption = '&Name:'
  35.         FocusControl = eName
  36.       end
  37.       object Label2: TLabel
  38.         Left = 8
  39.         Top = 56
  40.         Width = 61
  41.         Height = 13
  42.         Caption = 'Stored in file:'
  43.       end
  44.       object Label3: TLabel
  45.         Left = 8
  46.         Top = 136
  47.         Width = 52
  48.         Height = 13
  49.         Caption = '&Comments:'
  50.         FocusControl = eMemo
  51.       end
  52.       object eName: TEdit
  53.         Left = 8
  54.         Top = 24
  55.         Width = 369
  56.         Height = 21
  57.         TabOrder = 0
  58.       end
  59.       object eFile: TEdit
  60.         Left = 8
  61.         Top = 72
  62.         Width = 273
  63.         Height = 21
  64.         TabStop = False
  65.         Color = clBtnFace
  66.         Ctl3D = True
  67.         ParentCtl3D = False
  68.         ReadOnly = True
  69.         TabOrder = 1
  70.       end
  71.       object eMemo: TMemo
  72.         Left = 8
  73.         Top = 152
  74.         Width = 369
  75.         Height = 177
  76.         ScrollBars = ssBoth
  77.         TabOrder = 4
  78.       end
  79.       object bChange: TButton
  80.         Left = 288
  81.         Top = 70
  82.         Width = 89
  83.         Height = 25
  84.         Caption = 'C&hange'
  85.         TabOrder = 2
  86.         OnClick = bChangeClick
  87.       end
  88.       object cbDefault: TCheckBox
  89.         Left = 8
  90.         Top = 112
  91.         Width = 369
  92.         Height = 17
  93.         Caption = '&Use this book as default for ADD/DELETE operations'
  94.         TabOrder = 3
  95.       end
  96.     end
  97.     object LDAP: TTabSheet
  98.       Caption = 'LDAP'
  99.       object cbLDAP: TCheckBox
  100.         Left = 8
  101.         Top = 16
  102.         Width = 361
  103.         Height = 17
  104.         Caption = 'This Address book is associated with a LDAP server'
  105.         TabOrder = 0
  106.         OnClick = cbLDAPClick
  107.       end
  108.       object gbLDAP: TGroupBox
  109.         Left = 8
  110.         Top = 48
  111.         Width = 369
  112.         Height = 281
  113.         Caption = 'LDAP Server data'
  114.         Enabled = False
  115.         TabOrder = 1
  116.         object Label4: TLabel
  117.           Left = 16
  118.           Top = 28
  119.           Width = 41
  120.           Height = 13
  121.           Caption = '&Address:'
  122.           FocusControl = eLdapHost
  123.         end
  124.         object Label5: TLabel
  125.           Left = 16
  126.           Top = 52
  127.           Width = 22
  128.           Height = 13
  129.           Caption = '&Port:'
  130.           FocusControl = ePort
  131.         end
  132.         object Bevel1: TBevel
  133.           Left = 16
  134.           Top = 72
  135.           Width = 345
  136.           Height = 9
  137.           Shape = bsBottomLine
  138.         end
  139.         object Label6: TLabel
  140.           Left = 16
  141.           Top = 92
  142.           Width = 63
  143.           Height = 13
  144.           Caption = '&Search base:'
  145.           FocusControl = eLdapBase
  146.         end
  147.         object Label7: TLabel
  148.           Left = 16
  149.           Top = 116
  150.           Width = 78
  151.           Height = 13
  152.           Caption = '&Return maximum'
  153.           FocusControl = eLimit
  154.         end
  155.         object Label8: TLabel
  156.           Left = 224
  157.           Top = 116
  158.           Width = 40
  159.           Height = 13
  160.           Caption = 'matches'
  161.         end
  162.         object Label9: TLabel
  163.           Left = 16
  164.           Top = 140
  165.           Width = 74
  166.           Height = 13
  167.           Caption = 'S&earch timeout:'
  168.           FocusControl = eTimeout
  169.         end
  170.         object Label10: TLabel
  171.           Left = 224
  172.           Top = 140
  173.           Width = 40
  174.           Height = 13
  175.           Caption = 'seconds'
  176.         end
  177.         object Bevel2: TBevel
  178.           Left = 16
  179.           Top = 184
  180.           Width = 345
  181.           Height = 9
  182.           Shape = bsBottomLine
  183.         end
  184.         object lUser: TLabel
  185.           Left = 16
  186.           Top = 228
  187.           Width = 54
  188.           Height = 13
  189.           Caption = '&User name:'
  190.           Enabled = False
  191.           FocusControl = eLdapUser
  192.         end
  193.         object lPwd: TLabel
  194.           Left = 16
  195.           Top = 252
  196.           Width = 49
  197.           Height = 13
  198.           Caption = 'Pass&word:'
  199.           Enabled = False
  200.           FocusControl = eLdapPwd
  201.         end
  202.         object eLdapHost: TEdit
  203.           Left = 120
  204.           Top = 24
  205.           Width = 233
  206.           Height = 21
  207.           TabOrder = 0
  208.         end
  209.         object ePort: TSpinEdit
  210.           Left = 120
  211.           Top = 48
  212.           Width = 81
  213.           Height = 22
  214.           MaxValue = 65535
  215.           MinValue = 1
  216.           TabOrder = 1
  217.           Value = 389
  218.           OnChange = ePortChange
  219.         end
  220.         object bDefaultPort: TButton
  221.           Left = 208
  222.           Top = 46
  223.           Width = 145
  224.           Height = 25
  225.           Caption = '&Revert to default'
  226.           Enabled = False
  227.           TabOrder = 2
  228.           OnClick = bDefaultPortClick
  229.         end
  230.         object eLdapBase: TEdit
  231.           Left = 120
  232.           Top = 88
  233.           Width = 233
  234.           Height = 21
  235.           TabOrder = 3
  236.         end
  237.         object eLimit: TSpinEdit
  238.           Left = 120
  239.           Top = 112
  240.           Width = 97
  241.           Height = 22
  242.           Increment = 50
  243.           MaxValue = 10000
  244.           MinValue = 1
  245.           TabOrder = 4
  246.           Value = 10000
  247.         end
  248.         object eTimeout: TSpinEdit
  249.           Left = 120
  250.           Top = 136
  251.           Width = 97
  252.           Height = 22
  253.           MaxValue = 0
  254.           MinValue = 0
  255.           TabOrder = 5
  256.           Value = 0
  257.         end
  258.         object cbLdapLogin: TCheckBox
  259.           Left = 16
  260.           Top = 200
  261.           Width = 337
  262.           Height = 17
  263.           Caption = '&Login with an user name and a password'
  264.           TabOrder = 6
  265.           OnClick = cbLdapLoginClick
  266.         end
  267.         object eLdapUser: TEdit
  268.           Left = 120
  269.           Top = 224
  270.           Width = 233
  271.           Height = 21
  272.           Enabled = False
  273.           TabOrder = 7
  274.         end
  275.         object eLdapPwd: TEdit
  276.           Left = 120
  277.           Top = 248
  278.           Width = 233
  279.           Height = 21
  280.           Enabled = False
  281.           PasswordChar = '*'
  282.           TabOrder = 8
  283.         end
  284.         object cbLDAPUnicode: TCheckBox
  285.           Left = 16
  286.           Top = 164
  287.           Width = 337
  288.           Height = 17
  289.           Caption = 'Send &8-bit data in UNICODE (UTF-8) to this server'
  290.           TabOrder = 9
  291.         end
  292.       end
  293.     end
  294.   end
  295.   object bOK: TButton
  296.     Left = 128
  297.     Top = 368
  298.     Width = 75
  299.     Height = 25
  300.     Caption = '&OK'
  301.     Default = True
  302.     ModalResult = 1
  303.     TabOrder = 1
  304.     OnClick = bOKClick
  305.   end
  306.   object bCancel: TButton
  307.     Left = 216
  308.     Top = 368
  309.     Width = 75
  310.     Height = 25
  311.     Cancel = True
  312.     Caption = 'Cancel'
  313.     ModalResult = 2
  314.     TabOrder = 2
  315.   end
  316.   object bHelp: TButton
  317.     Left = 304
  318.     Top = 368
  319.     Width = 75
  320.     Height = 25
  321.     Caption = 'Help'
  322.     TabOrder = 3
  323.     OnClick = bHelpClick
  324.   end
  325. end
  326.