2022-08-11 16:46:32 +00:00
|
|
|
inherited VpImportPreviewICalEventForm: TVpImportPreviewICalEventForm
|
|
|
|
Height = 400
|
|
|
|
Width = 667
|
|
|
|
Caption = ''
|
|
|
|
ClientHeight = 400
|
|
|
|
ClientWidth = 667
|
2023-12-17 23:18:28 +00:00
|
|
|
OnActivate = FormActivate
|
2022-08-11 16:46:32 +00:00
|
|
|
inherited ButtonPanel: TPanel
|
|
|
|
Top = 369
|
|
|
|
Width = 655
|
|
|
|
ClientWidth = 655
|
|
|
|
inherited btnExecute: TButton
|
2022-09-02 17:38:26 +00:00
|
|
|
Left = 446
|
2023-12-17 23:18:28 +00:00
|
|
|
BorderSpacing.Left = 8
|
|
|
|
OnClick = btnExecuteClick
|
2022-08-11 16:46:32 +00:00
|
|
|
end
|
|
|
|
inherited btnCancel: TButton
|
2022-09-02 17:38:26 +00:00
|
|
|
Left = 593
|
|
|
|
Width = 62
|
|
|
|
AutoSize = True
|
2022-08-11 16:46:32 +00:00
|
|
|
end
|
2023-12-17 23:18:28 +00:00
|
|
|
object lblOpenEndDuration: TLabel[2]
|
|
|
|
AnchorSideLeft.Control = ButtonPanel
|
|
|
|
AnchorSideTop.Control = ButtonPanel
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 6
|
|
|
|
Height = 15
|
|
|
|
Top = 5
|
|
|
|
Width = 163
|
|
|
|
BorderSpacing.Left = 6
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Duration of "open end" events:'
|
|
|
|
Visible = False
|
|
|
|
end
|
|
|
|
object rbOpenEndDuration30mins: TRadioButton[3]
|
|
|
|
AnchorSideLeft.Control = lblOpenEndDuration
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = ButtonPanel
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 177
|
|
|
|
Height = 19
|
|
|
|
Top = 3
|
|
|
|
Width = 54
|
|
|
|
BorderSpacing.Right = 9
|
|
|
|
Caption = '30 min'
|
|
|
|
TabOrder = 2
|
|
|
|
Visible = False
|
|
|
|
end
|
|
|
|
object rbOpenEndDuration1Hr: TRadioButton[4]
|
|
|
|
AnchorSideLeft.Control = rbOpenEndDuration30mins
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = ButtonPanel
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 240
|
|
|
|
Height = 19
|
|
|
|
Top = 3
|
|
|
|
Width = 52
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = '1 hour'
|
|
|
|
TabOrder = 3
|
|
|
|
Visible = False
|
|
|
|
end
|
|
|
|
object rbOpenEndDuration2Hrs: TRadioButton[5]
|
|
|
|
AnchorSideLeft.Control = rbOpenEndDuration1Hr
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = ButtonPanel
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 300
|
|
|
|
Height = 19
|
|
|
|
Top = 3
|
|
|
|
Width = 57
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = '2 hours'
|
|
|
|
TabOrder = 4
|
|
|
|
Visible = False
|
|
|
|
end
|
|
|
|
object rbOpenEndDuration4Hrs: TRadioButton[6]
|
|
|
|
AnchorSideLeft.Control = rbOpenEndDuration2Hrs
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = ButtonPanel
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 365
|
|
|
|
Height = 19
|
|
|
|
Top = 3
|
|
|
|
Width = 57
|
|
|
|
Caption = '4 hours'
|
|
|
|
TabOrder = 5
|
|
|
|
Visible = False
|
|
|
|
end
|
2022-08-11 16:46:32 +00:00
|
|
|
end
|
|
|
|
end
|