Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus / usr / share / lazarus / 1.6 / components / jcf2 / Ui / fJcfErrorDisplay.lfm
Size: Mime:
object ExceptionDialog: TExceptionDialog
  Left = 294
  Height = 180
  Top = 195
  Width = 420
  BorderIcons = [biSystemMenu]
  Caption = 'JCF Exception'
  ClientHeight = 180
  ClientWidth = 420
  Font.CharSet = ANSI_CHARSET
  Font.Height = -15
  Font.Name = 'Segoe UI'
  OnCreate = FormCreate
  OnResize = FormResize
  LCLVersion = '0.9.27'
  object btnOk: TButton
    Left = 155
    Height = 34
    Top = 133
    Width = 100
    Caption = '&OK'
    Default = True
    OnClick = btnOkClick
    TabOrder = 0
  end
  object mExceptionMessage: TMemo
    Left = 0
    Height = 124
    Top = 0
    Width = 409
    ReadOnly = True
    TabOrder = 1
  end
end