You've already forked lazarus-ccr
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:
@ -232,7 +232,7 @@ object MainForm: TMainForm
|
|||||||
Left = 320
|
Left = 320
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 68
|
Width = 120
|
||||||
ItemHeight = 15
|
ItemHeight = 15
|
||||||
ItemIndex = 5
|
ItemIndex = 5
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
|
@ -5,6 +5,9 @@ unit demoMain;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
{$IFDEF UNIX}
|
||||||
|
clocale,
|
||||||
|
{$ENDIF}
|
||||||
Classes, SysUtils, FileUtil, PrintersDlgs, Forms, Controls, Graphics, Dialogs,
|
Classes, SysUtils, FileUtil, PrintersDlgs, Forms, Controls, Graphics, Dialogs,
|
||||||
ExtCtrls, StdCtrls, ComCtrls, LCLTranslator, Menus, VpBaseDS, VpDayView,
|
ExtCtrls, StdCtrls, ComCtrls, LCLTranslator, Menus, VpBaseDS, VpDayView,
|
||||||
VpWeekView, VpTaskList, VpAbout, VpContactGrid, VpMonthView, VpResEditDlg,
|
VpWeekView, VpTaskList, VpAbout, VpContactGrid, VpMonthView, VpResEditDlg,
|
||||||
|
@ -33,7 +33,6 @@ object FrmSoundDialog: TFrmSoundDialog
|
|||||||
Width = 333
|
Width = 333
|
||||||
Align = alRight
|
Align = alRight
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
Caption = 'Nothing to select from...'
|
|
||||||
ClientHeight = 446
|
ClientHeight = 446
|
||||||
ClientWidth = 333
|
ClientWidth = 333
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
|
Reference in New Issue
Block a user