Menu

[r13]: / trunk / Src / FmGenericDlg.dfm  Maximize  Restore  History

Download this file

36 lines (35 with data), 653 Bytes

inherited GenericDlg: TGenericDlg
  Left = 215
  Top = 123
  BorderStyle = bsDialog
  Caption = 'GenericDlg'
  ClientHeight = 328
  ClientWidth = 468
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object bvlBottom: TBevel
    Left = 8
    Top = 296
    Width = 377
    Height = 2
    Shape = bsTopLine
  end
  object pnlBody: TPanel
    Left = 8
    Top = 8
    Width = 377
    Height = 281
    BevelOuter = bvNone
    TabOrder = 0
  end
  object btnHelp: TButton
    Left = 312
    Top = 304
    Width = 75
    Height = 25
    Caption = '&Help'
    TabOrder = 1
    OnClick = btnHelpClick
  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.