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

📄 statistics.dfm

📁 可对供应商,顾客,商品,信息进行添加修改查询删除.可随时统计进货量和销售量,同时统计销售额和利润等.
💻 DFM
字号:
object StatisticsFrm: TStatisticsFrm
  Left = 182
  Top = 154
  Width = 443
  Height = 187
  Caption = #32479#35745#20998#26512
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Statistics_GroupBox: TGroupBox
    Left = 5
    Top = 3
    Width = 425
    Height = 150
    Caption = #32479#35745#20998#26512
    TabOrder = 0
    object FeederCounr_Label: TLabel
      Left = 16
      Top = 24
      Width = 60
      Height = 13
      Caption = #20379#24212#21830#24635#25968
    end
    object CustomerCount_Label: TLabel
      Left = 16
      Top = 58
      Width = 48
      Height = 13
      Caption = #39038#23458#24635#25968
    end
    object ProductCount_Label: TLabel
      Left = 16
      Top = 92
      Width = 48
      Height = 13
      Caption = #21830#21697#31181#25968
    end
    object StockCount_Label: TLabel
      Left = 16
      Top = 126
      Width = 48
      Height = 13
      Caption = #36827#36135#24635#37327
    end
    object StockMoney_Label: TLabel
      Left = 232
      Top = 22
      Width = 48
      Height = 13
      Caption = #36827#36135#37329#39069
    end
    object SellCount_Label: TLabel
      Left = 232
      Top = 57
      Width = 48
      Height = 13
      Caption = #38144#21806#24635#37327
    end
    object SellMoney_Label: TLabel
      Left = 232
      Top = 92
      Width = 48
      Height = 13
      Caption = #38144#21806#37329#39069
    end
    object FeederCount_Edit: TEdit
      Left = 83
      Top = 19
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 0
    end
    object CustomerCount_Edit: TEdit
      Left = 83
      Top = 53
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 1
    end
    object ProductCount_Edit: TEdit
      Left = 83
      Top = 87
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 2
    end
    object StockCount_Edit: TEdit
      Left = 83
      Top = 121
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 3
    end
    object StockMoney_Edit: TEdit
      Left = 293
      Top = 17
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 4
    end
    object SellCount_Edit: TEdit
      Left = 293
      Top = 52
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 5
    end
    object SellMoney_Edit: TEdit
      Left = 293
      Top = 87
      Width = 121
      Height = 21
      Cursor = crIBeam
      TabOrder = 6
    end
    object Return_BitBtn: TBitBtn
      Left = 312
      Top = 117
      Width = 75
      Height = 25
      Cursor = crHandPoint
      Caption = #36820#22238
      TabOrder = 7
      OnClick = Return_BitBtnClick
      Kind = bkClose
    end
  end
end

⌨️ 快捷键说明

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