Ignore:
Timestamp:
Jul 15, 2016, 12:38:46 AM (8 years ago)
Author:
chronos
Message:
  • Modified: More translated strings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImportPattern.lfm

    r28 r45  
    99  OnCreate = FormCreate
    1010  OnShow = FormShow
    11   LCLVersion = '1.6.0.4'
     11  LCLVersion = '1.7'
    1212  object Label8: TLabel
    1313    Left = 24
    14     Height = 20
     14    Height = 24
    1515    Top = 13
    16     Width = 75
     16    Width = 101
    1717    Caption = 'Start string:'
    1818    ParentColor = False
     
    2020  object Label9: TLabel
    2121    Left = 24
    22     Height = 20
     22    Height = 24
    2323    Top = 53
    24     Width = 69
     24    Width = 92
    2525    Caption = 'End string:'
    2626    ParentColor = False
     
    2828  object EditBlockEnd: TEdit
    2929    Left = 183
    30     Height = 28
     30    Height = 34
    3131    Top = 48
    3232    Width = 461
     
    3636  object EditBlockStart: TEdit
    3737    Left = 183
    38     Height = 28
     38    Height = 34
    3939    Top = 8
    4040    Width = 461
     
    6464  object Label10: TLabel
    6565    Left = 24
    66     Height = 20
     66    Height = 24
    6767    Top = 88
    68     Width = 46
     68    Width = 60
    6969    Caption = 'Action:'
    7070    ParentColor = False
     
    7272  object Label11: TLabel
    7373    Left = 24
    74     Height = 20
     74    Height = 24
    7575    Top = 120
    76     Width = 58
     76    Width = 74
    7777    Caption = 'Variable:'
    7878    ParentColor = False
     
    8080  object ComboBoxAction: TComboBox
    8181    Left = 183
    82     Height = 28
     82    Height = 38
    8383    Top = 87
    8484    Width = 461
    8585    Anchors = [akTop, akLeft, akRight]
    86     ItemHeight = 20
     86    ItemHeight = 0
    8787    Style = csDropDownList
    8888    TabOrder = 4
     
    9090  object ComboBoxVariable: TComboBox
    9191    Left = 183
    92     Height = 28
     92    Height = 38
    9393    Top = 120
    9494    Width = 461
    9595    Anchors = [akTop, akLeft, akRight]
    96     ItemHeight = 20
     96    ItemHeight = 0
    9797    Items.Strings = (
    9898      ''
     
    103103  object CheckBoxRepetition: TCheckBox
    104104    Left = 24
    105     Height = 24
     105    Height = 28
    106106    Top = 160
    107     Width = 93
     107    Width = 112
    108108    Caption = 'Repetition'
    109109    TabOrder = 6
Note: See TracChangeset for help on using the changeset viewer.