Menu

[r921]: / trunk / Src / FmUserBugReportDlg.dfm  Maximize  Restore  History

Download this file

55 lines (54 with data), 1.3 kB

inherited UserBugReportDlg: TUserBugReportDlg
  Caption = 'Report Bug Online'
  PixelsPerInch = 96
  TextHeight = 13
  inherited pnlBody: TPanel
    Top = 9
    ExplicitTop = 9
    object lblInstruct1: TLabel [1]
      Left = 4
      Top = 4
      Width = 441
      Height = 38
      AutoSize = False
      Caption = 'Thanks for taking the time to report a bug.'
      WordWrap = True
    end
    object lblInstruct2: TLabel [2]
      Left = 4
      Top = 32
      Width = 441
      Height = 54
      AutoSize = False
      Caption = 
        'Please use the link below to display CodeSnip'#39's online bug track' +
        'er then review the existing bug reports to see if anything simil' +
        'ar has been reported already, or maybe even fixed.'
      WordWrap = True
    end
    object lblInstruct4: TLabel [3]
      Left = 4
      Top = 111
      Width = 441
      Height = 38
      AutoSize = False
      Caption = 'Thanks.'
      WordWrap = True
    end
    object lblInstruct3: TLabel
      Left = 4
      Top = 72
      Width = 441
      Height = 33
      AutoSize = False
      Caption = 
        'If the bug has not been reported please create a new bug report ' +
        'and provide as much information as you can.'
      WordWrap = True
    end
  end
  inherited btnClose: TButton
    Left = 231
    ExplicitLeft = 231
  end
end
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.