|
@@ -31220,7 +31220,7 @@ object LoginFrm: TLoginFrm
|
|
|
end
|
|
|
object lblForgetPW: TCslLabel
|
|
|
Left = 782
|
|
|
- Top = 245
|
|
|
+ Top = 249
|
|
|
Width = 58
|
|
|
Height = 19
|
|
|
Cursor = crHandPoint
|
|
@@ -31312,6 +31312,21 @@ object LoginFrm: TLoginFrm
|
|
|
ShowHint = True
|
|
|
OnMouseDown = shpPWMouseDown
|
|
|
end
|
|
|
+ object lblHint: TLabel
|
|
|
+ Left = 648
|
|
|
+ Top = 177
|
|
|
+ Width = 24
|
|
|
+ Height = 17
|
|
|
+ Caption = #25552#31034
|
|
|
+ Color = clWindow
|
|
|
+ Font.Charset = DEFAULT_CHARSET
|
|
|
+ Font.Color = clRed
|
|
|
+ Font.Height = -12
|
|
|
+ Font.Name = #24494#36719#38597#40657
|
|
|
+ Font.Style = []
|
|
|
+ ParentColor = False
|
|
|
+ ParentFont = False
|
|
|
+ end
|
|
|
object edtPW: TEdit
|
|
|
Left = 705
|
|
|
Top = 137
|
|
@@ -31333,7 +31348,7 @@ object LoginFrm: TLoginFrm
|
|
|
end
|
|
|
object btnLogin: TCslButton
|
|
|
Left = 645
|
|
|
- Top = 185
|
|
|
+ Top = 196
|
|
|
Width = 320
|
|
|
Height = 48
|
|
|
Cursor = crHandPoint
|
|
@@ -35740,15 +35755,15 @@ object LoginFrm: TLoginFrm
|
|
|
end
|
|
|
object pnlLocalServer: TPanel
|
|
|
Left = 615
|
|
|
- Top = 176
|
|
|
+ Top = 195
|
|
|
Width = 380
|
|
|
- Height = 158
|
|
|
+ Height = 139
|
|
|
BevelOuter = bvNone
|
|
|
Color = clWhite
|
|
|
TabOrder = 4
|
|
|
object lblLocalHelp: TCslLabel
|
|
|
Left = 104
|
|
|
- Top = 104
|
|
|
+ Top = 90
|
|
|
Width = 52
|
|
|
Height = 19
|
|
|
Cursor = crHandPoint
|
|
@@ -35766,7 +35781,7 @@ object LoginFrm: TLoginFrm
|
|
|
end
|
|
|
object lblLocalServer: TCslLabel
|
|
|
Left = 38
|
|
|
- Top = 104
|
|
|
+ Top = 90
|
|
|
Width = 52
|
|
|
Height = 19
|
|
|
Cursor = crHandPoint
|
|
@@ -35784,7 +35799,7 @@ object LoginFrm: TLoginFrm
|
|
|
end
|
|
|
object btnLocalLogin: TCslButton
|
|
|
Left = 30
|
|
|
- Top = 15
|
|
|
+ Top = 1
|
|
|
Width = 320
|
|
|
Height = 48
|
|
|
Cursor = crHandPoint
|
|
@@ -40131,8 +40146,10 @@ object LoginFrm: TLoginFrm
|
|
|
Width = 254
|
|
|
Height = 29
|
|
|
ParentFont = False
|
|
|
+ ParentShowHint = False
|
|
|
PopupMenu = pmLogin
|
|
|
Properties.Alignment.Vert = taVCenter
|
|
|
+ ShowHint = False
|
|
|
Style.BorderStyle = ebsNone
|
|
|
Style.Font.Charset = DEFAULT_CHARSET
|
|
|
Style.Font.Color = clWindowText
|
|
@@ -40141,6 +40158,7 @@ object LoginFrm: TLoginFrm
|
|
|
Style.Font.Style = []
|
|
|
Style.Shadow = False
|
|
|
Style.ButtonStyle = btsHotFlat
|
|
|
+ Style.ButtonTransparency = ebtHideUnselected
|
|
|
StyleFocused.BorderStyle = ebsNone
|
|
|
StyleHot.BorderStyle = ebsNone
|
|
|
TabOrder = 5
|