view BackUpTool.dfm @ 1:f3fd4e19cec0 tip

first binary upload
author wenx <xue.wen@eecs.qmul.ac.uk>
date Wed, 10 Aug 2011 14:56:28 +0100
parents a6a46af64546
children
line wrap: on
line source
object BackupForm1: TBackupForm1
  Left = 359
  Top = 177
  Caption = 'Project backup tool'
  ClientHeight = 339
  ClientWidth = 367
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 58
    Height = 13
    Caption = 'Rar archiver'
  end
  object Label2: TLabel
    Left = 8
    Top = 48
    Width = 120
    Height = 13
    Caption = 'File extensions to backup'
  end
  object Label3: TLabel
    Left = 8
    Top = 88
    Width = 76
    Height = 13
    Caption = 'Project directory'
  end
  object Button1: TButton
    Left = 8
    Top = 131
    Width = 345
    Height = 25
    Caption = 'Backup files in the project directory'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 8
    Top = 64
    Width = 345
    Height = 21
    TabOrder = 1
    Text = '.bpr .dfm .cpp .ini .ddp .dsk .h  .res'
  end
  object Button2: TButton
    Left = 8
    Top = 162
    Width = 345
    Height = 49
    Caption = 'Close'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 304
    Top = 24
    Width = 49
    Height = 25
    Caption = 'Browse...'
    TabOrder = 3
    OnClick = Button3Click
  end
  object Edit2: TEdit
    Left = 8
    Top = 24
    Width = 297
    Height = 21
    ReadOnly = True
    TabOrder = 4
  end
  object Memo1: TMemo
    Left = 8
    Top = 217
    Width = 345
    Height = 112
    Lines.Strings = (
      'Messages'
      '')
    TabOrder = 5
  end
  object Edit3: TEdit
    Left = 8
    Top = 104
    Width = 297
    Height = 21
    ReadOnly = True
    TabOrder = 6
  end
  object Button4: TButton
    Left = 304
    Top = 104
    Width = 49
    Height = 25
    Caption = 'Find...'
    TabOrder = 7
    OnClick = Button4Click
  end
  object OpenDialog1: TOpenDialog
    Filter = '*.exe|*.exe|*.cpp|*.cpp'
    Left = 240
    Top = 8
  end
end