Subversion Repositories delphiutils

Rev

Rev 84 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84 Rev 85
1
object Form1: TForm1
1
object Form1: TForm1
2
  Left = 0
2
  Left = 0
3
  Top = 0
3
  Top = 0
4
  Caption = 'File readability checker'
4
  Caption = 'File readability checker'
5
  ClientHeight = 472
5
  ClientHeight = 472
6
  ClientWidth = 756
6
  ClientWidth = 756
7
  Color = clBtnFace
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
9
  Font.Color = clWindowText
10
  Font.Height = -11
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
12
  Font.Style = []
13
  OldCreateOrder = False
13
  OldCreateOrder = False
14
  Position = poScreenCenter
14
  Position = poScreenCenter
15
  OnClose = FormClose
15
  OnClose = FormClose
-
 
16
  OnCreate = FormCreate
16
  DesignSize = (
17
  DesignSize = (
17
    756
18
    756
18
    472)
19
    472)
19
  PixelsPerInch = 96
20
  PixelsPerInch = 96
20
  TextHeight = 13
21
  TextHeight = 13
21
  object Label1: TLabel
22
  object Label1: TLabel
22
    Left = 16
23
    Left = 16
23
    Top = 45
24
    Top = 45
24
    Width = 66
25
    Width = 66
25
    Height = 13
26
    Height = 13
26
    Caption = 'Found errors:'
27
    Caption = 'Found errors:'
27
  end
28
  end
28
  object Label2: TLabel
29
  object Label2: TLabel
29
    Left = 201
30
    Left = 201
30
    Top = 446
31
    Top = 446
31
    Width = 537
32
    Width = 537
32
    Height = 13
33
    Height = 13
33
    Anchors = [akLeft, akRight, akBottom]
34
    Anchors = [akLeft, akRight, akBottom]
34
    AutoSize = False
35
    AutoSize = False
35
    Caption = 'Ready.'
36
    Caption = 'Ready.'
36
    ExplicitTop = 445
37
    ExplicitTop = 445
37
    ExplicitWidth = 497
38
    ExplicitWidth = 497
38
  end
39
  end
39
  object Button1: TButton
40
  object Button1: TButton
40
    Left = 16
41
    Left = 16
41
    Top = 423
42
    Top = 423
42
    Width = 169
43
    Width = 169
43
    Height = 33
44
    Height = 33
44
    Anchors = [akLeft, akBottom]
45
    Anchors = [akLeft, akBottom]
45
    Caption = 'Start'
46
    Caption = 'Start'
46
    Default = True
47
    Default = True
47
    TabOrder = 0
48
    TabOrder = 0
48
    OnClick = Button1Click
49
    OnClick = Button1Click
49
    ExplicitTop = 422
-
 
50
  end
50
  end
51
  object Edit1: TEdit
51
  object Edit1: TEdit
52
    Left = 16
52
    Left = 16
53
    Top = 16
53
    Top = 16
54
    Width = 722
54
    Width = 722
55
    Height = 21
55
    Height = 21
56
    Anchors = [akLeft, akTop, akRight]
56
    Anchors = [akLeft, akTop, akRight]
57
    TabOrder = 1
57
    TabOrder = 1
58
    Text = 'C:\'
58
    Text = 'C:\'
59
    ExplicitWidth = 682
-
 
60
  end
59
  end
61
  object Memo1: TMemo
60
  object Memo1: TMemo
62
    Left = 16
61
    Left = 8
63
    Top = 64
62
    Top = 64
64
    Width = 722
63
    Width = 722
65
    Height = 353
64
    Height = 353
66
    Anchors = [akLeft, akTop, akRight, akBottom]
65
    Anchors = [akLeft, akTop, akRight, akBottom]
67
    ReadOnly = True
66
    ReadOnly = True
68
    ScrollBars = ssBoth
67
    ScrollBars = ssBoth
69
    TabOrder = 2
68
    TabOrder = 2
70
    ExplicitWidth = 682
-
 
71
    ExplicitHeight = 352
-
 
72
  end
69
  end
73
  object ProgressBar1: TProgressBar
70
  object ProgressBar1: TProgressBar
74
    Left = 201
71
    Left = 201
75
    Top = 423
72
    Top = 423
76
    Width = 537
73
    Width = 537
77
    Height = 17
74
    Height = 17
78
    Anchors = [akLeft, akRight, akBottom]
75
    Anchors = [akLeft, akRight, akBottom]
79
    TabOrder = 3
76
    TabOrder = 3
80
    ExplicitTop = 422
-
 
81
    ExplicitWidth = 497
-
 
82
  end
77
  end
83
end
78
end