unit8.dfm
来自「商品管理系统是面向超市类的商品数据库管理系统。其主要功能包括用户购买商品」· DFM 代码 · 共 67 行
DFM
67 行
object Form8: TForm8
Left = 282
Top = 253
Width = 335
Height = 129
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 Label1: TLabel
Left = 8
Top = 16
Width = 96
Height = 20
Caption = '请输入密码:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Small Fonts'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 168
Top = 72
Width = 65
Height = 25
Caption = '确认'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 256
Top = 72
Width = 65
Height = 25
Caption = '取消'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button2Click
end
object Edit1: TEdit
Left = 16
Top = 40
Width = 297
Height = 21
PasswordChar = '*'
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?