Prechádzať zdrojové kódy

+ button test

git-svn-id: branches/unicodekvm@48779 -
nickysn 4 rokov pred
rodič
commit
f9cfc0aeb4
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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 }
     //Lb^.Newlist(List);                               { Give list to listbox }
     //R.Assign(30, 2, 40, 4);                          { Assign area }
     //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 }
     Desktop^.Insert(P);                              { Insert dialog }
     P3:=P;
     P3:=P;