📄 unit3.~dfm
字号:
object mpass: Tmpass
Left = 203
Top = 236
Width = 320
Height = 178
Caption = '经理进入'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 297
Height = 97
Shape = bsFrame
end
object Label1: TLabel
Left = 26
Top = 26
Width = 112
Height = 16
Caption = ' 请 选 择 你 的 帐 号'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 26
Top = 65
Width = 112
Height = 16
Caption = ' 请 输 入 你 的 密 码'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object OKBtn: TButton
Left = 72
Top = 115
Width = 76
Height = 25
Caption = ' 确 定'
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 0
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 153
Top = 115
Width = 75
Height = 25
Cancel = True
Caption = ' 放 弃'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 1
OnClick = CancelBtnClick
end
object ComboBox1: TComboBox
Left = 150
Top = 26
Width = 143
Height = 21
ItemHeight = 13
TabOrder = 2
Text = ' 总 经 理'
Items.Strings = (
' 总 经 理'
' 副 经 理1'
' 副 经 理2'
' 经 理 助 理1'
' 经 理 助 理2'
' 经 理 助 理3')
end
object Edit1: TEdit
Left = 150
Top = 65
Width = 143
Height = 21
PasswordChar = '*'
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -