TvPlanIt: Less hints and warnings

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8132 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2021-10-27 18:12:33 +00:00
parent 4e7896f9a4
commit 03dcab679a
24 changed files with 84 additions and 57 deletions

View File

@ -42,7 +42,7 @@ uses
{$IFDEF VERSION6} Variants, {$ENDIF}
Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, ComCtrls,
EditBtn,
VpData, VpException, VpMisc, VpBase, VpSR, VpDlg, VpBaseDS;
VpData, VpMisc, VpBase, VpSR, VpDlg, VpBaseDS;
type
{ forward declarations }
@ -505,8 +505,8 @@ type
TLabelArray = array of TLabel;
TComboboxArray = array of TCombobox;
var
Labels: TLabelArray;
Comboboxes: TComboboxArray;
Labels: TLabelArray = nil;
Comboboxes: TComboboxArray = nil;
largestLabelWidth: Integer;
comboArrowWidth: Integer;
i: Integer;