source: trunk/Forms/UFormLogin.lfm

Last change on this file was 1, checked in by chronos, 4 years ago
  • Added: Initial version.
File size: 1.9 KB
Line 
1object FormLogin: TFormLogin
2 Left = 596
3 Height = 473
4 Top = 334
5 Width = 608
6 Caption = 'OpenWinBox login'
7 ClientHeight = 439
8 ClientWidth = 608
9 DesignTimePPI = 144
10 Menu = MainMenu1
11 OnActivate = FormActivate
12 OnShow = FormShow
13 LCLVersion = '2.0.2.0'
14 object Label1: TLabel
15 Left = 16
16 Height = 26
17 Top = 16
18 Width = 98
19 Caption = 'Connect to:'
20 ParentColor = False
21 end
22 object Label2: TLabel
23 Left = 16
24 Height = 26
25 Top = 72
26 Width = 52
27 Caption = 'Login:'
28 ParentColor = False
29 end
30 object Label3: TLabel
31 Left = 16
32 Height = 26
33 Top = 128
34 Width = 87
35 Caption = 'Password:'
36 ParentColor = False
37 end
38 object EditHost: TEdit
39 Left = 179
40 Height = 43
41 Top = 8
42 Width = 349
43 Anchors = [akTop, akLeft, akRight]
44 TabOrder = 0
45 end
46 object EditLogin: TEdit
47 Left = 179
48 Height = 43
49 Top = 64
50 Width = 349
51 Anchors = [akTop, akLeft, akRight]
52 TabOrder = 1
53 end
54 object MaskEditPassword: TMaskEdit
55 Left = 179
56 Height = 43
57 Top = 120
58 Width = 349
59 Anchors = [akTop, akLeft, akRight]
60 CharCase = ecNormal
61 MaxLength = 1
62 TabOrder = 2
63 EditMask = '*'
64 Text = '*'
65 SpaceChar = '_'
66 end
67 object ButtonConnect: TButton
68 Left = 416
69 Height = 38
70 Top = 176
71 Width = 113
72 Anchors = [akTop, akRight]
73 Caption = 'Connect'
74 OnClick = ButtonConnectClick
75 TabOrder = 3
76 end
77 object ButtonAdd: TButton
78 Left = 42
79 Height = 38
80 Top = 176
81 Width = 113
82 Caption = 'Add/Set'
83 TabOrder = 4
84 end
85 object MainMenu1: TMainMenu
86 left = 352
87 top = 288
88 object MenuItem1: TMenuItem
89 Caption = 'File'
90 object MenuItem5: TMenuItem
91 Caption = 'New...'
92 end
93 object MenuItem3: TMenuItem
94 Caption = 'Open...'
95 end
96 object MenuItem4: TMenuItem
97 Caption = 'Save as...'
98 end
99 end
100 object MenuItem2: TMenuItem
101 Caption = 'Tools'
102 end
103 end
104end
Note: See TracBrowser for help on using the repository browser.