home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMADDDIR / TFORMADDDIR.txt
Encoding:
Text File  |  2004-04-06  |  1.4 KB  |  76 lines

  1. object FormAddDir: TFormAddDir
  2.   Left = 410
  3.   Top = 290
  4.   ActiveControl = EditNewFolder
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add Folder'
  8.   ClientHeight = 124
  9.   ClientWidth = 341
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     341
  21.     124)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 10
  26.     Top = 47
  27.     Width = 85
  28.     Height = 13
  29.     Caption = 'New Folder Name'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 10
  33.     Top = 24
  34.     Width = 67
  35.     Height = 13
  36.     Caption = 'Add Folder To'
  37.   end
  38.   object LblAddTo: TLabel
  39.     Left = 105
  40.     Top = 24
  41.     Width = 234
  42.     Height = 13
  43.     AutoSize = False
  44.     Caption = 'LblAddTo'
  45.   end
  46.   object EditNewFolder: TEdit
  47.     Left = 105
  48.     Top = 44
  49.     Width = 224
  50.     Height = 21
  51.     TabOrder = 0
  52.   end
  53.   object Button1: TButton
  54.     Left = 107
  55.     Top = 85
  56.     Width = 75
  57.     Height = 25
  58.     Anchors = [akLeft, akBottom]
  59.     Caption = 'Add'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 1
  63.   end
  64.   object Button2: TButton
  65.     Left = 192
  66.     Top = 85
  67.     Width = 75
  68.     Height = 25
  69.     Anchors = [akRight, akBottom]
  70.     Cancel = True
  71.     Caption = 'Cancel'
  72.     ModalResult = 2
  73.     TabOrder = 2
  74.   end
  75. end
  76.