source: trunk/Forms/FormSettings.lfm

Last change on this file was 23, checked in by chronos, 2 weeks ago
  • Modified: All unit renamed to names without U prefix.
  • Modified: Removed global form variables.
  • Modified: Code cleanup.
File size: 1.0 KB
Line 
1object FormSettings: TFormSettings
2 Left = 342
3 Height = 746
4 Top = 145
5 Width = 1029
6 Caption = 'Settings'
7 ClientHeight = 746
8 ClientWidth = 1029
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 LCLVersion = '3.6.0.0'
12 object ButtonCancel: TButton
13 Left = 888
14 Height = 38
15 Top = 696
16 Width = 112
17 Caption = 'Cancel'
18 ModalResult = 2
19 TabOrder = 0
20 end
21 object ButtonOk: TButton
22 Left = 744
23 Height = 38
24 Top = 696
25 Width = 112
26 Caption = 'Ok'
27 ModalResult = 1
28 TabOrder = 1
29 end
30 object Label1: TLabel
31 Left = 24
32 Height = 26
33 Top = 24
34 Width = 97
35 Caption = 'User name:'
36 ParentColor = False
37 end
38 object Label2: TLabel
39 Left = 24
40 Height = 26
41 Top = 96
42 Width = 52
43 Caption = 'Email:'
44 ParentColor = False
45 end
46 object EditUserName: TEdit
47 Left = 228
48 Height = 43
49 Top = 12
50 Width = 396
51 TabOrder = 2
52 end
53 object EditEmail: TEdit
54 Left = 228
55 Height = 43
56 Top = 84
57 Width = 396
58 TabOrder = 3
59 end
60end
Note: See TracBrowser for help on using the repository browser.