📄 bas_batchclose_c.dfm
字号:
inherited Frm_Bas_BatchClose_C: TFrm_Bas_BatchClose_C
Left = 250
Top = 213
ClientHeight = 154
ClientWidth = 286
PixelsPerInch = 96
TextHeight = 12
object Label3: TLabel [0]
Left = 36
Top = 15
Width = 60
Height = 12
Caption = '物料代码:'
end
object Label1: TLabel [1]
Left = 36
Top = 40
Width = 60
Height = 12
Caption = '物料描述:'
end
object Label2: TLabel [2]
Left = 48
Top = 66
Width = 48
Height = 12
Caption = '批次号:'
end
object Lbl_VendorName: TLabel [3]
Left = 86
Top = 83
Width = 6
Height = 12
end
object Label4: TLabel [4]
Left = 36
Top = 94
Width = 60
Height = 12
Caption = '批次状态:'
end
object lbl_ItemName: TLabel [5]
Left = 99
Top = 40
Width = 6
Height = 12
end
inherited btn_ok: TButton
Left = 112
Top = 123
TabOrder = 3
end
inherited btn_Cancel: TButton
Left = 205
Top = 123
TabOrder = 4
end
object Extedt_ItemCode: TExtEdit [8]
Left = 96
Top = 9
Width = 125
Height = 20
TabOrder = 0
OnExit = GetItemName
OnKeyDown = ItemHint
DispLabel = lbl_ItemName
end
object edt_Batchno: TEdit [9]
Left = 97
Top = 60
Width = 105
Height = 20
TabOrder = 1
end
object cmbx_Batchstatus: TComboBox [10]
Left = 97
Top = 88
Width = 106
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 2
Items.Strings = (
'打开'
'关闭'
'全部')
end
inherited AdoQry_Tmp: TAdoQuery
Left = 216
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -