⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sal_enter_othershiporder_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sal_Enter_OtherShipOrder_D: TFrm_Sal_Enter_OtherShipOrder_D
  Left = 230
  Top = 177
  Caption = '无订单销售发货单行'
  ClientHeight = 254
  ClientWidth = 450
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 19
    Top = 23
    Width = 72
    Height = 12
    Caption = '发货单行号:'
  end
  object Label2: TLabel [1]
    Left = 31
    Top = 46
    Width = 60
    Height = 12
    Caption = '物料标识:'
  end
  object Label5: TLabel [2]
    Left = 31
    Top = 92
    Width = 60
    Height = 12
    Caption = '仓库标识:'
    Visible = False
  end
  object Label6: TLabel [3]
    Left = 200
    Top = 92
    Width = 60
    Height = 12
    Caption = '销售数量:'
  end
  object Label7: TLabel [4]
    Left = 31
    Top = 138
    Width = 60
    Height = 12
    Caption = '含税单价:'
  end
  object Label8: TLabel [5]
    Left = 200
    Top = 138
    Width = 60
    Height = 12
    Caption = '含税金额:'
  end
  object Label9: TLabel [6]
    Left = 31
    Top = 115
    Width = 60
    Height = 12
    Caption = '未税单价:'
  end
  object Label10: TLabel [7]
    Left = 200
    Top = 115
    Width = 60
    Height = 12
    Caption = '未税金额:'
  end
  object Label11: TLabel [8]
    Left = 43
    Top = 159
    Width = 48
    Height = 12
    Caption = '折扣率:'
  end
  object Label12: TLabel [9]
    Left = 212
    Top = 159
    Width = 48
    Height = 12
    Caption = '折扣额:'
  end
  object Lab_ItemName: TLabel [10]
    Left = 218
    Top = 45
    Width = 72
    Height = 12
    Caption = 'Lab_ItemName'
    Visible = False
  end
  object Label14: TLabel [11]
    Left = 55
    Top = 182
    Width = 36
    Height = 12
    Caption = '备注:'
  end
  object Label13: TLabel [12]
    Left = 180
    Top = 159
    Width = 12
    Height = 12
    Caption = '%'
  end
  object Label16: TLabel [13]
    Left = 43
    Top = 92
    Width = 48
    Height = 12
    Caption = '批次号:'
  end
  object Label17: TLabel [14]
    Left = 31
    Top = 115
    Width = 60
    Height = 12
    Caption = '货位标识:'
    Visible = False
  end
  object Label3: TLabel [15]
    Left = 31
    Top = 69
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  inherited btn_ok: TButton
    Left = 172
    Top = 219
    TabOrder = 15
  end
  inherited btn_Cancel: TButton
    Left = 285
    Top = 219
    TabOrder = 16
  end
  inherited Pnl_Add: TPanel
    Left = 486
    Top = 7
    TabOrder = 17
  end
  object Edt_ShipQty: TEdit [19]
    Left = 257
    Top = 86
    Width = 120
    Height = 20
    TabOrder = 7
    Text = ' '
    OnExit = Edt_ShipQtyExit
  end
  object Edt_TaxPrice: TEdit [20]
    Left = 88
    Top = 132
    Width = 91
    Height = 20
    TabOrder = 10
    Text = ' '
    OnExit = Edt_TaxPriceExit
  end
  object Edt_TaxAmount: TEdit [21]
    Left = 257
    Top = 132
    Width = 120
    Height = 20
    Enabled = False
    TabOrder = 11
    Text = ' '
    OnExit = FloatCheck
  end
  object Edt_NoTaxPrice: TEdit [22]
    Left = 88
    Top = 109
    Width = 91
    Height = 20
    TabOrder = 8
    Text = ' '
    OnExit = Edt_NoTaxPriceExit
  end
  object Edt_NoTaxAmount: TEdit [23]
    Left = 257
    Top = 109
    Width = 120
    Height = 20
    Enabled = False
    TabOrder = 9
    Text = ' '
    OnExit = FloatCheck
  end
  object Edt_DiSCountRate: TEdit [24]
    Left = 88
    Top = 155
    Width = 91
    Height = 20
    TabOrder = 12
    Text = ' '
    OnExit = Edt_DiSCountRateExit
  end
  object Edt_DiSCountAmount: TEdit [25]
    Left = 257
    Top = 155
    Width = 120
    Height = 20
    TabOrder = 13
    Text = ' '
    OnExit = FloatCheck
  end
  object Edt_ShipLineRemArk: TEdit [26]
    Left = 88
    Top = 178
    Width = 290
    Height = 20
    MaxLength = 30
    TabOrder = 14
    Text = ' '
  end
  object Edt_ShipLineNo: TEdit [27]
    Left = 88
    Top = 17
    Width = 51
    Height = 20
    TabOrder = 0
    Text = ' '
  end
  object Edt_WhCode: TEdit [28]
    Left = 88
    Top = 86
    Width = 50
    Height = 20
    TabOrder = 2
    Text = ' '
    Visible = False
  end
  object Edt_WhPositionCode: TEdit [29]
    Left = 88
    Top = 109
    Width = 50
    Height = 20
    TabOrder = 4
    Visible = False
  end
  object Edt_BatchNo: TEdit [30]
    Left = 88
    Top = 86
    Width = 91
    Height = 20
    TabOrder = 6
  end
  object Edt_WhName: TEdit [31]
    Left = 140
    Top = 86
    Width = 173
    Height = 20
    TabOrder = 3
    Text = ' '
    Visible = False
  end
  object Edt_WhPositionName: TEdit [32]
    Left = 140
    Top = 109
    Width = 173
    Height = 20
    TabOrder = 5
    Text = ' '
    Visible = False
  end
  object Edt_ItemName: TEdit [33]
    Left = 88
    Top = 63
    Width = 250
    Height = 20
    TabOrder = 18
    Text = ' '
  end
  object ExtEdt_ItemCode: TLinkEdit [34]
    Left = 88
    Top = 40
    Width = 125
    Height = 20
    LinkStyle = lsEllipsis
    TabOrder = 1
    Text = ' '
    OnButtonClick = ExtEdt_ItemCodeButtonClick
    OnExit = ExtEdt_ItemCodeExit
    OnKeyDown = ExtEdt_ItemCodeKeyDown
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 369
    Top = 46
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -