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

📄 list.dfm

📁 PosEasy收银系统源码,Pos机前后台管理代码
💻 DFM
字号:
object Form1: TForm1
  Left = 254
  Top = 178
  Width = 544
  Height = 375
  VertScrollBar.Position = 117
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DBNavigator1: TDBNavigator
    Left = 24
    Top = -109
    Width = 225
    Height = 25
    DataSource = DataSource1
    VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
    TabOrder = 0
  end
  object DBGrid2: TDBGrid
    Left = 23
    Top = -66
    Width = 697
    Height = 369
    BorderStyle = bsNone
    DataSource = DataSource1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    ParentFont = False
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Color = clInfoBk
        Expanded = False
        FieldName = 'iCode'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clMaroon
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        PickList.Strings = (
          '')
        Title.Caption = '交款单编码'
        Width = 60
        Visible = True
      end
      item
        Color = clInfoBk
        Expanded = False
        FieldName = 'Msum'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clRed
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        Title.Caption = '交款总数'
        Visible = True
      end
      item
        Color = clInfoBk
        Expanded = False
        FieldName = 'Mcashsum'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clRed
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        Title.Caption = '现金总数'
        Visible = True
      end
      item
        Color = clInfoBk
        Expanded = False
        FieldName = 'Mothsum'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clRed
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        Title.Caption = '票据总数'
        Visible = True
      end
      item
        Color = clInfoBk
        Expanded = False
        FieldName = 'Ipart'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBackground
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        Title.Caption = '交款部门'
        Width = 54
        Visible = True
      end
      item
        Color = clInfoBk
        Expanded = False
        FieldName = 'Cpname'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBackground
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        Title.Caption = '交款人'
        Width = 55
        Visible = True
      end
      item
        Color = clInfoBk
        Expanded = False
        FieldName = 'Dptime'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBackground
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        Title.Caption = '交款日期'
        Width = 60
        Visible = True
      end
      item
        Color = clInfoBk
        Expanded = False
        FieldName = 'Crname'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        Title.Caption = '收款人'
        Width = 54
        Visible = True
      end
      item
        Color = clInfoBk
        Expanded = False
        FieldName = 'Drtime'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlue
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        Title.Caption = '收款日期'
        Width = 60
        Visible = True
      end
      item
        Color = clInfoBk
        Expanded = False
        FieldName = 'Cmemo'
        Title.Caption = '备注'
        Width = 120
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 40
    Top = 323
    Width = 75
    Height = 25
    Caption = '察看明细'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'guohua'
    TableName = 'jkdtab'
    Left = 352
    Top = 208
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 392
    Top = 208
  end
end

⌨️ 快捷键说明

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