|
@@ -219,7 +219,8 @@ begin
|
|
|
ufsNormal:
|
|
|
begin
|
|
|
pnlOrder.Visible := False;
|
|
|
- pnlPlay.Visible := PHPWeb.UserID = Data.UperID;
|
|
|
+// pnlPlay.Visible := PHPWeb.UserID = Data.UperID;
|
|
|
+ pnlPlay.Visible := True;
|
|
|
lblInfo.Visible := True;
|
|
|
lblInfo.Font.Color := clBlack;
|
|
|
lblInfo.Caption := Data.UperName;
|