fixed some dialogs

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@346 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
christian_u
2008-02-08 15:07:26 +00:00
parent 946b2b11c4
commit d9e7625cf7
19 changed files with 978 additions and 1002 deletions

View File

@ -1,17 +1,14 @@
object AlarmNotifyForm: TAlarmNotifyForm
Left = 225
Left = 559
Height = 207
Top = 143
Width = 405
HorzScrollBar.Page = 404
Top = 368
Width = 408
HorzScrollBar.Page = 407
VertScrollBar.Page = 206
BorderStyle = bsToolWindow
Caption = 'Reminder'
ClientHeight = 207
ClientWidth = 405
ClientWidth = 408
Color = clInfoBk
Font.Height = -11
Font.Name = 'MS Sans Serif'
KeyPreview = True
OnKeyDown = FormKeyDown
OnShow = FormShow
@ -60,8 +57,7 @@ object AlarmNotifyForm: TAlarmNotifyForm
Top = 16
Width = 75
Caption = 'DismissBtn'
OnClick = DismissBtnClick
TabOrder = 2
TabOrder = 0
end
object SnoozeBtn: TButton
Left = 320
@ -69,8 +65,7 @@ object AlarmNotifyForm: TAlarmNotifyForm
Top = 48
Width = 75
Caption = 'SnoozeBtn'
OnClick = SnoozeBtnClick
TabOrder = 3
TabOrder = 1
end
object OpenItemBtn: TButton
Left = 320
@ -78,8 +73,7 @@ object AlarmNotifyForm: TAlarmNotifyForm
Top = 96
Width = 75
Caption = 'OpenItemBtn'
OnClick = OpenItemBtnClick
TabOrder = 4
TabOrder = 2
end
object SubjectEdit: TEdit
Left = 8
@ -87,7 +81,7 @@ object AlarmNotifyForm: TAlarmNotifyForm
Top = 19
Width = 297
ReadOnly = True
TabOrder = 0
TabOrder = 3
end
object NotesMemo: TMemo
Left = 8
@ -104,7 +98,7 @@ object AlarmNotifyForm: TAlarmNotifyForm
)
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
TabOrder = 4
end
object SnoozeCombo: TComboBox
Left = 290
@ -135,7 +129,6 @@ object AlarmNotifyForm: TAlarmNotifyForm
'6 Days'
'1 Week'
)
OnChange = SnoozeComboChange
ParentColor = True
Style = csDropDownList
TabOrder = 5
@ -148,7 +141,7 @@ object AlarmNotifyForm: TAlarmNotifyForm
Placement.Left = 10
Placement.Height = 412
Placement.Width = 705
left = 272
top = 8
left = 300
top = 36
end
end