You've already forked lazarus-ccr
Fixed some small bugs
fixed dayview reworked event Edit Dlg git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1084 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,38 +1,41 @@
|
||||
object AlarmNotifyForm: TAlarmNotifyForm
|
||||
Left = 176
|
||||
Height = 197
|
||||
Top = 232
|
||||
Width = 400
|
||||
Left = 490
|
||||
Height = 209
|
||||
Top = 253
|
||||
Width = 407
|
||||
HorzScrollBar.Page = 399
|
||||
VertScrollBar.Page = 196
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Reminder'
|
||||
ClientHeight = 197
|
||||
ClientWidth = 400
|
||||
ClientHeight = 209
|
||||
ClientWidth = 407
|
||||
Color = clWindow
|
||||
KeyPreview = True
|
||||
OnKeyDown = FormKeyDown
|
||||
OnShow = FormShow
|
||||
Position = poDefault
|
||||
LCLVersion = '0.9.29'
|
||||
object SnoozeCaption: TLabel
|
||||
Left = 48
|
||||
Height = 13
|
||||
Left = 24
|
||||
Height = 57
|
||||
Top = 136
|
||||
Width = 78
|
||||
Width = 102
|
||||
Alignment = taRightJustify
|
||||
AutoSize = False
|
||||
Caption = 'SnoozeCaption'
|
||||
ParentColor = False
|
||||
WordWrap = True
|
||||
end
|
||||
object lSubject: TLabel
|
||||
Left = 24
|
||||
Height = 14
|
||||
Height = 16
|
||||
Top = 32
|
||||
Width = 47
|
||||
Width = 46
|
||||
Caption = 'lSubject'
|
||||
Font.Style = [fsBold]
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
end
|
||||
object lNotes: TLabel
|
||||
Left = 24
|
||||
@ -46,35 +49,35 @@ object AlarmNotifyForm: TAlarmNotifyForm
|
||||
end
|
||||
object lTime: TLabel
|
||||
Left = 24
|
||||
Height = 14
|
||||
Height = 16
|
||||
Top = 8
|
||||
Width = 25
|
||||
Width = 31
|
||||
Caption = 'lTime'
|
||||
ParentColor = False
|
||||
end
|
||||
object DismissBtn: TButton
|
||||
Left = 216
|
||||
Height = 25
|
||||
Top = 168
|
||||
Width = 88
|
||||
Left = 176
|
||||
Height = 32
|
||||
Top = 170
|
||||
Width = 112
|
||||
Caption = 'DismissBtn'
|
||||
OnClick = DismissBtnClick
|
||||
TabOrder = 0
|
||||
end
|
||||
object SnoozeBtn: TButton
|
||||
Left = 312
|
||||
Height = 25
|
||||
Left = 296
|
||||
Height = 32
|
||||
Top = 136
|
||||
Width = 83
|
||||
Width = 99
|
||||
Caption = 'SnoozeBtn'
|
||||
OnClick = SnoozeBtnClick
|
||||
TabOrder = 1
|
||||
end
|
||||
object OpenItemBtn: TButton
|
||||
Left = 312
|
||||
Height = 25
|
||||
Top = 168
|
||||
Width = 83
|
||||
Left = 296
|
||||
Height = 32
|
||||
Top = 170
|
||||
Width = 99
|
||||
Caption = 'OpenItemBtn'
|
||||
Default = True
|
||||
OnClick = OpenItemBtnClick
|
||||
@ -82,11 +85,10 @@ object AlarmNotifyForm: TAlarmNotifyForm
|
||||
end
|
||||
object SnoozeCombo: TComboBox
|
||||
Left = 136
|
||||
Height = 21
|
||||
Height = 23
|
||||
Top = 136
|
||||
Width = 168
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
ItemHeight = 13
|
||||
Width = 152
|
||||
ItemHeight = 15
|
||||
Items.Strings = (
|
||||
'5 Minutes'
|
||||
'10 Minutes'
|
||||
@ -117,6 +119,7 @@ object AlarmNotifyForm: TAlarmNotifyForm
|
||||
object EventDialog: TVpEventEditDialog
|
||||
Version = 'v1.03'
|
||||
TimeFormat = tf24Hour
|
||||
Options = []
|
||||
Placement.Position = mpCenterTop
|
||||
Placement.Top = 10
|
||||
Placement.Left = 10
|
||||
|
Reference in New Issue
Block a user