Menu

[r3020]: / trunk / Src / FmGenericNonModalDlg.dfm  Maximize  Restore  History

Download this file

24 lines (23 with data), 465 Bytes

inherited GenericNonModalDlg: TGenericNonModalDlg
  BorderStyle = bsToolWindow
  Caption = 'GenericNonModalDlg'
  ClientHeight = 350
  ClientWidth = 468
  PixelsPerInch = 96
  TextHeight = 13
  inherited btnHelp: TButton
    TabOrder = 2
  end
  object btnClose: TButton
    Left = 232
    Top = 304
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Close'
    Default = True
    ModalResult = 1
    TabOrder = 1
    OnClick = btnCloseClick
  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.