📄 pm_enter_po_d.dfm
字号:
inherited Frm_Pm_Enter_Po_D: TFrm_Pm_Enter_Po_D
Left = 217
Top = 179
Caption = '采购订单'
ClientHeight = 205
ClientWidth = 382
Constraints.MaxHeight = 282
Constraints.MaxWidth = 390
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 40
Top = 20
Width = 60
Height = 12
Caption = '订单行号:'
end
object Label2: TLabel [1]
Left = 40
Top = 43
Width = 60
Height = 12
Caption = '物料代码:'
end
object Lbl_UomName: TLabel [2]
Left = 198
Top = 104
Width = 6
Height = 12
Visible = False
end
object Label3: TLabel [3]
Left = 28
Top = 137
Width = 72
Height = 12
Caption = '约定开工日:'
end
object Label4: TLabel [4]
Left = 28
Top = 88
Width = 72
Height = 12
Caption = '约定交货量:'
end
object Label5: TLabel [5]
Left = 28
Top = 112
Width = 72
Height = 12
Caption = '约定交货日:'
end
object Label6: TLabel [6]
Left = 224
Top = 376
Width = 48
Height = 12
Caption = '含税价:'
Visible = False
end
object Label7: TLabel [7]
Left = 45
Top = 408
Width = 60
Height = 12
Caption = '含税金额:'
Visible = False
end
object Label8: TLabel [8]
Left = 224
Top = 411
Width = 48
Height = 12
Caption = '未税价:'
Visible = False
end
object Label9: TLabel [9]
Left = 44
Top = 441
Width = 60
Height = 12
Caption = '未税金额:'
Visible = False
end
object Label10: TLabel [10]
Left = 40
Top = 67
Width = 60
Height = 12
Caption = '物料描述:'
end
object Lbl_ItemName: TLabel [11]
Left = 110
Top = 67
Width = 6
Height = 12
end
inherited btn_ok: TButton
Left = 124
Top = 167
TabOrder = 9
end
inherited btn_Cancel: TButton
Left = 229
Top = 167
TabOrder = 10
end
inherited Pnl_Add: TPanel
Left = 265
Top = 10
TabOrder = 11
end
object Edt_LineNo: TEdit [15]
Left = 99
Top = 16
Width = 51
Height = 20
Enabled = False
ReadOnly = True
TabOrder = 0
end
object Edt_PoQty: TEdit [16]
Left = 99
Top = 84
Width = 96
Height = 20
TabOrder = 2
OnExit = FloatCheck
end
object Edt_PoTaxPrice: TEdit [17]
Left = 294
Top = 372
Width = 96
Height = 20
Enabled = False
ReadOnly = True
TabOrder = 5
Visible = False
end
object Edt_PoTaxAmount: TEdit [18]
Left = 115
Top = 403
Width = 96
Height = 20
Enabled = False
ReadOnly = True
TabOrder = 6
Visible = False
end
object Edt_PoNoTaxPrice: TEdit [19]
Left = 294
Top = 406
Width = 96
Height = 20
Enabled = False
ReadOnly = True
TabOrder = 7
Visible = False
end
object Edt_PoNoTaxAmount: TEdit [20]
Left = 115
Top = 436
Width = 96
Height = 20
Enabled = False
ReadOnly = True
TabOrder = 8
Visible = False
end
object Medt_PoDate: TMaskEdit [21]
Left = 99
Top = 108
Width = 96
Height = 20
AutoSelect = False
EditMask = '!9999.99.99;1;'
MaxLength = 10
TabOrder = 3
Text = ' . . '
OnExit = Medt_PoDateExit
end
object MEdt_PoStArtWorkDate: TMaskEdit [22]
Left = 99
Top = 133
Width = 96
Height = 20
AutoSelect = False
EditMask = '!9999.99.99;1;'
MaxLength = 10
TabOrder = 4
Text = ' . . '
OnExit = DateCheck
end
object Edt_ItemCode: TExtEdit [23]
Left = 99
Top = 39
Width = 125
Height = 20
TabOrder = 1
OnExit = Edt_ItemCodeExit
OnKeyDown = Edt_ItemCodeKeyDown
DispLabel = Lbl_ItemName
end
inherited AdoQry_Tmp: TAdoQuery
Left = 380
Top = 271
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -