pass.dfm
来自「2004090611144625767.rar 资源名称:通用工资管理」· DFM 代码 · 共 49 行
DFM
49 行
object passb: Tpassb
Left = 235
Top = 181
Width = 213
Height = 108
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 Label2: TLabel
Left = 8
Top = 16
Width = 81
Height = 13
AutoSize = False
Caption = '密 码:'
end
object Edit1: TEdit
Left = 72
Top = 16
Width = 113
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Button1: TButton
Left = 8
Top = 48
Width = 75
Height = 25
Caption = '确定'
TabOrder = 1
end
object Button2: TButton
Left = 112
Top = 48
Width = 75
Height = 25
Caption = '更改'
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?