Changeset 153 for trunk/Forms/UFormMain.pas
- Timestamp:
- Oct 16, 2017, 3:18:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormMain.pas
r152 r153 8 8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus, 9 9 ComCtrls, StdCtrls, ExtCtrls, ActnList, Grids, UAcronym, UPersistentForm, 10 URegistry, ULastOpenedList, UListViewSort, UJobProgressView, UCoolTranslator,10 URegistry, ULastOpenedList, UListViewSort, UJobProgressView, 11 11 Registry, SpecializedList, LazUTF8, LazFileUtils; 12 12 … … 74 74 MenuItem9: TMenuItem; 75 75 OpenDialog1: TOpenDialog; 76 Panel1: TPanel;77 76 PanelParam: TPanel; 78 77 PanelMain: TPanel; … … 196 195 for I := 0 to ToolBar4.ButtonCount - 1 do 197 196 ToolBar4.Buttons[I].Hint := ToolBar4.Buttons[I].Caption; 197 PanelMain.ControlStyle := PanelMain.ControlStyle + [csOpaque]; 198 PanelParam.ControlStyle := PanelParam.ControlStyle + [csOpaque]; 198 199 end; 199 200
Note:
See TracChangeset
for help on using the changeset viewer.