mirror of
https://github.com/paleotronic/microm8-gui.git
synced 2025-02-21 13:29:03 +00:00
remove debugs
This commit is contained in:
parent
73affdeb6a
commit
8520c20889
@ -1747,7 +1747,7 @@ end;
|
|||||||
|
|
||||||
procedure TGUIForm.miSPEjectClick(Sender: TObject);
|
procedure TGUIForm.miSPEjectClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
StatusBar1.SimpleText := SimpleGet(baseUrl + '/api/control/hardware/disk/eject/2');
|
SimpleGet(baseUrl + '/api/control/hardware/disk/eject/2');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TGUIForm.miSPFileClick(Sender: TObject);
|
procedure TGUIForm.miSPFileClick(Sender: TObject);
|
||||||
@ -2379,7 +2379,7 @@ begin
|
|||||||
Respo := TStringStream.Create('');
|
Respo := TStringStream.Create('');
|
||||||
SimpleFormPost(baseUrl + '/api/control/system/launch',json,Respo);
|
SimpleFormPost(baseUrl + '/api/control/system/launch',json,Respo);
|
||||||
S := Respo.DataString;
|
S := Respo.DataString;
|
||||||
self.StatusBar1.SimpleText:=S;
|
//self.StatusBar1.SimpleText:=S;
|
||||||
Respo.Destroy;
|
Respo.Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -2395,7 +2395,7 @@ begin
|
|||||||
Respo := TStringStream.Create('');
|
Respo := TStringStream.Create('');
|
||||||
SimpleFormPost(baseUrl + '/api/control/system/launch',json,Respo);
|
SimpleFormPost(baseUrl + '/api/control/system/launch',json,Respo);
|
||||||
S := Respo.DataString;
|
S := Respo.DataString;
|
||||||
self.StatusBar1.SimpleText:=S;
|
//self.StatusBar1.SimpleText:=S;
|
||||||
Respo.Destroy;
|
Respo.Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -3000,7 +3000,7 @@ begin
|
|||||||
else
|
else
|
||||||
Result := 0;
|
Result := 0;
|
||||||
end;
|
end;
|
||||||
//VK_SHIFT: Result := 0;
|
VK_SHIFT: Result := 0;
|
||||||
VK_CAPITAL: begin
|
VK_CAPITAL: begin
|
||||||
{$IFDEF DARWIN}
|
{$IFDEF DARWIN}
|
||||||
Caps := (not KeyUp);
|
Caps := (not KeyUp);
|
||||||
|
8
main.pas
8
main.pas
@ -1747,7 +1747,7 @@ end;
|
|||||||
|
|
||||||
procedure TGUIForm.miSPEjectClick(Sender: TObject);
|
procedure TGUIForm.miSPEjectClick(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
StatusBar1.SimpleText := SimpleGet(baseUrl + '/api/control/hardware/disk/eject/2');
|
SimpleGet(baseUrl + '/api/control/hardware/disk/eject/2');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TGUIForm.miSPFileClick(Sender: TObject);
|
procedure TGUIForm.miSPFileClick(Sender: TObject);
|
||||||
@ -2379,7 +2379,7 @@ begin
|
|||||||
Respo := TStringStream.Create('');
|
Respo := TStringStream.Create('');
|
||||||
SimpleFormPost(baseUrl + '/api/control/system/launch',json,Respo);
|
SimpleFormPost(baseUrl + '/api/control/system/launch',json,Respo);
|
||||||
S := Respo.DataString;
|
S := Respo.DataString;
|
||||||
self.StatusBar1.SimpleText:=S;
|
//self.StatusBar1.SimpleText:=S;
|
||||||
Respo.Destroy;
|
Respo.Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -2395,7 +2395,7 @@ begin
|
|||||||
Respo := TStringStream.Create('');
|
Respo := TStringStream.Create('');
|
||||||
SimpleFormPost(baseUrl + '/api/control/system/launch',json,Respo);
|
SimpleFormPost(baseUrl + '/api/control/system/launch',json,Respo);
|
||||||
S := Respo.DataString;
|
S := Respo.DataString;
|
||||||
self.StatusBar1.SimpleText:=S;
|
//self.StatusBar1.SimpleText:=S;
|
||||||
Respo.Destroy;
|
Respo.Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -2865,7 +2865,7 @@ end;
|
|||||||
|
|
||||||
procedure TGUIForm.FormDeactivate(Sender: TObject);
|
procedure TGUIForm.FormDeactivate(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
StatusBar1.SimpleText := 'focus lost';
|
//StatusBar1.SimpleText := 'focus lost';
|
||||||
lastFocusLostTime:=Now();
|
lastFocusLostTime:=Now();
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user