Changeset 25 for trunk/Forms/UFormImportFormat.lfm
- Timestamp:
- May 8, 2016, 10:56:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportFormat.lfm
r22 r25 7 7 ClientHeight = 433 8 8 ClientWidth = 664 9 LCLVersion = '1. 6.0.4'9 LCLVersion = '1.7' 10 10 object ButtonOk: TButton 11 11 Left = 560 … … 28 28 object Label1: TLabel 29 29 Left = 20 30 Height = 2 430 Height = 22 31 31 Top = 16 32 Width = 5632 Width = 49 33 33 Caption = 'Name:' 34 34 ParentColor = False … … 36 36 object EditName: TEdit 37 37 Left = 179 38 Height = 3 438 Height = 32 39 39 Top = 11 40 40 Width = 461 … … 44 44 object Label2: TLabel 45 45 Left = 20 46 Height = 2 447 Top = 5348 Width = 1 2646 Height = 22 47 Top = 133 48 Width = 112 49 49 Caption = 'Acronym start:' 50 50 ParentColor = False … … 52 52 object EditAcronymStart: TEdit 53 53 Left = 179 54 Height = 3 455 Top = 4854 Height = 32 55 Top = 128 56 56 Width = 461 57 57 Anchors = [akTop, akLeft, akRight] … … 60 60 object Label3: TLabel 61 61 Left = 20 62 Height = 2 463 Top = 9364 Width = 1 1862 Height = 22 63 Top = 173 64 Width = 105 65 65 Caption = 'Acronym end:' 66 66 ParentColor = False … … 68 68 object EditAcronymEnd: TEdit 69 69 Left = 179 70 Height = 3 471 Top = 8870 Height = 32 71 Top = 168 72 72 Width = 461 73 73 Anchors = [akTop, akLeft, akRight] … … 76 76 object Label4: TLabel 77 77 Left = 20 78 Height = 2 479 Top = 13380 Width = 1 2478 Height = 22 79 Top = 213 80 Width = 111 81 81 Caption = 'Meaning start:' 82 82 ParentColor = False … … 84 84 object EditMeaningStart: TEdit 85 85 Left = 179 86 Height = 3 487 Top = 12886 Height = 32 87 Top = 208 88 88 Width = 461 89 89 Anchors = [akTop, akLeft, akRight] … … 92 92 object Label5: TLabel 93 93 Left = 20 94 Height = 2 495 Top = 17396 Width = 1 1694 Height = 22 95 Top = 253 96 Width = 104 97 97 Caption = 'Meaning end:' 98 98 ParentColor = False … … 100 100 object EditMeaningEnd: TEdit 101 101 Left = 179 102 Height = 3 4103 Top = 168102 Height = 32 103 Top = 248 104 104 Width = 461 105 105 Anchors = [akTop, akLeft, akRight] … … 108 108 object Label6: TLabel 109 109 Left = 20 110 Height = 2 4111 Top = 2 13112 Width = 1 48110 Height = 22 111 Top = 293 112 Width = 132 113 113 Caption = 'Description start:' 114 114 ParentColor = False … … 116 116 object EditDescriptionStart: TEdit 117 117 Left = 179 118 Height = 3 4119 Top = 2 08118 Height = 32 119 Top = 288 120 120 Width = 461 121 121 Anchors = [akTop, akLeft, akRight] … … 124 124 object Label7: TLabel 125 125 Left = 20 126 Height = 2 4127 Top = 253128 Width = 1 40126 Height = 22 127 Top = 333 128 Width = 125 129 129 Caption = 'Description end:' 130 130 ParentColor = False … … 132 132 object EditDescriptionEnd: TEdit 133 133 Left = 179 134 Height = 3 4135 Top = 248134 Height = 32 135 Top = 328 136 136 Width = 461 137 137 Anchors = [akTop, akLeft, akRight] 138 138 TabOrder = 8 139 139 end 140 object Label8: TLabel 141 Left = 24 142 Height = 22 143 Top = 53 144 Width = 85 145 Caption = 'Block start:' 146 ParentColor = False 147 end 148 object EditBlockStart: TEdit 149 Left = 179 150 Height = 32 151 Top = 48 152 Width = 461 153 Anchors = [akTop, akLeft, akRight] 154 TabOrder = 9 155 end 156 object Label9: TLabel 157 Left = 24 158 Height = 22 159 Top = 93 160 Width = 78 161 Caption = 'Block end:' 162 ParentColor = False 163 end 164 object EditBlockEnd: TEdit 165 Left = 179 166 Height = 32 167 Top = 88 168 Width = 461 169 Anchors = [akTop, akLeft, akRight] 170 TabOrder = 10 171 end 140 172 end
Note:
See TracChangeset
for help on using the changeset viewer.