Subversion Repositories delphiutils

Rev

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

Rev 84 Rev 85
Line 11... Line 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
Line 44... Line 45...
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