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/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore deleted
  • 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
Note: See TracChangeset for help on using the changeset viewer.