Subversion Repositories autosfx

Rev

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

Rev 1 Rev 3
Line 65... Line 65...
65
    Font.Height = -11
65
    Font.Height = -11
66
    Font.Name = 'MS Sans Serif'
66
    Font.Name = 'MS Sans Serif'
67
    Font.Style = []
67
    Font.Style = []
68
    ParentFont = False
68
    ParentFont = False
69
    TabOrder = 1
69
    TabOrder = 1
-
 
70
    TabStop = False
70
    OnClick = CancelBtnClick
71
    OnClick = CancelBtnClick
71
  end
72
  end
72
  object itemBar: TProgressBar
73
  object itemBar: TProgressBar
73
    Left = 8
74
    Left = 8
74
    Top = 90
75
    Top = 90
Line 76... Line 77...
76
    Height = 22
77
    Height = 22
77
    Smooth = True
78
    Smooth = True
78
    TabOrder = 2
79
    TabOrder = 2
79
  end
80
  end
80
  object AutoTimer: TTimer
81
  object AutoTimer: TTimer
81
    Interval = 100
-
 
82
    OnTimer = AutoTimerTimer
82
    OnTimer = AutoTimerTimer
83
    Left = 320
83
    Left = 320
84
    Top = 8
84
    Top = 8
85
  end
85
  end
86
end
86
end