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

  1. object FormPicRename: TFormPicRename
  2.   Left = 445
  3.   Top = 364
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Picture Rename'
  7.   ClientHeight = 141
  8.   ClientWidth = 313
  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.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 100
  23.     Width = 313
  24.     Height = 41
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object BtnOk: TButton
  29.       Left = 136
  30.       Top = 8
  31.       Width = 75
  32.       Height = 25
  33.       Caption = 'Ok'
  34.       Default = True
  35.       TabOrder = 0
  36.       OnClick = BtnOkClick
  37.     end
  38.     object Button2: TButton
  39.       Left = 224
  40.       Top = 8
  41.       Width = 75
  42.       Height = 25
  43.       Cancel = True
  44.       Caption = 'Cancel'
  45.       ModalResult = 2
  46.       TabOrder = 1
  47.       OnClick = Button2Click
  48.     end
  49.   end
  50.   object Panel2: TPanel
  51.     Left = 0
  52.     Top = 0
  53.     Width = 313
  54.     Height = 100
  55.     Align = alClient
  56.     BevelOuter = bvNone
  57.     TabOrder = 1
  58.     DesignSize = (
  59.       313
  60.       100)
  61.     object LblDir: TLabel
  62.       Left = 54
  63.       Top = 79
  64.       Width = 27
  65.       Height = 13
  66.       Anchors = [akLeft, akBottom]
  67.       Caption = 'LblDir'
  68.     end
  69.     object Label3: TLabel
  70.       Left = 15
  71.       Top = 10
  72.       Width = 185
  73.       Height = 13
  74.       Caption = 'Enter the new filename for the picture.  '
  75.     end
  76.     object Label1: TLabel
  77.       Left = 15
  78.       Top = 43
  79.       Width = 70
  80.       Height = 13
  81.       Caption = 'New Filename:'
  82.     end
  83.     object Label2: TLabel
  84.       Left = 15
  85.       Top = 79
  86.       Width = 32
  87.       Height = 13
  88.       Anchors = [akLeft, akBottom]
  89.       Caption = 'Folder:'
  90.     end
  91.     object Bevel1: TBevel
  92.       Left = 0
  93.       Top = 96
  94.       Width = 313
  95.       Height = 4
  96.       Align = alBottom
  97.       Shape = bsBottomLine
  98.     end
  99.     object EditNewName: TEdit
  100.       Left = 92
  101.       Top = 39
  102.       Width = 194
  103.       Height = 21
  104.       TabOrder = 0
  105.     end
  106.   end
  107. end
  108.