home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / alteam / tsetup.exe / %TEAMWEBDIR% / TeamWebControl.exe / 0 / RCDATA / TWEBCONTROLFORM / TWEBCONTROLFORM.txt
Encoding:
Text File  |  2000-06-20  |  9.1 KB  |  381 lines

  1. object WebControlForm: TWebControlForm
  2.   Left = 369
  3.   Top = 202
  4.   Width = 600
  5.   Height = 440
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   Caption = 'Alexsys Team-Web Control Panel'
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 440
  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 DlgButtonPanel1: TDlgButtonPanel
  27.     Left = 0
  28.     Top = 368
  29.     Width = 592
  30.     Height = 45
  31.     Align = alBottom
  32.     BevelOuter = bvNone
  33.     BiDiMode = bdLeftToRight
  34.     ParentBiDiMode = False
  35.     TabOrder = 0
  36.     ButtonWidth = 110
  37.     ButtonSpacer = 20
  38.     object CancelButton: TBitBtn
  39.       Left = 474
  40.       Top = 8
  41.       Width = 110
  42.       Height = 29
  43.       Caption = 'Ca&ncel'
  44.       Default = True
  45.       ModalResult = 1
  46.       TabOrder = 1
  47.       OnClick = CancelClick
  48.     end
  49.     object ApplyBtn: TBitBtn
  50.       Left = 344
  51.       Top = 8
  52.       Width = 110
  53.       Height = 29
  54.       Caption = '&Apply'
  55.       Default = True
  56.       ModalResult = 1
  57.       TabOrder = 0
  58.       OnClick = ApplyChanges
  59.     end
  60.   end
  61.   object PageControl1: TPageControl
  62.     Left = 8
  63.     Top = 4
  64.     Width = 576
  65.     Height = 360
  66.     ActivePage = PathSheet
  67.     Anchors = [akLeft, akTop, akRight, akBottom]
  68.     TabOrder = 1
  69.     object PathSheet: TTabSheet
  70.       Caption = ' Paths '
  71.       object Label4: TLabel
  72.         Left = 15
  73.         Top = 20
  74.         Width = 321
  75.         Height = 19
  76.         Caption = 'Team Database and Web Page Locations'
  77.         Font.Charset = ANSI_CHARSET
  78.         Font.Color = clNavy
  79.         Font.Height = -17
  80.         Font.Name = 'Arial'
  81.         Font.Style = [fsBold]
  82.         ParentFont = False
  83.       end
  84.       object WebPathLabel: TLabel
  85.         Left = 30
  86.         Top = 65
  87.         Width = 110
  88.         Height = 16
  89.         AutoSize = False
  90.         Caption = 'Team-Web Path:'
  91.       end
  92.       object Label1: TLabel
  93.         Left = 30
  94.         Top = 105
  95.         Width = 110
  96.         Height = 16
  97.         AutoSize = False
  98.         Caption = '&Team Directory:'
  99.       end
  100.       object WebPageLabelLabel: TLabel
  101.         Left = 30
  102.         Top = 220
  103.         Width = 110
  104.         Height = 16
  105.         AutoSize = False
  106.         Caption = 'Web Page Path:'
  107.         Enabled = False
  108.         Visible = False
  109.       end
  110.       object ActiveDBLabel: TLabel
  111.         Left = 32
  112.         Top = 160
  113.         Width = 110
  114.         Height = 16
  115.         AutoSize = False
  116.         Caption = 'Active Database:'
  117.       end
  118.       object AlexMsgPath: TAlexEdit
  119.         Left = 150
  120.         Top = 65
  121.         Width = 385
  122.         Height = 24
  123.         TabStop = False
  124.         Anchors = [akLeft, akTop, akRight]
  125.         Color = clBtnFace
  126.         ReadOnly = True
  127.         TabOrder = 0
  128.         Text = 'AlexMsgPath'
  129.         OnEnter = ClearActive
  130.       end
  131.       object ServerPath: TAlexEdit
  132.         Left = 150
  133.         Top = 105
  134.         Width = 385
  135.         Height = 24
  136.         Anchors = [akLeft, akTop, akRight]
  137.         Color = clBtnFace
  138.         ReadOnly = True
  139.         TabOrder = 1
  140.         Text = 'ServerPath'
  141.         OnChange = CheckChanges
  142.         OnClick = CheckChanges
  143.         OnEnter = SetActiveEdit
  144.       end
  145.       object WebPath: TAlexEdit
  146.         Left = 150
  147.         Top = 220
  148.         Width = 385
  149.         Height = 24
  150.         Anchors = [akLeft, akTop, akRight]
  151.         Color = clBtnFace
  152.         Enabled = False
  153.         TabOrder = 2
  154.         Text = 'WebPath'
  155.         Visible = False
  156.         OnChange = CheckChanges
  157.         OnClick = CheckChanges
  158.         OnEnter = ClearActive
  159.       end
  160.       object BrowseBtn: TBitBtn
  161.         Left = 429
  162.         Top = 260
  163.         Width = 107
  164.         Height = 31
  165.         Anchors = [akTop, akRight]
  166.         Caption = 'B&rowse'
  167.         Default = True
  168.         Enabled = False
  169.         ModalResult = 1
  170.         TabOrder = 3
  171.         Visible = False
  172.         OnClick = B
  173.       end
  174.       object ProductionRadio: TRadioButton
  175.         Left = 152
  176.         Top = 160
  177.         Width = 180
  178.         Height = 17
  179.         Caption = 'Production Database'
  180.         TabOrder = 4
  181.         OnClick = CheckChanges
  182.       end
  183.       object SampleDBRadio: TRadioButton
  184.         Left = 336
  185.         Top = 160
  186.         Width = 180
  187.         Height = 17
  188.         Caption = 'Sample Database'
  189.         TabOrder = 5
  190.         OnClick = CheckChanges
  191.       end
  192.     end
  193.     object TabSheet4: TTabSheet
  194.       Caption = 'Sessions'
  195.       ImageIndex = 3
  196.       object Label6: TLabel
  197.         Left = 20
  198.         Top = 20
  199.         Width = 172
  200.         Height = 19
  201.         Caption = 'User Session Timeout'
  202.         Font.Charset = ANSI_CHARSET
  203.         Font.Color = clNavy
  204.         Font.Height = -17
  205.         Font.Name = 'Arial'
  206.         Font.Style = [fsBold]
  207.         ParentFont = False
  208.       end
  209.       object Label3: TLabel
  210.         Left = 30
  211.         Top = 65
  212.         Width = 225
  213.         Height = 16
  214.         AutoSize = False
  215.         Caption = 'Inactive minutes before termination: '
  216.         FocusControl = SessionTimerEdit
  217.       end
  218.       object Label9: TLabel
  219.         Left = 30
  220.         Top = 115
  221.         Width = 500
  222.         Height = 190
  223.         Anchors = [akLeft, akTop, akRight]
  224.         AutoSize = False
  225.         Caption = 
  226.           'Note: This time represents the number of Inactive minutes before' +
  227.           '  a user'#39's session is terminated.'
  228.         FocusControl = SMTPEdit
  229.         WordWrap = True
  230.       end
  231.       object SessionTimerEdit: TAlexEdit
  232.         Left = 260
  233.         Top = 65
  234.         Width = 40
  235.         Height = 24
  236.         Anchors = [akLeft, akTop, akRight]
  237.         TabOrder = 0
  238.         Text = '60'
  239.         OnChange = CheckChanges
  240.         OnClick = CheckChanges
  241.         StandardEdit = True
  242.       end
  243.       object SessionUpDown: TUpDown
  244.         Left = 300
  245.         Top = 65
  246.         Width = 15
  247.         Height = 24
  248.         Associate = SessionTimerEdit
  249.         Min = 5
  250.         Max = 60
  251.         Position = 60
  252.         TabOrder = 1
  253.         Thousands = False
  254.         Wrap = True
  255.         OnClick = SessionUpDownClick
  256.       end
  257.     end
  258.     object TabSheet1: TTabSheet
  259.       Caption = 'Mail Settings'
  260.       ImageIndex = 2
  261.       object Label5: TLabel
  262.         Left = 20
  263.         Top = 20
  264.         Width = 100
  265.         Height = 19
  266.         Caption = 'Mail Settings'
  267.         Font.Charset = ANSI_CHARSET
  268.         Font.Color = clNavy
  269.         Font.Height = -17
  270.         Font.Name = 'Arial'
  271.         Font.Style = [fsBold]
  272.         ParentFont = False
  273.       end
  274.       object Label7: TLabel
  275.         Left = 30
  276.         Top = 65
  277.         Width = 124
  278.         Height = 16
  279.         Caption = 'SMTP Server Name:'
  280.         FocusControl = SMTPEdit
  281.       end
  282.       object Label8: TLabel
  283.         Left = 30
  284.         Top = 115
  285.         Width = 500
  286.         Height = 192
  287.         Anchors = [akLeft, akTop, akRight]
  288.         AutoSize = False
  289.         Caption = 
  290.           'Note: Clear the SMTP path to stop TeamWeb from sending mail noti' +
  291.           'fications.'
  292.         FocusControl = SMTPEdit
  293.       end
  294.       object SMTPEdit: TAlexEdit
  295.         Left = 175
  296.         Top = 65
  297.         Width = 360
  298.         Height = 24
  299.         Anchors = [akLeft, akTop, akRight]
  300.         TabOrder = 0
  301.         OnChange = CheckChanges
  302.         OnClick = CheckChanges
  303.         OnEnter = SetActiveEdit
  304.       end
  305.     end
  306.     object TabSheet2: TTabSheet
  307.       Caption = ' Debug Settings '
  308.       ImageIndex = 3
  309.       object Label2: TLabel
  310.         Left = 15
  311.         Top = 20
  312.         Width = 204
  313.         Height = 19
  314.         Caption = 'Debug and Trace Settings'
  315.         Font.Charset = ANSI_CHARSET
  316.         Font.Color = clNavy
  317.         Font.Height = -17
  318.         Font.Name = 'Arial'
  319.         Font.Style = [fsBold]
  320.         ParentFont = False
  321.       end
  322.       object DebugLabel: TLabel
  323.         Left = 30
  324.         Top = 65
  325.         Width = 110
  326.         Height = 16
  327.         AutoSize = False
  328.         Caption = '&Debug Tracing:'
  329.       end
  330.       object Label10: TLabel
  331.         Left = 30
  332.         Top = 115
  333.         Width = 500
  334.         Height = 192
  335.         Anchors = [akLeft, akTop, akRight]
  336.         AutoSize = False
  337.         Caption = 
  338.           'Note: Normally '#39'No Tracing'#39' is selected. Only set tracing active' +
  339.           ' if instructed to do so by the Alexsys support staff.'
  340.         FocusControl = SMTPEdit
  341.         WordWrap = True
  342.       end
  343.       object DebugCombo: TComboBox
  344.         Left = 160
  345.         Top = 65
  346.         Width = 160
  347.         Height = 24
  348.         Style = csDropDownList
  349.         ItemHeight = 16
  350.         Items.Strings = (
  351.           'No Tracing'
  352.           'Trace Errors Only'
  353.           'Trace Calls'
  354.           'Trace Verbose')
  355.         TabOrder = 0
  356.         OnChange = CheckChanges
  357.         OnClick = CheckChanges
  358.       end
  359.       object OneStreamCheckBox: TCheckBox
  360.         Left = 230
  361.         Top = 306
  362.         Width = 329
  363.         Height = 17
  364.         Caption = 'Permit only one  execution stream at a time'
  365.         TabOrder = 1
  366.         Visible = False
  367.         OnClick = CheckChanges
  368.       end
  369.     end
  370.   end
  371.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  372.     Title = 'Select the server directory containing the Alexsys Team files.'
  373.     Root = idDesktopExpanded
  374.     Options = [bfDirectoriesOnly]
  375.     Caption = 'Alexsys Team Directory'
  376.     ShowSelectionInStatus = True
  377.     Left = 526
  378.     Top = 3
  379.   end
  380. end
  381.