You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user