Ignore:
Timestamp:
Jan 17, 2025, 9:05:54 PM (4 days ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
  • Modified: Remove U prefix from unit names.
  • Modified: Use Gneeric.Collections instead of fgl.
  • Modified: Do not use global form variables.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCategories.lfm

    r218 r219  
    11object FormCategories: TFormCategories
    22  Left = 516
    3   Height = 429
     3  Height = 515
    44  Top = 439
    5   Width = 784
     5  Width = 941
    66  Caption = 'Acronym categories'
    7   ClientHeight = 429
    8   ClientWidth = 784
    9   DesignTimePPI = 120
    10   OnClose = FormClose
     7  ClientHeight = 515
     8  ClientWidth = 941
     9  DesignTimePPI = 144
    1110  OnCreate = FormCreate
    1211  OnShow = FormShow
    1312  Position = poScreenCenter
    14   LCLVersion = '2.0.2.0'
     13  LCLVersion = '3.6.0.0'
    1514  object ListViewCategories: TListView
    16     Left = 4
    17     Height = 395
    18     Top = 4
    19     Width = 776
     15    Left = 5
     16    Height = 472
     17    Top = 5
     18    Width = 931
    2019    Align = alClient
    21     BorderSpacing.Around = 4
     20    BorderSpacing.Around = 5
    2221    Checkboxes = True
    2322    Columns = <   
    2423      item
    2524        Caption = 'Name'
    26         Width = 300
     25        Width = 360
    2726      end   
    2827      item
    2928        Caption = 'Used count'
    30         Width = 456
     29        Width = 556
    3130      end>
    3231    MultiSelect = True
     
    4544  object ToolBar1: TToolBar
    4645    Left = 0
    47     Height = 26
    48     Top = 403
    49     Width = 784
     46    Height = 33
     47    Top = 482
     48    Width = 941
    5049    Align = alBottom
    5150    Images = Core.ImageList1
     
    5958    end
    6059    object ToolButton2: TToolButton
    61       Left = 30
     60      Left = 36
    6261      Top = 2
    6362      Action = AModify
    6463    end
    6564    object ToolButton3: TToolButton
    66       Left = 59
     65      Left = 71
    6766      Top = 2
    6867      Action = ARemove
     
    7170  object ActionList1: TActionList
    7271    Images = Core.ImageList1
    73     left = 380
    74     top = 196
     72    Left = 456
     73    Top = 235
    7574    object AAdd: TAction
    7675      Caption = 'Add'
     
    107106  object PopupMenuCategory: TPopupMenu
    108107    Images = Core.ImageList1
    109     left = 119
    110     top = 192
     108    Left = 143
     109    Top = 230
    111110    object MenuItem1: TMenuItem
    112111      Action = AAdd
     
    137136    Column = 0
    138137    Order = soNone
    139     left = 536
    140     top = 184
     138    Left = 643
     139    Top = 221
    141140  end
    142141end
Note: See TracChangeset for help on using the changeset viewer.