Changeset 23 for trunk/Forms/FormSettings.lfm
- Timestamp:
- Apr 4, 2025, 9:22:05 AM (4 weeks ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Forms/FormSettings.lfm ¶
r22 r23 1 1 object FormSettings: TFormSettings 2 2 Left = 342 3 Height = 4973 Height = 746 4 4 Top = 145 5 Width = 6865 Width = 1029 6 6 Caption = 'Settings' 7 ClientHeight = 497 8 ClientWidth = 686 7 ClientHeight = 746 8 ClientWidth = 1029 9 DesignTimePPI = 144 9 10 OnCreate = FormCreate 10 LCLVersion = ' 1.5'11 LCLVersion = '3.6.0.0' 11 12 object ButtonCancel: TButton 12 Left = 59213 Height = 2514 Top = 46415 Width = 7513 Left = 888 14 Height = 38 15 Top = 696 16 Width = 112 16 17 Caption = 'Cancel' 17 18 ModalResult = 2 … … 19 20 end 20 21 object ButtonOk: TButton 21 Left = 49622 Height = 2523 Top = 46424 Width = 7522 Left = 744 23 Height = 38 24 Top = 696 25 Width = 112 25 26 Caption = 'Ok' 26 27 ModalResult = 1 … … 28 29 end 29 30 object Label1: TLabel 30 Left = 1631 Height = 2 532 Top = 1633 Width = 10731 Left = 24 32 Height = 26 33 Top = 24 34 Width = 97 34 35 Caption = 'User name:' 35 36 ParentColor = False 36 37 end 37 38 object Label2: TLabel 38 Left = 1639 Height = 2 540 Top = 6441 Width = 5 739 Left = 24 40 Height = 26 41 Top = 96 42 Width = 52 42 43 Caption = 'Email:' 43 44 ParentColor = False 44 45 end 45 46 object EditUserName: TEdit 46 Left = 15247 Height = 3548 Top = 849 Width = 26447 Left = 228 48 Height = 43 49 Top = 12 50 Width = 396 50 51 TabOrder = 2 51 52 end 52 53 object EditEmail: TEdit 53 Left = 15254 Height = 3555 Top = 5656 Width = 26454 Left = 228 55 Height = 43 56 Top = 84 57 Width = 396 57 58 TabOrder = 3 58 59 end
Note:
See TracChangeset
for help on using the changeset viewer.