瀏覽代碼

Drop down lists on the Open Directory and Location Profile dialogs are up to 16 entries long

Source commit: 529a893385ccd4231173b44115aeb5155edff635
Martin Prikryl 9 年之前
父節點
當前提交
6d87c76c6b
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 2 0
      source/forms/LocationProfiles.dfm
  2. 1 0
      source/forms/OpenDirectory.dfm

+ 2 - 0
source/forms/LocationProfiles.dfm

@@ -312,6 +312,7 @@ object LocationProfilesDialog: TLocationProfilesDialog
     Width = 419
     Height = 21
     Anchors = [akLeft, akTop, akRight]
+    DropDownCount = 16
     TabOrder = 0
     Text = 'LocalDirectoryEdit'
     OnChange = DirectoryEditChange
@@ -322,6 +323,7 @@ object LocationProfilesDialog: TLocationProfilesDialog
     Width = 501
     Height = 21
     Anchors = [akLeft, akTop, akRight]
+    DropDownCount = 16
     MaxLength = 1000
     TabOrder = 2
     Text = 'RemoteDirectoryEdit'

+ 1 - 0
source/forms/OpenDirectory.dfm

@@ -48,6 +48,7 @@ object OpenDirectoryDialog: TOpenDirectoryDialog
     Width = 351
     Height = 21
     Anchors = [akLeft, akTop, akRight]
+    DropDownCount = 16
     MaxLength = 1000
     TabOrder = 0
     Text = 'RemoteDirectoryEdit'