home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / sharewar / raiden / raidenftpd2.exe / raideneditor.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  2001-08-27  |  1KB  |  66 lines

  1. object Form2: TForm2
  2.   Left = 192
  3.   Top = 108
  4.   Width = 280
  5.   Height = 266
  6.   Caption = 'About'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 40
  18.     Top = 8
  19.     Width = 203
  20.     Height = 79
  21.     AutoSize = True
  22.     Picture.Data = {<image000.bmp>}
  23.   end
  24.   object Memo1: TMemo
  25.     Left = 8
  26.     Top = 96
  27.     Width = 257
  28.     Height = 89
  29.     Color = clInfoBk
  30.     Lines.Strings = (
  31.       'RaidenFTPD .msg .vfs Editor'
  32.       
  33.         '----------------------------------------------------------------' +
  34.         '---'
  35.       'This tool is only for RaidenFTPD '
  36.       'to modify .msg .vfs file.')
  37.     ReadOnly = True
  38.     TabOrder = 0
  39.   end
  40.   object scButton1: TscButton
  41.     Left = 88
  42.     Top = 192
  43.     Width = 97
  44.     Height = 33
  45.     Caption = '&Close'
  46.     Default = True
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.     TabOrder = 1
  54.     OnClick = scButton1Click
  55.     SkinEngine = scSkinEngine1
  56.   end
  57.   object scSkinEngine1: TscSkinEngine
  58.     MainMenuShow = False
  59.     BorderIcons = [sbClose]
  60.     SkinStore = frmFTPDEditor.scSkinStore1
  61.     Sizeable = False
  62.     Left = 216
  63.     Top = 200
  64.   end
  65. end
  66.