summaryrefslogtreecommitdiff
path: root/src/gui/fpgui_package.pas
blob: 5903ea3e4ea63545fea4e3d0adf9ffcba02f7ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ 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, 
    gui_checkbox, gui_radiobutton; 

implementation

end.