Changeset 203


Ignore:
Timestamp:
Apr 24, 2019, 2:43:03 PM (5 years ago)
Author:
chronos
Message:
  • Modified: Build under Lazarus 2.0.0 and newer.
  • Modified: Older .lrt files replaced by .lrj files.
Location:
trunk
Files:
15 added
14 deleted
22 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpi

    r190 r203  
    22<CONFIG>
    33  <ProjectOptions>
    4     <Version Value="10"/>
     4    <Version Value="11"/>
    55    <PathDelim Value="\"/>
    66    <General>
     
    8080    </PublishOptions>
    8181    <RunParams>
    82       <local>
    83         <FormatVersion Value="1"/>
    84       </local>
     82      <FormatVersion Value="2"/>
     83      <Modes Count="1">
     84        <Mode0 Name="default"/>
     85      </Modes>
    8586    </RunParams>
    8687    <RequiredPackages Count="5">
  • trunk/Forms

    • Property svn:ignore deleted
  • trunk/Forms/UFormAbout.lfm

    r169 r203  
    1111  OnShow = FormShow
    1212  Position = poScreenCenter
    13   LCLVersion = '1.8.0.6'
     13  LCLVersion = '2.0.2.0'
    1414  object LabelDescription: TLabel
    1515    Left = 20
  • trunk/Forms/UFormAcronym.lfm

    r89 r203  
    11object FormAcronym: TFormAcronym
    22  Left = 845
    3   Height = 595
     3  Height = 744
    44  Top = 528
    5   Width = 686
     5  Width = 858
    66  Caption = 'Acronym'
    7   ClientHeight = 595
    8   ClientWidth = 686
     7  ClientHeight = 744
     8  ClientWidth = 858
     9  DesignTimePPI = 120
    910  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnShow = FormShow
    1213  Position = poScreenCenter
    13   LCLVersion = '1.6.0.4'
     14  LCLVersion = '2.0.2.0'
    1415  object Label1: TLabel
    15     Left = 8
    16     Height = 24
    17     Top = 16
    18     Width = 56
     16    Left = 10
     17    Height = 20
     18    Top = 20
     19    Width = 43
    1920    Caption = 'Name:'
    2021    ParentColor = False
     22    ParentFont = False
    2123  end
    2224  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
    2932    TabOrder = 0
    3033  end
    3134  object Label2: TLabel
    32     Left = 8
    33     Height = 24
    34     Top = 49
    35     Width = 79
     35    Left = 10
     36    Height = 20
     37    Top = 61
     38    Width = 61
    3639    Caption = 'Meaning:'
    3740    ParentColor = False
     41    ParentFont = False
    3842  end
    3943  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
    4651    TabOrder = 1
    4752  end
    4853  object ButtonOk: TButton
    49     Left = 586
    50     Height = 25
    51     Top = 555
    52     Width = 75
     54    Left = 733
     55    Height = 31
     56    Top = 694
     57    Width = 94
    5358    Anchors = [akRight, akBottom]
    5459    Caption = 'Ok'
    5560    ModalResult = 1
    5661    OnKeyPress = EditMeaningKeyPress
     62    ParentFont = False
    5763    TabOrder = 7
    5864  end
    5965  object ButtonCancel: TButton
    60     Left = 490
    61     Height = 25
    62     Top = 555
    63     Width = 75
     66    Left = 613
     67    Height = 31
     68    Top = 694
     69    Width = 94
    6470    Anchors = [akRight, akBottom]
    6571    Caption = 'Cancel'
    6672    ModalResult = 2
    6773    OnKeyPress = EditMeaningKeyPress
     74    ParentFont = False
    6875    TabOrder = 6
    6976  end
    7077  object Label3: TLabel
    71     Left = 8
    72     Height = 24
    73     Top = 88
    74     Width = 103
     78    Left = 10
     79    Height = 20
     80    Top = 110
     81    Width = 79
    7582    Caption = 'Description:'
    7683    ParentColor = False
     84    ParentFont = False
    7785  end
    7886  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
    8594    ScrollBars = ssAutoBoth
    8695    TabOrder = 2
    8796  end
    8897  object Label4: TLabel
    89     Left = 12
    90     Height = 24
    91     Top = 208
    92     Width = 96
     98    Left = 15
     99    Height = 20
     100    Top = 260
     101    Width = 74
    93102    Caption = 'Categories:'
    94103    ParentColor = False
     104    ParentFont = False
    95105  end
    96106  object ListBoxCategories: TListBox
    97     Left = 153
    98     Height = 141
    99     Top = 208
    100     Width = 520
     107    Left = 191
     108    Height = 176
     109    Top = 260
     110    Width = 651
    101111    Anchors = [akTop, akLeft, akRight]
    102112    ItemHeight = 0
     
    104114    OnKeyPress = EditMeaningKeyPress
    105115    OnSelectionChange = ListBoxCategoriesSelectionChange
     116    ParentFont = False
    106117    PopupMenu = PopupMenuCategory
    107118    ScrollWidth = 518
    108119    TabOrder = 3
    109     TopIndex = -1
    110120  end
    111121  object Button1: TButton
    112     Left = 153
    113     Height = 25
    114     Top = 360
    115     Width = 87
     122    Left = 191
     123    Height = 31
     124    Top = 450
     125    Width = 109
    116126    Action = ACategoryAdd
    117127    OnKeyPress = EditMeaningKeyPress
     128    ParentFont = False
    118129    TabOrder = 4
    119130  end
    120131  object Button2: TButton
    121     Left = 256
    122     Height = 25
    123     Top = 360
    124     Width = 104
     132    Left = 320
     133    Height = 31
     134    Top = 450
     135    Width = 130
    125136    Action = ACategoryRemove
    126137    OnKeyPress = EditMeaningKeyPress
     138    ParentFont = False
    127139    TabOrder = 5
    128140  end
    129141  object Label5: TLabel
    130     Left = 8
    131     Height = 24
    132     Top = 392
    133     Width = 131
     142    Left = 10
     143    Height = 20
     144    Top = 490
     145    Width = 101
    134146    Caption = 'Imported from:'
    135147    ParentColor = False
     148    ParentFont = False
    136149  end
    137150  object ListBoxImportSources: TListBox
    138     Left = 153
    139     Height = 112
    140     Top = 392
    141     Width = 521
     151    Left = 191
     152    Height = 140
     153    Top = 490
     154    Width = 652
    142155    Anchors = [akTop, akLeft, akRight]
    143156    ItemHeight = 0
     
    145158    OnKeyPress = EditMeaningKeyPress
    146159    OnSelectionChange = ListBoxCategoriesSelectionChange
     160    ParentFont = False
    147161    ScrollWidth = 519
    148162    TabOrder = 8
    149     TopIndex = -1
    150163  end
    151164  object ActionList1: TActionList
    152     Images = FormMain.ImageList1
    153     left = 361
    154     top = 240
     165    left = 451
     166    top = 300
    155167    object ACategoryRemove: TAction
    156168      Caption = 'Remove'
     
    165177  end
    166178  object PopupMenuCategory: TPopupMenu
    167     Images = FormMain.ImageList1
    168     left = 192
    169     top = 244
     179    left = 240
     180    top = 305
    170181    object MenuItem2: TMenuItem
    171182      Action = ACategoryAdd
  • trunk/Forms/UFormAcronyms.lfm

    r174 r203  
    1212  OnShow = FormShow
    1313  Position = poScreenCenter
    14   LCLVersion = '1.8.0.6'
     14  LCLVersion = '2.0.2.0'
    1515  object ListViewAcronyms: TListView
    1616    Left = 4
     
    9090    end
    9191    object ToolButton2: TToolButton
    92       Left = 24
     92      Left = 30
    9393      Top = 2
    9494      Action = AModify
    9595    end
    9696    object ToolButton3: TToolButton
    97       Left = 47
     97      Left = 59
    9898      Top = 2
    9999      Action = ARemove
  • trunk/Forms/UFormCategories.lfm

    r174 r203  
    1212  OnShow = FormShow
    1313  Position = poScreenCenter
    14   LCLVersion = '1.8.0.6'
     14  LCLVersion = '2.0.2.0'
    1515  object ListViewCategories: TListView
    1616    Left = 4
     
    6060    end
    6161    object ToolButton2: TToolButton
    62       Left = 24
     62      Left = 30
    6363      Top = 2
    6464      Action = AModify
    6565    end
    6666    object ToolButton3: TToolButton
    67       Left = 47
     67      Left = 59
    6868      Top = 2
    6969      Action = ARemove
  • trunk/Forms/UFormCategorySelect.lfm

    r174 r203  
    1111  OnShow = FormShow
    1212  Position = poScreenCenter
    13   LCLVersion = '1.8.0.6'
     13  LCLVersion = '2.0.2.0'
    1414  object ListBox1: TListBox
    1515    Left = 16
  • trunk/Forms/UFormCheck.lfm

    r199 r203  
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '1.8.2.0'
     14  LCLVersion = '2.0.2.0'
    1515  object Panel1: TPanel
    1616    Left = 0
  • trunk/Forms/UFormExport.lfm

    r184 r203  
    1212  OnShow = FormShow
    1313  Position = poScreenCenter
    14   LCLVersion = '1.8.2.0'
     14  LCLVersion = '2.0.2.0'
    1515  object ButtonProcess: TButton
    1616    Left = 18
  • trunk/Forms/UFormImport.lfm

    r184 r203  
    1212  OnShow = FormShow
    1313  Position = poScreenCenter
    14   LCLVersion = '1.8.2.0'
     14  LCLVersion = '2.0.2.0'
    1515  object ButtonProcess: TButton
    1616    Left = 16
  • trunk/Forms/UFormImportFormat.lfm

    r174 r203  
    1212  OnShow = FormShow
    1313  Position = poScreenCenter
    14   LCLVersion = '1.8.0.6'
     14  LCLVersion = '2.0.2.0'
    1515  object ButtonOk: TButton
    1616    Left = 525
  • trunk/Forms/UFormImportFormats.lfm

    r123 r203  
    11object FormImportFormats: TFormImportFormats
    22  Left = 473
    3   Height = 414
     3  Height = 518
    44  Top = 327
    5   Width = 591
     5  Width = 739
    66  Caption = 'Import formats'
    7   ClientHeight = 414
    8   ClientWidth = 591
     7  ClientHeight = 518
     8  ClientWidth = 739
     9  DesignTimePPI = 120
    910  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnShow = FormShow
    1213  Position = poScreenCenter
    13   LCLVersion = '1.6.0.4'
     14  LCLVersion = '2.0.2.0'
    1415  object ListView1: TListView
    15     Left = 4
    16     Height = 380
    17     Top = 4
    18     Width = 583
     16    Left = 5
     17    Height = 476
     18    Top = 5
     19    Width = 729
    1920    Align = alClient
    20     BorderSpacing.Around = 4
     21    BorderSpacing.Around = 5
    2122    Columns = <   
    2223      item
    2324        Caption = 'Name'
    24         Width = 563
     25        Width = 704
    2526      end>
    2627    MultiSelect = True
    2728    OwnerData = True
     29    ParentFont = False
    2830    PopupMenu = PopupMenuImportSource
    2931    ReadOnly = True
     
    3840  object ToolBar1: TToolBar
    3941    Left = 0
    40     Height = 26
    41     Top = 388
    42     Width = 591
     42    Top = 486
     43    Width = 739
    4344    Align = alBottom
    4445    Caption = 'ToolBar1'
    4546    Images = Core.ImageList1
     47    ParentFont = False
    4648    ParentShowHint = False
    4749    ShowHint = True
     
    5355    end
    5456    object ToolButton2: TToolButton
    55       Left = 24
     57      Left = 30
    5658      Top = 2
    5759      Action = AModify
    5860    end
    5961    object ToolButton3: TToolButton
    60       Left = 47
     62      Left = 59
    6163      Top = 2
    6264      Action = ARemove
     
    6567  object ActionList1: TActionList
    6668    Images = Core.ImageList1
    67     left = 408
    68     top = 224
     69    left = 510
     70    top = 280
    6971    object AAdd: TAction
    7072      Caption = 'Add'
     
    8890  object PopupMenuImportSource: TPopupMenu
    8991    Images = Core.ImageList1
    90     left = 147
    91     top = 220
     92    left = 184
     93    top = 275
    9294    object MenuItem1: TMenuItem
    9395      Action = AAdd
    94       Bitmap.Data = {
    95         36040000424D3604000000000000360000002800000010000000100000000100
    96         2000000000000004000064000000640000000000000000000000000000000000
    97         0000000000000000000000000000000000000000000000000000000000000000
    98         0000000000000000000000000000000000000000000000000000000000000000
    99         000000000000000000000000000000000000D4D4D4FFB2B2B2FFB2B2B2FFD4D4
    100         D4FF000000000000000000000000000000000000000000000000000000000000
    101         0000000000000000000000000000709B70FF004A00FF004800FF4E764EFFB2B2
    102         B2FF000000000000000000000000000000000000000000000000000000000000
    103         0000000000000000000000000000004E00FF00C800FF00C400FF004800FFB2B2
    104         B2FF000000000000000000000000000000000000000000000000000000000000
    105         0000000000000000000000000000005000FF00CA00FF00C600FF004A00FFB2B2
    106         B2FF000000000000000000000000000000000000000000000000000000000000
    107         0000000000000000000000000000005300FF00CE00FF00CA00FF004C00FFB2B2
    108         B2FF00000000000000000000000000000000000000000000000000000000D4D4
    109         D4FFB2B2B2FFB2B2B2FFB2B2B2FF005400FF00D200FF00CE00FF004E00FFB2B2
    110         B2FFB2B2B2FFB2B2B2FFB2B2B2FFB2B2B2FFD4D4D4FF0000000070A670FF005E
    111         00FF005C00FF005A00FF005800FF005600FF00D600FF00D000FF005000FF004E
    112         00FF004C00FF004A00FF004A00FF4E764EFFB2B2B2FF00000000006200FF8CFE
    113         8CFF00EA00FF00E600FF00E200FF00DE00FF00DA00FF00D400FF00D000FF00CC
    114         00FF00C800FF00C400FF00C200FF004800FFB2B2B2FF00000000006400FFECFF
    115         ECFF8CFE8CFF8CFE8CFF8CFE8CFF8CFE8CFF00DE00FF00D900FF00D400FF00D0
    116         00FF00CC00FF00C800FF00C400FF004A00FFD4D4D4FF0000000070A970FF0064
    117         00FF006400FF006200FF006000FF006000FF8CFE8CFF00DD00FF005800FF0056
    118         00FF005400FF005300FF005000FF709C70FF0000000000000000000000000000
    119         0000000000000000000000000000006000FF8CFE8CFF00E000FF005A00FFB2B2
    120         B2FF000000000000000000000000000000000000000000000000000000000000
    121         0000000000000000000000000000006200FF8CFE8CFF00E500FF005C00FFB2B2
    122         B2FF000000000000000000000000000000000000000000000000000000000000
    123         0000000000000000000000000000006400FF8CFE8CFF00E800FF005E00FFB2B2
    124         B2FF000000000000000000000000000000000000000000000000000000000000
    125         0000000000000000000000000000006400FFECFFECFF8CFE8CFF006000FFD4D4
    126         D4FF000000000000000000000000000000000000000000000000000000000000
    127         000000000000000000000000000070A970FF006400FF006200FF70A670FF0000
    128         0000000000000000000000000000000000000000000000000000
    129       }
    13096    end
    13197    object MenuItem2: TMenuItem
    13298      Action = AModify
    133       Bitmap.Data = {
    134         36040000424D3604000000000000360000002800000010000000100000000100
    135         2000000000000004000064000000640000000000000000000000986B37FF976A
    136         36FF966935FF966734FF956633FF946532FF946531FF936430FF92622FFF9261
    137         2EFF91602DFF90602CFF905F2BFF8F5D2AFF8E5C29FF8D5B28FF996C38FFF8F7
    138         F6FFF8F7F5FFF7F6F5FFF6F6F4FFF6F5F3FFF5F5F3FFF5F4F2FFF4F3F1FFF4F3
    139         F1FFF3F2F0FFF3F2EFFFF2F1EFFFF2F0EEFFF1F0EDFF8E5D29FF996D3AFFF9F8
    140         F7FF959594FF878787FF9B9A9AFFF7F6F4FFF6F5F3FFF6F5F3FFF5F4F2FFF4F3
    141         F1FFF4F3F1FFF3F2F0FFF3F2EFFFF2F1EFFFF2F1EEFF8F5E2AFF9A6E3BFFF9F9
    142         F8FF7C7C7CFFC4C4C4FF878787FFF7F6F5FF7A7A7AFF787878FF747474FF7171
    143         70FF6D6D6CFF696968FF656565FF616161FFF2F1EFFF905F2BFF9B6F3CFFFAF9
    144         F8FFBEBEBDFF929292FFBCBCBBFFF8F7F6FFF7F7F5FFF7F6F4FFF6F5F4FFF6F5
    145         F3FFF5F4F2FFF5F4F2FFF4F3F1FFF4F2F0FFF3F2F0FF91602DFF9C703DFFFAFA
    146         F9FFFAF9F9FFF9F9F8FFF9F8F7FFF8F8F7FFF8F7F6FFF7F7F5FFF7F6F5FFF6F5
    147         F4FFF6F5F3FFF5F4F3FFF5F4F2FFF4F3F1FFF4F3F0FF92612EFF9D723EFFFBFB
    148         FAFF9F9F9EFF7F7F7FFFAEAEADFFF9F8F7FFF8F8F7FFF8F7F6FFF7F7F5FFF7F6
    149         F5FFF6F6F4FFF6F5F3FFF5F4F3FFF5F4F2FFF4F3F1FF92622FFF9D7340FFFCFB
    150         FBFF818181FFC4C4C4FF8F8F8FFFFAF9F8FF7B7B7AFF797979FF757574FF7271
    151         71FF6D6D6DFF696969FF666665FF626261FFF5F4F2FF936430FF9E7441FFFCFC
    152         FCFFB5B5B5FF848484FFBEBDBDFFFAFAF9FFFAF9F8FFF9F9F7FFF9F8F7FFF8F8
    153         F6FFF8F7F5FFF7F6F5FFF7F6F4FFF6F5F3FFF6F5F3FF946531FF9F7542FFFDFD
    154         FCFFFCFCFCFFFCFCFBFFFBFBFAFFFBFAFAFFFAFAF9FFFAF9F8FFF9F9F8FFF9F8
    155         F7FFF8F8F6FFF8F7F6FFF7F6F5FFF7F6F4FFF6F5F4FF956633FFA07643FFFEFD
    156         FDFF8C8C8CFF525252FFA4A4A4FFFBFBFAFFFBFBFAFFFAFAF9FFFAF9F8FFF9F9
    157         F8FFF9F8F7FFF8F8F6FFF8F7F6FFF7F7F5FFF7F6F4FF966734FFA17844FFFEFE
    158         FEFF5F5F5FFF949494FF535353FFFCFCFBFF7B7B7BFF797979FF757575FF7272
    159         72FF6E6E6EFF6A6A69FF666666FF626262FFF7F7F5FF966935FFA17946FFFFFF
    160         FFFF878787FF5D5D5DFFA0A0A0FFFDFCFCFFFCFCFBFFFCFBFBFFFBFBFAFFFBFA
    161         F9FFFAFAF9FFFAF9F8FFF9F8F7FFF8F8F7FFF8F7F6FF976A36FFA27A47FFFFFF
    162         FFFFFFFFFFFFFEFEFEFFFEFEFEFFFDFDFDFFFDFDFCFFFCFCFBFFFCFBFBFFFBFB
    163         FAFFFBFAF9FFFAFAF9FFFAF9F8FFF9F9F7FFF9F8F7FF986B37FFA37B48FFBEA2
    164         7FFFBEA17EFFBDA17DFFBDA07CFFBD9F7CFFBC9F7BFFBB9E7AFFBB9D7AFFBB9D
    165         79FFBA9C78FFB99B78FFB99A77FFB89A76FFB89975FF996C39FFA37B48FFA37B
    166         48FFA27A47FFA27946FFA17845FFA07744FFA07643FF9F7542FF9E7441FF9E73
    167         40FF9D723FFF9C713EFF9C703DFF9B6F3CFF9A6E3BFF9A6D3AFF
    168       }
    16999    end
    170100    object MenuItem3: TMenuItem
    171101      Action = ARemove
    172       Bitmap.Data = {
    173         36040000424D3604000000000000360000002800000010000000100000000100
    174         2000000000000004000064000000640000000000000000000000000000000000
    175         0000000000000000000000000000000000000000000000000000000000000000
    176         0000000000000000000000000000000000000000000000000000000000000000
    177         000000000000DCDCDCFFB2B2B2FFDCDCDCFF0000000000000000000000000000
    178         000000000000DCDCDCFFB2B2B2FFDCDCDCFF0000000000000000000000000000
    179         00007979A8FF000067FF626291FFB2B2B2FFDCDCDCFF00000000000000000000
    180         00007979A8FF000050FF626291FFB2B2B2FFDCDCDCFF00000000000000008C8C
    181         BBFF00006EFF0035FFFF000068FF626291FFB2B2B2FFDCDCDCFF000000007979
    182         A8FF000054FF0015FFFF000050FF626291FFB2B2B2FF00000000000000000000
    183         72FF619BFFFF003AFFFF0035FFFF000067FF626291FFB2B2B2FF7979A8FF0000
    184         59FF001BFFFF0018FFFF0015FFFF000050FFDCDCDCFF00000000000000008C8C
    185         BBFF000075FF619BFFFF003AFFFF0035FFFF000067FF626291FF000061FF0023
    186         FFFF001FFFFF001BFFFF000054FF7979A8FF0000000000000000000000000000
    187         00008C8CBBFF000075FF619BFFFF003AFFFF0035FFFF000067FF002CFFFF0027
    188         FFFF0023FFFF000059FF7979A8FF000000000000000000000000000000000000
    189         0000000000008C8CBBFF000075FF619BFFFF003AFFFF0035FFFF0030FFFF002B
    190         FFFF000061FF7979A8FF00000000000000000000000000000000000000000000
    191         000000000000000000007979A8FF000075FF003EFFFF003AFFFF0035FFFF0000
    192         68FF626291FFB2B2B2FFDCDCDCFF000000000000000000000000000000000000
    193         0000000000007979A8FF00007CFF0047FFFF0042FFFF003EFFFF003AFFFF0035
    194         FFFF000068FF626291FFB2B2B2FFDCDCDCFF0000000000000000000000000000
    195         00007979A8FF000082FF004EFFFF004BFFFF0047FFFF000075FF619BFFFF003A
    196         FFFF0035FFFF000068FF626291FFB2B2B2FFDCDCDCFF00000000000000008C8C
    197         BBFF000086FF0054FFFF0052FFFF004EFFFF00007CFF7979A8FF000075FF619B
    198         FFFF003AFFFF0035FFFF000067FF626291FFB2B2B2FF00000000000000000000
    199         88FF619BFFFF0057FFFF0054FFFF000082FF7979A8FF000000008C8CBBFF0000
    200         75FF619BFFFF003AFFFF0035FFFF000068FFDCDCDCFF00000000000000008C8C
    201         BBFF000088FF619BFFFF000086FF7979A8FF0000000000000000000000008C8C
    202         BBFF000075FF619BFFFF00006EFF7979A8FF0000000000000000000000000000
    203         00008C8CBBFF000088FF8C8CBBFF000000000000000000000000000000000000
    204         00008C8CBBFF000075FF8C8CBBFF000000000000000000000000000000000000
    205         0000000000000000000000000000000000000000000000000000000000000000
    206         0000000000000000000000000000000000000000000000000000
    207       }
    208102    end
    209103  end
  • trunk/Forms/UFormImportPattern.lfm

    r174 r203  
    1111  OnShow = FormShow
    1212  Position = poScreenCenter
    13   LCLVersion = '1.8.0.6'
     13  LCLVersion = '2.0.2.0'
    1414  object Label8: TLabel
    1515    Left = 24
  • trunk/Forms/UFormImportSource.lfm

    r174 r203  
    1212  OnShow = FormShow
    1313  Position = poScreenCenter
    14   LCLVersion = '1.8.0.6'
     14  LCLVersion = '2.0.2.0'
    1515  object EditName: TEdit
    1616    Left = 135
  • trunk/Forms/UFormImportSources.lfm

    r187 r203  
    1212  OnShow = FormShow
    1313  Position = poScreenCenter
    14   LCLVersion = '1.8.2.0'
     14  LCLVersion = '2.0.2.0'
    1515  object ToolBar1: TToolBar
    1616    Left = 0
  • trunk/Forms/UFormMain.lfm

    r200 r203  
    1616  OnResize = FormResize
    1717  OnShow = FormShow
    18   LCLVersion = '1.8.2.0'
     18  LCLVersion = '2.0.2.0'
    1919  object PanelMain: TPanel
    2020    Left = 0
     
    142142      Height = 28
    143143      Top = 5
    144       Width = 135
     144      Width = 132
    145145      Align = alNone
    146146      AutoSize = True
     
    184184      Height = 28
    185185      Top = 5
    186       Width = 120
     186      Width = 117
    187187      Align = alNone
    188188      AutoSize = True
     
    224224      Height = 28
    225225      Top = 5
    226       Width = 62
     226      Width = 59
    227227      Align = alNone
    228228      AutoSize = True
     
    254254      Height = 28
    255255      Top = 5
    256       Width = 91
     256      Width = 88
    257257      Align = alNone
    258258      AutoSize = True
  • trunk/Languages/AcronymDecoder.cs.po

    r200 r203  
    128128msgstr "ToolBar1"
    129129
    130 #: tformcategories.aadd.caption
    131 msgctxt "tformcategories.aadd.caption"
    132 msgid "Add"
    133 msgstr "Přidat"
    134 
    135 #: tformcategories.adisable.caption
    136 msgctxt "tformcategories.adisable.caption"
    137 msgid "Disable"
    138 msgstr "Zakázat"
    139 
    140 #: tformcategories.aenable.caption
    141 msgctxt "tformcategories.aenable.caption"
    142 msgid "Enable"
    143 msgstr "Povolit"
    144 
    145 #: tformcategories.amodify.caption
    146 msgctxt "tformcategories.amodify.caption"
    147 msgid "Modify"
    148 msgstr "Upravit"
    149 
    150 #: tformcategories.aremove.caption
    151 msgctxt "tformcategories.aremove.caption"
    152 msgid "Remove"
    153 msgstr "Odebrat"
    154 
    155 #: tformcategories.aselectall.caption
    156 msgctxt "tformcategories.aselectall.caption"
    157 msgid "Select all"
    158 msgstr "Vybrat vše"
    159 
    160 #: tformcategories.caption
    161 msgid "Acronym categories"
    162 msgstr "Kategorie zkratek"
    163 
    164 #: tformcategories.listviewcategories.columns[0].caption
    165 msgctxt "tformcategories.listviewcategories.columns[0].caption"
    166 msgid "Name"
    167 msgstr "Název"
    168 
    169 #: tformcategories.listviewcategories.columns[1].caption
    170 msgctxt "tformcategories.listviewcategories.columns[1].caption"
    171 msgid "Used count"
    172 msgstr "Počet použití"
    173 
    174 #: tformcategories.toolbar1.caption
    175 msgctxt "tformcategories.toolbar1.caption"
    176 msgid "ToolBar1"
    177 msgstr "ToolBar1"
    178 
    179 #: tformcategoryselect.buttoncancel.caption
    180 msgctxt "tformcategoryselect.buttoncancel.caption"
    181 msgid "Cancel"
    182 msgstr "Zrušit"
    183 
    184 #: tformcategoryselect.buttonok.caption
    185 msgid "Select"
    186 msgstr "Vybrat"
    187 
    188 #: tformcategoryselect.caption
    189 msgid "Select categories"
    190 msgstr "Vybrat kategories"
    191 
    192130#: tformcheck.agotolocation.caption
    193131msgctxt "tformcheck.agotolocation.caption"
     
    320258msgstr "Formát dat:"
    321259
    322 #: tformimportformat.aadd.caption
    323 msgctxt "tformimportformat.aadd.caption"
    324 msgid "Add"
    325 msgstr "Přidat"
    326 
    327 #: tformimportformat.amodify.caption
    328 msgctxt "tformimportformat.amodify.caption"
    329 msgid "Modify"
    330 msgstr "Upravit"
    331 
    332 #: tformimportformat.amovedown.caption
    333 msgid "Move down"
    334 msgstr "Přesunout níže"
    335 
    336 #: tformimportformat.amoveup.caption
    337 msgid "Move up"
    338 msgstr "Přesounout výše"
    339 
    340 #: tformimportformat.aremove.caption
    341 msgctxt "tformimportformat.aremove.caption"
    342 msgid "Remove"
    343 msgstr "Odebrat"
    344 
    345 #: tformimportformat.buttoncancel.caption
    346 msgctxt "tformimportformat.buttoncancel.caption"
    347 msgid "Cancel"
    348 msgstr "Zrušit"
    349 
    350 #: tformimportformat.buttonok.caption
    351 msgctxt "tformimportformat.buttonok.caption"
    352 msgid "Ok"
    353 msgstr "Ok"
    354 
    355 #: tformimportformat.caption
    356 msgid "Import format"
    357 msgstr "Formát importu"
    358 
    359 #: tformimportformat.label1.caption
    360 msgctxt "tformimportformat.label1.caption"
    361 msgid "Name:"
    362 msgstr "Název:"
    363 
    364 #: tformimportformat.label2.caption
    365 msgid "Item rules:"
    366 msgstr "Pravidla položky:"
    367 
    368 #: tformimportformat.label3.caption
    369 msgid "Type:"
    370 msgstr "Typ:"
    371 
    372 #: tformimportformat.label8.caption
    373 msgid "Block start:"
    374 msgstr "Začátek bloku:"
    375 
    376 #: tformimportformat.label9.caption
    377 msgid "Block end:"
    378 msgstr "Konec bloku:"
    379 
    380 #: tformimportformat.listviewitemrules.columns[0].caption
    381 msgid "Start string"
    382 msgstr "Počáteční řetězec"
    383 
    384 #: tformimportformat.listviewitemrules.columns[1].caption
    385 msgid "End string"
    386 msgstr "Koncový řetězec"
    387 
    388 #: tformimportformat.listviewitemrules.columns[2].caption
    389 msgid "Action"
    390 msgstr "Akce"
    391 
    392 #: tformimportformat.listviewitemrules.columns[3].caption
    393 msgid "Variable"
    394 msgstr "Proměnná"
    395 
    396 #: tformimportformat.listviewitemrules.columns[4].caption
    397 msgctxt "tformimportformat.listviewitemrules.columns[4].caption"
    398 msgid "Repetition"
    399 msgstr "Opakování"
    400 
    401 #: tformimportformats.aadd.caption
    402 msgctxt "tformimportformats.aadd.caption"
    403 msgid "Add"
    404 msgstr "Přidat"
    405 
    406 #: tformimportformats.amodify.caption
    407 msgctxt "tformimportformats.amodify.caption"
    408 msgid "Modify"
    409 msgstr "Upravit"
    410 
    411 #: tformimportformats.aremove.caption
    412 msgctxt "tformimportformats.aremove.caption"
    413 msgid "Remove"
    414 msgstr "Odebrat"
    415 
    416 #: tformimportformats.caption
    417 msgctxt "tformimportformats.caption"
    418 msgid "Import formats"
    419 msgstr "Formáty importu"
    420 
    421 #: tformimportformats.listview1.columns[0].caption
    422 msgctxt "tformimportformats.listview1.columns[0].caption"
    423 msgid "Name"
    424 msgstr "Název"
    425 
    426 #: tformimportformats.toolbar1.caption
    427 msgctxt "tformimportformats.toolbar1.caption"
    428 msgid "ToolBar1"
    429 msgstr "ToolBar1"
    430 
    431260#: tformimportpattern.buttoncancel.caption
    432261msgctxt "tformimportpattern.buttoncancel.caption"
     
    873702msgstr "Verze"
    874703
    875 #: uformacronym.scategory
    876 msgctxt "uformacronym.scategory"
    877 msgid "Category"
    878 msgstr "Kategorie"
    879 
    880 #: uformacronym.sremovecategory
    881 msgctxt "uformacronym.sremovecategory"
    882 msgid "Remove categories"
    883 msgstr "Odebrat kategorie"
    884 
    885 #: uformacronym.sremovecategoryquery
    886 msgctxt "uformacronym.sremovecategoryquery"
    887 msgid "Do you really want to remove selected categories?"
    888 msgstr "Opravdu chcete odebrat vybrané kategorie?"
    889 
    890704#: uformacronyms.sfiltered
    891705msgid "Filtered"
  • trunk/Languages/AcronymDecoder.po

    r199 r203  
    118118msgstr ""
    119119
    120 #: tformcategories.aadd.caption
    121 msgctxt "TFORMCATEGORIES.AADD.CAPTION"
    122 msgid "Add"
    123 msgstr ""
    124 
    125 #: tformcategories.adisable.caption
    126 msgctxt "TFORMCATEGORIES.ADISABLE.CAPTION"
    127 msgid "Disable"
    128 msgstr ""
    129 
    130 #: tformcategories.aenable.caption
    131 msgctxt "TFORMCATEGORIES.AENABLE.CAPTION"
    132 msgid "Enable"
    133 msgstr ""
    134 
    135 #: tformcategories.amodify.caption
    136 msgctxt "TFORMCATEGORIES.AMODIFY.CAPTION"
    137 msgid "Modify"
    138 msgstr ""
    139 
    140 #: tformcategories.aremove.caption
    141 msgctxt "TFORMCATEGORIES.AREMOVE.CAPTION"
    142 msgid "Remove"
    143 msgstr ""
    144 
    145 #: tformcategories.aselectall.caption
    146 msgctxt "TFORMCATEGORIES.ASELECTALL.CAPTION"
    147 msgid "Select all"
    148 msgstr ""
    149 
    150 #: tformcategories.caption
    151 msgid "Acronym categories"
    152 msgstr ""
    153 
    154 #: tformcategories.listviewcategories.columns[0].caption
    155 msgctxt "TFORMCATEGORIES.LISTVIEWCATEGORIES.COLUMNS[0].CAPTION"
    156 msgid "Name"
    157 msgstr ""
    158 
    159 #: tformcategories.listviewcategories.columns[1].caption
    160 msgctxt "TFORMCATEGORIES.LISTVIEWCATEGORIES.COLUMNS[1].CAPTION"
    161 msgid "Used count"
    162 msgstr ""
    163 
    164 #: tformcategories.toolbar1.caption
    165 msgctxt "TFORMCATEGORIES.TOOLBAR1.CAPTION"
    166 msgid "ToolBar1"
    167 msgstr ""
    168 
    169 #: tformcategoryselect.buttoncancel.caption
    170 msgctxt "TFORMCATEGORYSELECT.BUTTONCANCEL.CAPTION"
    171 msgid "Cancel"
    172 msgstr ""
    173 
    174 #: tformcategoryselect.buttonok.caption
    175 msgid "Select"
    176 msgstr ""
    177 
    178 #: tformcategoryselect.caption
    179 msgid "Select categories"
    180 msgstr ""
    181 
    182120#: tformcheck.agotolocation.caption
    183121msgctxt "tformcheck.agotolocation.caption"
     
    310248msgstr ""
    311249
    312 #: tformimportformat.aadd.caption
    313 msgctxt "TFORMIMPORTFORMAT.AADD.CAPTION"
    314 msgid "Add"
    315 msgstr ""
    316 
    317 #: tformimportformat.amodify.caption
    318 msgctxt "TFORMIMPORTFORMAT.AMODIFY.CAPTION"
    319 msgid "Modify"
    320 msgstr ""
    321 
    322 #: tformimportformat.amovedown.caption
    323 msgid "Move down"
    324 msgstr ""
    325 
    326 #: tformimportformat.amoveup.caption
    327 msgid "Move up"
    328 msgstr ""
    329 
    330 #: tformimportformat.aremove.caption
    331 msgctxt "TFORMIMPORTFORMAT.AREMOVE.CAPTION"
    332 msgid "Remove"
    333 msgstr ""
    334 
    335 #: tformimportformat.buttoncancel.caption
    336 msgctxt "TFORMIMPORTFORMAT.BUTTONCANCEL.CAPTION"
    337 msgid "Cancel"
    338 msgstr ""
    339 
    340 #: tformimportformat.buttonok.caption
    341 msgctxt "TFORMIMPORTFORMAT.BUTTONOK.CAPTION"
    342 msgid "Ok"
    343 msgstr ""
    344 
    345 #: tformimportformat.caption
    346 msgid "Import format"
    347 msgstr ""
    348 
    349 #: tformimportformat.label1.caption
    350 msgctxt "TFORMIMPORTFORMAT.LABEL1.CAPTION"
    351 msgid "Name:"
    352 msgstr ""
    353 
    354 #: tformimportformat.label2.caption
    355 msgid "Item rules:"
    356 msgstr ""
    357 
    358 #: tformimportformat.label3.caption
    359 msgid "Type:"
    360 msgstr ""
    361 
    362 #: tformimportformat.label8.caption
    363 msgid "Block start:"
    364 msgstr ""
    365 
    366 #: tformimportformat.label9.caption
    367 msgid "Block end:"
    368 msgstr ""
    369 
    370 #: tformimportformat.listviewitemrules.columns[0].caption
    371 msgid "Start string"
    372 msgstr ""
    373 
    374 #: tformimportformat.listviewitemrules.columns[1].caption
    375 msgid "End string"
    376 msgstr ""
    377 
    378 #: tformimportformat.listviewitemrules.columns[2].caption
    379 msgid "Action"
    380 msgstr ""
    381 
    382 #: tformimportformat.listviewitemrules.columns[3].caption
    383 msgid "Variable"
    384 msgstr ""
    385 
    386 #: tformimportformat.listviewitemrules.columns[4].caption
    387 msgctxt "TFORMIMPORTFORMAT.LISTVIEWITEMRULES.COLUMNS[4].CAPTION"
    388 msgid "Repetition"
    389 msgstr ""
    390 
    391 #: tformimportformats.aadd.caption
    392 msgctxt "TFORMIMPORTFORMATS.AADD.CAPTION"
    393 msgid "Add"
    394 msgstr ""
    395 
    396 #: tformimportformats.amodify.caption
    397 msgctxt "TFORMIMPORTFORMATS.AMODIFY.CAPTION"
    398 msgid "Modify"
    399 msgstr ""
    400 
    401 #: tformimportformats.aremove.caption
    402 msgctxt "TFORMIMPORTFORMATS.AREMOVE.CAPTION"
    403 msgid "Remove"
    404 msgstr ""
    405 
    406 #: tformimportformats.caption
    407 msgctxt "TFORMIMPORTFORMATS.CAPTION"
    408 msgid "Import formats"
    409 msgstr ""
    410 
    411 #: tformimportformats.listview1.columns[0].caption
    412 msgctxt "TFORMIMPORTFORMATS.LISTVIEW1.COLUMNS[0].CAPTION"
    413 msgid "Name"
    414 msgstr ""
    415 
    416 #: tformimportformats.toolbar1.caption
    417 msgctxt "TFORMIMPORTFORMATS.TOOLBAR1.CAPTION"
    418 msgid "ToolBar1"
    419 msgstr ""
    420 
    421250#: tformimportpattern.buttoncancel.caption
    422251msgctxt "TFORMIMPORTPATTERN.BUTTONCANCEL.CAPTION"
     
    863692msgstr ""
    864693
    865 #: uformacronym.scategory
    866 msgctxt "uformacronym.scategory"
    867 msgid "Category"
    868 msgstr ""
    869 
    870 #: uformacronym.sremovecategory
    871 msgctxt "uformacronym.sremovecategory"
    872 msgid "Remove categories"
    873 msgstr ""
    874 
    875 #: uformacronym.sremovecategoryquery
    876 msgctxt "uformacronym.sremovecategoryquery"
    877 msgid "Do you really want to remove selected categories?"
    878 msgstr ""
    879 
    880694#: uformacronyms.sfiltered
    881695msgid "Filtered"
  • trunk/Packages/Common/Languages/UThreading.po

    r3 r203  
    33
    44#: uthreading.scurrentthreadnotfound
     5#, fuzzy,badformat
    56msgid "Current thread ID %d not found in virtual thread list."
    67msgstr "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  
    127127  I, J: Integer;
    128128  Po: TPoFile;
     129  Item: TPOFileItem;
    129130begin
    130131  TranslateComponentRecursive(Application);
     
    136137    with TPoFile(FPoFiles[I]) do
    137138      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,
    140142          Flags, PreviousID);
     143      end;
    141144    Translations.TranslateResourceStrings(Po);
    142145  finally
     
    197200  PropInfo: PPropInfo;
    198201  PropList: PPropList;
     202  Excludes: TComponentExcludes;
    199203begin
    200204  Count := GetTypeData(Component.ClassInfo)^.PropCount;
     
    294298  Result := FPOFilesFolder;
    295299  if Copy(Result, 1, 1) <> DirectorySeparator then
    296     Result := ExtractFileDir(UTF8Encode(Application.ExeName)) +
     300    Result := ExtractFileDir(Application.ExeName) +
    297301      DirectorySeparator + Result;
    298302end;
     
    428432function TCoolTranslator.FindLocaleFileName(LCExt: string): string;
    429433var
     434  T: string;
    430435  Lang: string;
    431436begin
  • trunk/Read Me.txt

    r202 r203  
    1616* Home page: https://app.zdechov.net/AcronymDecoder/
    1717* Source code: https://svn.zdechov.net/AcronymDecoder/
    18 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 1.8.2
     18* Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.0.2
    1919* 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  
    34763476    AppName = 'Acronym Decoder'
    34773477    Description = 'A simple tool for quick searching of meaning for various acronyms and abbreviations.'
    3478     ReleaseDate = 43343
     3478    ReleaseDate = 43579
    34793479    RegistryKey = '\Software\'
    34803480    RegistryRoot = rrKeyCurrentUser
Note: See TracChangeset for help on using the changeset viewer.