📄 unit_mater_syspass.dfm
字号:
object Form_Mater_SysPass: TForm_Mater_SysPass
Left = 217
Top = 134
BorderStyle = bsDialog
Caption = '宁波市巨龙橡塑有限公司'
ClientHeight = 329
ClientWidth = 414
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 14
object ComboBox_Employ: TComboBox
Left = 92
Top = 40
Width = 113
Height = 22
Style = csDropDownList
ItemHeight = 14
TabOrder = 0
OnClick = ComboBox_EmployClick
Items.Strings = (
'采购员'
'会计'
'保管员'
'配方配料员'
'仓库领料人员'
'领胶人员')
end
object Edit_Check: TEdit
Left = 271
Top = 40
Width = 74
Height = 22
Anchors = [akLeft, akTop, akRight]
PasswordChar = '*'
TabOrder = 1
end
object BitBtn_Mod: TBitBtn
Left = 282
Top = 196
Width = 83
Height = 25
Caption = '修改资料'
TabOrder = 7
OnClick = BitBtn_ModClick
end
object RadioGroup1: TRadioGroup
Left = 226
Top = 69
Width = 173
Height = 121
Caption = '选择职务'
Columns = 2
ItemIndex = 0
Items.Strings = (
'其他人员'
'保管员'
'会计'
'炼胶车间'
'系统维护'
'总经理'
'硫化车间'
'成品仓库'
'订单计划'
'整修车间')
TabOrder = 2
TabStop = True
end
object BitBtn_ModPost: TBitBtn
Left = 282
Top = 226
Width = 83
Height = 25
Caption = '修改完毕'
TabOrder = 9
OnClick = BitBtn_ModPostClick
end
object BitBtn_Ins: TBitBtn
Left = 51
Top = 195
Width = 82
Height = 25
Caption = '新人员注册'
TabOrder = 4
OnClick = BitBtn_InsClick
end
object BitBtn_InsPost: TBitBtn
Left = 51
Top = 225
Width = 82
Height = 25
Caption = '注册完毕'
TabOrder = 5
OnClick = BitBtn_InsPostClick
end
object Panel1: TPanel
Left = 13
Top = 71
Width = 208
Height = 120
BevelInner = bvLowered
TabOrder = 3
object Edit_NewPass: TEdit
Left = 101
Top = 26
Width = 100
Height = 22
PasswordChar = '*'
TabOrder = 3
end
object Edit3_TwicePass: TEdit
Left = 101
Top = 48
Width = 100
Height = 22
PasswordChar = '*'
TabOrder = 4
end
object Panel2: TPanel
Left = 4
Top = 70
Width = 96
Height = 22
Caption = '任期日期'
TabOrder = 7
end
object Panel3: TPanel
Left = 4
Top = 92
Width = 96
Height = 22
Caption = '离职日期'
TabOrder = 8
end
object Panel4: TPanel
Left = 4
Top = 26
Width = 96
Height = 22
Caption = '新密码'
TabOrder = 1
TabStop = True
end
object Panel5: TPanel
Left = 4
Top = 48
Width = 96
Height = 22
Caption = '再次输入密码'
TabOrder = 9
TabStop = True
end
object Edit_Name: TEdit
Left = 101
Top = 4
Width = 100
Height = 22
TabOrder = 2
end
object Panel6: TPanel
Left = 4
Top = 4
Width = 96
Height = 22
Caption = '姓名'
TabOrder = 0
TabStop = True
end
object Edit_DateBegin: TEdit
Left = 101
Top = 70
Width = 100
Height = 22
TabOrder = 5
end
object Edit_DateEnd: TEdit
Left = 101
Top = 92
Width = 100
Height = 22
TabOrder = 6
end
end
object Panel7: TPanel
Left = 206
Top = 41
Width = 65
Height = 22
Caption = '密码'
TabOrder = 6
end
object Panel8: TPanel
Left = 30
Top = 40
Width = 62
Height = 22
Caption = '姓名'
TabOrder = 8
end
object Memo1: TMemo
Left = 3
Top = 256
Width = 406
Height = 65
Color = clMenu
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
Lines.Strings = (
'注意事项:'
'1、请保管员或者会计首先注册。'
'2、其他人员包括采购员、领料员、配方配料员等与本系统'
' 有关的人员、也须注册。')
ParentFont = False
ReadOnly = True
TabOrder = 10
end
object Panel9: TPanel
Left = 15
Top = 5
Width = 380
Height = 31
Caption = '密 码 管 理 系 统'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -24
Font.Name = '隶书'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 11
end
object bbExit: TButton
Left = 384
Top = 216
Width = 25
Height = 25
Cancel = True
Caption = 'bbExit'
TabOrder = 12
OnClick = bbExitClick
end
object Button1: TButton
Left = 168
Top = 225
Width = 80
Height = 25
Caption = '返 回'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 13
end
object Button2: TButton
Left = 168
Top = 196
Width = 80
Height = 25
Caption = '删 除'
TabOrder = 14
OnClick = Button2Click
end
object Qry_Login: TQuery
DatabaseName = 'JL2000'
Left = 360
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -