SampleForm.dfm

object FormMain: TFormMain
  Width = 354
  Height = 179
  Caption = 'GNU gettext sample application'
  OnCreate = FormCreate
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  object ButtonTestGettext: TButton
    Left = 64
    Top = 48
    Width = 75
    Height = 25
    Caption = 'Click me'
    OnClick = ButtonTestGettextClick
  end
  object ButtonTestResourcestring: TButton
    Left = 144
    Top = 48
    Width = 75
    Height = 25
    Caption = 'Click me'
    OnClick = ButtonTestResourcestringClick
  end
end