Ignore:
Timestamp:
May 8, 2016, 10:56:38 PM (8 years ago)
Author:
chronos
Message:
  • Added: Use block start/end for source import format parsing.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImportFormat.lfm

    r22 r25  
    77  ClientHeight = 433
    88  ClientWidth = 664
    9   LCLVersion = '1.6.0.4'
     9  LCLVersion = '1.7'
    1010  object ButtonOk: TButton
    1111    Left = 560
     
    2828  object Label1: TLabel
    2929    Left = 20
    30     Height = 24
     30    Height = 22
    3131    Top = 16
    32     Width = 56
     32    Width = 49
    3333    Caption = 'Name:'
    3434    ParentColor = False
     
    3636  object EditName: TEdit
    3737    Left = 179
    38     Height = 34
     38    Height = 32
    3939    Top = 11
    4040    Width = 461
     
    4444  object Label2: TLabel
    4545    Left = 20
    46     Height = 24
    47     Top = 53
    48     Width = 126
     46    Height = 22
     47    Top = 133
     48    Width = 112
    4949    Caption = 'Acronym start:'
    5050    ParentColor = False
     
    5252  object EditAcronymStart: TEdit
    5353    Left = 179
    54     Height = 34
    55     Top = 48
     54    Height = 32
     55    Top = 128
    5656    Width = 461
    5757    Anchors = [akTop, akLeft, akRight]
     
    6060  object Label3: TLabel
    6161    Left = 20
    62     Height = 24
    63     Top = 93
    64     Width = 118
     62    Height = 22
     63    Top = 173
     64    Width = 105
    6565    Caption = 'Acronym end:'
    6666    ParentColor = False
     
    6868  object EditAcronymEnd: TEdit
    6969    Left = 179
    70     Height = 34
    71     Top = 88
     70    Height = 32
     71    Top = 168
    7272    Width = 461
    7373    Anchors = [akTop, akLeft, akRight]
     
    7676  object Label4: TLabel
    7777    Left = 20
    78     Height = 24
    79     Top = 133
    80     Width = 124
     78    Height = 22
     79    Top = 213
     80    Width = 111
    8181    Caption = 'Meaning start:'
    8282    ParentColor = False
     
    8484  object EditMeaningStart: TEdit
    8585    Left = 179
    86     Height = 34
    87     Top = 128
     86    Height = 32
     87    Top = 208
    8888    Width = 461
    8989    Anchors = [akTop, akLeft, akRight]
     
    9292  object Label5: TLabel
    9393    Left = 20
    94     Height = 24
    95     Top = 173
    96     Width = 116
     94    Height = 22
     95    Top = 253
     96    Width = 104
    9797    Caption = 'Meaning end:'
    9898    ParentColor = False
     
    100100  object EditMeaningEnd: TEdit
    101101    Left = 179
    102     Height = 34
    103     Top = 168
     102    Height = 32
     103    Top = 248
    104104    Width = 461
    105105    Anchors = [akTop, akLeft, akRight]
     
    108108  object Label6: TLabel
    109109    Left = 20
    110     Height = 24
    111     Top = 213
    112     Width = 148
     110    Height = 22
     111    Top = 293
     112    Width = 132
    113113    Caption = 'Description start:'
    114114    ParentColor = False
     
    116116  object EditDescriptionStart: TEdit
    117117    Left = 179
    118     Height = 34
    119     Top = 208
     118    Height = 32
     119    Top = 288
    120120    Width = 461
    121121    Anchors = [akTop, akLeft, akRight]
     
    124124  object Label7: TLabel
    125125    Left = 20
    126     Height = 24
    127     Top = 253
    128     Width = 140
     126    Height = 22
     127    Top = 333
     128    Width = 125
    129129    Caption = 'Description end:'
    130130    ParentColor = False
     
    132132  object EditDescriptionEnd: TEdit
    133133    Left = 179
    134     Height = 34
    135     Top = 248
     134    Height = 32
     135    Top = 328
    136136    Width = 461
    137137    Anchors = [akTop, akLeft, akRight]
    138138    TabOrder = 8
    139139  end
     140  object Label8: TLabel
     141    Left = 24
     142    Height = 22
     143    Top = 53
     144    Width = 85
     145    Caption = 'Block start:'
     146    ParentColor = False
     147  end
     148  object EditBlockStart: TEdit
     149    Left = 179
     150    Height = 32
     151    Top = 48
     152    Width = 461
     153    Anchors = [akTop, akLeft, akRight]
     154    TabOrder = 9
     155  end
     156  object Label9: TLabel
     157    Left = 24
     158    Height = 22
     159    Top = 93
     160    Width = 78
     161    Caption = 'Block end:'
     162    ParentColor = False
     163  end
     164  object EditBlockEnd: TEdit
     165    Left = 179
     166    Height = 32
     167    Top = 88
     168    Width = 461
     169    Anchors = [akTop, akLeft, akRight]
     170    TabOrder = 10
     171  end
    140172end
Note: See TracChangeset for help on using the changeset viewer.