Menu

[r571]: / trunk / Src / FmGenericOKDlg.dfm  Maximize  Restore  History

Download this file

35 lines (34 with data), 647 Bytes

inherited GenericOKDlg: TGenericOKDlg
  Caption = 'GenericOKDlg'
  PixelsPerInch = 96
  TextHeight = 13
  inherited pnlBody: TPanel
    Width = 369
    Height = 305
    ExplicitWidth = 369
    ExplicitHeight = 305
  end
  inherited btnHelp: TButton
    TabOrder = 3
  end
  object btnCancel: TButton
    Left = 232
    Top = 304
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
  object btnOK: TButton
    Left = 153
    Top = 304
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
  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.