Hotkeys changed

This commit is contained in:
ronaldhordijk 2005-02-05 08:55:52 +00:00
parent f6e27b15d2
commit f2dd490dd7

View File

@ -2,7 +2,7 @@ object MainForm: TMainForm
Left = 316 Left = 316
Top = 424 Top = 424
Width = 574 Width = 574
Height = 415 Height = 435
Caption = 'Apophysis' Caption = 'Apophysis'
Color = clBtnFace Color = clBtnFace
Font.Charset = ANSI_CHARSET Font.Charset = ANSI_CHARSET
@ -27,7 +27,7 @@ object MainForm: TMainForm
Left = 160 Left = 160
Top = 28 Top = 28
Width = 4 Width = 4
Height = 314 Height = 334
end end
object ToolBar: TToolBar object ToolBar: TToolBar
Left = 0 Left = 0
@ -251,7 +251,7 @@ object MainForm: TMainForm
Left = 0 Left = 0
Top = 28 Top = 28
Width = 160 Width = 160
Height = 314 Height = 334
Align = alLeft Align = alLeft
Columns = < Columns = <
item item
@ -270,7 +270,7 @@ object MainForm: TMainForm
Left = 164 Left = 164
Top = 28 Top = 28
Width = 402 Width = 402
Height = 314 Height = 334
Align = alClient Align = alClient
BevelInner = bvLowered BevelInner = bvLowered
BevelOuter = bvNone BevelOuter = bvNone
@ -281,7 +281,7 @@ object MainForm: TMainForm
Left = 1 Left = 1
Top = 1 Top = 1
Width = 400 Width = 400
Height = 312 Height = 332
Align = alClient Align = alClient
AutoSize = True AutoSize = True
PopupMenu = DisplayPopup PopupMenu = DisplayPopup
@ -293,7 +293,7 @@ object MainForm: TMainForm
end end
object StatusBar: TStatusBar object StatusBar: TStatusBar
Left = 0 Left = 0
Top = 342 Top = 362
Width = 566 Width = 566
Height = 19 Height = 19
Panels = < Panels = <
@ -2855,7 +2855,7 @@ object MainForm: TMainForm
object mnuStop: TMenuItem object mnuStop: TMenuItem
Caption = 'Stop' Caption = 'Stop'
ImageIndex = 36 ImageIndex = 36
ShortCut = 16456 ShortCut = 16468
OnClick = mnuStopClick OnClick = mnuStopClick
end end
object N15: TMenuItem object N15: TMenuItem
@ -2865,6 +2865,7 @@ object MainForm: TMainForm
Caption = 'Open...' Caption = 'Open...'
Hint = 'Opens a script file.' Hint = 'Opens a script file.'
ImageIndex = 1 ImageIndex = 1
ShortCut = 16453
OnClick = mnuOpenScriptClick OnClick = mnuOpenScriptClick
end end
object mnuEditScript: TMenuItem object mnuEditScript: TMenuItem