2010-07-25 00:18:54 +02:00
|
|
|
object frmEditAccount: TfrmEditAccount
|
|
|
|
Left = 290
|
2022-05-07 11:59:04 +02:00
|
|
|
Height = 335
|
2010-07-25 00:18:54 +02:00
|
|
|
Top = 171
|
2022-05-07 11:59:04 +02:00
|
|
|
Width = 408
|
2010-07-25 00:18:54 +02:00
|
|
|
ActiveControl = PageControl1
|
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'Edit Account'
|
2022-05-07 11:59:04 +02:00
|
|
|
ClientHeight = 335
|
|
|
|
ClientWidth = 408
|
2022-05-07 10:49:52 +02:00
|
|
|
DesignTimePPI = 120
|
2022-05-07 11:59:04 +02:00
|
|
|
Font.Height = -18
|
2010-07-25 00:18:54 +02:00
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
|
|
|
OnShow = FormShow
|
|
|
|
Position = poOwnerFormCenter
|
|
|
|
object PageControl1: TPageControl
|
2022-05-07 10:49:52 +02:00
|
|
|
Left = 0
|
2022-05-07 11:59:04 +02:00
|
|
|
Height = 272
|
2022-05-07 10:49:52 +02:00
|
|
|
Top = 0
|
2022-05-07 11:59:04 +02:00
|
|
|
Width = 408
|
2010-07-25 00:18:54 +02:00
|
|
|
ActivePage = tsGeneral
|
|
|
|
Align = alClient
|
|
|
|
TabIndex = 0
|
|
|
|
TabOrder = 0
|
|
|
|
object tsGeneral: TTabSheet
|
|
|
|
Caption = 'General'
|
2022-05-07 11:59:04 +02:00
|
|
|
ClientHeight = 234
|
|
|
|
ClientWidth = 398
|
2010-07-25 00:18:54 +02:00
|
|
|
object lblPasswordHint: TLabel
|
2022-05-07 11:59:04 +02:00
|
|
|
AnchorSideLeft.Control = edPassword
|
|
|
|
AnchorSideTop.Control = edPassword
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = edPassword
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 128
|
|
|
|
Height = 52
|
|
|
|
Top = 102
|
|
|
|
Width = 260
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Around = 2
|
2010-07-25 00:18:54 +02:00
|
|
|
Caption = 'Leave empty to leave the password unchanged.'
|
2022-05-07 10:49:52 +02:00
|
|
|
Color = clDefault
|
2010-07-25 00:18:54 +02:00
|
|
|
Enabled = False
|
|
|
|
ParentColor = False
|
|
|
|
WordWrap = True
|
|
|
|
end
|
|
|
|
object lblUsername: TLabel
|
2022-05-07 11:59:04 +02:00
|
|
|
AnchorSideLeft.Control = tsGeneral
|
|
|
|
AnchorSideTop.Control = edUsername
|
|
|
|
AnchorSideTop.Side = asrCenter
|
2022-05-07 10:49:52 +02:00
|
|
|
Left = 8
|
2022-05-07 11:59:04 +02:00
|
|
|
Height = 26
|
|
|
|
Top = 14
|
|
|
|
Width = 92
|
|
|
|
BorderSpacing.Left = 8
|
2010-07-25 00:18:54 +02:00
|
|
|
Caption = 'Username:'
|
2022-05-07 10:49:52 +02:00
|
|
|
Color = clDefault
|
2010-07-25 00:18:54 +02:00
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object lblPassword: TLabel
|
2022-05-07 11:59:04 +02:00
|
|
|
AnchorSideLeft.Control = lblUsername
|
|
|
|
AnchorSideTop.Control = edPassword
|
|
|
|
AnchorSideTop.Side = asrCenter
|
2022-05-07 10:49:52 +02:00
|
|
|
Left = 8
|
2022-05-07 11:59:04 +02:00
|
|
|
Height = 26
|
|
|
|
Top = 68
|
|
|
|
Width = 87
|
2010-07-25 00:18:54 +02:00
|
|
|
Caption = 'Password:'
|
2022-05-07 10:49:52 +02:00
|
|
|
Color = clDefault
|
2010-07-25 00:18:54 +02:00
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object lblAccessLevel: TLabel
|
2022-05-07 11:59:04 +02:00
|
|
|
AnchorSideLeft.Control = lblPassword
|
|
|
|
AnchorSideTop.Control = cbAccessLevel
|
|
|
|
AnchorSideTop.Side = asrCenter
|
2022-05-07 10:49:52 +02:00
|
|
|
Left = 8
|
2022-05-07 11:59:04 +02:00
|
|
|
Height = 26
|
|
|
|
Top = 176
|
|
|
|
Width = 102
|
2010-07-25 00:18:54 +02:00
|
|
|
Caption = 'Accesslevel:'
|
2022-05-07 10:49:52 +02:00
|
|
|
Color = clDefault
|
2010-07-25 00:18:54 +02:00
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object edUsername: TEdit
|
2022-05-07 11:59:04 +02:00
|
|
|
AnchorSideLeft.Control = lblAccessLevel
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = tsGeneral
|
|
|
|
AnchorSideRight.Control = tsGeneral
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 126
|
|
|
|
Height = 38
|
|
|
|
Top = 8
|
|
|
|
Width = 264
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 8
|
2010-07-25 00:18:54 +02:00
|
|
|
Color = clBtnFace
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object edPassword: TEdit
|
2022-05-07 11:59:04 +02:00
|
|
|
AnchorSideLeft.Control = edUsername
|
|
|
|
AnchorSideTop.Control = edUsername
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = edUsername
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 126
|
|
|
|
Height = 38
|
|
|
|
Top = 62
|
|
|
|
Width = 264
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Top = 16
|
2010-07-25 00:18:54 +02:00
|
|
|
EchoMode = emPassword
|
|
|
|
PasswordChar = '*'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object cbAccessLevel: TComboBox
|
2022-05-07 11:59:04 +02:00
|
|
|
AnchorSideLeft.Control = edPassword
|
|
|
|
AnchorSideTop.Control = lblPasswordHint
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = edPassword
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 126
|
|
|
|
Height = 38
|
|
|
|
Top = 170
|
|
|
|
Width = 264
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Top = 16
|
2022-05-07 10:49:52 +02:00
|
|
|
ItemHeight = 0
|
2010-07-25 00:18:54 +02:00
|
|
|
Items.Strings = (
|
|
|
|
'None'
|
|
|
|
'Viewer'
|
|
|
|
'Normal'
|
|
|
|
'Administrator'
|
|
|
|
)
|
|
|
|
Style = csDropDownList
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object tsRegions: TTabSheet
|
|
|
|
Caption = 'Regions'
|
2022-05-07 11:59:04 +02:00
|
|
|
ClientHeight = 234
|
|
|
|
ClientWidth = 398
|
2010-07-25 00:18:54 +02:00
|
|
|
object Label1: TLabel
|
2022-05-07 11:59:04 +02:00
|
|
|
Left = 12
|
|
|
|
Height = 26
|
|
|
|
Top = 12
|
|
|
|
Width = 374
|
2010-07-25 00:18:54 +02:00
|
|
|
Align = alTop
|
2022-05-07 11:59:04 +02:00
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 12
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
BorderSpacing.Bottom = 6
|
2010-07-25 00:18:54 +02:00
|
|
|
Caption = 'Allowed Regions:'
|
2022-05-07 10:49:52 +02:00
|
|
|
Color = clDefault
|
2010-07-25 00:18:54 +02:00
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object cbRegions: TCheckListBox
|
2022-05-07 11:59:04 +02:00
|
|
|
Left = 12
|
|
|
|
Height = 178
|
|
|
|
Top = 44
|
|
|
|
Width = 374
|
2010-07-25 00:18:54 +02:00
|
|
|
Align = alClient
|
2022-05-07 11:59:04 +02:00
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 6
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ItemHeight = 0
|
2010-07-25 00:18:54 +02:00
|
|
|
TabOrder = 0
|
|
|
|
TopIndex = -1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object Panel1: TPanel
|
2022-05-07 11:59:04 +02:00
|
|
|
Left = 12
|
|
|
|
Height = 39
|
|
|
|
Top = 284
|
|
|
|
Width = 384
|
2010-07-25 00:18:54 +02:00
|
|
|
Align = alBottom
|
2022-05-07 11:59:04 +02:00
|
|
|
BorderSpacing.Around = 12
|
2010-07-25 00:18:54 +02:00
|
|
|
BevelOuter = bvNone
|
2022-05-07 11:59:04 +02:00
|
|
|
ClientHeight = 39
|
|
|
|
ClientWidth = 384
|
2010-07-25 00:18:54 +02:00
|
|
|
TabOrder = 1
|
|
|
|
object btnCancel: TButton
|
2022-05-07 11:59:04 +02:00
|
|
|
Left = 266
|
|
|
|
Height = 39
|
2022-05-07 10:49:52 +02:00
|
|
|
Top = 0
|
2022-05-07 11:59:04 +02:00
|
|
|
Width = 118
|
2010-07-25 00:18:54 +02:00
|
|
|
Align = alRight
|
2022-05-07 11:59:04 +02:00
|
|
|
BorderSpacing.Left = 6
|
|
|
|
BorderSpacing.InnerBorder = 6
|
2010-07-25 00:18:54 +02:00
|
|
|
Cancel = True
|
|
|
|
Caption = 'Cancel'
|
|
|
|
ModalResult = 2
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object btnOK: TButton
|
2022-05-07 11:59:04 +02:00
|
|
|
Left = 142
|
|
|
|
Height = 39
|
2022-05-07 10:49:52 +02:00
|
|
|
Top = 0
|
2022-05-07 11:59:04 +02:00
|
|
|
Width = 118
|
2010-07-25 00:18:54 +02:00
|
|
|
Align = alRight
|
2022-05-07 11:59:04 +02:00
|
|
|
BorderSpacing.Right = 6
|
|
|
|
BorderSpacing.InnerBorder = 6
|
2010-07-25 00:18:54 +02:00
|
|
|
Caption = 'OK'
|
|
|
|
Default = True
|
|
|
|
ModalResult = 1
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|