Ignore:
Timestamp:
Sep 20, 2021, 11:36:06 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Show items without active filter text active by default to show supported acronyms immediatelly after application start.
  • Added: Snap package definition file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImport.lfm

    r203 r208  
    11object FormImport: TFormImport
    22  Left = 575
    3   Height = 507
     3  Height = 608
    44  Top = 256
    5   Width = 652
     5  Width = 782
    66  Caption = 'Import'
    7   ClientHeight = 507
    8   ClientWidth = 652
    9   DesignTimePPI = 120
     7  ClientHeight = 608
     8  ClientWidth = 782
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    1313  Position = poScreenCenter
    14   LCLVersion = '2.0.2.0'
     14  LCLVersion = '2.0.12.0'
    1515  object ButtonProcess: TButton
    16     Left = 16
    17     Height = 25
    18     Top = 8
    19     Width = 107
     16    Left = 19
     17    Height = 30
     18    Top = 10
     19    Width = 128
    2020    Caption = 'Process'
    2121    OnClick = ButtonProcessClick
     22    ParentFont = False
    2223    TabOrder = 0
    2324  end
    2425  object Memo1: TMemo
    25     Left = 8
    26     Height = 458
    27     Top = 40
    28     Width = 638
     26    Left = 10
     27    Height = 549
     28    Top = 48
     29    Width = 765
    2930    Anchors = [akTop, akLeft, akRight, akBottom]
     31    ParentFont = False
    3032    ScrollBars = ssAutoBoth
    3133    TabOrder = 3
    3234  end
    3335  object ComboBoxDataFormat: TComboBox
    34     Left = 264
    35     Height = 28
    36     Top = 5
    37     Width = 140
    38     ItemHeight = 20
     36    Left = 317
     37    Height = 38
     38    Top = 6
     39    Width = 168
     40    ItemHeight = 0
    3941    ItemIndex = 0
    4042    Items.Strings = (
     
    4244      'MediaWiki'
    4345    )
     46    ParentFont = False
    4447    Style = csDropDownList
    4548    TabOrder = 1
     
    4750  end
    4851  object Label1: TLabel
    49     Left = 153
    50     Height = 20
    51     Top = 9
    52     Width = 84
     52    Left = 184
     53    Height = 24
     54    Top = 11
     55    Width = 106
    5356    Caption = 'Data format:'
    5457    ParentColor = False
     58    ParentFont = False
    5559  end
    5660  object ButtonLoadFromFile: TButton
    57     Left = 504
    58     Height = 25
    59     Top = 8
    60     Width = 139
     61    Left = 604
     62    Height = 30
     63    Top = 10
     64    Width = 167
    6165    Anchors = [akTop, akRight]
    6266    Caption = 'Load from file'
    6367    OnClick = ButtonLoadFromFileClick
     68    ParentFont = False
    6469    TabOrder = 2
    6570  end
    6671  object OpenDialog1: TOpenDialog
    67     left = 331
    68     top = 187
     72    Left = 397
     73    Top = 224
    6974  end
    7075end
Note: See TracChangeset for help on using the changeset viewer.