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

📄 szrh.dfm

📁 一个以前收集的基于C/S架构的ERP客户端源代码
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '订单行号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '交易数量'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColHorAlign = haRight
        TitleString = '折让金额'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColHorAlign = haRight
        TitleString = '现金金额'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      37
      74
      71
      91
      61
      64
      64
      64)
  end
  inherited sbBar: TStatusBar
    Top = 403
    Width = 697
  end
  inherited CoolBar1: TCoolBar
    Width = 697
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 697
      end>
    inherited tbMainBar: TToolBar
      Width = 684
    end
  end
  object FloatPanel1: TFloatPanel [4]
    Left = 0
    Top = 39
    Width = 697
    Height = 106
    Align = alTop
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object Label1: TLabel
      Left = 16
      Top = 17
      Width = 54
      Height = 12
      Caption = '折让单号:'
    end
    object Label3: TLabel
      Left = 243
      Top = 14
      Width = 30
      Height = 12
      Caption = '日期:'
    end
    object Label4: TLabel
      Left = 16
      Top = 44
      Width = 54
      Height = 12
      Caption = '客户代码:'
    end
    object Label6: TLabel
      Left = 16
      Top = 72
      Width = 60
      Height = 12
      Caption = '客户名称:'
    end
    object Label7: TLabel
      Left = 243
      Top = 43
      Width = 30
      Height = 12
      Caption = '币种:'
    end
    object Label8: TLabel
      Left = 243
      Top = 72
      Width = 36
      Height = 12
      Caption = '汇率:'
    end
    object Label13: TLabel
      Left = 442
      Top = 12
      Width = 54
      Height = 12
      Caption = '系统日期:'
    end
    object Label15: TLabel
      Left = 447
      Top = 38
      Width = 30
      Height = 12
      Caption = '备注:'
    end
    object lbSzrhSysDate: TLabel
      Left = 504
      Top = 12
      Width = 78
      Height = 12
      Caption = 'lbSzrhSysDate'
    end
    object lbSzrhClientName: TLabel
      Left = 81
      Top = 70
      Width = 96
      Height = 12
      Caption = 'lbSzrhClientName'
    end
    object seSzrhCode: TSDEdit
      Tag = 1
      Left = 80
      Top = 11
      Width = 153
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'SESZRHCODE'
      OnKeyDown = seSzrhCodeKeyDown
      SplitSymbol = ' | '
    end
    object deSzrhDate: TDateEdit
      Tag = 3
      Left = 300
      Top = 11
      Width = 121
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-03-07'
      InitDate = '2003-03-07'
      ModalResult = 0
      TabOrder = 2
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object scSzrhCurrency: TSDComboBox
      Tag = 7
      Left = 300
      Top = 40
      Width = 121
      Height = 20
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 3
      Text = 'scSzrhCurrency'
      OnClick = scSzrhCurrencyClick
      KeyItem = cbItem2
    end
    object seSzrhEnrate: TSDEdit
      Left = 298
      Top = 69
      Width = 121
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 4
      Text = '0'
      DigLen = 4
      DataType = dtNumber
      CharType = ctMathematic
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object seSzrhDesc: TMemo
      Left = 500
      Top = 41
      Width = 149
      Height = 45
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        'seSzrhDesc')
      ParentCtl3D = False
      TabOrder = 5
    end
    object seSzrhClient: TSDEdit
      Left = 82
      Top = 41
      Width = 151
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seSzrhClient'
      OnButtonClick = seSzrhClientButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
  end
  object FloatPanel3: TFloatPanel [5]
    Left = 0
    Top = 370
    Width = 697
    Height = 33
    Align = alBottom
    Color = clWhite
    Caption = 'FloatPanel3'
    ParentColor = False
    TabOrder = 5
    object Label14: TLabel
      Left = 15
      Top = 9
      Width = 42
      Height = 12
      Caption = '审核人:'
    end
    object Label5: TLabel
      Left = 452
      Top = 9
      Width = 48
      Height = 12
      Caption = '经办人:'
    end
    object chkSzrhCancel: TCheckBox
      Tag = 15
      Left = 309
      Top = 5
      Width = 52
      Height = 17
      Alignment = taLeftJustify
      BiDiMode = bdRightToLeft
      Caption = '取消'
      Ctl3D = False
      ParentBiDiMode = False
      ParentCtl3D = False
      TabOrder = 0
    end
    object chkSzrhCheck: TCheckBox
      Tag = 15
      Left = 220
      Top = 5
      Width = 45
      Height = 17
      Alignment = taLeftJustify
      BiDiMode = bdRightToLeft
      Caption = '审核'
      Ctl3D = False
      ParentBiDiMode = False
      ParentCtl3D = False
      TabOrder = 1
    end
    object seSzrhUser: TSDEdit
      Left = 500
      Top = 4
      Width = 101
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'seSzrhUser'
      SplitSymbol = ' | '
    end
    object seSzrhChecker: TSDEdit
      Left = 60
      Top = 4
      Width = 101
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 3
      Text = 'seSzrhChecker'
      SplitSymbol = ' | '
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 549
    Top = 81
  end
  inherited BillPrintDlg: TPrintDialog
    Top = 81
  end
  inherited BillPrnSetupDlg: TPrinterSetupDialog
    Left = 587
    Top = 81
  end
end

⌨️ 快捷键说明

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