home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TFORMMOD / TFORMMOD.txt
Encoding:
Text File  |  2001-07-11  |  5.5 KB  |  264 lines

  1. object FormMod: TFormMod
  2.   Left = 447
  3.   Top = 240
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'File Permissions'
  7.   ClientHeight = 217
  8.   ClientWidth = 393
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 27
  23.     Top = 8
  24.     Width = 339
  25.     Height = 33
  26.     AutoSize = False
  27.     Caption = 
  28.       'Select the permissions you want to set for the file or folder. P' +
  29.       'ermission setting is usually only supported by Unix based server' +
  30.       's.'
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     WordWrap = True
  38.   end
  39.   object Label2: TLabel
  40.     Left = 80
  41.     Top = 160
  42.     Width = 49
  43.     Height = 17
  44.     Alignment = taRightJustify
  45.     AutoSize = False
  46.     Caption = 'CHMOD:'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object Label3: TLabel
  55.     Left = 136
  56.     Top = 160
  57.     Width = 33
  58.     Height = 17
  59.     AutoSize = False
  60.     Caption = '644'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.   end
  68.   object GroupBox1: TGroupBox
  69.     Left = 8
  70.     Top = 48
  71.     Width = 121
  72.     Height = 105
  73.     Caption = 'Owner Permissions'
  74.     Font.Charset = DEFAULT_CHARSET
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 1
  81.     object CheckBox1: TCheckBox
  82.       Left = 16
  83.       Top = 24
  84.       Width = 81
  85.       Height = 17
  86.       HelpContext = 64
  87.       Caption = 'Readable'
  88.       Checked = True
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clBlack
  91.       Font.Height = -11
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.       State = cbChecked
  96.       TabOrder = 0
  97.       OnClick = CheckBox1Click
  98.     end
  99.     object CheckBox2: TCheckBox
  100.       Left = 16
  101.       Top = 48
  102.       Width = 81
  103.       Height = 17
  104.       HelpContext = 65
  105.       Caption = 'Writable'
  106.       Checked = True
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clBlack
  109.       Font.Height = -11
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       ParentFont = False
  113.       State = cbChecked
  114.       TabOrder = 1
  115.       OnClick = CheckBox2Click
  116.     end
  117.     object CheckBox3: TCheckBox
  118.       Left = 16
  119.       Top = 72
  120.       Width = 81
  121.       Height = 17
  122.       HelpContext = 66
  123.       Caption = 'Executable'
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clBlack
  126.       Font.Height = -11
  127.       Font.Name = 'MS Sans Serif'
  128.       Font.Style = []
  129.       ParentFont = False
  130.       TabOrder = 2
  131.       OnClick = CheckBox3Click
  132.     end
  133.   end
  134.   object GroupBox2: TGroupBox
  135.     Left = 136
  136.     Top = 48
  137.     Width = 121
  138.     Height = 105
  139.     Caption = 'Group Permissions'
  140.     Font.Charset = DEFAULT_CHARSET
  141.     Font.Color = clBlack
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     ParentFont = False
  146.     TabOrder = 4
  147.     object CheckBox4: TCheckBox
  148.       Left = 16
  149.       Top = 24
  150.       Width = 81
  151.       Height = 17
  152.       HelpContext = 67
  153.       Caption = 'Readable'
  154.       Checked = True
  155.       State = cbChecked
  156.       TabOrder = 0
  157.       OnClick = CheckBox4Click
  158.     end
  159.     object CheckBox5: TCheckBox
  160.       Left = 16
  161.       Top = 48
  162.       Width = 81
  163.       Height = 17
  164.       HelpContext = 68
  165.       Caption = 'Writable'
  166.       TabOrder = 1
  167.       OnClick = CheckBox5Click
  168.     end
  169.     object CheckBox6: TCheckBox
  170.       Left = 16
  171.       Top = 72
  172.       Width = 81
  173.       Height = 17
  174.       HelpContext = 69
  175.       Caption = 'Executable'
  176.       TabOrder = 2
  177.       OnClick = CheckBox6Click
  178.     end
  179.   end
  180.   object GroupBox3: TGroupBox
  181.     Left = 264
  182.     Top = 48
  183.     Width = 121
  184.     Height = 105
  185.     Caption = 'Other Permissions'
  186.     Font.Charset = DEFAULT_CHARSET
  187.     Font.Color = clBlack
  188.     Font.Height = -11
  189.     Font.Name = 'MS Sans Serif'
  190.     Font.Style = []
  191.     ParentFont = False
  192.     TabOrder = 5
  193.     object CheckBox7: TCheckBox
  194.       Left = 16
  195.       Top = 24
  196.       Width = 81
  197.       Height = 17
  198.       HelpContext = 70
  199.       Caption = 'Readable'
  200.       Checked = True
  201.       State = cbChecked
  202.       TabOrder = 0
  203.       OnClick = CheckBox7Click
  204.     end
  205.     object CheckBox8: TCheckBox
  206.       Left = 16
  207.       Top = 48
  208.       Width = 81
  209.       Height = 17
  210.       HelpContext = 71
  211.       Caption = 'Writable'
  212.       TabOrder = 1
  213.       OnClick = CheckBox8Click
  214.     end
  215.     object CheckBox9: TCheckBox
  216.       Left = 16
  217.       Top = 72
  218.       Width = 81
  219.       Height = 17
  220.       HelpContext = 72
  221.       Caption = 'Executable'
  222.       TabOrder = 2
  223.       OnClick = CheckBox9Click
  224.     end
  225.   end
  226.   object Button1: TButton
  227.     Left = 79
  228.     Top = 184
  229.     Width = 73
  230.     Height = 25
  231.     Caption = '&OK'
  232.     TabOrder = 0
  233.     OnClick = Button1Click
  234.   end
  235.   object Button2: TButton
  236.     Left = 159
  237.     Top = 184
  238.     Width = 73
  239.     Height = 25
  240.     Cancel = True
  241.     Caption = '&Cancel'
  242.     TabOrder = 2
  243.     OnClick = Button2Click
  244.   end
  245.   object ButHelp: TButton
  246.     Left = 239
  247.     Top = 184
  248.     Width = 75
  249.     Height = 25
  250.     Caption = '&Help'
  251.     TabOrder = 3
  252.     OnClick = ButHelpClick
  253.   end
  254.   object CheckQuote: TCheckBox
  255.     Left = 192
  256.     Top = 160
  257.     Width = 121
  258.     Height = 17
  259.     HelpContext = 73
  260.     Caption = 'Send as QUOTE'
  261.     TabOrder = 6
  262.   end
  263. end
  264.