Changeset 13 for trunk/Forms/UFormSettings.lfm
- Timestamp:
- May 30, 2015, 1:02:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSettings.lfm
r7 r13 7 7 ClientHeight = 497 8 8 ClientWidth = 686 9 OnCreate = FormCreate 9 10 LCLVersion = '1.5' 10 11 object ButtonCancel: TButton … … 26 27 TabOrder = 1 27 28 end 29 object Label1: TLabel 30 Left = 16 31 Height = 25 32 Top = 16 33 Width = 107 34 Caption = 'User name:' 35 ParentColor = False 36 end 37 object Label2: TLabel 38 Left = 16 39 Height = 25 40 Top = 64 41 Width = 57 42 Caption = 'Email:' 43 ParentColor = False 44 end 45 object EditUserName: TEdit 46 Left = 152 47 Height = 35 48 Top = 8 49 Width = 264 50 TabOrder = 2 51 end 52 object EditEmail: TEdit 53 Left = 152 54 Height = 35 55 Top = 56 56 Width = 264 57 TabOrder = 3 58 end 28 59 end
Note:
See TracChangeset
for help on using the changeset viewer.