📄 sfc_mninbilllistqry_c.dfm
字号:
inherited Frm_Sfc_MnInBillListQry_C: TFrm_Sfc_MnInBillListQry_C
ActiveControl = MEdt_StArtDate
ClientHeight = 175
ClientWidth = 371
PixelsPerInch = 96
TextHeight = 12
object Label3: TLabel [0]
Left = 36
Top = 65
Width = 60
Height = 12
Caption = '生产部门:'
end
object Label2: TLabel [1]
Left = 60
Top = 40
Width = 48
Height = 12
Caption = '日期:从'
end
object Label1: TLabel [2]
Left = 217
Top = 40
Width = 12
Height = 12
Caption = '到'
end
object Label4: TLabel [3]
Left = 60
Top = 90
Width = 36
Height = 12
Caption = '班别:'
end
inherited btn_ok: TButton
Left = 194
Top = 130
end
inherited btn_Cancel: TButton
Left = 275
Top = 130
end
object cmbbx_Shift: TComboBox [6]
Left = 112
Top = 86
Width = 169
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 5
end
object MEdt_StArtDate: TMaskEdit [7]
Left = 113
Top = 36
Width = 97
Height = 20
EditMask = '9999\.99\.99;1;_'
MaxLength = 10
TabOrder = 2
Text = ' . . '
OnExit = DateCheck
end
object MEdt_EndDate: TMaskEdit [8]
Left = 235
Top = 36
Width = 97
Height = 20
EditMask = '9999\.99\.99;1;_'
MaxLength = 10
TabOrder = 3
Text = ' . . '
OnExit = MEdt_EndDateExit
end
object CmBx_DeptCode: TComboBox [9]
Left = 112
Top = 61
Width = 169
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 4
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -