-
Notifications
You must be signed in to change notification settings - Fork 0
/
ockpasswordquery.lfm
70 lines (70 loc) · 1.59 KB
/
ockpasswordquery.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
object FormPasswordQuery: TFormPasswordQuery
Left = 936
Height = 183
Top = 433
Width = 363
Caption = 'FormPasswordQuery'
ClientHeight = 183
ClientWidth = 363
LCLVersion = '2.2.0.4'
object SudoOrRoot: TRadioGroup
Left = 16
Height = 43
Top = 32
Width = 324
AutoFill = True
Caption = 'User'
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 24
ClientWidth = 314
Columns = 2
Items.Strings = (
'root'
'sudo'
)
TabOrder = 0
end
object EditPassword: TLabeledEdit
Left = 16
Height = 22
Top = 104
Width = 328
EchoMode = emPassword
EditLabel.Height = 16
EditLabel.Width = 328
EditLabel.Caption = 'Password'
PasswordChar = '*'
TabOrder = 1
end
object ButtonOK: TButton
Left = 16
Height = 25
Top = 144
Width = 75
Caption = 'OK'
OnClick = ButtonOKClick
TabOrder = 2
end
object LabelDescription: TLabel
Left = 16
Height = 16
Top = 8
Width = 306
Caption = 'Please authorize you with a sudo or root account: '
end
object ButtonCancel: TButton
Left = 274
Height = 25
Top = 144
Width = 70
Caption = 'Cancel'
OnClick = ButtonCancelClick
TabOrder = 3
end
end