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

📄 codepaymodefrm.dfm

📁 供水营销打印程序源码
💻 DFM
字号:
inherited frmCodePaymode: TfrmCodePaymode
  Left = 397
  Top = 317
  Caption = 'frmCodePaymode'
  PixelsPerInch = 96
  TextHeight = 12
  inherited PageControl: TPageControl
    inherited TabSheet1: TTabSheet
      inherited Panel1: TPanel
        inherited grdBrowse: TDBGridEh
          DataSource = dmInvPrint.dsPaymode
          Columns = <
            item
              EditButtons = <>
              FieldName = 'PayID'
              Footers = <>
              Title.Caption = #32534#21495
            end
            item
              EditButtons = <>
              FieldName = 'Payname'
              Footers = <>
              Title.Caption = #32564#36153#26041#24335
              Width = 128
            end
            item
              EditButtons = <>
              FieldName = 'Proxyflag'
              Footers = <>
              Title.Caption = #20195#29702#26631#24535
              Width = 16
            end
            item
              EditButtons = <>
              FieldName = 'Modifydate'
              Footers = <>
              Title.Caption = #20462#25913#26102#38388
              Width = 64
            end
            item
              EditButtons = <>
              FieldName = 'Description'
              Footers = <>
              Title.Caption = #22791#27880
            end>
        end
      end
    end
    inherited TabSheet2: TTabSheet
      inherited Panel2: TPanel
        object Label1: TLabel
          Left = 9
          Top = 8
          Width = 42
          Height = 12
          Caption = #32534#21495'(&C)'
          FocusControl = edtPayID
        end
        object Label2: TLabel
          Left = 112
          Top = 8
          Width = 66
          Height = 12
          Caption = #32564#36153#26041#24335'(&P)'
          FocusControl = edtPayname
        end
        object Label3: TLabel
          Left = 9
          Top = 48
          Width = 42
          Height = 12
          Caption = #22791#27880'(&M)'
          FocusControl = memDescription
        end
        object edtPayID: TcxDBMaskEdit
          Left = 8
          Top = 22
          Width = 97
          Height = 23
          DataBinding.DataField = 'PayID'
          DataBinding.DataSource = dmInvPrint.dsPaymode
          Style.Shadow = True
          TabOrder = 0
        end
        object edtPayname: TcxDBMaskEdit
          Left = 112
          Top = 22
          Width = 185
          Height = 23
          Anchors = [akLeft, akTop, akRight]
          DataBinding.DataField = 'Payname'
          DataBinding.DataSource = dmInvPrint.dsPaymode
          Style.Shadow = True
          TabOrder = 1
        end
        object memDescription: TcxDBMemo
          Left = 8
          Top = 64
          Width = 289
          Height = 53
          Anchors = [akLeft, akTop, akRight]
          DataBinding.DataField = 'Description'
          DataBinding.DataSource = dmInvPrint.dsPaymode
          Style.Shadow = True
          TabOrder = 3
        end
        object chkProxyflag: TcxDBCheckBox
          Left = 109
          Top = 44
          Width = 121
          Height = 21
          DataBinding.DataField = 'Proxyflag'
          DataBinding.DataSource = dmInvPrint.dsPaymode
          Properties.DisplayUnchecked = 'False'
          Properties.Caption = #20195#29702#26631#24535'(&F)'
          TabOrder = 2
        end
      end
    end
  end
end

⌨️ 快捷键说明

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