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

    r218 r219  
    11object FormImportSources: TFormImportSources
    22  Left = 475
    3   Height = 414
     3  Height = 497
    44  Top = 329
    5   Width = 812
     5  Width = 974
    66  Caption = 'Import sources'
    7   ClientHeight = 414
    8   ClientWidth = 812
    9   DesignTimePPI = 120
    10   OnClose = FormClose
     7  ClientHeight = 497
     8  ClientWidth = 974
     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 ToolBar1: TToolBar
    1615    Left = 0
    17     Height = 26
    18     Top = 388
    19     Width = 812
     16    Height = 33
     17    Top = 464
     18    Width = 974
    2019    Align = alBottom
    2120    Caption = 'ToolBar1'
     
    3029    end
    3130    object ToolButton2: TToolButton
    32       Left = 30
     31      Left = 36
    3332      Top = 2
    3433      Action = AModify
    3534    end
    3635    object ToolButton3: TToolButton
    37       Left = 59
     36      Left = 71
    3837      Top = 2
    3938      Action = ARemove
    4039    end
    4140    object ToolButton4: TToolButton
    42       Left = 88
     41      Left = 106
    4342      Top = 2
    4443      Action = AProcess
     
    4645  end
    4746  object ListView1: TListView
    48     Left = 4
    49     Height = 351
    50     Top = 33
    51     Width = 804
     47    Left = 5
     48    Height = 419
     49    Top = 40
     50    Width = 964
    5251    Align = alClient
    53     BorderSpacing.Left = 4
    54     BorderSpacing.Right = 4
    55     BorderSpacing.Bottom = 4
     52    BorderSpacing.Left = 5
     53    BorderSpacing.Right = 5
     54    BorderSpacing.Bottom = 5
    5655    Checkboxes = True
    5756    Columns = <   
    5857      item
    5958        Caption = 'Name'
    60         Width = 150
     59        Width = 180
    6160      end   
    6261      item
    6362        Caption = 'URL'
    64         Width = 250
     63        Width = 300
    6564      end   
    6665      item
    6766        Caption = 'Categories'
    68         Width = 200
     67        Width = 240
    6968      end   
    7069      item
    7170        Caption = 'Count'
    72         Width = 70
     71        Width = 84
    7372      end   
    7473      item
    7574        Caption = 'Date'
    76         Width = 114
     75        Width = 145
    7776      end>
    7877    MultiSelect = True
     
    9190  end
    9291  object ListViewFilter1: TListViewFilter
    93     Left = 4
    94     Height = 29
    95     Top = 4
    96     Width = 804
     92    Left = 5
     93    Height = 35
     94    Top = 5
     95    Width = 964
    9796    OnChange = ListViewFilter1Change
    9897    Align = alTop
    99     BorderSpacing.Left = 4
    100     BorderSpacing.Top = 4
    101     BorderSpacing.Right = 4
     98    BorderSpacing.Left = 5
     99    BorderSpacing.Top = 5
     100    BorderSpacing.Right = 5
    102101  end
    103102  object ActionList1: TActionList
    104103    Images = Core.ImageList1
    105     left = 408
    106     top = 224
     104    Left = 490
     105    Top = 269
    107106    object AAdd: TAction
    108107      Caption = 'Add'
     
    139138  object PopupMenuImportSource: TPopupMenu
    140139    Images = Core.ImageList1
    141     left = 147
    142     top = 220
     140    Left = 176
     141    Top = 264
    143142    object MenuItem1: TMenuItem
    144143      Action = AAdd
     
    167166    ShowDelay = 0
    168167    AutoClose = False
    169     left = 299
    170     top = 119
     168    Left = 359
     169    Top = 143
    171170  end
    172171  object ListViewSort1: TListViewSort
     
    177176    Column = 0
    178177    Order = soNone
    179     left = 547
    180     top = 172
     178    Left = 656
     179    Top = 206
    181180  end
    182181end
Note: See TracChangeset for help on using the changeset viewer.