home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / CHIP_08_99.BIN / online / tools / webspect / ws20.exe / WEBSPECTOR.EXE / 0 / RCDATA / TADDSOMETHING / TADDSOMETHING.txt
Encoding:
Text File  |  1999-08-11  |  1.1 KB  |  62 lines

  1. object addsomething: Taddsomething
  2.   Left = 252
  3.   Top = 192
  4.   Width = 255
  5.   Height = 121
  6.   Caption = 'Add New Folder'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 233
  21.     Height = 81
  22.   end
  23.   object Label2: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 186
  27.     Height = 13
  28.     Caption = 'Please enter a name for this new folder:'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 78
  38.     Top = 60
  39.     Width = 75
  40.     Height = 25
  41.     TabOrder = 1
  42.     OnClick = BitBtn1Click
  43.     Kind = bkOK
  44.   end
  45.   object BitBtn2: TBitBtn
  46.     Left = 158
  47.     Top = 60
  48.     Width = 75
  49.     Height = 25
  50.     TabOrder = 2
  51.     OnClick = BitBtn2Click
  52.     Kind = bkCancel
  53.   end
  54.   object nametoadd: TEdit
  55.     Left = 16
  56.     Top = 32
  57.     Width = 217
  58.     Height = 21
  59.     TabOrder = 0
  60.   end
  61. end
  62.