You've already forked lazarus-ccr
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:
@ -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
|
||||
|
Reference in New Issue
Block a user