Files
lazarus-ccr/components/tvplanit/source/vpalarmdlg.lfm
christian_u 56479a1b4b - reverted canvas utils
- corrected dismiss of repeated events

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@356 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-02-21 11:50:30 +00:00

129 lines
2.4 KiB
Plaintext

object AlarmNotifyForm: TAlarmNotifyForm
Left = 176
Height = 197
Top = 232
Width = 400
HorzScrollBar.Page = 399
VertScrollBar.Page = 196
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Reminder'
ClientHeight = 197
ClientWidth = 400
Color = clWindow
KeyPreview = True
OnKeyDown = FormKeyDown
OnShow = FormShow
Position = poDefault
object SnoozeCaption: TLabel
Left = 48
Height = 13
Top = 136
Width = 78
Alignment = taRightJustify
AutoSize = False
Caption = 'SnoozeCaption'
ParentColor = False
end
object lSubject: TLabel
Left = 24
Height = 14
Top = 32
Width = 47
Caption = 'lSubject'
Font.Style = [fsBold]
ParentColor = False
end
object lNotes: TLabel
Left = 24
Height = 64
Top = 64
Width = 368
AutoSize = False
Caption = 'lNotes'
ParentColor = False
WordWrap = True
end
object lTime: TLabel
Left = 24
Height = 14
Top = 8
Width = 25
Caption = 'lTime'
ParentColor = False
end
object DismissBtn: TButton
Left = 216
Height = 25
Top = 168
Width = 88
Caption = 'DismissBtn'
OnClick = DismissBtnClick
TabOrder = 0
end
object SnoozeBtn: TButton
Left = 312
Height = 25
Top = 136
Width = 83
Caption = 'SnoozeBtn'
OnClick = SnoozeBtnClick
TabOrder = 1
end
object OpenItemBtn: TButton
Left = 312
Height = 25
Top = 168
Width = 83
Caption = 'OpenItemBtn'
Default = True
OnClick = OpenItemBtnClick
TabOrder = 2
end
object SnoozeCombo: TComboBox
Left = 136
Height = 21
Top = 136
Width = 168
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 13
Items.Strings = (
'5 Minutes'
'10 Minutes'
'15 Minutes'
'30 Minutes'
'45 Minutes'
'1 Hours'
'2 Hours'
'3 Hours'
'4 Hours'
'5 Hours'
'6 Hours'
'7 Hours'
'8 Hours'
'1 Days'
'2 Days'
'3 Days'
'4 Days'
'5 Days'
'6 Days'
'1 Week'
)
OnChange = SnoozeComboChange
ParentColor = True
Style = csDropDownList
TabOrder = 3
end
object EventDialog: TVpEventEditDialog
Version = 'v1.03'
TimeFormat = tf24Hour
Placement.Position = mpCenterTop
Placement.Top = 10
Placement.Left = 10
Placement.Height = 412
Placement.Width = 705
left = 360
top = 8
end
end