D10DJkaimengwenshang/项目代码/wenshangkm/机台检验主程序可配置20201/机台检验主程序可配置2020/U_upPassword.dfm
DESKTOP-E401PHE\Administrator 74d01e92e1 ~
2025-09-27 14:24:10 +08:00

343 lines
7.8 KiB
Plaintext

object frmupPassword: TfrmupPassword
Left = 300
Top = 177
BorderIcons = [biSystemMenu]
Caption = #23494#30721#20462#25913
ClientHeight = 561
ClientWidth = 601
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -35
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 35
object Label1: TLabel
Left = 48
Top = 36
Width = 145
Height = 39
Caption = #25805#20316#21592#32534#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -29
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 48
Top = 99
Width = 145
Height = 39
Caption = #36755#20837#21407#23494#30721
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -29
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 48
Top = 154
Width = 145
Height = 39
Caption = #36755#20837#26032#23494#30721
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -29
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 48
Top = 220
Width = 145
Height = 39
Caption = #37325#36755#26032#23494#30721
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -29
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
end
object userID: TEdit
Left = 240
Top = 32
Width = 238
Height = 43
CharCase = ecUpperCase
Enabled = False
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -35
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnKeyPress = userIDKeyPress
end
object oldPassword: TEdit
Left = 240
Top = 95
Width = 239
Height = 43
CharCase = ecUpperCase
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -35
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
PasswordChar = '*'
TabOrder = 1
OnClick = oldPasswordClick
OnKeyPress = userIDKeyPress
end
object newPassword: TEdit
Left = 240
Top = 150
Width = 240
Height = 43
CharCase = ecUpperCase
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -35
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
PasswordChar = '*'
TabOrder = 2
OnClick = newPasswordClick
OnKeyPress = userIDKeyPress
end
object DnewPassword: TEdit
Left = 240
Top = 218
Width = 241
Height = 43
CharCase = ecUpperCase
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -35
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
PasswordChar = '*'
TabOrder = 3
OnClick = DnewPasswordClick
OnKeyPress = userIDKeyPress
end
object cxOK: TcxButton
Left = 97
Top = 455
Width = 119
Height = 50
Caption = #25552#20132
LookAndFeel.Kind = lfOffice11
LookAndFeel.NativeStyle = False
TabOrder = 4
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -35
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
OnClick = cxOKClick
end
object cxClose: TcxButton
Left = 347
Top = 456
Width = 121
Height = 49
Caption = #20851#38381
LookAndFeel.Kind = lfOffice11
LookAndFeel.NativeStyle = False
TabOrder = 5
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -35
Font.Name = #24494#36719#38597#40657
Font.Style = [fsBold]
ParentFont = False
OnClick = cxCloseClick
end
object Panel3: TPanel
Left = 97
Top = 288
Width = 357
Height = 118
BevelInner = bvRaised
BevelOuter = bvLowered
ParentColor = True
TabOrder = 6
object SpeedButton1: TSpeedButton
Left = 0
Top = 0
Width = 60
Height = 60
Caption = '0'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -37
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 59
Top = 0
Width = 60
Height = 60
Caption = '1'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -37
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton3: TSpeedButton
Left = 118
Top = 0
Width = 60
Height = 60
Caption = '2'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -37
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton4: TSpeedButton
Left = 177
Top = 0
Width = 60
Height = 60
Caption = '3'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -37
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton5: TSpeedButton
Left = 236
Top = 0
Width = 60
Height = 60
Caption = '4'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -37
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton6: TSpeedButton
Left = 295
Top = 0
Width = 60
Height = 60
Caption = '5'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -37
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton7: TSpeedButton
Left = 0
Top = 59
Width = 60
Height = 60
Caption = '6'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -37
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton8: TSpeedButton
Left = 59
Top = 59
Width = 60
Height = 60
Caption = '7'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -37
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton9: TSpeedButton
Left = 118
Top = 59
Width = 60
Height = 60
Caption = '8'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -37
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton10: TSpeedButton
Left = 177
Top = 59
Width = 60
Height = 60
Caption = '9'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -37
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton12: TSpeedButton
Left = 236
Top = 59
Width = 60
Height = 60
Caption = #8592
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -53
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
OnClick = SpeedButton12Click
end
end
object ADO_Cmd: TADOQuery
Connection = FormMain.ADOConnection1
Parameters = <>
Left = 540
Top = 24
end
end