unitprodpass.dfm
来自「此代码为企业原料管理代码」· DFM 代码 · 共 87 行
DFM
87 行
object Frmprodpass: TFrmprodpass
Left = 300
Top = 227
Width = 245
Height = 153
Caption = '密码'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 17
Top = 6
Width = 104
Height = 16
Caption = '成品仓库密码:'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Bevel1: TBevel
Left = 0
Top = 52
Width = 236
Height = 17
Shape = bsBottomLine
end
object Password: TEdit
Left = 87
Top = 33
Width = 99
Height = 22
AutoSize = False
CharCase = ecLowerCase
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 0
end
object OKBtn: TButton
Left = 30
Top = 83
Width = 73
Height = 26
Caption = '确 定'
Default = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 1
end
object CancelBtn: TButton
Left = 135
Top = 83
Width = 70
Height = 25
Cancel = True
Caption = '取 消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?