home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / TemaCD / MailWar / MailWarrior2.exe / 0 / RCDATA / TFRMCREATEFOLDER / TFRMCREATEFOLDER.txt < prev   
Text File  |  1999-02-09  |  2KB  |  77 lines

  1. object frmCreateFolder: TfrmCreateFolder
  2.   Left = 267
  3.   Top = 224
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create new folder'
  7.   ClientHeight = 131
  8.   ClientWidth = 257
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 8
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image000.ico>}
  26.   end
  27.   object Label1: TLabel
  28.     Left = 48
  29.     Top = 8
  30.     Width = 100
  31.     Height = 13
  32.     Caption = 'Create new folder'
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'Tahoma'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object Label2: TLabel
  41.     Left = 48
  42.     Top = 24
  43.     Width = 209
  44.     Height = 25
  45.     AutoSize = False
  46.     Caption = 'Please write the name of the folder in the textbox here below.'
  47.     WordWrap = True
  48.   end
  49.   object edtName: TEdit97
  50.     Left = 8
  51.     Top = 64
  52.     Width = 241
  53.     Height = 19
  54.     TabOrder = 0
  55.   end
  56.   object Button1: TButton
  57.     Left = 96
  58.     Top = 104
  59.     Width = 73
  60.     Height = 23
  61.     Caption = '&OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 1
  65.   end
  66.   object Button2: TButton
  67.     Left = 176
  68.     Top = 104
  69.     Width = 73
  70.     Height = 23
  71.     Cancel = True
  72.     Caption = '&Cancel'
  73.     ModalResult = 2
  74.     TabOrder = 2
  75.   end
  76. end
  77.