Subversion Repositories delphiutils

Rev

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

Rev 75 Rev 76
Line 41... Line 41...
41
    Font.Height = -15
41
    Font.Height = -15
42
    Font.Name = 'Tahoma'
42
    Font.Name = 'Tahoma'
43
    Font.Style = []
43
    Font.Style = []
44
    ParentFont = False
44
    ParentFont = False
45
    TabOrder = 0
45
    TabOrder = 0
46
    ExplicitWidth = 273
-
 
47
    ExplicitHeight = 49
-
 
48
  end
46
  end
49
  object Button1: TButton
47
  object Button1: TButton
50
    Left = 8
48
    Left = 8
51
    Top = 108
49
    Top = 108
52
    Width = 94
50
    Width = 94
Line 63... Line 61...
63
    Height = 30
61
    Height = 30
64
    Anchors = [akRight, akBottom]
62
    Anchors = [akRight, akBottom]
65
    Caption = 'Reset'
63
    Caption = 'Reset'
66
    TabOrder = 2
64
    TabOrder = 2
67
    OnClick = Button2Click
65
    OnClick = Button2Click
68
    ExplicitLeft = 211
-
 
69
    ExplicitTop = 109
-
 
70
  end
66
  end
71
  object Timer1: TTimer
67
  object Timer1: TTimer
72
    Interval = 100
68
    Interval = 100
73
    OnTimer = Timer1Timer
69
    OnTimer = Timer1Timer
74
    Left = 248
70
    Left = 248