📄 inv_dailyreport_c.dfm
字号:
inherited Frm_Inv_DailyReport_C: TFrm_Inv_DailyReport_C
Left = 331
Top = 163
ClientHeight = 173
ClientWidth = 328
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 32
Top = 32
Width = 36
Height = 12
Caption = '仓库:'
end
object Label3: TLabel [1]
Left = 32
Top = 64
Width = 36
Height = 12
Caption = '日期:'
end
object Label4: TLabel [2]
Left = 44
Top = 96
Width = 24
Height = 12
Caption = '到:'
end
inherited btn_ok: TButton
Left = 160
Top = 134
TabOrder = 3
end
inherited btn_Cancel: TButton
Left = 239
Top = 134
TabOrder = 4
end
object cmbbx_WhCode: TComboBox [5]
Left = 69
Top = 27
Width = 145
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 0
end
object medt_Date_begin: TMaskEdit [6]
Left = 69
Top = 59
Width = 76
Height = 20
EditMask = '9999.99.99;1; '
MaxLength = 10
TabOrder = 1
Text = ' . . '
OnExit = DateCheck
end
object medt_Date_End: TMaskEdit [7]
Left = 69
Top = 91
Width = 76
Height = 20
EditMask = '9999.99.99;1; '
MaxLength = 10
TabOrder = 2
Text = ' . . '
OnExit = DateCheck
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -