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

📄 frmdxunit.~dfm

📁 根据客户对销售人员回款返利和业绩返利的功能需求所开发
💻 ~DFM
📖 第 1 页 / 共 2 页
字号:
inherited frmDX: TfrmDX
  Left = 295
  Top = 87
  Caption = #20817#29616#34920
  OldCreateOrder = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel [0]
    Left = 224
    Top = 24
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #20817#29616#21333#21495
  end
  inherited Panel1: TPanel
    inherited btn_Insert: TBitBtn
      OnClick = btn_InsertClick
    end
    inherited btn_Search: TBitBtn
      OnClick = btn_SearchClick
    end
    inherited btn_Edit: TBitBtn
      OnClick = btn_EditClick
    end
    inherited btn_Save: TBitBtn
      OnClick = btn_SaveClick
    end
  end
  inherited Panel3: TPanel
    Height = 145
    object Label1: TLabel
      Left = 40
      Top = 24
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #20817#29616#21333#21495
    end
    object Label3: TLabel
      Left = 264
      Top = 24
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #25903#20184#26085#26399
    end
    object Label4: TLabel
      Left = 56
      Top = 56
      Width = 41
      Height = 17
      AutoSize = False
      Caption = #35746#21333#21495
    end
    object Label5: TLabel
      Left = 264
      Top = 56
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #38144#21806#20154#21592
    end
    object Label6: TLabel
      Left = 32
      Top = 87
      Width = 73
      Height = 17
      AutoSize = False
      Caption = #24212#20817#25442#37329#39069
    end
    object Label7: TLabel
      Left = 240
      Top = 87
      Width = 89
      Height = 17
      AutoSize = False
      Caption = #26412#27425#24212#20817#25442#27604#20363
    end
    object Label8: TLabel
      Left = 464
      Top = 87
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #20817#25442#37329#39069
    end
    object Label9: TLabel
      Left = 464
      Top = 56
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #20154#21592#21517#31216
    end
    object Label13: TLabel
      Left = 48
      Top = 111
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #35746#21333#37329#39069
    end
    object Label14: TLabel
      Left = 264
      Top = 111
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #36864#22238#37329#39069
    end
    object Label15: TLabel
      Left = 456
      Top = 111
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #24213#20215#37329#39069
    end
    object Label16: TLabel
      Left = 648
      Top = 111
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #36153#29992#21512#35745
    end
    object wwDBEdit1: TwwDBEdit
      Left = 112
      Top = 22
      Width = 121
      Height = 21
      DataField = 'DXDH'
      DataSource = dsMaster
      TabOrder = 0
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
      OnEnter = wwDBEdit1Enter
    end
    object wwDBDateTimePicker1: TwwDBDateTimePicker
      Left = 328
      Top = 22
      Width = 121
      Height = 21
      CalendarAttributes.Font.Charset = DEFAULT_CHARSET
      CalendarAttributes.Font.Color = clWindowText
      CalendarAttributes.Font.Height = -11
      CalendarAttributes.Font.Name = 'MS Sans Serif'
      CalendarAttributes.Font.Style = []
      DataField = 'DXDATE'
      DataSource = dsMaster
      Date = 39682.000000000000000000
      Epoch = 1950
      ShowButton = True
      TabOrder = 1
    end
    object wwDBLookupComboDlg1: TwwDBLookupComboDlg
      Left = 112
      Top = 54
      Width = 121
      Height = 21
      GridOptions = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgPerfectRowFit]
      GridColor = clWhite
      GridTitleAlignment = taLeftJustify
      Caption = 'Lookup'
      MaxWidth = 0
      MaxHeight = 209
      Selected.Strings = (
        'oS_NO'#9'20'#9#35746#21333#32534#21495#9'F'
        'OS_DD'#9'18'#9#35746#21333#26085#26399#9'F'
        'CUS_NO'#9'12'#9#23458#25143#32534#21495#9'F'
        'SAL_NO'#9'12'#9#19994#21153#21592#32534#21495#9'F')
      DataField = 'OS_NO'
      DataSource = dsMaster
      LookupTable = qrySO
      LookupField = 'oS_NO'
      TabOrder = 2
      AutoDropDown = False
      ShowButton = True
      AllowClearKey = False
      OnChange = wwDBLookupComboDlg1Change
    end
    object wwDBLookupComboDlg2: TwwDBLookupComboDlg
      Left = 328
      Top = 54
      Width = 121
      Height = 21
      GridOptions = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgPerfectRowFit]
      GridColor = clWhite
      GridTitleAlignment = taLeftJustify
      Caption = 'Lookup'
      MaxWidth = 0
      MaxHeight = 209
      Selected.Strings = (
        'SAL_NO'#9'12'#9#19994#21153#21592#32534#21495#9'F'
        'NAME'#9'40'#9#19994#21153#21592#21517#31216#9'F')
      DataField = 'SAL_NO'
      DataSource = dsMaster
      LookupTable = qrySAL_NAME
      LookupField = 'SAL_NO'
      TabOrder = 3
      AutoDropDown = False
      ShowButton = True
      AllowClearKey = False
    end
    object wwDBEdit3: TwwDBEdit
      Left = 112
      Top = 85
      Width = 121
      Height = 21
      DataField = 'YQTY'
      DataSource = dsMaster
      TabOrder = 4
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
    end
    object wwDBEdit4: TwwDBEdit
      Left = 520
      Top = 85
      Width = 121
      Height = 21
      DataField = 'QTY'
      DataSource = dsMaster
      TabOrder = 6
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
    end
    object wwDBEdit5: TwwDBEdit
      Left = 520
      Top = 54
      Width = 121
      Height = 21
      DataField = 'SAL_NAME'
      DataSource = dsMaster
      TabOrder = 7
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
    end
    object wwDBEdit2: TwwDBEdit
      Left = 328
      Top = 85
      Width = 121
      Height = 21
      DataField = 'Rate'
      DataSource = dsMaster
      TabOrder = 5
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
      OnExit = wwDBEdit2Exit
    end
    object wwDBEdit6: TwwDBEdit
      Left = 112
      Top = 109
      Width = 121
      Height = 21
      DataField = 'QTY1'
      DataSource = dsMaster
      TabOrder = 8
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
    end
    object wwDBEdit7: TwwDBEdit
      Left = 328
      Top = 109
      Width = 121
      Height = 21
      DataField = 'QTY2'
      DataSource = dsMaster
      TabOrder = 9
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
    end
    object wwDBEdit8: TwwDBEdit
      Left = 520
      Top = 109
      Width = 121
      Height = 21
      DataField = 'QTY3'
      DataSource = dsMaster
      TabOrder = 10
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
    end
    object wwDBEdit9: TwwDBEdit
      Left = 712
      Top = 109
      Width = 121
      Height = 21
      DataField = 'QTY4'
      DataSource = dsMaster
      TabOrder = 11
      UnboundDataType = wwDefault
      WantReturns = False
      WordWrap = False
    end
  end
  inherited Panel2: TPanel
    Top = 145
    Height = 96
    Align = alTop
    object Label10: TLabel
      Left = 64
      Top = 16
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #23458#25143
    end
    object Label11: TLabel
      Left = 40
      Top = 47
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #38144#21806#20154#21592
    end
    object Label12: TLabel
      Left = 56
      Top = 72
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #35746#21333
    end
    object ww1: TwwDBLookupComboDlg
      Left = 112
      Top = 16
      Width = 121
      Height = 21
      GridOptions = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgPerfectRowFit]
      GridColor = clWhite
      GridTitleAlignment = taLeftJustify
      Caption = 'Lookup'
      MaxWidth = 0
      MaxHeight = 209
      Selected.Strings = (
        'cus_no'#9'12'#9#23458#25143#32534#21495#9'F'
        'name'#9'50'#9#23458#25143#21517#31216#9'F')
      LookupTable = qryCUS_NO
      LookupField = 'cus_no'
      TabOrder = 0
      AutoDropDown = False
      ShowButton = True
      AllowClearKey = False
    end
    object ww3: TwwDBLookupComboDlg
      Left = 112
      Top = 43
      Width = 121
      Height = 21
      GridOptions = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgPerfectRowFit]
      GridColor = clWhite
      GridTitleAlignment = taLeftJustify
      Caption = 'Lookup'
      MaxWidth = 0
      MaxHeight = 209

⌨️ 快捷键说明

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