Sfoglia il codice sorgente

IDE insists on TControl's before TWinControl's

(the previous commit 2e12d755 deliberately preserved the original order to clearly show the differences)

(cherry picked from commit a28021142e4767e9dbb6ef40fd8113119d1fad85)

Source commit: 2becab2dc09da07d0690442db6f9575fea7c502b
Martin Prikryl 4 anni fa
parent
commit
249fa89feb
1 ha cambiato i file con 48 aggiunte e 48 eliminazioni
  1. 48 48
      source/forms/Properties.dfm

+ 48 - 48
source/forms/Properties.dfm

@@ -71,30 +71,6 @@ object PropertiesDialog: TPropertiesDialog
         Caption = 'Location:'
         ShowAccelChar = False
       end
-      object LocationLabel: TEdit
-        Left = 85
-        Top = 58
-        Width = 241
-        Height = 17
-        TabStop = False
-        Anchors = [akLeft, akTop, akRight]
-        AutoSize = False
-        BorderStyle = bsNone
-        TabOrder = 7
-        Text = 'LocationLabel'
-      end
-      object FileLabel: TEdit
-        Left = 85
-        Top = 18
-        Width = 241
-        Height = 17
-        TabStop = False
-        Anchors = [akLeft, akTop, akRight]
-        AutoSize = False
-        BorderStyle = bsNone
-        TabOrder = 8
-        Text = 'FileLabel'
-      end
       object Label2: TLabel
         Left = 8
         Top = 80
@@ -103,18 +79,6 @@ object PropertiesDialog: TPropertiesDialog
         Caption = 'Size:'
         ShowAccelChar = False
       end
-      object SizeLabel: TEdit
-        Left = 85
-        Top = 80
-        Width = 160
-        Height = 17
-        TabStop = False
-        Anchors = [akLeft, akTop, akRight]
-        AutoSize = False
-        BorderStyle = bsNone
-        TabOrder = 9
-        Text = 'SizeLabel'
-      end
       object LinksToLabelLabel: TLabel
         Left = 8
         Top = 102
@@ -123,18 +87,6 @@ object PropertiesDialog: TPropertiesDialog
         Caption = 'Links to:'
         ShowAccelChar = False
       end
-      object LinksToLabel: TEdit
-        Left = 85
-        Top = 102
-        Width = 241
-        Height = 17
-        TabStop = False
-        Anchors = [akLeft, akTop, akRight]
-        AutoSize = False
-        BorderStyle = bsNone
-        TabOrder = 10
-        Text = 'LinksToLabel'
-      end
       object Bevel2: TBevel
         Left = 8
         Top = 125
@@ -190,6 +142,54 @@ object PropertiesDialog: TPropertiesDialog
         Anchors = [akLeft, akTop, akRight]
         Shape = bsTopLine
       end
+      object LocationLabel: TEdit
+        Left = 85
+        Top = 58
+        Width = 241
+        Height = 17
+        TabStop = False
+        Anchors = [akLeft, akTop, akRight]
+        AutoSize = False
+        BorderStyle = bsNone
+        TabOrder = 7
+        Text = 'LocationLabel'
+      end
+      object FileLabel: TEdit
+        Left = 85
+        Top = 18
+        Width = 241
+        Height = 17
+        TabStop = False
+        Anchors = [akLeft, akTop, akRight]
+        AutoSize = False
+        BorderStyle = bsNone
+        TabOrder = 8
+        Text = 'FileLabel'
+      end
+      object SizeLabel: TEdit
+        Left = 85
+        Top = 80
+        Width = 160
+        Height = 17
+        TabStop = False
+        Anchors = [akLeft, akTop, akRight]
+        AutoSize = False
+        BorderStyle = bsNone
+        TabOrder = 9
+        Text = 'SizeLabel'
+      end
+      object LinksToLabel: TEdit
+        Left = 85
+        Top = 102
+        Width = 241
+        Height = 17
+        TabStop = False
+        Anchors = [akLeft, akTop, akRight]
+        AutoSize = False
+        BorderStyle = bsNone
+        TabOrder = 10
+        Text = 'LinksToLabel'
+      end
       object GroupView: TEdit
         Left = 85
         Top = 166