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

📄 rpposdf.dfm

📁 DELPHI编写的商场收银POS机源代码
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object RMPOSDF: TRMPOSDF
  Left = 92
  Top = 162
  Width = 677
  Height = 377
  Caption = '柜台销售日报表'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object BTNQUT: TBitBtn
    Left = 0
    Top = 190
    Width = 311
    Height = 146
    Caption = '&Q 结束ESC'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = BTNQUTClick
  end
  object GroupBox1: TGroupBox
    Left = 312
    Top = 0
    Width = 349
    Height = 151
    Caption = '打印机  按 F7 到此处'
    Color = 16763522
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 1
    object BTN_TODAY_PRN: TBitBtn
      Left = 257
      Top = 104
      Width = 80
      Height = 35
      Caption = '&B 打印F3'
      TabOrder = 0
      OnClick = BTN_TODAY_PREClick
    end
    object BTN_POSA_PRE: TBitBtn
      Left = 175
      Top = 24
      Width = 80
      Height = 35
      Caption = '&W 预览'
      TabOrder = 1
      OnClick = BTN_POSA_PREClick
    end
    object BTN_POSA_PRN: TBitBtn
      Left = 257
      Top = 24
      Width = 80
      Height = 35
      Caption = '&P 打印F2'
      TabOrder = 2
      OnClick = BTN_POSA_PREClick
    end
    object ED_SHOWPOSB: TCheckBox
      Left = 10
      Top = 20
      Width = 97
      Height = 17
      Caption = '打印明细'
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      State = cbChecked
      TabOrder = 3
    end
    object BTN_TODAY_PRE: TBitBtn
      Left = 175
      Top = 104
      Width = 80
      Height = 35
      Caption = '&A 预览'
      TabOrder = 4
      OnClick = BTN_TODAY_PREClick
    end
    object DA_SHOWBMCNT: TCheckBox
      Left = 10
      Top = 125
      Width = 121
      Height = 17
      Caption = '打印会员人数'
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      State = cbChecked
      TabOrder = 5
    end
    object ED_SHOWGIFT: TCheckBox
      Left = 10
      Top = 40
      Width = 97
      Height = 17
      Caption = '打印礼券'
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      State = cbChecked
      TabOrder = 6
    end
  end
  object GroupBox3: TGroupBox
    Left = 312
    Top = 155
    Width = 351
    Height = 176
    Caption = '打印至发票上,请换上空白发票纸 按F8到此处'
    Color = 16763089
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 2
    object Label8: TLabel
      Left = 32
      Top = 20
      Width = 260
      Height = 20
      Caption = '请确定是否发票机已打开电源'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -20
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Gauge: TGauge
      Left = 5
      Top = 130
      Width = 146
      Height = 16
      ForeColor = clRed
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      Progress = 0
    end
    object BTN_IV_CNT: TBitBtn
      Left = 192
      Top = 5
      Width = 145
      Height = 50
      Caption = '销售统计F5'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      Visible = False
    end
    object BTN_IV_KINCNT: TBitBtn
      Left = 160
      Top = 45
      Width = 145
      Height = 66
      Caption = '分类明细F6'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object CBBGENO: TCheckBox
      Left = 5
      Top = 50
      Width = 150
      Height = 17
      Caption = '含产品销售数量金额'
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      State = cbChecked
      TabOrder = 2
    end
    object CBBGKIN: TCheckBox
      Left = 5
      Top = 70
      Width = 150
      Height = 17
      Caption = '含分类销售数量金额'
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      State = cbChecked
      TabOrder = 3
    end
    object Static: TStaticText
      Left = 160
      Top = 130
      Width = 34
      Height = 19
      Caption = '进度'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
    end
    object CBPAIVO: TCheckBox
      Left = 5
      Top = 90
      Width = 150
      Height = 17
      Caption = '含发票金额明细'
      Checked = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -13
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      State = cbChecked
      TabOrder = 5
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 0
    Width = 310
    Height = 186
    Caption = '查询条件'
    Color = 13167103
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 3
    object Label3: TLabel
      Left = 10
      Top = 23
      Width = 48
      Height = 12
      Caption = '查询日期'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label12: TLabel
      Left = 188
      Top = 23
      Width = 12
      Height = 12
      Caption = '至'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label16: TLabel
      Left = 10
      Top = 46
      Width = 48
      Height = 12
      Caption = '产品分类'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label21: TLabel
      Left = 10
      Top = 69
      Width = 60
      Height = 12
      Caption = '收  款  员'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label24: TLabel
      Left = 10
      Top = 92
      Width = 60
      Height = 12
      Caption = '收款台编号'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label13: TLabel
      Left = 10
      Top = 115
      Width = 48
      Height = 12
      Caption = '收入金额'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object BTNSUM: TSpeedButton
      Left = 175
      Top = 111
      Width = 126
      Height = 24
      Cursor = crHandPoint
      Caption = '&C 金额计算F1'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      OnClick = BTNSUMClick
    end
    object Label5: TLabel
      Left = 223
      Top = 142
      Width = 60
      Height = 15
      Caption = '误差金额'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object ED_TODAY_SUB: TLabel
      Left = 215
      Top = 160
      Width = 80
      Height = 18

⌨️ 快捷键说明

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