tvplanit: uses clocale. Wider granularity combo in fulldemo. No panel captions in wavdlg.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5018 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2016-07-20 21:05:51 +00:00
parent 56401e83ad
commit 59c717c748
3 changed files with 4 additions and 2 deletions

View File

@ -232,7 +232,7 @@ object MainForm: TMainForm
Left = 320
Height = 23
Top = 8
Width = 68
Width = 120
ItemHeight = 15
ItemIndex = 5
Items.Strings = (

View File

@ -5,6 +5,9 @@ unit demoMain;
interface
uses
{$IFDEF UNIX}
clocale,
{$ENDIF}
Classes, SysUtils, FileUtil, PrintersDlgs, Forms, Controls, Graphics, Dialogs,
ExtCtrls, StdCtrls, ComCtrls, LCLTranslator, Menus, VpBaseDS, VpDayView,
VpWeekView, VpTaskList, VpAbout, VpContactGrid, VpMonthView, VpResEditDlg,

View File

@ -33,7 +33,6 @@ object FrmSoundDialog: TFrmSoundDialog
Width = 333
Align = alRight
BevelOuter = bvNone
Caption = 'Nothing to select from...'
ClientHeight = 446
ClientWidth = 333
TabOrder = 2