+ FR1221967 'Randomize color value' got Ctrl+N shortcut.

This commit is contained in:
utak3r 2005-06-28 20:07:48 +00:00
parent 701eab0270
commit 36f23ae01b

View File

@ -1,6 +1,6 @@
object MainForm: TMainForm object MainForm: TMainForm
Left = 411 Left = 408
Top = 128 Top = 98
Width = 574 Width = 574
Height = 615 Height = 615
Caption = 'Apophysis' Caption = 'Apophysis'
@ -27,7 +27,7 @@ object MainForm: TMainForm
Left = 160 Left = 160
Top = 28 Top = 28
Width = 4 Width = 4
Height = 534 Height = 522
end end
object ToolBar: TToolBar object ToolBar: TToolBar
Left = 0 Left = 0
@ -261,7 +261,7 @@ object MainForm: TMainForm
Left = 0 Left = 0
Top = 28 Top = 28
Width = 160 Width = 160
Height = 534 Height = 522
Align = alLeft Align = alLeft
Columns = < Columns = <
item item
@ -280,7 +280,7 @@ object MainForm: TMainForm
Left = 164 Left = 164
Top = 28 Top = 28
Width = 402 Width = 402
Height = 534 Height = 522
Align = alClient Align = alClient
BevelInner = bvLowered BevelInner = bvLowered
BevelOuter = bvNone BevelOuter = bvNone
@ -291,7 +291,7 @@ object MainForm: TMainForm
Left = 1 Left = 1
Top = 1 Top = 1
Width = 400 Width = 400
Height = 512 Height = 520
Align = alClient Align = alClient
AutoSize = True AutoSize = True
PopupMenu = DisplayPopup PopupMenu = DisplayPopup
@ -303,7 +303,7 @@ object MainForm: TMainForm
end end
object StatusBar: TStatusBar object StatusBar: TStatusBar
Left = 0 Left = 0
Top = 562 Top = 550
Width = 566 Width = 566
Height = 19 Height = 19
Panels = < Panels = <
@ -2679,6 +2679,7 @@ object MainForm: TMainForm
object mnuRandomizeColorValues: TMenuItem object mnuRandomizeColorValues: TMenuItem
Caption = 'Randomize Color Values' Caption = 'Randomize Color Values'
Hint = 'Randomizes the transform color parameters.' Hint = 'Randomizes the transform color parameters.'
ShortCut = 16462
OnClick = mnuRandomizeColorValuesClick OnClick = mnuRandomizeColorValuesClick
end end
object N12: TMenuItem object N12: TMenuItem
@ -2929,8 +2930,9 @@ object MainForm: TMainForm
end end
object HTTP: TIdHTTP object HTTP: TIdHTTP
OnStatus = HTTPStatus OnStatus = HTTPStatus
MaxLineAction = maException
ReadTimeout = 0
AuthRetries = 0 AuthRetries = 0
AuthProxyRetries = 0
AllowCookies = True AllowCookies = True
ProxyParams.BasicAuthentication = False ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0 ProxyParams.ProxyPort = 0