TvPlanIt: Some cosmetic changes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8174 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
a94f08651f
commit
aedf5ffcc0
@ -384,20 +384,20 @@ procedure TMainForm.Cb3DChange(Sender: TObject);
|
||||
var
|
||||
ds: TVpDrawingStyle;
|
||||
begin
|
||||
ds := TVpDrawingStyle(CbDrawingStyle.ItemIndex);
|
||||
VpTaskList1.DrawingStyle := ds;
|
||||
VpContactGrid1.DrawingStyle := ds;
|
||||
VpDayView1.DrawingStyle := ds;
|
||||
VpWeekView1.DrawingStyle := ds;
|
||||
VpMonthView1.DrawingStyle := ds;
|
||||
ds := TVpDrawingStyle(CbDrawingStyle.ItemIndex);
|
||||
VpTaskList1.DrawingStyle := ds;
|
||||
VpContactGrid1.DrawingStyle := ds;
|
||||
VpDayView1.DrawingStyle := ds;
|
||||
VpWeekView1.DrawingStyle := ds;
|
||||
VpMonthView1.DrawingStyle := ds;
|
||||
end;
|
||||
|
||||
procedure TMainForm.CbAddressBuilderChange(Sender: TObject);
|
||||
begin
|
||||
if CbAddressBuilder.ItemIndex <= 0 then
|
||||
VpControlLink1.CityStateZipFormat := ''
|
||||
else
|
||||
VpControlLink1.CityStateZipFormat := CbAddressBuilder.Items[CbAddressBuilder.ItemIndex];
|
||||
if CbAddressBuilder.ItemIndex <= 0 then
|
||||
VpControlLink1.CityStateZipFormat := ''
|
||||
else
|
||||
VpControlLink1.CityStateZipFormat := CbAddressBuilder.Items[CbAddressBuilder.ItemIndex];
|
||||
end;
|
||||
|
||||
procedure TMainForm.CbAllowDragAndDropChange(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user