📄 inv_dailypurchin_c.dfm
字号:
inherited Frm_Inv_DailyPurchIn_C: TFrm_Inv_DailyPurchIn_C
Left = 207
Top = 110
ActiveControl = ChLstBx_WhSelect
Caption = '车间生产入库单列表查询'
ClientHeight = 314
ClientWidth = 543
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 17
Top = 15
Width = 60
Height = 12
Caption = '仓库选择:'
end
object Label2: TLabel [1]
Left = 268
Top = 72
Width = 48
Height = 12
Caption = '日期:从'
end
object Label3: TLabel [2]
Left = 304
Top = 99
Width = 12
Height = 12
Caption = '到'
end
object Label6: TLabel [3]
Left = 232
Top = 126
Width = 72
Height = 12
Caption = '供应商代码:'
end
object Label7: TLabel [4]
Left = 230
Top = 154
Width = 72
Height = 12
Caption = '供应商名称:'
end
object Lbl_VendorName1: TLabel [5]
Left = 320
Top = 154
Width = 6
Height = 12
Visible = False
end
inherited btn_ok: TButton
Left = 376
Top = 275
Enabled = False
end
inherited btn_Cancel: TButton
Left = 453
Top = 275
end
object ChLstBx_WhSelect: TCheckListBox [8]
Left = 8
Top = 37
Width = 190
Height = 236
OnClickCheck = ChLstBx_WhSelectClickCheck
ItemHeight = 12
TabOrder = 2
end
object MEdt_StArtDate: TMaskEdit [9]
Left = 320
Top = 68
Width = 97
Height = 20
EditMask = '9999\.99\.99;1;_'
MaxLength = 10
TabOrder = 3
Text = ' . . '
OnExit = DateCheck
end
object MEdt_EndDate: TMaskEdit [10]
Left = 320
Top = 95
Width = 97
Height = 20
EditMask = '9999\.99\.99;1;_'
MaxLength = 10
TabOrder = 4
Text = ' . . '
OnExit = MEdt_EndDateExit
end
object ExtEdt_VendorCode1: TExtEdit [11]
Left = 424
Top = 114
Width = 97
Height = 20
TabOrder = 5
Visible = False
OnKeyDown = VendorHint
DispLabel = Lbl_VendorName1
end
object ChBx_SelectAll: TCheckBox [12]
Left = 8
Top = 285
Width = 97
Height = 17
Caption = '选择全部仓库'
TabOrder = 6
OnClick = ChBx_SelectAllClick
end
object Lbl_VendorName: TExtEdit [13]
Left = 304
Top = 146
Width = 218
Height = 20
TabStop = False
ReadOnly = True
TabOrder = 7
OnExit = FindVendorCode
OnKeyDown = VendorHint
DispLabel = Lbl_VendorName1
end
object ExtEdt_VendorCode: TLinkEdit [14]
Left = 304
Top = 120
Width = 113
Height = 20
LinkStyle = lsEllipsis
TabOrder = 8
OnButtonClick = ExtEdt_VendorCodeButtonClick
OnExit = FindVendorCode
OnKeyDown = ExtEdt_VendorCodeKeyDown
end
inherited AdoQry_Tmp: TAdoQuery
Left = 232
Top = 272
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -