소스 검색

Tab order

Source commit: 1ac48dccb41656890d0b41a24dae4d2c17164ba9
Martin Prikryl 9 년 전
부모
커밋
25f7c813c4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      source/forms/GenerateUrl.dfm

+ 2 - 2
source/forms/GenerateUrl.dfm

@@ -68,7 +68,7 @@ object GenerateUrlDialog: TGenerateUrlDialog
         Width = 216
         Height = 17
         Caption = '&Save extension'
-        TabOrder = 3
+        TabOrder = 5
         OnClick = ControlChange
       end
       object RemoteDirectoryCheck: TCheckBox
@@ -89,7 +89,7 @@ object GenerateUrlDialog: TGenerateUrlDialog
         Height = 17
         HelpType = htKeyword
         Caption = '&Password'
-        TabOrder = 5
+        TabOrder = 3
         OnClick = ControlChange
       end
     end