home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1998 April / Freesoft_1998-04_cd.bin / Nerecenz / Internet / Fwftp2 / FTPWIN.EXE / 0 / RCDATA / TTABBEDNOTEBOOKDLG / TTABBEDNOTEBOOKDLG.txt
Text File  |  1996-07-17  |  12KB  |  559 lines

  1. object TabbedNotebookDlg: TTabbedNotebookDlg
  2.   Left = 225
  3.   Top = 163
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Server Configuration'
  7.   ClientHeight = 257
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object TabbedNotebook1: TTabbedNotebook
  18.     Left = 0
  19.     Top = 0
  20.     Width = 427
  21.     Height = 257
  22.     Align = alTop
  23.     PageIndex = 1
  24.     TabsPerRow = 6
  25.     TabFont.Color = clBtnText
  26.     TabFont.Height = -12
  27.     TabFont.Name = 'MS Sans Serif'
  28.     TabFont.Style = []
  29.     TabOrder = 0
  30.     object TTabPage
  31.       Left = 4
  32.       Top = 24
  33.       Caption = 'Users'
  34.       object Label1: TLabel
  35.         Left = 16
  36.         Top = 16
  37.         Width = 77
  38.         Height = 16
  39.         Caption = 'User Name:'
  40.       end
  41.       object Label2: TLabel
  42.         Left = 160
  43.         Top = 16
  44.         Width = 68
  45.         Height = 16
  46.         Caption = 'Password:'
  47.       end
  48.       object Label3: TLabel
  49.         Left = 16
  50.         Top = 72
  51.         Width = 103
  52.         Height = 16
  53.         Caption = 'Home directory:'
  54.       end
  55.       object Label4: TLabel
  56.         Left = 16
  57.         Top = 112
  58.         Width = 101
  59.         Height = 16
  60.         Caption = 'Read-Only dirs:'
  61.       end
  62.       object Label5: TLabel
  63.         Left = 16
  64.         Top = 152
  65.         Width = 106
  66.         Height = 16
  67.         Caption = 'Read-Write dirs:'
  68.       end
  69.       object MaskEdit1: TMaskEdit
  70.         Left = 160
  71.         Top = 32
  72.         Width = 121
  73.         Height = 24
  74.         HelpContext = 12
  75.         MaxLength = 0
  76.         PasswordChar = '*'
  77.         TabOrder = 0
  78.       end
  79.       object Edit2: TEdit
  80.         Left = 128
  81.         Top = 112
  82.         Width = 153
  83.         Height = 24
  84.         HelpContext = 14
  85.         TabOrder = 1
  86.         OnEnter = Edit2Enter
  87.       end
  88.       object Edit3: TEdit
  89.         Left = 128
  90.         Top = 152
  91.         Width = 153
  92.         Height = 24
  93.         HelpContext = 15
  94.         TabOrder = 2
  95.         OnEnter = Edit3Enter
  96.       end
  97.       object Edit5: TEdit
  98.         Left = 128
  99.         Top = 72
  100.         Width = 153
  101.         Height = 24
  102.         HelpContext = 13
  103.         TabOrder = 3
  104.         OnEnter = Edit5Enter
  105.       end
  106.       object Button1: TButton
  107.         Left = 304
  108.         Top = 32
  109.         Width = 89
  110.         Height = 25
  111.         HelpContext = 16
  112.         Caption = 'New'
  113.         TabOrder = 4
  114.         OnClick = Button1Click
  115.       end
  116.       object Button2: TButton
  117.         Left = 304
  118.         Top = 72
  119.         Width = 89
  120.         Height = 25
  121.         HelpContext = 17
  122.         Caption = 'Save'
  123.         TabOrder = 5
  124.         OnClick = Button2Click
  125.       end
  126.       object Button3: TButton
  127.         Left = 304
  128.         Top = 168
  129.         Width = 89
  130.         Height = 25
  131.         HelpContext = 19
  132.         Caption = 'Browse'
  133.         TabOrder = 6
  134.         OnClick = Button3Click
  135.       end
  136.       object ComboBox1: TComboBox
  137.         Left = 16
  138.         Top = 32
  139.         Width = 129
  140.         Height = 24
  141.         HelpContext = 11
  142.         ItemHeight = 16
  143.         Sorted = True
  144.         TabOrder = 7
  145.         OnChange = ComboBox1Change
  146.       end
  147.       object Button13: TButton
  148.         Left = 304
  149.         Top = 112
  150.         Width = 89
  151.         Height = 25
  152.         HelpContext = 18
  153.         Caption = 'Delete'
  154.         TabOrder = 8
  155.         OnClick = Button13Click
  156.       end
  157.     end
  158.     object TTabPage
  159.       Left = 4
  160.       Top = 24
  161.       Caption = 'Anonymous'
  162.       object Label7: TLabel
  163.         Left = 40
  164.         Top = 40
  165.         Width = 109
  166.         Height = 16
  167.         Caption = 'Anonymous root:'
  168.       end
  169.       object Label8: TLabel
  170.         Left = 40
  171.         Top = 120
  172.         Width = 150
  173.         Height = 16
  174.         Caption = 'Read-Write directories:'
  175.       end
  176.       object Label9: TLabel
  177.         Left = 40
  178.         Top = 160
  179.         Width = 186
  180.         Height = 16
  181.         Caption = 'Maximum anon connections:'
  182.       end
  183.       object Label18: TLabel
  184.         Left = 40
  185.         Top = 80
  186.         Width = 143
  187.         Height = 16
  188.         Caption = 'Read-only directories:'
  189.       end
  190.       object CheckBox1: TCheckBox
  191.         Left = 40
  192.         Top = 16
  193.         Width = 137
  194.         Height = 17
  195.         HelpContext = 20
  196.         Caption = 'Allow Anonymous'
  197.         TabOrder = 0
  198.       end
  199.       object Edit1: TEdit
  200.         Left = 40
  201.         Top = 56
  202.         Width = 185
  203.         Height = 24
  204.         HelpContext = 21
  205.         TabOrder = 1
  206.         OnEnter = Edit1Enter
  207.       end
  208.       object Edit6: TEdit
  209.         Left = 40
  210.         Top = 136
  211.         Width = 185
  212.         Height = 24
  213.         HelpContext = 15
  214.         TabOrder = 2
  215.         OnEnter = Edit6Enter
  216.       end
  217.       object Button4: TButton
  218.         Left = 304
  219.         Top = 176
  220.         Width = 89
  221.         Height = 25
  222.         HelpContext = 29
  223.         Caption = 'Save'
  224.         TabOrder = 3
  225.         OnClick = Button4Click
  226.       end
  227.       object CheckBox2: TCheckBox
  228.         Left = 216
  229.         Top = 16
  230.         Width = 177
  231.         Height = 17
  232.         Caption = 'Force full e-mail as pass'
  233.         TabOrder = 4
  234.       end
  235.       object Edit7: TEdit
  236.         Left = 40
  237.         Top = 176
  238.         Width = 185
  239.         Height = 24
  240.         HelpContext = 22
  241.         TabOrder = 5
  242.       end
  243.       object Button5: TButton
  244.         Left = 304
  245.         Top = 72
  246.         Width = 89
  247.         Height = 25
  248.         HelpContext = 19
  249.         Caption = 'Browse'
  250.         TabOrder = 6
  251.         OnClick = Button5Click
  252.       end
  253.       object Edit13: TEdit
  254.         Left = 40
  255.         Top = 96
  256.         Width = 185
  257.         Height = 24
  258.         HelpContext = 14
  259.         TabOrder = 7
  260.         OnEnter = Edit13Enter
  261.       end
  262.     end
  263.     object TTabPage
  264.       Left = 4
  265.       Top = 24
  266.       Caption = 'Security'
  267.       object Label10: TLabel
  268.         Left = 16
  269.         Top = 24
  270.         Width = 77
  271.         Height = 16
  272.         Caption = 'Max Conns:'
  273.       end
  274.       object Label11: TLabel
  275.         Left = 16
  276.         Top = 64
  277.         Width = 50
  278.         Height = 16
  279.         Caption = 'IP filter:'
  280.       end
  281.       object Label13: TLabel
  282.         Left = 144
  283.         Top = 24
  284.         Width = 56
  285.         Height = 16
  286.         Caption = 'Timeout:'
  287.       end
  288.       object Label6: TLabel
  289.         Left = 208
  290.         Top = 144
  291.         Width = 46
  292.         Height = 16
  293.         Caption = 'Result:'
  294.       end
  295.       object Label14: TLabel
  296.         Left = 280
  297.         Top = 144
  298.         Width = 113
  299.         Height = 16
  300.         Caption = 'No Pass'
  301.         Color = clBtnShadow
  302.         ParentColor = False
  303.       end
  304.       object Bevel1: TBevel
  305.         Left = 192
  306.         Top = 104
  307.         Width = 209
  308.         Height = 65
  309.       end
  310.       object Label15: TLabel
  311.         Left = 256
  312.         Top = 24
  313.         Width = 94
  314.         Height = 16
  315.         Caption = 'Listening Port:'
  316.       end
  317.       object Edit8: TEdit
  318.         Left = 96
  319.         Top = 24
  320.         Width = 41
  321.         Height = 24
  322.         HelpContext = 24
  323.         TabOrder = 0
  324.       end
  325.       object Edit9: TEdit
  326.         Left = 80
  327.         Top = 64
  328.         Width = 313
  329.         Height = 24
  330.         HelpContext = 26
  331.         TabOrder = 1
  332.       end
  333.       object Button6: TButton
  334.         Left = 304
  335.         Top = 184
  336.         Width = 89
  337.         Height = 25
  338.         Caption = 'Save'
  339.         TabOrder = 2
  340.         OnClick = Button6Click
  341.       end
  342.       object Edit10: TEdit
  343.         Left = 208
  344.         Top = 24
  345.         Width = 41
  346.         Height = 24
  347.         HelpContext = 25
  348.         TabOrder = 3
  349.       end
  350.       object RadioGroup1: TRadioGroup
  351.         Left = 16
  352.         Top = 104
  353.         Width = 169
  354.         Height = 105
  355.         HelpContext = 55
  356.         Caption = 'Logging'
  357.         ItemIndex = 0
  358.         Items.Strings = (
  359.           'None'
  360.           'Login only'
  361.           'Login + Gets/Puts')
  362.         TabOrder = 4
  363.       end
  364.       object Edit4: TEdit
  365.         Left = 280
  366.         Top = 112
  367.         Width = 113
  368.         Height = 24
  369.         HelpContext = 27
  370.         TabOrder = 5
  371.       end
  372.       object Button12: TButton
  373.         Left = 200
  374.         Top = 112
  375.         Width = 65
  376.         Height = 25
  377.         HelpContext = 27
  378.         Caption = 'Test IP:'
  379.         TabOrder = 6
  380.         OnClick = Button12Click
  381.       end
  382.       object Edit11: TEdit
  383.         Left = 352
  384.         Top = 24
  385.         Width = 41
  386.         Height = 24
  387.         HelpContext = 28
  388.         TabOrder = 7
  389.       end
  390.     end
  391.     object TTabPage
  392.       Left = 4
  393.       Top = 24
  394.       Caption = 'Messages'
  395.       object Label12: TLabel
  396.         Left = 16
  397.         Top = 16
  398.         Width = 108
  399.         Height = 16
  400.         Caption = 'Message to edit:'
  401.       end
  402.       object Memo1: TMemo
  403.         Left = 16
  404.         Top = 88
  405.         Width = 385
  406.         Height = 121
  407.         HelpContext = 30
  408.         ReadOnly = True
  409.         ScrollBars = ssBoth
  410.         TabOrder = 0
  411.         WordWrap = False
  412.       end
  413.       object ComboBox2: TComboBox
  414.         Left = 136
  415.         Top = 16
  416.         Width = 145
  417.         Height = 24
  418.         HelpContext = 30
  419.         ItemHeight = 16
  420.         Items.Strings = (
  421.           'Welcome'
  422.           'Good Bye')
  423.         TabOrder = 1
  424.         OnChange = ComboBox2Change
  425.       end
  426.       object Panel1: TPanel
  427.         Left = 16
  428.         Top = 48
  429.         Width = 385
  430.         Height = 33
  431.         TabOrder = 2
  432.         object Button7: TButton
  433.           Left = 8
  434.           Top = 8
  435.           Width = 57
  436.           Height = 17
  437.           HelpContext = 30
  438.           Caption = 'Save'
  439.           TabOrder = 0
  440.           OnClick = Button7Click
  441.         end
  442.         object Button8: TButton
  443.           Left = 72
  444.           Top = 8
  445.           Width = 57
  446.           Height = 17
  447.           HelpContext = 30
  448.           Caption = 'Copy'
  449.           TabOrder = 1
  450.           OnClick = Button8Click
  451.         end
  452.         object Button9: TButton
  453.           Left = 136
  454.           Top = 8
  455.           Width = 57
  456.           Height = 17
  457.           HelpContext = 30
  458.           Caption = 'Cut'
  459.           TabOrder = 2
  460.           OnClick = Button9Click
  461.         end
  462.         object Button10: TButton
  463.           Left = 200
  464.           Top = 8
  465.           Width = 57
  466.           Height = 17
  467.           HelpContext = 30
  468.           Caption = 'Paste'
  469.           TabOrder = 3
  470.           OnClick = Button10Click
  471.         end
  472.         object Button11: TButton
  473.           Left = 264
  474.           Top = 8
  475.           Width = 57
  476.           Height = 17
  477.           HelpContext = 30
  478.           Caption = 'Delete'
  479.           TabOrder = 4
  480.           OnClick = Button11Click
  481.         end
  482.       end
  483.     end
  484.     object TTabPage
  485.       Left = 4
  486.       Top = 24
  487.       Caption = 'Misc'
  488.       object GroupBox1: TGroupBox
  489.         Left = 8
  490.         Top = 8
  491.         Width = 401
  492.         Height = 105
  493.         Caption = 'Aliases'
  494.         TabOrder = 0
  495.         object Label16: TLabel
  496.           Left = 8
  497.           Top = 24
  498.           Width = 76
  499.           Height = 16
  500.           Caption = 'Alias name:'
  501.         end
  502.         object Label17: TLabel
  503.           Left = 8
  504.           Top = 64
  505.           Width = 75
  506.           Height = 16
  507.           Caption = 'Actual path:'
  508.         end
  509.         object ComboBox3: TComboBox
  510.           Left = 96
  511.           Top = 24
  512.           Width = 145
  513.           Height = 24
  514.           HelpContext = 39
  515.           ItemHeight = 16
  516.           TabOrder = 0
  517.           OnChange = ComboBox3Change
  518.         end
  519.         object Edit12: TEdit
  520.           Left = 96
  521.           Top = 64
  522.           Width = 145
  523.           Height = 24
  524.           HelpContext = 40
  525.           TabOrder = 1
  526.         end
  527.         object Button14: TButton
  528.           Left = 256
  529.           Top = 24
  530.           Width = 65
  531.           Height = 25
  532.           Caption = 'New'
  533.           TabOrder = 2
  534.           OnClick = Button14Click
  535.         end
  536.         object Button16: TButton
  537.           Left = 328
  538.           Top = 24
  539.           Width = 65
  540.           Height = 25
  541.           Caption = 'Save'
  542.           TabOrder = 3
  543.           OnClick = Button16Click
  544.         end
  545.         object Button17: TButton
  546.           Left = 256
  547.           Top = 64
  548.           Width = 65
  549.           Height = 25
  550.           HelpContext = 19
  551.           Caption = 'Browse'
  552.           TabOrder = 4
  553.           OnClick = Button17Click
  554.         end
  555.       end
  556.     end
  557.   end
  558. end
  559.