Ignore:
Timestamp:
Apr 4, 2025, 9:22:05 AM (4 weeks ago)
Author:
chronos
Message:
  • Modified: All unit renamed to names without U prefix.
  • Modified: Removed global form variables.
  • Modified: Code cleanup.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Forms/FormSettings.lfm

    r22 r23  
    11object FormSettings: TFormSettings
    22  Left = 342
    3   Height = 497
     3  Height = 746
    44  Top = 145
    5   Width = 686
     5  Width = 1029
    66  Caption = 'Settings'
    7   ClientHeight = 497
    8   ClientWidth = 686
     7  ClientHeight = 746
     8  ClientWidth = 1029
     9  DesignTimePPI = 144
    910  OnCreate = FormCreate
    10   LCLVersion = '1.5'
     11  LCLVersion = '3.6.0.0'
    1112  object ButtonCancel: TButton
    12     Left = 592
    13     Height = 25
    14     Top = 464
    15     Width = 75
     13    Left = 888
     14    Height = 38
     15    Top = 696
     16    Width = 112
    1617    Caption = 'Cancel'
    1718    ModalResult = 2
     
    1920  end
    2021  object ButtonOk: TButton
    21     Left = 496
    22     Height = 25
    23     Top = 464
    24     Width = 75
     22    Left = 744
     23    Height = 38
     24    Top = 696
     25    Width = 112
    2526    Caption = 'Ok'
    2627    ModalResult = 1
     
    2829  end
    2930  object Label1: TLabel
    30     Left = 16
    31     Height = 25
    32     Top = 16
    33     Width = 107
     31    Left = 24
     32    Height = 26
     33    Top = 24
     34    Width = 97
    3435    Caption = 'User name:'
    3536    ParentColor = False
    3637  end
    3738  object Label2: TLabel
    38     Left = 16
    39     Height = 25
    40     Top = 64
    41     Width = 57
     39    Left = 24
     40    Height = 26
     41    Top = 96
     42    Width = 52
    4243    Caption = 'Email:'
    4344    ParentColor = False
    4445  end
    4546  object EditUserName: TEdit
    46     Left = 152
    47     Height = 35
    48     Top = 8
    49     Width = 264
     47    Left = 228
     48    Height = 43
     49    Top = 12
     50    Width = 396
    5051    TabOrder = 2
    5152  end
    5253  object EditEmail: TEdit
    53     Left = 152
    54     Height = 35
    55     Top = 56
    56     Width = 264
     54    Left = 228
     55    Height = 43
     56    Top = 84
     57    Width = 396
    5758    TabOrder = 3
    5859  end
Note: See TracChangeset for help on using the changeset viewer.