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/FormImportFormats.lfm

    r218 r219  
    11object FormImportFormats: TFormImportFormats
    22  Left = 473
    3   Height = 518
     3  Height = 622
    44  Top = 327
    5   Width = 739
     5  Width = 887
    66  Caption = 'Import formats'
    7   ClientHeight = 518
    8   ClientWidth = 739
    9   DesignTimePPI = 120
    10   OnClose = FormClose
     7  ClientHeight = 622
     8  ClientWidth = 887
     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 ListView1: TListView
    16     Left = 5
    17     Height = 476
    18     Top = 5
    19     Width = 729
     15    Left = 6
     16    Height = 577
     17    Top = 6
     18    Width = 875
    2019    Align = alClient
    21     BorderSpacing.Around = 5
     20    BorderSpacing.Around = 6
    2221    Columns = <   
    2322      item
    2423        Caption = 'Name'
    25         Width = 704
     24        Width = 860
    2625      end>
    2726    MultiSelect = True
     
    4039  object ToolBar1: TToolBar
    4140    Left = 0
    42     Top = 486
    43     Width = 739
     41    Height = 33
     42    Top = 589
     43    Width = 887
    4444    Align = alBottom
    45     Images = Core.ImageList1
    4645    ParentFont = False
    4746    ParentShowHint = False
     
    5453    end
    5554    object ToolButton2: TToolButton
    56       Left = 30
     55      Left = 36
    5756      Top = 2
    5857      Action = AModify
    5958    end
    6059    object ToolButton3: TToolButton
    61       Left = 59
     60      Left = 71
    6261      Top = 2
    6362      Action = ARemove
     
    6564  end
    6665  object ActionList1: TActionList
    67     Images = Core.ImageList1
    68     left = 510
    69     top = 280
     66    Left = 612
     67    Top = 336
    7068    object AAdd: TAction
    7169      Caption = 'Add'
     
    8886  end
    8987  object PopupMenuImportSource: TPopupMenu
    90     Images = Core.ImageList1
    91     left = 184
    92     top = 275
     88    Left = 221
     89    Top = 330
    9390    object MenuItem1: TMenuItem
    9491      Action = AAdd
Note: See TracChangeset for help on using the changeset viewer.