first try to make the components unicode aware on win

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@349 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
christian_u
2008-02-11 01:09:19 +00:00
parent 160abc712d
commit 75305bbd3c
6 changed files with 83 additions and 62 deletions

View File

@ -1,13 +1,15 @@
object AlarmNotifyForm: TAlarmNotifyForm
Left = 322
Height = 210
Top = 254
Width = 410
HorzScrollBar.Page = 409
VertScrollBar.Page = 209
Left = 522
Height = 208
Top = 352
Width = 408
HorzScrollBar.Page = 407
VertScrollBar.Page = 207
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Reminder'
ClientHeight = 210
ClientWidth = 410
ClientHeight = 208
ClientWidth = 408
Color = clInfoBk
KeyPreview = True
OnKeyDown = FormKeyDown