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

📄 inoutsum.dfm

📁 供销存软件
💻 DFM
字号:
object ioSumForm: TioSumForm
  Left = 285
  Top = 173
  Width = 427
  Height = 407
  BorderIcons = [biSystemMenu]
  Caption = #24212#25910#24212#20184#24635#24080
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -21
  Font.Name = #38582#20070
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 21
  object Label1: TLabel
    Left = 8
    Top = 344
    Width = 44
    Height = 21
    Caption = #21512#35745
  end
  object Sum: TLabel
    Left = 56
    Top = 344
    Width = 44
    Height = 21
    Caption = '0.00'
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 401
    Height = 329
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -21
    TitleFont.Name = #38582#20070
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = #23458#25143#21517#31216
        Width = 120
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = #24212#25910
        Width = 70
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = #24212#20184
        Width = 70
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = #32467#20313#37329#39069
        Width = 100
        Visible = True
      end>
  end
  object searchBtn: TBitBtn
    Left = 256
    Top = 344
    Width = 65
    Height = 25
    Caption = #26597#35810
    TabOrder = 1
    OnClick = searchBtnClick
  end
  object closeBtn: TBitBtn
    Left = 336
    Top = 344
    Width = 65
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = closeBtnClick
  end
end

⌨️ 快捷键说明

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