test_edit_src.dfm
来自「一个仓库管理中的子系统--采购子系统」· DFM 代码 · 共 92 行
DFM
92 行
object Form2: TForm2
Left = 192
Top = 107
Width = 544
Height = 375
Caption = '测试模块'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 14
object StringGrid1: TStringGrid
Left = 0
Top = 0
Width = 536
Height = 281
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
TabOrder = 0
OnDrawCell = StringGrid1DrawCell
OnSelectCell = StringGrid1SelectCell
ColWidths = (
64
64
64
62
64)
RowHeights = (
24
24
24
24
24)
end
object DateTimePicker1: TDateTimePicker
Left = 200
Top = 80
Width = 105
Height = 22
CalAlignment = dtaLeft
Date = 37225.6144210648
Time = 37225.6144210648
ShowCheckbox = True
Checked = False
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = True
TabOrder = 1
Visible = False
OnClick = DateTimePicker1Click
OnCloseUp = DateTimePicker1CloseUp
OnExit = DateTimePicker1Exit
OnUserInput = DateTimePicker1UserInput
end
object BitBtn1: TBitBtn
Left = 64
Top = 304
Width = 75
Height = 25
Caption = '确定'
TabOrder = 2
OnClick = BitBtn1Click
Kind = bkOK
end
object ComboBox1: TComboBox
Left = 208
Top = 32
Width = 113
Height = 22
ItemHeight = 14
TabOrder = 3
Visible = False
OnChange = ComboBox1Change
end
object BitBtn2: TBitBtn
Left = 376
Top = 304
Width = 75
Height = 25
Caption = '取消'
TabOrder = 4
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?