浏览代码

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