home *** CD-ROM | disk | FTP | other *** search
- object AlexControlForm: TAlexControlForm
- Left = 452
- Top = 178
- Width = 602
- Height = 345
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- Caption = 'Alexsys Team Alexmsg.dll Control Panel '
- Color = clBtnFace
- Constraints.MinHeight = 230
- Constraints.MinWidth = 600
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Label2: TLabel
- Left = 12
- Top = 80
- Width = 98
- Height = 16
- Caption = '&Web Page Path:'
- FocusControl = WebPath
- end
- object Label1: TLabel
- Left = 12
- Top = 50
- Width = 96
- Height = 16
- Caption = '&Team Directory:'
- FocusControl = ServerPath
- end
- object Label3: TLabel
- Left = 12
- Top = 20
- Width = 102
- Height = 16
- Caption = 'Alexmsg.dll Path:'
- end
- object DlgButtonPanel1: TDlgButtonPanel
- Left = 0
- Top = 273
- Width = 594
- Height = 45
- Align = alBottom
- BevelOuter = bvNone
- BiDiMode = bdLeftToRight
- ParentBiDiMode = False
- TabOrder = 0
- ButtonWidth = 110
- ButtonSpacer = 20
- object CancelButton: TBitBtn
- Left = 244
- Top = 8
- Width = 110
- Height = 29
- Caption = 'Ca&ncel'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = CancelClick
- end
- object ApplyBtn: TBitBtn
- Left = 358
- Top = 6
- Width = 110
- Height = 29
- Caption = '&Apply'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = ApplyChanges
- end
- object HelpBtn: TBitBtn
- Left = 476
- Top = 8
- Width = 110
- Height = 29
- Caption = '&Help'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- end
- object WebPath: TAlexEdit
- Left = 130
- Top = 80
- Width = 367
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- TabOrder = 1
- OnChange = ServerPathChange
- OnClick = ServerPathChange
- OnEnter = ClearActive
- end
- object ServerPath: TAlexEdit
- Left = 130
- Top = 50
- Width = 367
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- TabOrder = 2
- OnChange = ServerPathChange
- OnClick = ServerPathChange
- OnEnter = SetActiveEdit
- end
- object AlexMsgPath: TAlexEdit
- Left = 130
- Top = 20
- Width = 367
- Height = 21
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 3
- OnEnter = ClearActive
- end
- object DebugCheckBox: TCheckBox
- Left = 130
- Top = 116
- Width = 367
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Show &Debug Information'
- TabOrder = 4
- OnClick = ServerPathChange
- OnEnter = ClearActive
- end
- object BrowseBtn: TBitBtn
- Left = 507
- Top = 50
- Width = 81
- Height = 29
- Anchors = [akTop, akRight]
- Caption = 'B&rowse'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 5
- OnClick = BrowseBtnClick
- end
- object GroupBox1: TGroupBox
- Left = 12
- Top = 144
- Width = 572
- Height = 125
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabOrder = 6
- object memo1: TRichEdit
- Left = 14
- Top = 16
- Width = 551
- Height = 101
- Anchors = [akLeft, akTop, akRight, akBottom]
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- ParentCtl3D = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object BrowseDirectoryDlg1: TBrowseDirectoryDlg
- Title = 'Select the server directory containing the Alexsys Team files.'
- Root = idDesktopExpanded
- Options = [bfDirectoriesOnly]
- Caption = 'Alexsys Team Directory'
- ShowSelectionInStatus = True
- Left = 8
- Top = 109
- end
- object BrowseDirectoryDlg2: TBrowseDirectoryDlg
- Root = idDesktopExpanded
- Options = [bfDirectoriesOnly]
- StatusText = 'D:\'
- Caption = 'Backup Directory'
- ShowSelectionInStatus = True
- Left = 566
- Top = 1
- end
- end
-