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

    r218 r219  
    11object FormImportPattern: TFormImportPattern
    22  Left = 459
    3   Height = 431
     3  Height = 517
    44  Top = 235
    5   Width = 662
     5  Width = 794
    66  Caption = 'Import pattern'
    7   ClientHeight = 431
    8   ClientWidth = 662
    9   DesignTimePPI = 120
     7  ClientHeight = 517
     8  ClientWidth = 794
     9  DesignTimePPI = 144
    1010  OnCreate = FormCreate
    1111  OnShow = FormShow
    1212  Position = poScreenCenter
    13   LCLVersion = '2.0.2.0'
     13  LCLVersion = '3.6.0.0'
    1414  object Label8: TLabel
    15     Left = 24
    16     Height = 20
    17     Top = 13
    18     Width = 75
     15    Left = 29
     16    Height = 26
     17    Top = 16
     18    Width = 98
    1919    Caption = 'Start string:'
    2020    ParentColor = False
    2121  end
    2222  object Label9: TLabel
    23     Left = 24
    24     Height = 20
    25     Top = 53
    26     Width = 69
     23    Left = 29
     24    Height = 26
     25    Top = 64
     26    Width = 91
    2727    Caption = 'End string:'
    2828    ParentColor = False
    2929  end
    3030  object EditBlockEnd: TEdit
    31     Left = 183
    32     Height = 28
    33     Top = 48
    34     Width = 461
     31    Left = 220
     32    Height = 43
     33    Top = 58
     34    Width = 552
    3535    Anchors = [akTop, akLeft, akRight]
    3636    TabOrder = 1
    3737  end
    3838  object EditBlockStart: TEdit
    39     Left = 183
    40     Height = 28
    41     Top = 8
    42     Width = 461
     39    Left = 220
     40    Height = 43
     41    Top = 10
     42    Width = 552
    4343    Anchors = [akTop, akLeft, akRight]
    4444    TabOrder = 0
    4545  end
    4646  object ButtonCancel: TButton
    47     Left = 464
    48     Height = 25
    49     Top = 384
    50     Width = 75
     47    Left = 556
     48    Height = 30
     49    Top = 461
     50    Width = 90
    5151    Anchors = [akRight, akBottom]
    5252    Caption = 'Cancel'
     
    5555  end
    5656  object ButtonOk: TButton
    57     Left = 560
    58     Height = 25
    59     Top = 384
    60     Width = 75
     57    Left = 672
     58    Height = 30
     59    Top = 461
     60    Width = 90
    6161    Anchors = [akRight, akBottom]
    6262    Caption = 'Ok'
     
    6565  end
    6666  object Label10: TLabel
    67     Left = 24
    68     Height = 20
    69     Top = 88
    70     Width = 46
     67    Left = 29
     68    Height = 26
     69    Top = 106
     70    Width = 59
    7171    Caption = 'Action:'
    7272    ParentColor = False
    7373  end
    7474  object Label11: TLabel
    75     Left = 24
    76     Height = 20
    77     Top = 120
    78     Width = 58
     75    Left = 29
     76    Height = 26
     77    Top = 144
     78    Width = 73
    7979    Caption = 'Variable:'
    8080    ParentColor = False
    8181  end
    8282  object ComboBoxAction: TComboBox
    83     Left = 183
    84     Height = 28
    85     Top = 87
    86     Width = 461
     83    Left = 220
     84    Height = 42
     85    Top = 104
     86    Width = 552
    8787    Anchors = [akTop, akLeft, akRight]
    88     ItemHeight = 20
     88    ItemHeight = 0
    8989    Style = csDropDownList
    9090    TabOrder = 2
    9191  end
    9292  object ComboBoxVariable: TComboBox
    93     Left = 183
    94     Height = 28
    95     Top = 120
    96     Width = 461
     93    Left = 220
     94    Height = 38
     95    Top = 144
     96    Width = 552
    9797    Anchors = [akTop, akLeft, akRight]
    98     ItemHeight = 20
     98    ItemHeight = 0
    9999    Items.Strings = (
    100100      ''
     
    104104  end
    105105  object CheckBoxRepetition: TCheckBox
    106     Left = 24
    107     Height = 24
    108     Top = 160
    109     Width = 93
     106    Left = 29
     107    Height = 30
     108    Top = 192
     109    Width = 112
    110110    Caption = 'Repetition'
    111111    TabOrder = 4
Note: See TracChangeset for help on using the changeset viewer.