Subversion Repositories checksum-tools

Rev

Rev 7 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 8
Line 11... Line 11...
11
  Font.Height = -11
11
  Font.Height = -11
12
  Font.Name = 'Tahoma'
12
  Font.Name = 'Tahoma'
13
  Font.Style = []
13
  Font.Style = []
14
  KeyPreview = True
14
  KeyPreview = True
15
  OldCreateOrder = False
15
  OldCreateOrder = False
16
  OnKeyPress = FormKeyPress
16
  OnKeyDown = FormKeyDown
17
  OnShow = FormShow
17
  OnShow = FormShow
18
  PixelsPerInch = 96
18
  PixelsPerInch = 96
19
  TextHeight = 13
19
  TextHeight = 13
20
  object Label1: TLabel
20
  object Label1: TLabel
21
    Left = 8
21
    Left = 8
Line 102... Line 102...
102
    TabOrder = 3
102
    TabOrder = 3
103
  end
103
  end
104
  object Button1: TButton
104
  object Button1: TButton
105
    Left = 8
105
    Left = 8
106
    Top = 568
106
    Top = 568
107
    Width = 167
107
    Width = 209
108
    Height = 38
108
    Height = 38
109
    Caption = 'Merge, save and re-check'
109
    Caption = 'Merge, save and re-check (F6)'
110
    TabOrder = 4
110
    TabOrder = 4
111
    OnClick = Button1Click
111
    OnClick = Button1Click
112
  end
112
  end
113
  object OpenDialog1: TOpenDialog
113
  object OpenDialog1: TOpenDialog
114
    Filter = 'SFV Files (*.sfv)|*.sfv|MD5 files (*.md5)|*.md5'
114
    Filter = 'SFV Files (*.sfv)|*.sfv|MD5 files (*.md5)|*.md5'
115
    Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
115
    Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
116
    Left = 560
116
    Left = 560
117
    Top = 552
117
    Top = 552
118
  end
118
  end
-
 
119
  object Timer1: TTimer
-
 
120
    Enabled = False
-
 
121
    Interval = 100
-
 
122
    OnTimer = Timer1Timer
-
 
123
    Left = 496
-
 
124
    Top = 552
-
 
125
  end
119
end
126
end