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

📄 pfm_viewxsrz.dfm

📁 POS收银系统
💻 DFM
字号:
object fm_viewxsrz: Tfm_viewxsrz
  Left = 204
  Top = 114
  Width = 711
  Height = 435
  Caption = '查看销售日志'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 703
    Height = 73
    Align = alTop
    Caption = '查询条件'
    TabOrder = 0
    object Label2: TLabel
      Left = 16
      Top = 20
      Width = 52
      Height = 13
      Caption = '销售日期'
    end
    object DTPicker1: TDateTimePicker
      Left = 16
      Top = 36
      Width = 137
      Height = 21
      CalAlignment = dtaLeft
      Date = 36717.4891822454
      Time = 36717.4891822454
      DateFormat = dfShort
      DateMode = dmComboBox
      Kind = dtkDate
      ParseInput = False
      TabOrder = 0
    end
    object BBtnView: TBitBtn
      Left = 172
      Top = 32
      Width = 83
      Height = 25
      Caption = '查询'
      TabOrder = 1
      OnClick = BBtnViewClick
    end
    object BBtnSetQry: TBitBtn
      Left = 272
      Top = 32
      Width = 89
      Height = 25
      Caption = '过滤查询结果'
      TabOrder = 2
      OnClick = BBtnSetQryClick
    end
    object BBtnQuit: TBitBtn
      Left = 604
      Top = 32
      Width = 75
      Height = 25
      Caption = '退出'
      TabOrder = 3
      OnClick = BBtnQuitClick
    end
    object GroupBox3: TGroupBox
      Left = 384
      Top = 0
      Width = 185
      Height = 69
      Caption = '收款总金额(元)'
      TabOrder = 4
      object edit1: TEdit
        Left = 16
        Top = 32
        Width = 121
        Height = 21
        TabStop = False
        Color = clInfoBk
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = '宋体'
        Font.Style = [fsBold]
        ParentFont = False
        ReadOnly = True
        TabOrder = 0
      end
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 73
    Width = 703
    Height = 335
    Align = alClient
    Caption = '销售日志'
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 2
      Top = 15
      Width = 699
      Height = 318
      Align = alClient
      Color = clInfoBk
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = '宋体'
      TitleFont.Style = []
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 164
    Top = 145
  end
  object Query1: TQuery
    AfterOpen = Query1AfterOpen
    DatabaseName = 'posdb'
    Left = 128
    Top = 145
  end
  object Query2: TQuery
    DatabaseName = 'posdb'
    Left = 212
    Top = 145
  end
end

⌨️ 快捷键说明

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