Ignore:
Timestamp:
Jan 17, 2025, 10:06:21 PM (4 days ago)
Author:
chronos
Message:
  • Fixed: Use scrollbox in resizable forms.
  • Fixed: Translate all forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormImportPattern.lfm

    r219 r221  
    11object FormImportPattern: TFormImportPattern
    2   Left = 459
    3   Height = 517
    4   Top = 235
    5   Width = 794
     2  Left = 482
     3  Height = 364
     4  Top = 334
     5  Width = 681
    66  Caption = 'Import pattern'
    7   ClientHeight = 517
    8   ClientWidth = 794
     7  ClientHeight = 364
     8  ClientWidth = 681
    99  DesignTimePPI = 144
    1010  OnCreate = FormCreate
     
    1212  Position = poScreenCenter
    1313  LCLVersion = '3.6.0.0'
    14   object Label8: TLabel
    15     Left = 29
    16     Height = 26
    17     Top = 16
    18     Width = 98
    19     Caption = 'Start string:'
    20     ParentColor = False
    21   end
    22   object Label9: TLabel
    23     Left = 29
    24     Height = 26
    25     Top = 64
    26     Width = 91
    27     Caption = 'End string:'
    28     ParentColor = False
    29   end
    30   object EditBlockEnd: TEdit
    31     Left = 220
    32     Height = 43
    33     Top = 58
    34     Width = 552
    35     Anchors = [akTop, akLeft, akRight]
    36     TabOrder = 1
    37   end
    38   object EditBlockStart: TEdit
    39     Left = 220
    40     Height = 43
    41     Top = 10
    42     Width = 552
    43     Anchors = [akTop, akLeft, akRight]
    44     TabOrder = 0
    45   end
    4614  object ButtonCancel: TButton
    47     Left = 556
    48     Height = 30
    49     Top = 461
    50     Width = 90
     15    Left = 551
     16    Height = 38
     17    Top = 317
     18    Width = 120
    5119    Anchors = [akRight, akBottom]
    5220    Caption = 'Cancel'
    5321    ModalResult = 2
    54     TabOrder = 5
     22    TabOrder = 0
    5523  end
    5624  object ButtonOk: TButton
    57     Left = 672
    58     Height = 30
    59     Top = 461
    60     Width = 90
     25    Left = 415
     26    Height = 38
     27    Top = 317
     28    Width = 114
    6129    Anchors = [akRight, akBottom]
    6230    Caption = 'Ok'
    6331    ModalResult = 1
    64     TabOrder = 6
     32    TabOrder = 1
    6533  end
    66   object Label10: TLabel
    67     Left = 29
    68     Height = 26
    69     Top = 106
    70     Width = 59
    71     Caption = 'Action:'
    72     ParentColor = False
    73   end
    74   object Label11: TLabel
    75     Left = 29
    76     Height = 26
    77     Top = 144
    78     Width = 73
    79     Caption = 'Variable:'
    80     ParentColor = False
    81   end
    82   object ComboBoxAction: TComboBox
    83     Left = 220
    84     Height = 42
    85     Top = 104
    86     Width = 552
    87     Anchors = [akTop, akLeft, akRight]
    88     ItemHeight = 0
    89     Style = csDropDownList
     34  object ScrollBox1: TScrollBox
     35    Left = 16
     36    Height = 285
     37    Top = 16
     38    Width = 655
     39    HorzScrollBar.Page = 150
     40    VertScrollBar.Page = 238
     41    Anchors = [akTop, akLeft, akRight, akBottom]
     42    ClientHeight = 283
     43    ClientWidth = 653
    9044    TabOrder = 2
    91   end
    92   object ComboBoxVariable: TComboBox
    93     Left = 220
    94     Height = 38
    95     Top = 144
    96     Width = 552
    97     Anchors = [akTop, akLeft, akRight]
    98     ItemHeight = 0
    99     Items.Strings = (
    100       ''
    101     )
    102     Style = csDropDownList
    103     TabOrder = 3
    104   end
    105   object CheckBoxRepetition: TCheckBox
    106     Left = 29
    107     Height = 30
    108     Top = 192
    109     Width = 112
    110     Caption = 'Repetition'
    111     TabOrder = 4
     45    object Label8: TLabel
     46      Left = 16
     47      Height = 26
     48      Top = 16
     49      Width = 98
     50      Caption = 'Start string:'
     51      ParentColor = False
     52    end
     53    object Label9: TLabel
     54      Left = 16
     55      Height = 26
     56      Top = 64
     57      Width = 91
     58      Caption = 'End string:'
     59      ParentColor = False
     60    end
     61    object EditBlockEnd: TEdit
     62      Left = 207
     63      Height = 43
     64      Top = 58
     65      Width = 431
     66      Anchors = [akTop, akLeft, akRight]
     67      TabOrder = 0
     68    end
     69    object EditBlockStart: TEdit
     70      Left = 207
     71      Height = 43
     72      Top = 10
     73      Width = 431
     74      Anchors = [akTop, akLeft, akRight]
     75      TabOrder = 1
     76    end
     77    object Label10: TLabel
     78      Left = 16
     79      Height = 26
     80      Top = 112
     81      Width = 59
     82      Caption = 'Action:'
     83      ParentColor = False
     84    end
     85    object Label11: TLabel
     86      Left = 16
     87      Height = 26
     88      Top = 156
     89      Width = 73
     90      Caption = 'Variable:'
     91      ParentColor = False
     92    end
     93    object ComboBoxAction: TComboBox
     94      Left = 207
     95      Height = 42
     96      Top = 104
     97      Width = 431
     98      Anchors = [akTop, akLeft, akRight]
     99      ItemHeight = 0
     100      Style = csDropDownList
     101      TabOrder = 2
     102    end
     103    object ComboBoxVariable: TComboBox
     104      Left = 207
     105      Height = 38
     106      Top = 152
     107      Width = 431
     108      Anchors = [akTop, akLeft, akRight]
     109      ItemHeight = 0
     110      Items.Strings = (
     111        ''
     112      )
     113      Style = csDropDownList
     114      TabOrder = 3
     115    end
     116    object CheckBoxRepetition: TCheckBox
     117      Left = 16
     118      Height = 30
     119      Top = 208
     120      Width = 112
     121      Caption = 'Repetition'
     122      TabOrder = 4
     123    end
    112124  end
    113125end
Note: See TracChangeset for help on using the changeset viewer.