Browse Source

+ button test

git-svn-id: branches/unicodekvm@48779 -
nickysn 4 years ago
parent
commit
f9cfc0aeb4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/fv/examples/testuapp.pas

+ 2 - 2
packages/fv/examples/testuapp.pas

@@ -145,8 +145,8 @@ begin
     //Lb^.Newlist(List);                               { Give list to listbox }
     //R.Assign(30, 2, 40, 4);                          { Assign area }
 
-    //P^.Insert(New(PButton, Init(R, '~O~k', 100, bfGrabFocus)));{ Create okay button }
-    //R.Assign(30, 15, 40, 17);                        { Assign area }
+    P^.Insert(New(PButton, Init(R, '好的', 100, bfGrabFocus)));{ Create okay button }
+    R.Assign(30, 15, 40, 17);                        { Assign area }
 
     Desktop^.Insert(P);                              { Insert dialog }
     P3:=P;