some small fixes

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@348 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
christian_u
2008-02-10 19:17:45 +00:00
parent e5b5a76b68
commit 160abc712d
8 changed files with 252 additions and 268 deletions

View File

@ -1,13 +1,13 @@
object AlarmNotifyForm: TAlarmNotifyForm
Left = 504
Height = 208
Top = 335
Width = 406
HorzScrollBar.Page = 405
VertScrollBar.Page = 207
Left = 322
Height = 210
Top = 254
Width = 410
HorzScrollBar.Page = 409
VertScrollBar.Page = 209
Caption = 'Reminder'
ClientHeight = 208
ClientWidth = 406
ClientHeight = 210
ClientWidth = 410
Color = clInfoBk
KeyPreview = True
OnKeyDown = FormKeyDown
@ -57,6 +57,7 @@ object AlarmNotifyForm: TAlarmNotifyForm
Top = 16
Width = 75
Caption = 'DismissBtn'
OnClick = DismissBtnClick
TabOrder = 0
end
object SnoozeBtn: TButton
@ -65,6 +66,7 @@ object AlarmNotifyForm: TAlarmNotifyForm
Top = 48
Width = 75
Caption = 'SnoozeBtn'
OnClick = SnoozeBtnClick
TabOrder = 1
end
object OpenItemBtn: TButton
@ -73,6 +75,8 @@ object AlarmNotifyForm: TAlarmNotifyForm
Top = 96
Width = 75
Caption = 'OpenItemBtn'
Default = True
OnClick = OpenItemBtnClick
TabOrder = 2
end
object SubjectEdit: TEdit
@ -129,6 +133,7 @@ object AlarmNotifyForm: TAlarmNotifyForm
'6 Days'
'1 Week'
)
OnChange = SnoozeComboChange
ParentColor = True
Style = csDropDownList
TabOrder = 5