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

    r218 r219  
    11object FormCategorySelect: TFormCategorySelect
    22  Left = 500
    3   Height = 584
     3  Height = 701
    44  Top = 253
    5   Width = 791
     5  Width = 949
    66  Caption = 'Select categories'
    7   ClientHeight = 584
    8   ClientWidth = 791
    9   DesignTimePPI = 120
    10   OnCreate = FormCreate
    11   OnShow = FormShow
     7  ClientHeight = 701
     8  ClientWidth = 949
     9  DesignTimePPI = 144
    1210  Position = poScreenCenter
    13   LCLVersion = '2.0.2.0'
     11  LCLVersion = '3.6.0.0'
    1412  object ListBox1: TListBox
    15     Left = 16
    16     Height = 518
    17     Top = 8
    18     Width = 761
     13    Left = 19
     14    Height = 621
     15    Top = 10
     16    Width = 913
    1917    Anchors = [akTop, akLeft, akRight, akBottom]
    2018    ItemHeight = 0
    2119    MultiSelect = True
     20    ScrollWidth = 762
     21    TabOrder = 0
     22    TopIndex = -1
    2223    OnDblClick = ListBox1DblClick
    2324    OnKeyPress = ListBox1KeyPress
    24     ScrollWidth = 762
    25     TabOrder = 0
    2625  end
    2726  object ButtonOk: TButton
    28     Left = 701
    29     Height = 25
    30     Top = 541
    31     Width = 75
     27    Left = 841
     28    Height = 30
     29    Top = 649
     30    Width = 90
    3231    Anchors = [akRight, akBottom]
    3332    Caption = 'Select'
     
    3635  end
    3736  object ButtonCancel: TButton
    38     Left = 605
    39     Height = 25
    40     Top = 542
    41     Width = 75
     37    Left = 726
     38    Height = 30
     39    Top = 651
     40    Width = 90
    4241    Anchors = [akRight, akBottom]
    4342    Caption = 'Cancel'
Note: See TracChangeset for help on using the changeset viewer.