You've already forked lazarus-ccr
fixed dayview reworked event Edit Dlg git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1084 8e941d3f-bd1b-0410-a28a-d453659cc2b4
132 lines
2.4 KiB
Plaintext
132 lines
2.4 KiB
Plaintext
object AlarmNotifyForm: TAlarmNotifyForm
|
|
Left = 490
|
|
Height = 209
|
|
Top = 253
|
|
Width = 407
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 196
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Reminder'
|
|
ClientHeight = 209
|
|
ClientWidth = 407
|
|
Color = clWindow
|
|
KeyPreview = True
|
|
OnKeyDown = FormKeyDown
|
|
OnShow = FormShow
|
|
Position = poDefault
|
|
LCLVersion = '0.9.29'
|
|
object SnoozeCaption: TLabel
|
|
Left = 24
|
|
Height = 57
|
|
Top = 136
|
|
Width = 102
|
|
Alignment = taRightJustify
|
|
AutoSize = False
|
|
Caption = 'SnoozeCaption'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object lSubject: TLabel
|
|
Left = 24
|
|
Height = 16
|
|
Top = 32
|
|
Width = 46
|
|
Caption = 'lSubject'
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = 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 = 16
|
|
Top = 8
|
|
Width = 31
|
|
Caption = 'lTime'
|
|
ParentColor = False
|
|
end
|
|
object DismissBtn: TButton
|
|
Left = 176
|
|
Height = 32
|
|
Top = 170
|
|
Width = 112
|
|
Caption = 'DismissBtn'
|
|
OnClick = DismissBtnClick
|
|
TabOrder = 0
|
|
end
|
|
object SnoozeBtn: TButton
|
|
Left = 296
|
|
Height = 32
|
|
Top = 136
|
|
Width = 99
|
|
Caption = 'SnoozeBtn'
|
|
OnClick = SnoozeBtnClick
|
|
TabOrder = 1
|
|
end
|
|
object OpenItemBtn: TButton
|
|
Left = 296
|
|
Height = 32
|
|
Top = 170
|
|
Width = 99
|
|
Caption = 'OpenItemBtn'
|
|
Default = True
|
|
OnClick = OpenItemBtnClick
|
|
TabOrder = 2
|
|
end
|
|
object SnoozeCombo: TComboBox
|
|
Left = 136
|
|
Height = 23
|
|
Top = 136
|
|
Width = 152
|
|
ItemHeight = 15
|
|
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
|
|
Options = []
|
|
Placement.Position = mpCenterTop
|
|
Placement.Top = 10
|
|
Placement.Left = 10
|
|
Placement.Height = 412
|
|
Placement.Width = 705
|
|
left = 360
|
|
top = 8
|
|
end
|
|
end
|