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

📄 sal_enter_backshiporder.dfm

📁 一个MRPII系统源代码版本
💻 DFM
📖 第 1 页 / 共 2 页
字号:
inherited Frm_Sal_Enter_BackShipOrder: TFrm_Sal_Enter_BackShipOrder
  Left = 29
  Top = 53
  Caption = '销售退货(销售发货红冲)'
  ClientHeight = 459
  ClientWidth = 765
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 765
  end
  inherited Pnl_Title: TPanel
    Width = 765
    Caption = '销售退货(销售发货红冲)'
    inherited Image2: TImage
      Width = 765
    end
  end
  inherited Pnl_Head: TPanel
    Width = 765
    Height = 168
    inherited Image1: TImage
      Width = 765
      Height = 168
    end
    object Label1: TLabel
      Left = 53
      Top = 29
      Width = 36
      Height = 12
      Caption = '客户:'
      TransParent = True
    end
    object Label3: TLabel
      Left = 181
      Top = 6
      Width = 60
      Height = 12
      Caption = '退货日期:'
      TransParent = True
    end
    object Label4: TLabel
      Left = 29
      Top = 6
      Width = 60
      Height = 12
      Caption = '退货单号:'
      TransParent = True
    end
    object Label5: TLabel
      Left = 502
      Top = 29
      Width = 60
      Height = 12
      BiDiMode = bdLeftToRight
      Caption = '销售类型:'
      ParentBiDiMode = False
      TransParent = True
    end
    object Label6: TLabel
      Left = 502
      Top = 99
      Width = 60
      Height = 12
      Caption = '销售部门:'
      TransParent = True
    end
    object Label7: TLabel
      Left = 490
      Top = 122
      Width = 72
      Height = 12
      Caption = '营销业务员:'
      TransParent = True
    end
    object Label8: TLabel
      Left = 526
      Top = 6
      Width = 36
      Height = 12
      Caption = '货币:'
      TransParent = True
    end
    object Label9: TLabel
      Left = 333
      Top = 6
      Width = 60
      Height = 12
      Caption = '销售税率:'
      TransParent = True
    end
    object Label10: TLabel
      Left = 29
      Top = 75
      Width = 60
      Height = 12
      Caption = '付款条款:'
      TransParent = True
    end
    object Label12: TLabel
      Left = 29
      Top = 98
      Width = 60
      Height = 12
      Caption = '发运方式:'
      TransParent = True
    end
    object Label13: TLabel
      Left = 29
      Top = 52
      Width = 60
      Height = 12
      Caption = '收货地址:'
      TransParent = True
    end
    object Label14: TLabel
      Left = 46
      Top = 121
      Width = 42
      Height = 12
      Caption = '备注1:'
      TransParent = True
    end
    object Label15: TLabel
      Left = 141
      Top = 130
      Width = 6
      Height = 12
      Visible = False
    end
    object Lab_CurrencyName: TLabel
      Left = 156
      Top = 32
      Width = 6
      Height = 12
      Visible = False
    end
    object Lab_SaleDeptName: TLabel
      Left = 158
      Top = 82
      Width = 6
      Height = 12
      Visible = False
    end
    object Label16: TLabel
      Left = 310
      Top = 75
      Width = 60
      Height = 12
      Caption = '未税总额:'
      TransParent = True
    end
    object Label17: TLabel
      Left = 311
      Top = 98
      Width = 60
      Height = 12
      Caption = '含税总额:'
      TransParent = True
    end
    object Edt_CustomerName: TLabel
      Left = 522
      Top = 107
      Width = 6
      Height = 12
      TransParent = True
      Visible = False
    end
    object Lab_SaleEmployeeName: TLabel
      Left = 149
      Top = 57
      Width = 6
      Height = 12
      Visible = False
    end
    object Lab_SaleTermName: TLabel
      Left = 482
      Top = 82
      Width = 6
      Height = 12
      TransParent = True
      Visible = False
    end
    object lab_ShipModeName: TLabel
      Left = 156
      Top = 102
      Width = 6
      Height = 12
      Visible = False
    end
    object Lab_ShipAddressName: TLabel
      Left = 197
      Top = 132
      Width = 6
      Height = 12
      Visible = False
    end
    object Label20: TLabel
      Left = 756
      Top = 9
      Width = 6
      Height = 12
      TransParent = True
      Visible = False
    end
    object Label11: TLabel
      Left = 500
      Top = 52
      Width = 60
      Height = 12
      Caption = '仓库标识:'
      TransParent = True
    end
    object Label18: TLabel
      Left = 500
      Top = 75
      Width = 60
      Height = 12
      Caption = '货位标识:'
      TransParent = True
    end
    object Label19: TLabel
      Left = 46
      Top = 145
      Width = 42
      Height = 12
      Caption = '备注2:'
      TransParent = True
    end
    object Edt_InvBillNo: TEdit
      Left = 88
      Top = 2
      Width = 86
      Height = 20
      TabOrder = 0
    end
    object MEdt_CreateDate: TMaskEdit
      Left = 243
      Top = 2
      Width = 83
      Height = 20
      EditMask = '!9999/99/99;1;_'
      MaxLength = 10
      TabOrder = 1
      Text = '    .  .  '
      OnExit = DateCheck
    end
    object Edt_TaxRate_Percent: TEdit
      Left = 396
      Top = 2
      Width = 88
      Height = 20
      TabOrder = 2
      OnExit = Edt_TaxRate_PercentExit
    end
    object Edt_TotalNoTaxAmount: TEdit
      Left = 374
      Top = 71
      Width = 110
      Height = 20
      Enabled = False
      ReadOnly = True
      TabOrder = 9
      OnExit = FloatCheck
    end
    object Edt_TotalTaxAmount: TEdit
      Left = 374
      Top = 94
      Width = 110
      Height = 20
      Enabled = False
      ReadOnly = True
      TabOrder = 12
      OnExit = FloatCheck
    end
    object Edt_RemArk: TEdit
      Left = 88
      Top = 117
      Width = 396
      Height = 20
      TabOrder = 13
    end
    object Edt_CurrencyName: TEdit
      Left = 613
      Top = 2
      Width = 129
      Height = 20
      Enabled = False
      TabOrder = 16
    end
    object Edt_SaleEmployeeName: TEdit
      Left = 613
      Top = 118
      Width = 129
      Height = 20
      Enabled = False
      TabOrder = 26
    end
    object Edt_SaleDeptName: TEdit
      Left = 613
      Top = 95
      Width = 129
      Height = 20
      Enabled = False
      TabOrder = 24
    end
    object Edt_ShipModeName: TEdit
      Left = 141
      Top = 94
      Width = 147
      Height = 20
      Enabled = False
      TabOrder = 11
    end
    object Edt_SaleTermName: TEdit
      Left = 141
      Top = 71
      Width = 147
      Height = 20
      Enabled = False
      TabOrder = 8
    end
    object lab_CustomerName: TEdit
      Left = 141
      Top = 25
      Width = 343
      Height = 20
      Enabled = False
      TabOrder = 4
    end
    object Edt_ShipAddressName: TEdit
      Left = 141
      Top = 48
      Width = 343
      Height = 20
      Enabled = False
      TabOrder = 6
    end
    object Edt_SaleTypeName: TEdit
      Left = 613
      Top = 25
      Width = 129
      Height = 20
      Enabled = False
      ReadOnly = True
      TabOrder = 18
    end
    object Edt_RemArk1: TEdit
      Left = 88
      Top = 141
      Width = 396
      Height = 20
      TabOrder = 14
    end
    object Edt_CustomerCode: TLinkEdit
      Left = 88
      Top = 25
      Width = 50
      Height = 20
      LinkStyle = lsEllipsis
      TabOrder = 3
      OnButtonClick = CustomerHint1
      OnExit = Edt_CustomerCodeExit
      OnKeyDown = CustomerHint
    end
    object Edt_ShipAddresSCode: TLinkEdit
      Left = 88

⌨️ 快捷键说明

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