blob: 995215e720f515860e7601624726d27367a2feca (
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, gui_trackbar;
implementation
end.
|