home *** CD-ROM | disk | FTP | other *** search
- object ADBSetup: TADBSetup
- Left = 297
- Top = 122
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'ADS Address Database'
- ClientHeight = 374
- ClientWidth = 348
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Book: TPageControl
- Left = 0
- Top = 0
- Width = 348
- Height = 329
- ActivePage = tsGeneral
- Align = alTop
- TabOrder = 0
- object tsGeneral: TTabSheet
- Caption = 'General'
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 31
- Height = 13
- Caption = '&Name:'
- end
- object Label2: TLabel
- Left = 16
- Top = 72
- Width = 73
- Height = 13
- Caption = '&Database path:'
- end
- object Label3: TLabel
- Left = 16
- Top = 128
- Width = 78
- Height = 13
- Caption = 'Data&base name:'
- end
- object eName: TEdit
- Left = 16
- Top = 32
- Width = 305
- Height = 21
- TabOrder = 0
- end
- object eDir: TEdit
- Left = 16
- Top = 88
- Width = 273
- Height = 21
- TabOrder = 1
- end
- object bBrowse: TButton
- Left = 296
- Top = 87
- Width = 27
- Height = 25
- Caption = '...'
- TabOrder = 2
- OnClick = bBrowseClick
- end
- object eDBName: TEdit
- Left = 16
- Top = 144
- Width = 305
- Height = 21
- TabOrder = 3
- end
- object rgServerType: TRadioGroup
- Left = 16
- Top = 184
- Width = 305
- Height = 49
- Caption = 'ADS Server type'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- '&Local'
- '&Remote')
- TabOrder = 4
- end
- object cbBigBase: TCheckBox
- Left = 16
- Top = 248
- Width = 305
- Height = 17
- Caption = 'Use "Fast Access" as to a big database'
- TabOrder = 5
- end
- object cbProprietaryLocking: TCheckBox
- Left = 16
- Top = 272
- Width = 305
- Height = 17
- Caption = 'Use Proprietary Locking mode'
- TabOrder = 6
- end
- end
- object tsFields: TTabSheet
- Caption = 'Fields'
- object gFields: TFilterGrid
- Left = 8
- Top = 24
- Width = 321
- Height = 241
- ColCount = 3
- FixedCols = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goAlwaysShowEditor, goThumbTracking]
- TabOrder = 0
- ColWidths = (
- 152
- 144
- 64)
- end
- object bAdd: TButton
- Left = 136
- Top = 272
- Width = 97
- Height = 25
- Caption = '&Add'
- TabOrder = 1
- OnClick = bAddClick
- end
- object bDelete: TButton
- Left = 240
- Top = 272
- Width = 89
- Height = 25
- Caption = '&Delete'
- TabOrder = 2
- OnClick = bDeleteClick
- end
- end
- end
- object bOK: TButton
- Left = 144
- Top = 344
- Width = 89
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Cancel: TButton
- Left = 248
- Top = 344
- Width = 91
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-