Changeset 8 for trunk/UFormAcronym.lfm


Ignore:
Timestamp:
Apr 21, 2016, 1:12:45 PM (8 years ago)
Author:
chronos
Message:
  • Added: Also allow to edit acronym detailed description.
  • Added: Import from CSV file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormAcronym.lfm

    r7 r8  
    11object FormAcronym: TFormAcronym
    2   Left = 493
     2  Left = 554
    33  Height = 296
    44  Top = 409
     
    77  ClientHeight = 296
    88  ClientWidth = 420
     9  OnClose = FormClose
    910  OnKeyUp = FormKeyUp
    10   Position = poScreenCenter
     11  OnShow = FormShow
    1112  LCLVersion = '1.6.0.4'
    1213  object Label1: TLabel
     
    3031    Left = 8
    3132    Height = 20
    32     Top = 57
     33    Top = 49
    3334    Width = 61
    3435    Caption = 'Meaning:'
     
    3839    Left = 136
    3940    Height = 28
    40     Top = 56
     41    Top = 49
    4142    Width = 272
    4243    Anchors = [akTop, akLeft, akRight]
     
    6667    TabOrder = 3
    6768  end
     69  object Label3: TLabel
     70    Left = 8
     71    Height = 20
     72    Top = 88
     73    Width = 79
     74    Caption = 'Description:'
     75    ParentColor = False
     76  end
     77  object MemoDescription: TMemo
     78    Left = 136
     79    Height = 114
     80    Top = 88
     81    Width = 272
     82    Anchors = [akTop, akLeft, akRight]
     83    ScrollBars = ssAutoBoth
     84    TabOrder = 4
     85  end
    6886end
Note: See TracChangeset for help on using the changeset viewer.