Changeset 12 for trunk/UFormAcronym.lfm


Ignore:
Timestamp:
Apr 28, 2016, 5:35:05 PM (9 years ago)
Author:
chronos
Message:
  • Added: Configurable main form stay on top feature.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormAcronym.lfm

    r10 r12  
    11object FormAcronym: TFormAcronym
    2   Left = 554
     2  Left = 555
    33  Height = 296
    4   Top = 409
     4  Top = 411
    55  Width = 420
    66  Caption = 'Acronym'
     
    1313  object Label1: TLabel
    1414    Left = 8
    15     Height = 24
     15    Height = 20
    1616    Top = 16
    17     Width = 60
     17    Width = 43
    1818    Caption = 'Name:'
    1919    ParentColor = False
     
    2121  object EditAcronym: TEdit
    2222    Left = 136
    23     Height = 34
     23    Height = 28
    2424    Top = 15
    2525    Width = 272
     
    3030  object Label2: TLabel
    3131    Left = 8
    32     Height = 24
     32    Height = 20
    3333    Top = 49
    34     Width = 83
     34    Width = 61
    3535    Caption = 'Meaning:'
    3636    ParentColor = False
     
    3838  object EditMeaning: TEdit
    3939    Left = 136
    40     Height = 34
     40    Height = 28
    4141    Top = 49
    4242    Width = 272
     
    6969  object Label3: TLabel
    7070    Left = 8
    71     Height = 24
     71    Height = 20
    7272    Top = 88
    73     Width = 109
     73    Width = 79
    7474    Caption = 'Description:'
    7575    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.