Ignore:
Timestamp:
Jul 13, 2016, 10:34:13 AM (8 years ago)
Author:
chronos
Message:
  • Added: Import format for MS Access database.
  • Added: Show text hints on toolbar buttons.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImportFormat.lfm

    r28 r31  
    3333    Left = 20
    3434    Height = 20
    35     Top = 16
     35    Top = 53
    3636    Width = 43
    3737    Caption = 'Name:'
     
    4141    Left = 179
    4242    Height = 28
    43     Top = 11
     43    Top = 48
    4444    Width = 461
    4545    Anchors = [akTop, akLeft, akRight]
     
    4949    Left = 20
    5050    Height = 20
    51     Top = 53
     51    Top = 90
    5252    Width = 72
    5353    Caption = 'Block start:'
     
    5757    Left = 179
    5858    Height = 28
    59     Top = 48
     59    Top = 85
    6060    Width = 461
    6161    Anchors = [akTop, akLeft, akRight]
     
    6565    Left = 20
    6666    Height = 20
    67     Top = 93
     67    Top = 130
    6868    Width = 68
    6969    Caption = 'Block end:'
     
    7373    Left = 179
    7474    Height = 28
    75     Top = 88
     75    Top = 125
    7676    Width = 461
    7777    Anchors = [akTop, akLeft, akRight]
     
    8080  object ListViewItemRules: TListView
    8181    Left = 20
    82     Height = 230
    83     Top = 144
     82    Height = 192
     83    Top = 181
    8484    Width = 620
    8585    Anchors = [akTop, akLeft, akRight, akBottom]
     
    117117    Left = 20
    118118    Height = 20
    119     Top = 120
     119    Top = 157
    120120    Width = 68
    121121    Caption = 'Item rules:'
    122122    ParentColor = False
    123123  end
     124  object Label3: TLabel
     125    Left = 20
     126    Height = 20
     127    Top = 13
     128    Width = 35
     129    Caption = 'Type:'
     130    ParentColor = False
     131  end
     132  object ComboBoxType: TComboBox
     133    Left = 179
     134    Height = 28
     135    Top = 13
     136    Width = 197
     137    ItemHeight = 20
     138    Items.Strings = (
     139      'Text parse'
     140      'MS Access database'
     141    )
     142    Style = csDropDownList
     143    TabOrder = 6
     144  end
    124145  object PopupMenu1: TPopupMenu
    125146    Images = FormMain.ImageList1
    126147    left = 181
    127     top = 240
     148    top = 277
    128149    object MenuItem1: TMenuItem
    129150      Action = AAdd
     
    145166    Images = FormMain.ImageList1
    146167    left = 383
    147     top = 245
     168    top = 282
    148169    object AAdd: TAction
    149170      Caption = 'Add'
Note: See TracChangeset for help on using the changeset viewer.