173 lines
3.3 KiB
Plaintext
173 lines
3.3 KiB
Plaintext
object frmUser: TfrmUser
|
|
Left = 330
|
|
Top = 222
|
|
Width = 331
|
|
Height = 274
|
|
BorderIcons = [biSystemMenu, biHelp]
|
|
Caption = #25805#20316#21592
|
|
Color = clBtnFace
|
|
Font.Charset = GB2312_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = #23435#20307
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 12
|
|
object Label1: TLabel
|
|
Left = 48
|
|
Top = 36
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #32534' '#21495
|
|
end
|
|
object Label2: TLabel
|
|
Left = 48
|
|
Top = 60
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #21517' '#31216
|
|
Font.Charset = GB2312_CHARSET
|
|
Font.Color = clBlue
|
|
Font.Height = -12
|
|
Font.Name = #23435#20307
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 48
|
|
Top = 84
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #23494' '#30721
|
|
Font.Charset = GB2312_CHARSET
|
|
Font.Color = clFuchsia
|
|
Font.Height = -12
|
|
Font.Name = #23435#20307
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Label4: TLabel
|
|
Left = 48
|
|
Top = 108
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #37325#36755#23494#30721
|
|
Font.Charset = GB2312_CHARSET
|
|
Font.Color = clFuchsia
|
|
Font.Height = -12
|
|
Font.Name = #23435#20307
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Label5: TLabel
|
|
Left = 48
|
|
Top = 132
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #37096' '#38376
|
|
end
|
|
object Label6: TLabel
|
|
Left = 48
|
|
Top = 156
|
|
Width = 48
|
|
Height = 12
|
|
Caption = #20998' '#31867
|
|
end
|
|
object userID: TEdit
|
|
Left = 112
|
|
Top = 32
|
|
Width = 121
|
|
Height = 20
|
|
CharCase = ecUpperCase
|
|
Font.Charset = GB2312_CHARSET
|
|
Font.Color = clRed
|
|
Font.Height = -12
|
|
Font.Name = #23435#20307
|
|
Font.Style = []
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
OnKeyPress = userIDKeyPress
|
|
end
|
|
object userName: TEdit
|
|
Left = 112
|
|
Top = 56
|
|
Width = 121
|
|
Height = 20
|
|
CharCase = ecUpperCase
|
|
TabOrder = 1
|
|
OnKeyPress = userIDKeyPress
|
|
end
|
|
object newPassword: TEdit
|
|
Left = 112
|
|
Top = 80
|
|
Width = 121
|
|
Height = 20
|
|
CharCase = ecUpperCase
|
|
PasswordChar = '*'
|
|
TabOrder = 2
|
|
OnKeyPress = userIDKeyPress
|
|
end
|
|
object DnewPassword: TEdit
|
|
Left = 112
|
|
Top = 104
|
|
Width = 121
|
|
Height = 20
|
|
CharCase = ecUpperCase
|
|
PasswordChar = '*'
|
|
TabOrder = 3
|
|
OnKeyPress = userIDKeyPress
|
|
end
|
|
object cxOK: TcxButton
|
|
Left = 40
|
|
Top = 192
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #25552#20132
|
|
TabOrder = 6
|
|
OnClick = cxOKClick
|
|
LookAndFeel.Kind = lfOffice11
|
|
LookAndFeel.NativeStyle = False
|
|
end
|
|
object cxClose: TcxButton
|
|
Left = 188
|
|
Top = 192
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #20851#38381
|
|
TabOrder = 7
|
|
OnClick = cxCloseClick
|
|
LookAndFeel.Kind = lfOffice11
|
|
LookAndFeel.NativeStyle = False
|
|
end
|
|
object Udept: TEdit
|
|
Left = 112
|
|
Top = 128
|
|
Width = 121
|
|
Height = 20
|
|
TabOrder = 4
|
|
OnKeyPress = userIDKeyPress
|
|
end
|
|
object UType: TEdit
|
|
Left = 112
|
|
Top = 156
|
|
Width = 121
|
|
Height = 20
|
|
TabOrder = 5
|
|
OnKeyPress = userIDKeyPress
|
|
end
|
|
object ADOQueryTmp: TADOQuery
|
|
Parameters = <>
|
|
Left = 292
|
|
Top = 64
|
|
end
|
|
object ADO_Cmd: TADOQuery
|
|
Parameters = <>
|
|
Left = 280
|
|
Top = 108
|
|
end
|
|
end
|