summaryrefslogtreecommitdiff
path: root/src/gui/fpgui_package.pas
blob: a6b53cdcde56637f465b9aa522dc1176a10230c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
 }

unit fpgui_package; 

interface

uses
  gui_button, gui_combobox, gui_dialogs, gui_edit, gui_form, gui_label, 
    gui_listbox, gui_memo, gui_popupwindow, gui_scrollbar, gui_bevel; 

implementation

end.