📄 sal_enter_shiporder_d.dfm
字号:
inherited Frm_Sal_Enter_ShipOrder_D: TFrm_Sal_Enter_ShipOrder_D
Left = 223
Top = 181
Caption = '销售发货单行'
ClientHeight = 294
ClientWidth = 446
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 21
Top = 26
Width = 72
Height = 12
Caption = '发货单行号:'
end
object Label2: TLabel [1]
Left = 33
Top = 49
Width = 60
Height = 12
Caption = '物料代码:'
end
object Label4: TLabel [2]
Left = 21
Top = 95
Width = 72
Height = 12
Caption = '销售订单号:'
end
object Label5: TLabel [3]
Left = 33
Top = 118
Width = 60
Height = 12
Caption = '仓库标识:'
Visible = False
end
object Label6: TLabel [4]
Left = 203
Top = 118
Width = 60
Height = 12
Caption = '销售数量:'
end
object Label7: TLabel [5]
Left = 33
Top = 141
Width = 60
Height = 12
Caption = '含税单价:'
end
object Label8: TLabel [6]
Left = 203
Top = 141
Width = 60
Height = 12
Caption = '含税金额:'
end
object Label9: TLabel [7]
Left = 33
Top = 164
Width = 60
Height = 12
Caption = '未税单价:'
end
object Label10: TLabel [8]
Left = 203
Top = 165
Width = 60
Height = 12
Caption = '未税金额:'
end
object Label11: TLabel [9]
Left = 45
Top = 187
Width = 48
Height = 12
Caption = '折扣率:'
end
object Label12: TLabel [10]
Left = 215
Top = 188
Width = 48
Height = 12
Caption = '折扣额:'
end
object Lab_ItemName: TLabel [11]
Left = 221
Top = 51
Width = 72
Height = 12
Caption = 'Lab_ItemName'
Visible = False
end
object Label14: TLabel [12]
Left = 57
Top = 210
Width = 36
Height = 12
Caption = '备注:'
end
object Label13: TLabel [13]
Left = 187
Top = 186
Width = 12
Height = 12
Caption = '%'
end
object Label15: TLabel [14]
Left = 203
Top = 97
Width = 60
Height = 12
Caption = '订单行号:'
end
object Label16: TLabel [15]
Left = 45
Top = 118
Width = 48
Height = 12
Caption = '批次号:'
end
object Label17: TLabel [16]
Left = 33
Top = 141
Width = 60
Height = 12
Caption = '货位标识:'
Visible = False
end
object Label3: TLabel [17]
Left = 33
Top = 72
Width = 60
Height = 12
Caption = '物料描述:'
end
inherited btn_ok: TButton
Left = 169
Top = 261
TabOrder = 17
end
inherited btn_Cancel: TButton
Left = 282
Top = 261
TabOrder = 18
end
inherited Pnl_Add: TPanel
Left = 464
Top = 7
TabOrder = 19
end
object Edt_SloLineNo: TEdit [21]
Left = 260
Top = 90
Width = 56
Height = 20
TabOrder = 3
Text = ' '
end
object Edt_ShipQty: TEdit [22]
Left = 261
Top = 113
Width = 121
Height = 20
TabOrder = 9
Text = ' '
OnExit = Edt_ShipQtyExit
end
object Edt_TaxPrice: TEdit [23]
Left = 91
Top = 136
Width = 91
Height = 20
TabOrder = 10
Text = ' '
OnExit = Edt_TaxPriceExit
end
object Edt_TaxAmount: TEdit [24]
Left = 261
Top = 137
Width = 122
Height = 20
Enabled = False
TabOrder = 11
Text = ' '
OnExit = FloatCheck
end
object Edt_NoTaxPrice: TEdit [25]
Left = 91
Top = 159
Width = 91
Height = 20
TabOrder = 12
Text = ' '
OnExit = Edt_NoTaxPriceExit
end
object Edt_NoTaxAmount: TEdit [26]
Left = 261
Top = 160
Width = 121
Height = 20
Enabled = False
TabOrder = 13
Text = ' '
OnExit = FloatCheck
end
object Edt_DiSCountRate: TEdit [27]
Left = 91
Top = 182
Width = 91
Height = 20
TabOrder = 14
Text = ' '
OnExit = Edt_DiSCountRateExit
end
object Edt_DiSCountAmount: TEdit [28]
Left = 261
Top = 182
Width = 121
Height = 20
TabOrder = 15
Text = ' '
OnExit = FloatCheck
end
object Edt_ShipLineRemArk: TEdit [29]
Left = 91
Top = 205
Width = 291
Height = 20
MaxLength = 30
TabOrder = 16
Text = ' '
end
object Edt_SloNo: TEdit [30]
Left = 91
Top = 90
Width = 97
Height = 20
TabOrder = 2
Text = ' '
end
object Edt_ShipLineNo: TEdit [31]
Left = 91
Top = 21
Width = 51
Height = 20
TabOrder = 0
Text = ' '
OnExit = IntegerCheck
end
object Edt_WhCode: TEdit [32]
Left = 91
Top = 113
Width = 50
Height = 20
TabOrder = 4
Visible = False
OnExit = Edt_WhCodeExit
OnKeyDown = Edt_WhCodeKeyDown
end
object Edt_WhPositionCode: TEdit [33]
Left = 91
Top = 136
Width = 50
Height = 20
TabOrder = 6
Visible = False
OnExit = Edt_WhPositionCodeExit
OnKeyDown = Edt_WhPositionCodeKeyDown
end
object Edt_BatchNo: TEdit [34]
Left = 91
Top = 113
Width = 91
Height = 20
TabOrder = 8
Text = ' '
end
object Edt_WhName: TEdit [35]
Left = 143
Top = 113
Width = 173
Height = 20
TabOrder = 5
Text = ' '
Visible = False
end
object Edt_WhPositionName: TEdit [36]
Left = 143
Top = 136
Width = 173
Height = 20
TabOrder = 7
Text = ' '
Visible = False
end
object Edt_ItemName: TEdit [37]
Left = 91
Top = 67
Width = 250
Height = 20
TabOrder = 20
Text = ' '
end
object ExtEdt_ItemCode: TLinkEdit [38]
Left = 91
Top = 44
Width = 125
Height = 20
LinkStyle = lsEllipsis
TabOrder = 1
Text = ' '
OnButtonClick = ExtEdt_ItemCodeButtonClick
OnExit = ExtEdt_ItemCodeExit
OnKeyDown = ExtEdt_ItemCodeKeyDown
end
inherited AdoQry_Tmp: TAdoQuery
Left = 370
Top = 78
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -