Mercurial > hg > hv
annotate 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 |
rev | line source |
---|---|
xue@0 | 1 object BackupForm1: TBackupForm1 |
xue@0 | 2 Left = 359 |
xue@0 | 3 Top = 177 |
xue@0 | 4 Caption = 'Project backup tool' |
xue@0 | 5 ClientHeight = 339 |
xue@0 | 6 ClientWidth = 367 |
xue@0 | 7 Color = clBtnFace |
xue@0 | 8 Font.Charset = DEFAULT_CHARSET |
xue@0 | 9 Font.Color = clWindowText |
xue@0 | 10 Font.Height = -11 |
xue@0 | 11 Font.Name = 'MS Sans Serif' |
xue@0 | 12 Font.Style = [] |
xue@0 | 13 OldCreateOrder = False |
xue@0 | 14 OnClose = FormClose |
xue@0 | 15 PixelsPerInch = 96 |
xue@0 | 16 TextHeight = 13 |
xue@0 | 17 object Label1: TLabel |
xue@0 | 18 Left = 8 |
xue@0 | 19 Top = 8 |
xue@0 | 20 Width = 58 |
xue@0 | 21 Height = 13 |
xue@0 | 22 Caption = 'Rar archiver' |
xue@0 | 23 end |
xue@0 | 24 object Label2: TLabel |
xue@0 | 25 Left = 8 |
xue@0 | 26 Top = 48 |
xue@0 | 27 Width = 120 |
xue@0 | 28 Height = 13 |
xue@0 | 29 Caption = 'File extensions to backup' |
xue@0 | 30 end |
xue@0 | 31 object Label3: TLabel |
xue@0 | 32 Left = 8 |
xue@0 | 33 Top = 88 |
xue@0 | 34 Width = 76 |
xue@0 | 35 Height = 13 |
xue@0 | 36 Caption = 'Project directory' |
xue@0 | 37 end |
xue@0 | 38 object Button1: TButton |
xue@0 | 39 Left = 8 |
xue@0 | 40 Top = 131 |
xue@0 | 41 Width = 345 |
xue@0 | 42 Height = 25 |
xue@0 | 43 Caption = 'Backup files in the project directory' |
xue@0 | 44 Font.Charset = DEFAULT_CHARSET |
xue@0 | 45 Font.Color = clWindowText |
xue@0 | 46 Font.Height = -16 |
xue@0 | 47 Font.Name = 'MS Sans Serif' |
xue@0 | 48 Font.Style = [fsBold] |
xue@0 | 49 ParentFont = False |
xue@0 | 50 TabOrder = 0 |
xue@0 | 51 OnClick = Button1Click |
xue@0 | 52 end |
xue@0 | 53 object Edit1: TEdit |
xue@0 | 54 Left = 8 |
xue@0 | 55 Top = 64 |
xue@0 | 56 Width = 345 |
xue@0 | 57 Height = 21 |
xue@0 | 58 TabOrder = 1 |
xue@0 | 59 Text = '.bpr .dfm .cpp .ini .ddp .dsk .h .res' |
xue@0 | 60 end |
xue@0 | 61 object Button2: TButton |
xue@0 | 62 Left = 8 |
xue@0 | 63 Top = 162 |
xue@0 | 64 Width = 345 |
xue@0 | 65 Height = 49 |
xue@0 | 66 Caption = 'Close' |
xue@0 | 67 Font.Charset = DEFAULT_CHARSET |
xue@0 | 68 Font.Color = clWindowText |
xue@0 | 69 Font.Height = -32 |
xue@0 | 70 Font.Name = 'MS Sans Serif' |
xue@0 | 71 Font.Style = [] |
xue@0 | 72 ParentFont = False |
xue@0 | 73 TabOrder = 2 |
xue@0 | 74 OnClick = Button2Click |
xue@0 | 75 end |
xue@0 | 76 object Button3: TButton |
xue@0 | 77 Left = 304 |
xue@0 | 78 Top = 24 |
xue@0 | 79 Width = 49 |
xue@0 | 80 Height = 25 |
xue@0 | 81 Caption = 'Browse...' |
xue@0 | 82 TabOrder = 3 |
xue@0 | 83 OnClick = Button3Click |
xue@0 | 84 end |
xue@0 | 85 object Edit2: TEdit |
xue@0 | 86 Left = 8 |
xue@0 | 87 Top = 24 |
xue@0 | 88 Width = 297 |
xue@0 | 89 Height = 21 |
xue@0 | 90 ReadOnly = True |
xue@0 | 91 TabOrder = 4 |
xue@0 | 92 end |
xue@0 | 93 object Memo1: TMemo |
xue@0 | 94 Left = 8 |
xue@0 | 95 Top = 217 |
xue@0 | 96 Width = 345 |
xue@0 | 97 Height = 112 |
xue@0 | 98 Lines.Strings = ( |
xue@0 | 99 'Messages' |
xue@0 | 100 '') |
xue@0 | 101 TabOrder = 5 |
xue@0 | 102 end |
xue@0 | 103 object Edit3: TEdit |
xue@0 | 104 Left = 8 |
xue@0 | 105 Top = 104 |
xue@0 | 106 Width = 297 |
xue@0 | 107 Height = 21 |
xue@0 | 108 ReadOnly = True |
xue@0 | 109 TabOrder = 6 |
xue@0 | 110 end |
xue@0 | 111 object Button4: TButton |
xue@0 | 112 Left = 304 |
xue@0 | 113 Top = 104 |
xue@0 | 114 Width = 49 |
xue@0 | 115 Height = 25 |
xue@0 | 116 Caption = 'Find...' |
xue@0 | 117 TabOrder = 7 |
xue@0 | 118 OnClick = Button4Click |
xue@0 | 119 end |
xue@0 | 120 object OpenDialog1: TOpenDialog |
xue@0 | 121 Filter = '*.exe|*.exe|*.cpp|*.cpp' |
xue@0 | 122 Left = 240 |
xue@0 | 123 Top = 8 |
xue@0 | 124 end |
xue@0 | 125 end |