Ignore:
Timestamp:
Jul 26, 2016, 1:38:36 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Set correct tab order of controls on forms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImportPattern.lfm

    r45 r55  
    99  OnCreate = FormCreate
    1010  OnShow = FormShow
    11   LCLVersion = '1.7'
     11  LCLVersion = '1.6.0.4'
    1212  object Label8: TLabel
    1313    Left = 24
    14     Height = 24
     14    Height = 20
    1515    Top = 13
    16     Width = 101
     16    Width = 75
    1717    Caption = 'Start string:'
    1818    ParentColor = False
     
    2020  object Label9: TLabel
    2121    Left = 24
    22     Height = 24
     22    Height = 20
    2323    Top = 53
    24     Width = 92
     24    Width = 69
    2525    Caption = 'End string:'
    2626    ParentColor = False
     
    2828  object EditBlockEnd: TEdit
    2929    Left = 183
    30     Height = 34
     30    Height = 28
    3131    Top = 48
    3232    Width = 461
    3333    Anchors = [akTop, akLeft, akRight]
    34     TabOrder = 0
     34    TabOrder = 1
    3535  end
    3636  object EditBlockStart: TEdit
    3737    Left = 183
    38     Height = 34
     38    Height = 28
    3939    Top = 8
    4040    Width = 461
    4141    Anchors = [akTop, akLeft, akRight]
    42     TabOrder = 1
     42    TabOrder = 0
    4343  end
    4444  object ButtonCancel: TButton
     
    5050    Caption = 'Cancel'
    5151    ModalResult = 2
    52     TabOrder = 2
     52    TabOrder = 5
    5353  end
    5454  object ButtonOk: TButton
     
    6060    Caption = 'Ok'
    6161    ModalResult = 1
    62     TabOrder = 3
     62    TabOrder = 6
    6363  end
    6464  object Label10: TLabel
    6565    Left = 24
    66     Height = 24
     66    Height = 20
    6767    Top = 88
    68     Width = 60
     68    Width = 46
    6969    Caption = 'Action:'
    7070    ParentColor = False
     
    7272  object Label11: TLabel
    7373    Left = 24
    74     Height = 24
     74    Height = 20
    7575    Top = 120
    76     Width = 74
     76    Width = 58
    7777    Caption = 'Variable:'
    7878    ParentColor = False
     
    8080  object ComboBoxAction: TComboBox
    8181    Left = 183
    82     Height = 38
     82    Height = 28
    8383    Top = 87
    8484    Width = 461
    8585    Anchors = [akTop, akLeft, akRight]
    86     ItemHeight = 0
     86    ItemHeight = 20
    8787    Style = csDropDownList
    88     TabOrder = 4
     88    TabOrder = 2
    8989  end
    9090  object ComboBoxVariable: TComboBox
    9191    Left = 183
    92     Height = 38
     92    Height = 28
    9393    Top = 120
    9494    Width = 461
    9595    Anchors = [akTop, akLeft, akRight]
    96     ItemHeight = 0
     96    ItemHeight = 20
    9797    Items.Strings = (
    9898      ''
    9999    )
    100100    Style = csDropDownList
    101     TabOrder = 5
     101    TabOrder = 3
    102102  end
    103103  object CheckBoxRepetition: TCheckBox
    104104    Left = 24
    105     Height = 28
     105    Height = 24
    106106    Top = 160
    107     Width = 112
     107    Width = 93
    108108    Caption = 'Repetition'
    109     TabOrder = 6
     109    TabOrder = 4
    110110  end
    111111end
Note: See TracChangeset for help on using the changeset viewer.