You've already forked lazarus-ccr
tvplanit: Less hints/warnings in fulldemo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8172 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -57,7 +57,7 @@ object MainForm: TMainForm
|
||||
Height = 528
|
||||
Top = 48
|
||||
Width = 834
|
||||
PageIndex = 3
|
||||
PageIndex = 0
|
||||
Align = alClient
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
|
@ -564,7 +564,7 @@ end;
|
||||
procedure TMainForm.lbOtherResourcesClickCheck(Sender: TObject);
|
||||
var
|
||||
i, n: Integer;
|
||||
resArray: TVpResourceArray;
|
||||
resArray: TVpResourceArray = nil;
|
||||
begin
|
||||
// Collect resources checked for overlaying in an array
|
||||
SetLength(resArray, lbOtherResources.Items.Count);
|
||||
@ -766,7 +766,7 @@ var
|
||||
w: Integer;
|
||||
begin
|
||||
// Settings page
|
||||
w := MaxValue([
|
||||
w := {%H-}MaxValue([
|
||||
GetLabelWidth(LblLanguage),
|
||||
GetLabelWidth(LblTimeFormat),
|
||||
GetLabelWidth(LblFirstDayOfWeek),
|
||||
|
Reference in New Issue
Block a user