|
@@ -13,7 +13,6 @@ object ProgressForm: TProgressForm
|
|
|
OldCreateOrder = False
|
|
OldCreateOrder = False
|
|
|
Position = poOwnerFormCenter
|
|
Position = poOwnerFormCenter
|
|
|
OnHide = FormHide
|
|
OnHide = FormHide
|
|
|
- OnKeyDown = FormKeyDown
|
|
|
|
|
OnShow = FormShow
|
|
OnShow = FormShow
|
|
|
DesignSize = (
|
|
DesignSize = (
|
|
|
360
|
|
360
|
|
@@ -214,22 +213,26 @@ object ProgressForm: TProgressForm
|
|
|
DragHandleStyle = dhNone
|
|
DragHandleStyle = dhNone
|
|
|
Images = ImageList
|
|
Images = ImageList
|
|
|
ParentShowHint = False
|
|
ParentShowHint = False
|
|
|
|
|
+ ProcessShortCuts = True
|
|
|
ShowHint = True
|
|
ShowHint = True
|
|
|
TabOrder = 0
|
|
TabOrder = 0
|
|
|
Color = clWindow
|
|
Color = clWindow
|
|
|
object CancelItem: TTBXItem
|
|
object CancelItem: TTBXItem
|
|
|
Caption = '&CancelX'
|
|
Caption = '&CancelX'
|
|
|
ImageIndex = 0
|
|
ImageIndex = 0
|
|
|
|
|
+ ShortCut = 27
|
|
|
OnClick = CancelItemClick
|
|
OnClick = CancelItemClick
|
|
|
end
|
|
end
|
|
|
object MinimizeItem: TTBXItem
|
|
object MinimizeItem: TTBXItem
|
|
|
Caption = '&Minimize'
|
|
Caption = '&Minimize'
|
|
|
ImageIndex = 1
|
|
ImageIndex = 1
|
|
|
|
|
+ ShortCut = 32845
|
|
|
OnClick = MinimizeItemClick
|
|
OnClick = MinimizeItemClick
|
|
|
end
|
|
end
|
|
|
object MoveToQueueItem: TTBXItem
|
|
object MoveToQueueItem: TTBXItem
|
|
|
Caption = 'Proceed in &Background'
|
|
Caption = 'Proceed in &Background'
|
|
|
ImageIndex = 7
|
|
ImageIndex = 7
|
|
|
|
|
+ ShortCut = 32834
|
|
|
OnClick = MoveToQueueItemClick
|
|
OnClick = MoveToQueueItemClick
|
|
|
end
|
|
end
|
|
|
object CycleOnceDoneItem: TTBXSubmenuItem
|
|
object CycleOnceDoneItem: TTBXSubmenuItem
|
|
@@ -237,6 +240,7 @@ object ProgressForm: TProgressForm
|
|
|
DropdownCombo = True
|
|
DropdownCombo = True
|
|
|
Hint = 'Action to perform once the operation finishes'
|
|
Hint = 'Action to perform once the operation finishes'
|
|
|
ImageIndex = 2
|
|
ImageIndex = 2
|
|
|
|
|
+ ShortCut = 32838
|
|
|
OnClick = CycleOnceDoneItemClick
|
|
OnClick = CycleOnceDoneItemClick
|
|
|
object IdleOnceDoneItem: TTBXItem
|
|
object IdleOnceDoneItem: TTBXItem
|
|
|
Caption = '&Stay Idle'
|
|
Caption = '&Stay Idle'
|
|
@@ -268,7 +272,9 @@ object ProgressForm: TProgressForm
|
|
|
EditWidth = 110
|
|
EditWidth = 110
|
|
|
Hint = 'Speed limit (KB/s)'
|
|
Hint = 'Speed limit (KB/s)'
|
|
|
ImageIndex = 6
|
|
ImageIndex = 6
|
|
|
|
|
+ ShortCut = 32851
|
|
|
OnAcceptText = SpeedComboBoxItemAcceptText
|
|
OnAcceptText = SpeedComboBoxItemAcceptText
|
|
|
|
|
+ OnClick = SpeedComboBoxItemClick
|
|
|
ShowImage = True
|
|
ShowImage = True
|
|
|
OnAdjustImageIndex = SpeedComboBoxItemAdjustImageIndex
|
|
OnAdjustImageIndex = SpeedComboBoxItemAdjustImageIndex
|
|
|
OnItemClick = SpeedComboBoxItemItemClick
|
|
OnItemClick = SpeedComboBoxItemItemClick
|