Martijn Laan 1 năm trước cách đây
mục cha
commit
ef37f19202

+ 2 - 2
Projects/CompFileListWin.dfm

@@ -30,7 +30,7 @@ object CFLWForm: TCFLWForm
     DesignSize = (
     DesignSize = (
       636
       636
       50)
       50)
-    object CFLWButtonOK: TButton
+    object OkButton: TButton
       Left = 408
       Left = 408
       Top = 16
       Top = 16
       Width = 75
       Width = 75
@@ -39,7 +39,7 @@ object CFLWForm: TCFLWForm
       ModalResult = 1
       ModalResult = 1
       TabOrder = 0
       TabOrder = 0
     end
     end
-    object CFLWButtonCancel: TButton
+    object CancelButton: TButton
       Left = 503
       Left = 503
       Top = 16
       Top = 16
       Width = 75
       Width = 75

+ 2 - 2
Projects/CompFileListWin.pas

@@ -10,8 +10,8 @@ uses
 type
 type
   TCFLWForm = class(TForm)
   TCFLWForm = class(TForm)
     Panel1: TPanel;
     Panel1: TPanel;
-    CFLWButtonOK: TButton;
-    CFLWButtonCancel: TButton;
+    OkButton: TButton;
+    CancelButton: TButton;
     AppFilesEditButton: TButton;
     AppFilesEditButton: TButton;
     AppFilesRemoveButton: TButton;
     AppFilesRemoveButton: TButton;
     AppFilesAddDirButton: TButton;
     AppFilesAddDirButton: TButton;