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
Wrap
Text File
|
2001-09-09
|
7KB
|
326 lines
object ABookPropertyEditor: TABookPropertyEditor
Left = 305
Top = 121
HelpContext = 14049
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Edit Address Book Properties'
ClientHeight = 402
ClientWidth = 392
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Book: TPageControl
Left = 0
Top = 0
Width = 392
Height = 361
ActivePage = tsInfo
Align = alTop
TabOrder = 0
object tsInfo: TTabSheet
Caption = 'General'
object Label1: TLabel
Left = 8
Top = 8
Width = 31
Height = 13
Caption = '&Name:'
FocusControl = eName
end
object Label2: TLabel
Left = 8
Top = 56
Width = 61
Height = 13
Caption = 'Stored in file:'
end
object Label3: TLabel
Left = 8
Top = 136
Width = 52
Height = 13
Caption = '&Comments:'
FocusControl = eMemo
end
object eName: TEdit
Left = 8
Top = 24
Width = 369
Height = 21
TabOrder = 0
end
object eFile: TEdit
Left = 8
Top = 72
Width = 273
Height = 21
TabStop = False
Color = clBtnFace
Ctl3D = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 1
end
object eMemo: TMemo
Left = 8
Top = 152
Width = 369
Height = 177
ScrollBars = ssBoth
TabOrder = 4
end
object bChange: TButton
Left = 288
Top = 70
Width = 89
Height = 25
Caption = 'C&hange'
TabOrder = 2
OnClick = bChangeClick
end
object cbDefault: TCheckBox
Left = 8
Top = 112
Width = 369
Height = 17
Caption = '&Use this book as default for ADD/DELETE operations'
TabOrder = 3
end
end
object LDAP: TTabSheet
Caption = 'LDAP'
object cbLDAP: TCheckBox
Left = 8
Top = 16
Width = 361
Height = 17
Caption = 'This Address book is associated with a LDAP server'
TabOrder = 0
OnClick = cbLDAPClick
end
object gbLDAP: TGroupBox
Left = 8
Top = 48
Width = 369
Height = 281
Caption = 'LDAP Server data'
Enabled = False
TabOrder = 1
object Label4: TLabel
Left = 16
Top = 28
Width = 41
Height = 13
Caption = '&Address:'
FocusControl = eLdapHost
end
object Label5: TLabel
Left = 16
Top = 52
Width = 22
Height = 13
Caption = '&Port:'
FocusControl = ePort
end
object Bevel1: TBevel
Left = 16
Top = 72
Width = 345
Height = 9
Shape = bsBottomLine
end
object Label6: TLabel
Left = 16
Top = 92
Width = 63
Height = 13
Caption = '&Search base:'
FocusControl = eLdapBase
end
object Label7: TLabel
Left = 16
Top = 116
Width = 78
Height = 13
Caption = '&Return maximum'
FocusControl = eLimit
end
object Label8: TLabel
Left = 224
Top = 116
Width = 40
Height = 13
Caption = 'matches'
end
object Label9: TLabel
Left = 16
Top = 140
Width = 74
Height = 13
Caption = 'S&earch timeout:'
FocusControl = eTimeout
end
object Label10: TLabel
Left = 224
Top = 140
Width = 40
Height = 13
Caption = 'seconds'
end
object Bevel2: TBevel
Left = 16
Top = 184
Width = 345
Height = 9
Shape = bsBottomLine
end
object lUser: TLabel
Left = 16
Top = 228
Width = 54
Height = 13
Caption = '&User name:'
Enabled = False
FocusControl = eLdapUser
end
object lPwd: TLabel
Left = 16
Top = 252
Width = 49
Height = 13
Caption = 'Pass&word:'
Enabled = False
FocusControl = eLdapPwd
end
object eLdapHost: TEdit
Left = 120
Top = 24
Width = 233
Height = 21
TabOrder = 0
end
object ePort: TSpinEdit
Left = 120
Top = 48
Width = 81
Height = 22
MaxValue = 65535
MinValue = 1
TabOrder = 1
Value = 389
OnChange = ePortChange
end
object bDefaultPort: TButton
Left = 208
Top = 46
Width = 145
Height = 25
Caption = '&Revert to default'
Enabled = False
TabOrder = 2
OnClick = bDefaultPortClick
end
object eLdapBase: TEdit
Left = 120
Top = 88
Width = 233
Height = 21
TabOrder = 3
end
object eLimit: TSpinEdit
Left = 120
Top = 112
Width = 97
Height = 22
Increment = 50
MaxValue = 10000
MinValue = 1
TabOrder = 4
Value = 10000
end
object eTimeout: TSpinEdit
Left = 120
Top = 136
Width = 97
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 5
Value = 0
end
object cbLdapLogin: TCheckBox
Left = 16
Top = 200
Width = 337
Height = 17
Caption = '&Login with an user name and a password'
TabOrder = 6
OnClick = cbLdapLoginClick
end
object eLdapUser: TEdit
Left = 120
Top = 224
Width = 233
Height = 21
Enabled = False
TabOrder = 7
end
object eLdapPwd: TEdit
Left = 120
Top = 248
Width = 233
Height = 21
Enabled = False
PasswordChar = '*'
TabOrder = 8
end
object cbLDAPUnicode: TCheckBox
Left = 16
Top = 164
Width = 337
Height = 17
Caption = 'Send &8-bit data in UNICODE (UTF-8) to this server'
TabOrder = 9
end
end
end
end
object bOK: TButton
Left = 128
Top = 368
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = bOKClick
end
object bCancel: TButton
Left = 216
Top = 368
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object bHelp: TButton
Left = 304
Top = 368
Width = 75
Height = 25
Caption = 'Help'
TabOrder = 3
OnClick = bHelpClick
end
end