my.dfm
来自「2004090611144625767.rar 资源名称:通用工资管理」· DFM 代码 · 共 67 行
DFM
67 行
object myb: Tmyb
Left = 202
Top = 219
Width = 329
Height = 111
Caption = '押金设定'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object label1: TLabel
Left = 8
Top = 8
Width = 113
Height = 13
AutoSize = False
Caption = '一个月押多少:'
end
object Label2: TLabel
Left = 8
Top = 40
Width = 97
Height = 13
AutoSize = False
Caption = '押到多少为止:'
end
object Edit1: TEdit
Left = 104
Top = 8
Width = 97
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 104
Top = 40
Width = 97
Height = 21
TabOrder = 1
end
object Button1: TButton
Left = 224
Top = 16
Width = 75
Height = 25
Caption = '确定设定'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 224
Top = 48
Width = 75
Height = 25
Caption = '退出'
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?