home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / alteam / tsetup.exe / %WEBENTRYDIR% / Alexmsg.exe / 0 / RCDATA / TALEXCONTROLFORM / TALEXCONTROLFORM.txt
Encoding:
Text File  |  2000-06-20  |  4.2 KB  |  197 lines

  1. object AlexControlForm: TAlexControlForm
  2.   Left = 452
  3.   Top = 178
  4.   Width = 602
  5.   Height = 345
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'Alexsys Team Alexmsg.dll Control Panel '
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 230
  12.   Constraints.MinWidth = 600
  13.   Font.Charset = ANSI_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -13
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   Position = poDesktopCenter
  20.   Scaled = False
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnShow = FormShow
  24.   PixelsPerInch = 120
  25.   TextHeight = 16
  26.   object Label2: TLabel
  27.     Left = 12
  28.     Top = 80
  29.     Width = 98
  30.     Height = 16
  31.     Caption = '&Web Page Path:'
  32.     FocusControl = WebPath
  33.   end
  34.   object Label1: TLabel
  35.     Left = 12
  36.     Top = 50
  37.     Width = 96
  38.     Height = 16
  39.     Caption = '&Team Directory:'
  40.     FocusControl = ServerPath
  41.   end
  42.   object Label3: TLabel
  43.     Left = 12
  44.     Top = 20
  45.     Width = 102
  46.     Height = 16
  47.     Caption = 'Alexmsg.dll Path:'
  48.   end
  49.   object DlgButtonPanel1: TDlgButtonPanel
  50.     Left = 0
  51.     Top = 273
  52.     Width = 594
  53.     Height = 45
  54.     Align = alBottom
  55.     BevelOuter = bvNone
  56.     BiDiMode = bdLeftToRight
  57.     ParentBiDiMode = False
  58.     TabOrder = 0
  59.     ButtonWidth = 110
  60.     ButtonSpacer = 20
  61.     object CancelButton: TBitBtn
  62.       Left = 244
  63.       Top = 8
  64.       Width = 110
  65.       Height = 29
  66.       Caption = 'Ca&ncel'
  67.       Default = True
  68.       ModalResult = 1
  69.       TabOrder = 1
  70.       OnClick = CancelClick
  71.     end
  72.     object ApplyBtn: TBitBtn
  73.       Left = 358
  74.       Top = 6
  75.       Width = 110
  76.       Height = 29
  77.       Caption = '&Apply'
  78.       Default = True
  79.       ModalResult = 1
  80.       TabOrder = 0
  81.       OnClick = ApplyChanges
  82.     end
  83.     object HelpBtn: TBitBtn
  84.       Left = 476
  85.       Top = 8
  86.       Width = 110
  87.       Height = 29
  88.       Caption = '&Help'
  89.       Default = True
  90.       ModalResult = 1
  91.       TabOrder = 2
  92.       OnClick = HelpBtnClick
  93.     end
  94.   end
  95.   object WebPath: TAlexEdit
  96.     Left = 130
  97.     Top = 80
  98.     Width = 367
  99.     Height = 21
  100.     Anchors = [akLeft, akTop, akRight]
  101.     BorderStyle = bsNone
  102.     TabOrder = 1
  103.     OnChange = ServerPathChange
  104.     OnClick = ServerPathChange
  105.     OnEnter = ClearActive
  106.   end
  107.   object ServerPath: TAlexEdit
  108.     Left = 130
  109.     Top = 50
  110.     Width = 367
  111.     Height = 21
  112.     Anchors = [akLeft, akTop, akRight]
  113.     BorderStyle = bsNone
  114.     TabOrder = 2
  115.     OnChange = ServerPathChange
  116.     OnClick = ServerPathChange
  117.     OnEnter = SetActiveEdit
  118.   end
  119.   object AlexMsgPath: TAlexEdit
  120.     Left = 130
  121.     Top = 20
  122.     Width = 367
  123.     Height = 21
  124.     TabStop = False
  125.     Anchors = [akLeft, akTop, akRight]
  126.     BorderStyle = bsNone
  127.     Color = clBtnFace
  128.     ReadOnly = True
  129.     TabOrder = 3
  130.     OnEnter = ClearActive
  131.   end
  132.   object DebugCheckBox: TCheckBox
  133.     Left = 130
  134.     Top = 116
  135.     Width = 367
  136.     Height = 17
  137.     Anchors = [akLeft, akTop, akRight]
  138.     Caption = 'Show &Debug Information'
  139.     TabOrder = 4
  140.     OnClick = ServerPathChange
  141.     OnEnter = ClearActive
  142.   end
  143.   object BrowseBtn: TBitBtn
  144.     Left = 507
  145.     Top = 50
  146.     Width = 81
  147.     Height = 29
  148.     Anchors = [akTop, akRight]
  149.     Caption = 'B&rowse'
  150.     Default = True
  151.     Enabled = False
  152.     ModalResult = 1
  153.     TabOrder = 5
  154.     OnClick = BrowseBtnClick
  155.   end
  156.   object GroupBox1: TGroupBox
  157.     Left = 12
  158.     Top = 144
  159.     Width = 572
  160.     Height = 125
  161.     Anchors = [akLeft, akTop, akRight, akBottom]
  162.     TabOrder = 6
  163.     object memo1: TRichEdit
  164.       Left = 14
  165.       Top = 16
  166.       Width = 551
  167.       Height = 101
  168.       Anchors = [akLeft, akTop, akRight, akBottom]
  169.       BorderStyle = bsNone
  170.       Color = clBtnFace
  171.       Ctl3D = False
  172.       ParentCtl3D = False
  173.       ReadOnly = True
  174.       ScrollBars = ssVertical
  175.       TabOrder = 0
  176.     end
  177.   end
  178.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  179.     Title = 'Select the server directory containing the Alexsys Team files.'
  180.     Root = idDesktopExpanded
  181.     Options = [bfDirectoriesOnly]
  182.     Caption = 'Alexsys Team Directory'
  183.     ShowSelectionInStatus = True
  184.     Left = 8
  185.     Top = 109
  186.   end
  187.   object BrowseDirectoryDlg2: TBrowseDirectoryDlg
  188.     Root = idDesktopExpanded
  189.     Options = [bfDirectoriesOnly]
  190.     StatusText = 'D:\'
  191.     Caption = 'Backup Directory'
  192.     ShowSelectionInStatus = True
  193.     Left = 566
  194.     Top = 1
  195.   end
  196. end
  197.