seems like I need to update these too... :-/
This commit is contained in:
parent
be57c8d9a4
commit
150d37d1bb
@ -140,7 +140,7 @@ end;
|
|||||||
|
|
||||||
procedure TFullscreenForm.FormShow(Sender: TObject);
|
procedure TFullscreenForm.FormShow(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
MainForm.mnuShowFull.enabled := true;
|
MainForm.mnuFullScreen.enabled := true;
|
||||||
HideTaskbar;
|
HideTaskbar;
|
||||||
if calculate then
|
if calculate then
|
||||||
DrawFlame;
|
DrawFlame;
|
||||||
|
@ -27,7 +27,7 @@ object MainForm: TMainForm
|
|||||||
Left = 160
|
Left = 160
|
||||||
Top = 28
|
Top = 28
|
||||||
Width = 4
|
Width = 4
|
||||||
Height = 534
|
Height = 540
|
||||||
end
|
end
|
||||||
object ToolBar: TToolBar
|
object ToolBar: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
@ -284,7 +284,7 @@ object MainForm: TMainForm
|
|||||||
Left = 0
|
Left = 0
|
||||||
Top = 28
|
Top = 28
|
||||||
Width = 160
|
Width = 160
|
||||||
Height = 534
|
Height = 540
|
||||||
Align = alLeft
|
Align = alLeft
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
@ -303,7 +303,7 @@ object MainForm: TMainForm
|
|||||||
Left = 164
|
Left = 164
|
||||||
Top = 28
|
Top = 28
|
||||||
Width = 433
|
Width = 433
|
||||||
Height = 534
|
Height = 540
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BevelInner = bvLowered
|
BevelInner = bvLowered
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
@ -314,7 +314,7 @@ object MainForm: TMainForm
|
|||||||
Left = 1
|
Left = 1
|
||||||
Top = 1
|
Top = 1
|
||||||
Width = 431
|
Width = 431
|
||||||
Height = 532
|
Height = 538
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
PopupMenu = DisplayPopup
|
PopupMenu = DisplayPopup
|
||||||
@ -327,7 +327,7 @@ object MainForm: TMainForm
|
|||||||
end
|
end
|
||||||
object StatusBar: TStatusBar
|
object StatusBar: TStatusBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 562
|
Top = 568
|
||||||
Width = 597
|
Width = 597
|
||||||
Height = 19
|
Height = 19
|
||||||
Panels = <
|
Panels = <
|
||||||
@ -2847,30 +2847,6 @@ object MainForm: TMainForm
|
|||||||
OnClick = mnuAboutClick
|
OnClick = mnuAboutClick
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object mnuHiddenGraph: TMenuItem
|
|
||||||
Caption = 'Graph'
|
|
||||||
Visible = False
|
|
||||||
object mnuAutoZoom: TMenuItem
|
|
||||||
Caption = 'Auto Zoom'
|
|
||||||
ShortCut = 16449
|
|
||||||
OnClick = mnuAutoZoomClick
|
|
||||||
end
|
|
||||||
object mnuDelete: TMenuItem
|
|
||||||
Caption = 'Delete'
|
|
||||||
ShortCut = 8238
|
|
||||||
end
|
|
||||||
object mnuRefresh: TMenuItem
|
|
||||||
Caption = 'Refresh'
|
|
||||||
ShortCut = 16454
|
|
||||||
OnClick = mnuRefreshClick
|
|
||||||
end
|
|
||||||
object mnuShowFull: TMenuItem
|
|
||||||
Caption = 'Show Full'
|
|
||||||
Enabled = False
|
|
||||||
ShortCut = 49222
|
|
||||||
OnClick = mnuShowFullClick
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
object OpenDialog: TOpenDialog
|
object OpenDialog: TOpenDialog
|
||||||
Filter =
|
Filter =
|
||||||
|
Loading…
Reference in New Issue
Block a user