Changeset 203
- Timestamp:
- Apr 24, 2019, 2:43:03 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 15 added
- 14 deleted
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpi
r190 r203 2 2 <CONFIG> 3 3 <ProjectOptions> 4 <Version Value="1 0"/>4 <Version Value="11"/> 5 5 <PathDelim Value="\"/> 6 6 <General> … … 80 80 </PublishOptions> 81 81 <RunParams> 82 <local> 83 <FormatVersion Value="1"/> 84 </local> 82 <FormatVersion Value="2"/> 83 <Modes Count="1"> 84 <Mode0 Name="default"/> 85 </Modes> 85 86 </RunParams> 86 87 <RequiredPackages Count="5"> -
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormAbout.lfm
r169 r203 11 11 OnShow = FormShow 12 12 Position = poScreenCenter 13 LCLVersion = ' 1.8.0.6'13 LCLVersion = '2.0.2.0' 14 14 object LabelDescription: TLabel 15 15 Left = 20 -
trunk/Forms/UFormAcronym.lfm
r89 r203 1 1 object FormAcronym: TFormAcronym 2 2 Left = 845 3 Height = 5953 Height = 744 4 4 Top = 528 5 Width = 6865 Width = 858 6 6 Caption = 'Acronym' 7 ClientHeight = 595 8 ClientWidth = 686 7 ClientHeight = 744 8 ClientWidth = 858 9 DesignTimePPI = 120 9 10 OnClose = FormClose 10 11 OnCreate = FormCreate 11 12 OnShow = FormShow 12 13 Position = poScreenCenter 13 LCLVersion = ' 1.6.0.4'14 LCLVersion = '2.0.2.0' 14 15 object Label1: TLabel 15 Left = 816 Height = 2 417 Top = 1618 Width = 5616 Left = 10 17 Height = 20 18 Top = 20 19 Width = 43 19 20 Caption = 'Name:' 20 21 ParentColor = False 22 ParentFont = False 21 23 end 22 24 object EditAcronym: TEdit 23 Left = 153 24 Height = 34 25 Top = 15 26 Width = 521 27 Anchors = [akTop, akLeft, akRight] 28 OnKeyPress = EditMeaningKeyPress 25 Left = 191 26 Height = 28 27 Top = 19 28 Width = 652 29 Anchors = [akTop, akLeft, akRight] 30 OnKeyPress = EditMeaningKeyPress 31 ParentFont = False 29 32 TabOrder = 0 30 33 end 31 34 object Label2: TLabel 32 Left = 833 Height = 2 434 Top = 4935 Width = 7935 Left = 10 36 Height = 20 37 Top = 61 38 Width = 61 36 39 Caption = 'Meaning:' 37 40 ParentColor = False 41 ParentFont = False 38 42 end 39 43 object EditMeaning: TEdit 40 Left = 153 41 Height = 34 42 Top = 49 43 Width = 521 44 Anchors = [akTop, akLeft, akRight] 45 OnKeyPress = EditMeaningKeyPress 44 Left = 191 45 Height = 28 46 Top = 61 47 Width = 652 48 Anchors = [akTop, akLeft, akRight] 49 OnKeyPress = EditMeaningKeyPress 50 ParentFont = False 46 51 TabOrder = 1 47 52 end 48 53 object ButtonOk: TButton 49 Left = 58650 Height = 2551 Top = 55552 Width = 7554 Left = 733 55 Height = 31 56 Top = 694 57 Width = 94 53 58 Anchors = [akRight, akBottom] 54 59 Caption = 'Ok' 55 60 ModalResult = 1 56 61 OnKeyPress = EditMeaningKeyPress 62 ParentFont = False 57 63 TabOrder = 7 58 64 end 59 65 object ButtonCancel: TButton 60 Left = 49061 Height = 2562 Top = 55563 Width = 7566 Left = 613 67 Height = 31 68 Top = 694 69 Width = 94 64 70 Anchors = [akRight, akBottom] 65 71 Caption = 'Cancel' 66 72 ModalResult = 2 67 73 OnKeyPress = EditMeaningKeyPress 74 ParentFont = False 68 75 TabOrder = 6 69 76 end 70 77 object Label3: TLabel 71 Left = 872 Height = 2 473 Top = 8874 Width = 10378 Left = 10 79 Height = 20 80 Top = 110 81 Width = 79 75 82 Caption = 'Description:' 76 83 ParentColor = False 84 ParentFont = False 77 85 end 78 86 object MemoDescription: TMemo 79 Left = 153 80 Height = 114 81 Top = 88 82 Width = 521 83 Anchors = [akTop, akLeft, akRight] 84 OnKeyPress = EditMeaningKeyPress 87 Left = 191 88 Height = 142 89 Top = 110 90 Width = 652 91 Anchors = [akTop, akLeft, akRight] 92 OnKeyPress = EditMeaningKeyPress 93 ParentFont = False 85 94 ScrollBars = ssAutoBoth 86 95 TabOrder = 2 87 96 end 88 97 object Label4: TLabel 89 Left = 1 290 Height = 2 491 Top = 2 0892 Width = 9698 Left = 15 99 Height = 20 100 Top = 260 101 Width = 74 93 102 Caption = 'Categories:' 94 103 ParentColor = False 104 ParentFont = False 95 105 end 96 106 object ListBoxCategories: TListBox 97 Left = 1 5398 Height = 1 4199 Top = 2 08100 Width = 520107 Left = 191 108 Height = 176 109 Top = 260 110 Width = 651 101 111 Anchors = [akTop, akLeft, akRight] 102 112 ItemHeight = 0 … … 104 114 OnKeyPress = EditMeaningKeyPress 105 115 OnSelectionChange = ListBoxCategoriesSelectionChange 116 ParentFont = False 106 117 PopupMenu = PopupMenuCategory 107 118 ScrollWidth = 518 108 119 TabOrder = 3 109 TopIndex = -1110 120 end 111 121 object Button1: TButton 112 Left = 1 53113 Height = 25114 Top = 360115 Width = 87122 Left = 191 123 Height = 31 124 Top = 450 125 Width = 109 116 126 Action = ACategoryAdd 117 127 OnKeyPress = EditMeaningKeyPress 128 ParentFont = False 118 129 TabOrder = 4 119 130 end 120 131 object Button2: TButton 121 Left = 256122 Height = 25123 Top = 360124 Width = 1 04132 Left = 320 133 Height = 31 134 Top = 450 135 Width = 130 125 136 Action = ACategoryRemove 126 137 OnKeyPress = EditMeaningKeyPress 138 ParentFont = False 127 139 TabOrder = 5 128 140 end 129 141 object Label5: TLabel 130 Left = 8131 Height = 2 4132 Top = 392133 Width = 1 31142 Left = 10 143 Height = 20 144 Top = 490 145 Width = 101 134 146 Caption = 'Imported from:' 135 147 ParentColor = False 148 ParentFont = False 136 149 end 137 150 object ListBoxImportSources: TListBox 138 Left = 1 53139 Height = 1 12140 Top = 392141 Width = 521151 Left = 191 152 Height = 140 153 Top = 490 154 Width = 652 142 155 Anchors = [akTop, akLeft, akRight] 143 156 ItemHeight = 0 … … 145 158 OnKeyPress = EditMeaningKeyPress 146 159 OnSelectionChange = ListBoxCategoriesSelectionChange 160 ParentFont = False 147 161 ScrollWidth = 519 148 162 TabOrder = 8 149 TopIndex = -1150 163 end 151 164 object ActionList1: TActionList 152 Images = FormMain.ImageList1 153 left = 361 154 top = 240 165 left = 451 166 top = 300 155 167 object ACategoryRemove: TAction 156 168 Caption = 'Remove' … … 165 177 end 166 178 object PopupMenuCategory: TPopupMenu 167 Images = FormMain.ImageList1 168 left = 192 169 top = 244 179 left = 240 180 top = 305 170 181 object MenuItem2: TMenuItem 171 182 Action = ACategoryAdd -
trunk/Forms/UFormAcronyms.lfm
r174 r203 12 12 OnShow = FormShow 13 13 Position = poScreenCenter 14 LCLVersion = ' 1.8.0.6'14 LCLVersion = '2.0.2.0' 15 15 object ListViewAcronyms: TListView 16 16 Left = 4 … … 90 90 end 91 91 object ToolButton2: TToolButton 92 Left = 2492 Left = 30 93 93 Top = 2 94 94 Action = AModify 95 95 end 96 96 object ToolButton3: TToolButton 97 Left = 4797 Left = 59 98 98 Top = 2 99 99 Action = ARemove -
trunk/Forms/UFormCategories.lfm
r174 r203 12 12 OnShow = FormShow 13 13 Position = poScreenCenter 14 LCLVersion = ' 1.8.0.6'14 LCLVersion = '2.0.2.0' 15 15 object ListViewCategories: TListView 16 16 Left = 4 … … 60 60 end 61 61 object ToolButton2: TToolButton 62 Left = 2462 Left = 30 63 63 Top = 2 64 64 Action = AModify 65 65 end 66 66 object ToolButton3: TToolButton 67 Left = 4767 Left = 59 68 68 Top = 2 69 69 Action = ARemove -
trunk/Forms/UFormCategorySelect.lfm
r174 r203 11 11 OnShow = FormShow 12 12 Position = poScreenCenter 13 LCLVersion = ' 1.8.0.6'13 LCLVersion = '2.0.2.0' 14 14 object ListBox1: TListBox 15 15 Left = 16 -
trunk/Forms/UFormCheck.lfm
r199 r203 12 12 OnDestroy = FormDestroy 13 13 OnShow = FormShow 14 LCLVersion = ' 1.8.2.0'14 LCLVersion = '2.0.2.0' 15 15 object Panel1: TPanel 16 16 Left = 0 -
trunk/Forms/UFormExport.lfm
r184 r203 12 12 OnShow = FormShow 13 13 Position = poScreenCenter 14 LCLVersion = ' 1.8.2.0'14 LCLVersion = '2.0.2.0' 15 15 object ButtonProcess: TButton 16 16 Left = 18 -
trunk/Forms/UFormImport.lfm
r184 r203 12 12 OnShow = FormShow 13 13 Position = poScreenCenter 14 LCLVersion = ' 1.8.2.0'14 LCLVersion = '2.0.2.0' 15 15 object ButtonProcess: TButton 16 16 Left = 16 -
trunk/Forms/UFormImportFormat.lfm
r174 r203 12 12 OnShow = FormShow 13 13 Position = poScreenCenter 14 LCLVersion = ' 1.8.0.6'14 LCLVersion = '2.0.2.0' 15 15 object ButtonOk: TButton 16 16 Left = 525 -
trunk/Forms/UFormImportFormats.lfm
r123 r203 1 1 object FormImportFormats: TFormImportFormats 2 2 Left = 473 3 Height = 4143 Height = 518 4 4 Top = 327 5 Width = 5915 Width = 739 6 6 Caption = 'Import formats' 7 ClientHeight = 414 8 ClientWidth = 591 7 ClientHeight = 518 8 ClientWidth = 739 9 DesignTimePPI = 120 9 10 OnClose = FormClose 10 11 OnCreate = FormCreate 11 12 OnShow = FormShow 12 13 Position = poScreenCenter 13 LCLVersion = ' 1.6.0.4'14 LCLVersion = '2.0.2.0' 14 15 object ListView1: TListView 15 Left = 416 Height = 38017 Top = 418 Width = 58316 Left = 5 17 Height = 476 18 Top = 5 19 Width = 729 19 20 Align = alClient 20 BorderSpacing.Around = 421 BorderSpacing.Around = 5 21 22 Columns = < 22 23 item 23 24 Caption = 'Name' 24 Width = 56325 Width = 704 25 26 end> 26 27 MultiSelect = True 27 28 OwnerData = True 29 ParentFont = False 28 30 PopupMenu = PopupMenuImportSource 29 31 ReadOnly = True … … 38 40 object ToolBar1: TToolBar 39 41 Left = 0 40 Height = 26 41 Top = 388 42 Width = 591 42 Top = 486 43 Width = 739 43 44 Align = alBottom 44 45 Caption = 'ToolBar1' 45 46 Images = Core.ImageList1 47 ParentFont = False 46 48 ParentShowHint = False 47 49 ShowHint = True … … 53 55 end 54 56 object ToolButton2: TToolButton 55 Left = 2457 Left = 30 56 58 Top = 2 57 59 Action = AModify 58 60 end 59 61 object ToolButton3: TToolButton 60 Left = 4762 Left = 59 61 63 Top = 2 62 64 Action = ARemove … … 65 67 object ActionList1: TActionList 66 68 Images = Core.ImageList1 67 left = 40868 top = 2 2469 left = 510 70 top = 280 69 71 object AAdd: TAction 70 72 Caption = 'Add' … … 88 90 object PopupMenuImportSource: TPopupMenu 89 91 Images = Core.ImageList1 90 left = 1 4791 top = 2 2092 left = 184 93 top = 275 92 94 object MenuItem1: TMenuItem 93 95 Action = AAdd 94 Bitmap.Data = {95 36040000424D360400000000000036000000280000001000000010000000010096 200000000000000400006400000064000000000000000000000000000000000097 000000000000000000000000000000000000000000000000000000000000000098 000000000000000000000000000000000000000000000000000000000000000099 000000000000000000000000000000000000D4D4D4FFB2B2B2FFB2B2B2FFD4D4100 D4FF000000000000000000000000000000000000000000000000000000000000101 0000000000000000000000000000709B70FF004A00FF004800FF4E764EFFB2B2102 B2FF000000000000000000000000000000000000000000000000000000000000103 0000000000000000000000000000004E00FF00C800FF00C400FF004800FFB2B2104 B2FF000000000000000000000000000000000000000000000000000000000000105 0000000000000000000000000000005000FF00CA00FF00C600FF004A00FFB2B2106 B2FF000000000000000000000000000000000000000000000000000000000000107 0000000000000000000000000000005300FF00CE00FF00CA00FF004C00FFB2B2108 B2FF00000000000000000000000000000000000000000000000000000000D4D4109 D4FFB2B2B2FFB2B2B2FFB2B2B2FF005400FF00D200FF00CE00FF004E00FFB2B2110 B2FFB2B2B2FFB2B2B2FFB2B2B2FFB2B2B2FFD4D4D4FF0000000070A670FF005E111 00FF005C00FF005A00FF005800FF005600FF00D600FF00D000FF005000FF004E112 00FF004C00FF004A00FF004A00FF4E764EFFB2B2B2FF00000000006200FF8CFE113 8CFF00EA00FF00E600FF00E200FF00DE00FF00DA00FF00D400FF00D000FF00CC114 00FF00C800FF00C400FF00C200FF004800FFB2B2B2FF00000000006400FFECFF115 ECFF8CFE8CFF8CFE8CFF8CFE8CFF8CFE8CFF00DE00FF00D900FF00D400FF00D0116 00FF00CC00FF00C800FF00C400FF004A00FFD4D4D4FF0000000070A970FF0064117 00FF006400FF006200FF006000FF006000FF8CFE8CFF00DD00FF005800FF0056118 00FF005400FF005300FF005000FF709C70FF0000000000000000000000000000119 0000000000000000000000000000006000FF8CFE8CFF00E000FF005A00FFB2B2120 B2FF000000000000000000000000000000000000000000000000000000000000121 0000000000000000000000000000006200FF8CFE8CFF00E500FF005C00FFB2B2122 B2FF000000000000000000000000000000000000000000000000000000000000123 0000000000000000000000000000006400FF8CFE8CFF00E800FF005E00FFB2B2124 B2FF000000000000000000000000000000000000000000000000000000000000125 0000000000000000000000000000006400FFECFFECFF8CFE8CFF006000FFD4D4126 D4FF000000000000000000000000000000000000000000000000000000000000127 000000000000000000000000000070A970FF006400FF006200FF70A670FF0000128 0000000000000000000000000000000000000000000000000000129 }130 96 end 131 97 object MenuItem2: TMenuItem 132 98 Action = AModify 133 Bitmap.Data = {134 36040000424D3604000000000000360000002800000010000000100000000100135 2000000000000004000064000000640000000000000000000000986B37FF976A136 36FF966935FF966734FF956633FF946532FF946531FF936430FF92622FFF9261137 2EFF91602DFF90602CFF905F2BFF8F5D2AFF8E5C29FF8D5B28FF996C38FFF8F7138 F6FFF8F7F5FFF7F6F5FFF6F6F4FFF6F5F3FFF5F5F3FFF5F4F2FFF4F3F1FFF4F3139 F1FFF3F2F0FFF3F2EFFFF2F1EFFFF2F0EEFFF1F0EDFF8E5D29FF996D3AFFF9F8140 F7FF959594FF878787FF9B9A9AFFF7F6F4FFF6F5F3FFF6F5F3FFF5F4F2FFF4F3141 F1FFF4F3F1FFF3F2F0FFF3F2EFFFF2F1EFFFF2F1EEFF8F5E2AFF9A6E3BFFF9F9142 F8FF7C7C7CFFC4C4C4FF878787FFF7F6F5FF7A7A7AFF787878FF747474FF7171143 70FF6D6D6CFF696968FF656565FF616161FFF2F1EFFF905F2BFF9B6F3CFFFAF9144 F8FFBEBEBDFF929292FFBCBCBBFFF8F7F6FFF7F7F5FFF7F6F4FFF6F5F4FFF6F5145 F3FFF5F4F2FFF5F4F2FFF4F3F1FFF4F2F0FFF3F2F0FF91602DFF9C703DFFFAFA146 F9FFFAF9F9FFF9F9F8FFF9F8F7FFF8F8F7FFF8F7F6FFF7F7F5FFF7F6F5FFF6F5147 F4FFF6F5F3FFF5F4F3FFF5F4F2FFF4F3F1FFF4F3F0FF92612EFF9D723EFFFBFB148 FAFF9F9F9EFF7F7F7FFFAEAEADFFF9F8F7FFF8F8F7FFF8F7F6FFF7F7F5FFF7F6149 F5FFF6F6F4FFF6F5F3FFF5F4F3FFF5F4F2FFF4F3F1FF92622FFF9D7340FFFCFB150 FBFF818181FFC4C4C4FF8F8F8FFFFAF9F8FF7B7B7AFF797979FF757574FF7271151 71FF6D6D6DFF696969FF666665FF626261FFF5F4F2FF936430FF9E7441FFFCFC152 FCFFB5B5B5FF848484FFBEBDBDFFFAFAF9FFFAF9F8FFF9F9F7FFF9F8F7FFF8F8153 F6FFF8F7F5FFF7F6F5FFF7F6F4FFF6F5F3FFF6F5F3FF946531FF9F7542FFFDFD154 FCFFFCFCFCFFFCFCFBFFFBFBFAFFFBFAFAFFFAFAF9FFFAF9F8FFF9F9F8FFF9F8155 F7FFF8F8F6FFF8F7F6FFF7F6F5FFF7F6F4FFF6F5F4FF956633FFA07643FFFEFD156 FDFF8C8C8CFF525252FFA4A4A4FFFBFBFAFFFBFBFAFFFAFAF9FFFAF9F8FFF9F9157 F8FFF9F8F7FFF8F8F6FFF8F7F6FFF7F7F5FFF7F6F4FF966734FFA17844FFFEFE158 FEFF5F5F5FFF949494FF535353FFFCFCFBFF7B7B7BFF797979FF757575FF7272159 72FF6E6E6EFF6A6A69FF666666FF626262FFF7F7F5FF966935FFA17946FFFFFF160 FFFF878787FF5D5D5DFFA0A0A0FFFDFCFCFFFCFCFBFFFCFBFBFFFBFBFAFFFBFA161 F9FFFAFAF9FFFAF9F8FFF9F8F7FFF8F8F7FFF8F7F6FF976A36FFA27A47FFFFFF162 FFFFFFFFFFFFFEFEFEFFFEFEFEFFFDFDFDFFFDFDFCFFFCFCFBFFFCFBFBFFFBFB163 FAFFFBFAF9FFFAFAF9FFFAF9F8FFF9F9F7FFF9F8F7FF986B37FFA37B48FFBEA2164 7FFFBEA17EFFBDA17DFFBDA07CFFBD9F7CFFBC9F7BFFBB9E7AFFBB9D7AFFBB9D165 79FFBA9C78FFB99B78FFB99A77FFB89A76FFB89975FF996C39FFA37B48FFA37B166 48FFA27A47FFA27946FFA17845FFA07744FFA07643FF9F7542FF9E7441FF9E73167 40FF9D723FFF9C713EFF9C703DFF9B6F3CFF9A6E3BFF9A6D3AFF168 }169 99 end 170 100 object MenuItem3: TMenuItem 171 101 Action = ARemove 172 Bitmap.Data = {173 36040000424D3604000000000000360000002800000010000000100000000100174 2000000000000004000064000000640000000000000000000000000000000000175 0000000000000000000000000000000000000000000000000000000000000000176 0000000000000000000000000000000000000000000000000000000000000000177 000000000000DCDCDCFFB2B2B2FFDCDCDCFF0000000000000000000000000000178 000000000000DCDCDCFFB2B2B2FFDCDCDCFF0000000000000000000000000000179 00007979A8FF000067FF626291FFB2B2B2FFDCDCDCFF00000000000000000000180 00007979A8FF000050FF626291FFB2B2B2FFDCDCDCFF00000000000000008C8C181 BBFF00006EFF0035FFFF000068FF626291FFB2B2B2FFDCDCDCFF000000007979182 A8FF000054FF0015FFFF000050FF626291FFB2B2B2FF00000000000000000000183 72FF619BFFFF003AFFFF0035FFFF000067FF626291FFB2B2B2FF7979A8FF0000184 59FF001BFFFF0018FFFF0015FFFF000050FFDCDCDCFF00000000000000008C8C185 BBFF000075FF619BFFFF003AFFFF0035FFFF000067FF626291FF000061FF0023186 FFFF001FFFFF001BFFFF000054FF7979A8FF0000000000000000000000000000187 00008C8CBBFF000075FF619BFFFF003AFFFF0035FFFF000067FF002CFFFF0027188 FFFF0023FFFF000059FF7979A8FF000000000000000000000000000000000000189 0000000000008C8CBBFF000075FF619BFFFF003AFFFF0035FFFF0030FFFF002B190 FFFF000061FF7979A8FF00000000000000000000000000000000000000000000191 000000000000000000007979A8FF000075FF003EFFFF003AFFFF0035FFFF0000192 68FF626291FFB2B2B2FFDCDCDCFF000000000000000000000000000000000000193 0000000000007979A8FF00007CFF0047FFFF0042FFFF003EFFFF003AFFFF0035194 FFFF000068FF626291FFB2B2B2FFDCDCDCFF0000000000000000000000000000195 00007979A8FF000082FF004EFFFF004BFFFF0047FFFF000075FF619BFFFF003A196 FFFF0035FFFF000068FF626291FFB2B2B2FFDCDCDCFF00000000000000008C8C197 BBFF000086FF0054FFFF0052FFFF004EFFFF00007CFF7979A8FF000075FF619B198 FFFF003AFFFF0035FFFF000067FF626291FFB2B2B2FF00000000000000000000199 88FF619BFFFF0057FFFF0054FFFF000082FF7979A8FF000000008C8CBBFF0000200 75FF619BFFFF003AFFFF0035FFFF000068FFDCDCDCFF00000000000000008C8C201 BBFF000088FF619BFFFF000086FF7979A8FF0000000000000000000000008C8C202 BBFF000075FF619BFFFF00006EFF7979A8FF0000000000000000000000000000203 00008C8CBBFF000088FF8C8CBBFF000000000000000000000000000000000000204 00008C8CBBFF000075FF8C8CBBFF000000000000000000000000000000000000205 0000000000000000000000000000000000000000000000000000000000000000206 0000000000000000000000000000000000000000000000000000207 }208 102 end 209 103 end -
trunk/Forms/UFormImportPattern.lfm
r174 r203 11 11 OnShow = FormShow 12 12 Position = poScreenCenter 13 LCLVersion = ' 1.8.0.6'13 LCLVersion = '2.0.2.0' 14 14 object Label8: TLabel 15 15 Left = 24 -
trunk/Forms/UFormImportSource.lfm
r174 r203 12 12 OnShow = FormShow 13 13 Position = poScreenCenter 14 LCLVersion = ' 1.8.0.6'14 LCLVersion = '2.0.2.0' 15 15 object EditName: TEdit 16 16 Left = 135 -
trunk/Forms/UFormImportSources.lfm
r187 r203 12 12 OnShow = FormShow 13 13 Position = poScreenCenter 14 LCLVersion = ' 1.8.2.0'14 LCLVersion = '2.0.2.0' 15 15 object ToolBar1: TToolBar 16 16 Left = 0 -
trunk/Forms/UFormMain.lfm
r200 r203 16 16 OnResize = FormResize 17 17 OnShow = FormShow 18 LCLVersion = ' 1.8.2.0'18 LCLVersion = '2.0.2.0' 19 19 object PanelMain: TPanel 20 20 Left = 0 … … 142 142 Height = 28 143 143 Top = 5 144 Width = 13 5144 Width = 132 145 145 Align = alNone 146 146 AutoSize = True … … 184 184 Height = 28 185 185 Top = 5 186 Width = 1 20186 Width = 117 187 187 Align = alNone 188 188 AutoSize = True … … 224 224 Height = 28 225 225 Top = 5 226 Width = 62226 Width = 59 227 227 Align = alNone 228 228 AutoSize = True … … 254 254 Height = 28 255 255 Top = 5 256 Width = 91256 Width = 88 257 257 Align = alNone 258 258 AutoSize = True -
trunk/Languages/AcronymDecoder.cs.po
r200 r203 128 128 msgstr "ToolBar1" 129 129 130 #: tformcategories.aadd.caption131 msgctxt "tformcategories.aadd.caption"132 msgid "Add"133 msgstr "Přidat"134 135 #: tformcategories.adisable.caption136 msgctxt "tformcategories.adisable.caption"137 msgid "Disable"138 msgstr "Zakázat"139 140 #: tformcategories.aenable.caption141 msgctxt "tformcategories.aenable.caption"142 msgid "Enable"143 msgstr "Povolit"144 145 #: tformcategories.amodify.caption146 msgctxt "tformcategories.amodify.caption"147 msgid "Modify"148 msgstr "Upravit"149 150 #: tformcategories.aremove.caption151 msgctxt "tformcategories.aremove.caption"152 msgid "Remove"153 msgstr "Odebrat"154 155 #: tformcategories.aselectall.caption156 msgctxt "tformcategories.aselectall.caption"157 msgid "Select all"158 msgstr "Vybrat vše"159 160 #: tformcategories.caption161 msgid "Acronym categories"162 msgstr "Kategorie zkratek"163 164 #: tformcategories.listviewcategories.columns[0].caption165 msgctxt "tformcategories.listviewcategories.columns[0].caption"166 msgid "Name"167 msgstr "Název"168 169 #: tformcategories.listviewcategories.columns[1].caption170 msgctxt "tformcategories.listviewcategories.columns[1].caption"171 msgid "Used count"172 msgstr "Počet použití"173 174 #: tformcategories.toolbar1.caption175 msgctxt "tformcategories.toolbar1.caption"176 msgid "ToolBar1"177 msgstr "ToolBar1"178 179 #: tformcategoryselect.buttoncancel.caption180 msgctxt "tformcategoryselect.buttoncancel.caption"181 msgid "Cancel"182 msgstr "Zrušit"183 184 #: tformcategoryselect.buttonok.caption185 msgid "Select"186 msgstr "Vybrat"187 188 #: tformcategoryselect.caption189 msgid "Select categories"190 msgstr "Vybrat kategories"191 192 130 #: tformcheck.agotolocation.caption 193 131 msgctxt "tformcheck.agotolocation.caption" … … 320 258 msgstr "Formát dat:" 321 259 322 #: tformimportformat.aadd.caption323 msgctxt "tformimportformat.aadd.caption"324 msgid "Add"325 msgstr "Přidat"326 327 #: tformimportformat.amodify.caption328 msgctxt "tformimportformat.amodify.caption"329 msgid "Modify"330 msgstr "Upravit"331 332 #: tformimportformat.amovedown.caption333 msgid "Move down"334 msgstr "Přesunout níže"335 336 #: tformimportformat.amoveup.caption337 msgid "Move up"338 msgstr "Přesounout výše"339 340 #: tformimportformat.aremove.caption341 msgctxt "tformimportformat.aremove.caption"342 msgid "Remove"343 msgstr "Odebrat"344 345 #: tformimportformat.buttoncancel.caption346 msgctxt "tformimportformat.buttoncancel.caption"347 msgid "Cancel"348 msgstr "Zrušit"349 350 #: tformimportformat.buttonok.caption351 msgctxt "tformimportformat.buttonok.caption"352 msgid "Ok"353 msgstr "Ok"354 355 #: tformimportformat.caption356 msgid "Import format"357 msgstr "Formát importu"358 359 #: tformimportformat.label1.caption360 msgctxt "tformimportformat.label1.caption"361 msgid "Name:"362 msgstr "Název:"363 364 #: tformimportformat.label2.caption365 msgid "Item rules:"366 msgstr "Pravidla položky:"367 368 #: tformimportformat.label3.caption369 msgid "Type:"370 msgstr "Typ:"371 372 #: tformimportformat.label8.caption373 msgid "Block start:"374 msgstr "Začátek bloku:"375 376 #: tformimportformat.label9.caption377 msgid "Block end:"378 msgstr "Konec bloku:"379 380 #: tformimportformat.listviewitemrules.columns[0].caption381 msgid "Start string"382 msgstr "Počáteční řetězec"383 384 #: tformimportformat.listviewitemrules.columns[1].caption385 msgid "End string"386 msgstr "Koncový řetězec"387 388 #: tformimportformat.listviewitemrules.columns[2].caption389 msgid "Action"390 msgstr "Akce"391 392 #: tformimportformat.listviewitemrules.columns[3].caption393 msgid "Variable"394 msgstr "Proměnná"395 396 #: tformimportformat.listviewitemrules.columns[4].caption397 msgctxt "tformimportformat.listviewitemrules.columns[4].caption"398 msgid "Repetition"399 msgstr "Opakování"400 401 #: tformimportformats.aadd.caption402 msgctxt "tformimportformats.aadd.caption"403 msgid "Add"404 msgstr "Přidat"405 406 #: tformimportformats.amodify.caption407 msgctxt "tformimportformats.amodify.caption"408 msgid "Modify"409 msgstr "Upravit"410 411 #: tformimportformats.aremove.caption412 msgctxt "tformimportformats.aremove.caption"413 msgid "Remove"414 msgstr "Odebrat"415 416 #: tformimportformats.caption417 msgctxt "tformimportformats.caption"418 msgid "Import formats"419 msgstr "Formáty importu"420 421 #: tformimportformats.listview1.columns[0].caption422 msgctxt "tformimportformats.listview1.columns[0].caption"423 msgid "Name"424 msgstr "Název"425 426 #: tformimportformats.toolbar1.caption427 msgctxt "tformimportformats.toolbar1.caption"428 msgid "ToolBar1"429 msgstr "ToolBar1"430 431 260 #: tformimportpattern.buttoncancel.caption 432 261 msgctxt "tformimportpattern.buttoncancel.caption" … … 873 702 msgstr "Verze" 874 703 875 #: uformacronym.scategory876 msgctxt "uformacronym.scategory"877 msgid "Category"878 msgstr "Kategorie"879 880 #: uformacronym.sremovecategory881 msgctxt "uformacronym.sremovecategory"882 msgid "Remove categories"883 msgstr "Odebrat kategorie"884 885 #: uformacronym.sremovecategoryquery886 msgctxt "uformacronym.sremovecategoryquery"887 msgid "Do you really want to remove selected categories?"888 msgstr "Opravdu chcete odebrat vybrané kategorie?"889 890 704 #: uformacronyms.sfiltered 891 705 msgid "Filtered" -
trunk/Languages/AcronymDecoder.po
r199 r203 118 118 msgstr "" 119 119 120 #: tformcategories.aadd.caption121 msgctxt "TFORMCATEGORIES.AADD.CAPTION"122 msgid "Add"123 msgstr ""124 125 #: tformcategories.adisable.caption126 msgctxt "TFORMCATEGORIES.ADISABLE.CAPTION"127 msgid "Disable"128 msgstr ""129 130 #: tformcategories.aenable.caption131 msgctxt "TFORMCATEGORIES.AENABLE.CAPTION"132 msgid "Enable"133 msgstr ""134 135 #: tformcategories.amodify.caption136 msgctxt "TFORMCATEGORIES.AMODIFY.CAPTION"137 msgid "Modify"138 msgstr ""139 140 #: tformcategories.aremove.caption141 msgctxt "TFORMCATEGORIES.AREMOVE.CAPTION"142 msgid "Remove"143 msgstr ""144 145 #: tformcategories.aselectall.caption146 msgctxt "TFORMCATEGORIES.ASELECTALL.CAPTION"147 msgid "Select all"148 msgstr ""149 150 #: tformcategories.caption151 msgid "Acronym categories"152 msgstr ""153 154 #: tformcategories.listviewcategories.columns[0].caption155 msgctxt "TFORMCATEGORIES.LISTVIEWCATEGORIES.COLUMNS[0].CAPTION"156 msgid "Name"157 msgstr ""158 159 #: tformcategories.listviewcategories.columns[1].caption160 msgctxt "TFORMCATEGORIES.LISTVIEWCATEGORIES.COLUMNS[1].CAPTION"161 msgid "Used count"162 msgstr ""163 164 #: tformcategories.toolbar1.caption165 msgctxt "TFORMCATEGORIES.TOOLBAR1.CAPTION"166 msgid "ToolBar1"167 msgstr ""168 169 #: tformcategoryselect.buttoncancel.caption170 msgctxt "TFORMCATEGORYSELECT.BUTTONCANCEL.CAPTION"171 msgid "Cancel"172 msgstr ""173 174 #: tformcategoryselect.buttonok.caption175 msgid "Select"176 msgstr ""177 178 #: tformcategoryselect.caption179 msgid "Select categories"180 msgstr ""181 182 120 #: tformcheck.agotolocation.caption 183 121 msgctxt "tformcheck.agotolocation.caption" … … 310 248 msgstr "" 311 249 312 #: tformimportformat.aadd.caption313 msgctxt "TFORMIMPORTFORMAT.AADD.CAPTION"314 msgid "Add"315 msgstr ""316 317 #: tformimportformat.amodify.caption318 msgctxt "TFORMIMPORTFORMAT.AMODIFY.CAPTION"319 msgid "Modify"320 msgstr ""321 322 #: tformimportformat.amovedown.caption323 msgid "Move down"324 msgstr ""325 326 #: tformimportformat.amoveup.caption327 msgid "Move up"328 msgstr ""329 330 #: tformimportformat.aremove.caption331 msgctxt "TFORMIMPORTFORMAT.AREMOVE.CAPTION"332 msgid "Remove"333 msgstr ""334 335 #: tformimportformat.buttoncancel.caption336 msgctxt "TFORMIMPORTFORMAT.BUTTONCANCEL.CAPTION"337 msgid "Cancel"338 msgstr ""339 340 #: tformimportformat.buttonok.caption341 msgctxt "TFORMIMPORTFORMAT.BUTTONOK.CAPTION"342 msgid "Ok"343 msgstr ""344 345 #: tformimportformat.caption346 msgid "Import format"347 msgstr ""348 349 #: tformimportformat.label1.caption350 msgctxt "TFORMIMPORTFORMAT.LABEL1.CAPTION"351 msgid "Name:"352 msgstr ""353 354 #: tformimportformat.label2.caption355 msgid "Item rules:"356 msgstr ""357 358 #: tformimportformat.label3.caption359 msgid "Type:"360 msgstr ""361 362 #: tformimportformat.label8.caption363 msgid "Block start:"364 msgstr ""365 366 #: tformimportformat.label9.caption367 msgid "Block end:"368 msgstr ""369 370 #: tformimportformat.listviewitemrules.columns[0].caption371 msgid "Start string"372 msgstr ""373 374 #: tformimportformat.listviewitemrules.columns[1].caption375 msgid "End string"376 msgstr ""377 378 #: tformimportformat.listviewitemrules.columns[2].caption379 msgid "Action"380 msgstr ""381 382 #: tformimportformat.listviewitemrules.columns[3].caption383 msgid "Variable"384 msgstr ""385 386 #: tformimportformat.listviewitemrules.columns[4].caption387 msgctxt "TFORMIMPORTFORMAT.LISTVIEWITEMRULES.COLUMNS[4].CAPTION"388 msgid "Repetition"389 msgstr ""390 391 #: tformimportformats.aadd.caption392 msgctxt "TFORMIMPORTFORMATS.AADD.CAPTION"393 msgid "Add"394 msgstr ""395 396 #: tformimportformats.amodify.caption397 msgctxt "TFORMIMPORTFORMATS.AMODIFY.CAPTION"398 msgid "Modify"399 msgstr ""400 401 #: tformimportformats.aremove.caption402 msgctxt "TFORMIMPORTFORMATS.AREMOVE.CAPTION"403 msgid "Remove"404 msgstr ""405 406 #: tformimportformats.caption407 msgctxt "TFORMIMPORTFORMATS.CAPTION"408 msgid "Import formats"409 msgstr ""410 411 #: tformimportformats.listview1.columns[0].caption412 msgctxt "TFORMIMPORTFORMATS.LISTVIEW1.COLUMNS[0].CAPTION"413 msgid "Name"414 msgstr ""415 416 #: tformimportformats.toolbar1.caption417 msgctxt "TFORMIMPORTFORMATS.TOOLBAR1.CAPTION"418 msgid "ToolBar1"419 msgstr ""420 421 250 #: tformimportpattern.buttoncancel.caption 422 251 msgctxt "TFORMIMPORTPATTERN.BUTTONCANCEL.CAPTION" … … 863 692 msgstr "" 864 693 865 #: uformacronym.scategory866 msgctxt "uformacronym.scategory"867 msgid "Category"868 msgstr ""869 870 #: uformacronym.sremovecategory871 msgctxt "uformacronym.sremovecategory"872 msgid "Remove categories"873 msgstr ""874 875 #: uformacronym.sremovecategoryquery876 msgctxt "uformacronym.sremovecategoryquery"877 msgid "Do you really want to remove selected categories?"878 msgstr ""879 880 694 #: uformacronyms.sfiltered 881 695 msgid "Filtered" -
trunk/Packages/Common/Languages/UThreading.po
r3 r203 3 3 4 4 #: uthreading.scurrentthreadnotfound 5 #, fuzzy,badformat 5 6 msgid "Current thread ID %d not found in virtual thread list." 6 7 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8" -
trunk/Packages/CoolTranslator/UCoolTranslator.pas
r157 r203 127 127 I, J: Integer; 128 128 Po: TPoFile; 129 Item: TPOFileItem; 129 130 begin 130 131 TranslateComponentRecursive(Application); … … 136 137 with TPoFile(FPoFiles[I]) do 137 138 for J := 0 to Items.Count - 1 do 138 with TPoFileItem(Items[J]) do 139 Po.Add(IdentifierLow, Original, Translation, Comments, Context, 139 with TPoFileItem(Items[J]) do begin 140 Item := nil; 141 Po.FillItem(Item, IdentifierLow, Original, Translation, Comments, Context, 140 142 Flags, PreviousID); 143 end; 141 144 Translations.TranslateResourceStrings(Po); 142 145 finally … … 197 200 PropInfo: PPropInfo; 198 201 PropList: PPropList; 202 Excludes: TComponentExcludes; 199 203 begin 200 204 Count := GetTypeData(Component.ClassInfo)^.PropCount; … … 294 298 Result := FPOFilesFolder; 295 299 if Copy(Result, 1, 1) <> DirectorySeparator then 296 Result := ExtractFileDir( UTF8Encode(Application.ExeName)) +300 Result := ExtractFileDir(Application.ExeName) + 297 301 DirectorySeparator + Result; 298 302 end; … … 428 432 function TCoolTranslator.FindLocaleFileName(LCExt: string): string; 429 433 var 434 T: string; 430 435 Lang: string; 431 436 begin -
trunk/Read Me.txt
r202 r203 16 16 * Home page: https://app.zdechov.net/AcronymDecoder/ 17 17 * Source code: https://svn.zdechov.net/AcronymDecoder/ 18 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 1.8.218 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.0.2 19 19 * To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed). -
trunk/UCore.lfm
r202 r203 3476 3476 AppName = 'Acronym Decoder' 3477 3477 Description = 'A simple tool for quick searching of meaning for various acronyms and abbreviations.' 3478 ReleaseDate = 43 3433478 ReleaseDate = 43579 3479 3479 RegistryKey = '\Software\' 3480 3480 RegistryRoot = rrKeyCurrentUser
Note:
See TracChangeset
for help on using the changeset viewer.