Subversion Repositories winbugtracker

Rev

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

Rev 3 Rev 5
Line 93... Line 93...
93
  object OKButton: TButton
93
  object OKButton: TButton
94
    Left = 111
94
    Left = 111
95
    Top = 180
95
    Top = 180
96
    Width = 75
96
    Width = 75
97
    Height = 25
97
    Height = 25
-
 
98
    Cancel = True
98
    Caption = 'OK'
99
    Caption = 'OK'
99
    Default = True
100
    Default = True
100
    ModalResult = 1
101
    ModalResult = 1
101
    TabOrder = 1
102
    TabOrder = 1
102
  end
103
  end