khsum.dfm

来自「供销存软件」· DFM 代码 · 共 119 行

DFM
119
字号
object KHsumForm: TKHsumForm
  Left = 266
  Top = 197
  Width = 458
  Height = 426
  BorderIcons = [biSystemMenu]
  Caption = #23458#25143#32479#35745
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #38582#20070
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 19
  object Label1: TLabel
    Left = 16
    Top = 24
    Width = 60
    Height = 19
    Caption = #26085#26399#20174
  end
  object Label2: TLabel
    Left = 248
    Top = 24
    Width = 20
    Height = 19
    Caption = #33267
  end
  object Label3: TLabel
    Left = 16
    Top = 360
    Width = 40
    Height = 19
    Caption = #21512#35745
  end
  object sum: TLabel
    Left = 64
    Top = 360
    Width = 40
    Height = 19
    Caption = '0.00'
  end
  object date1: TDateTimePicker
    Left = 80
    Top = 16
    Width = 161
    Height = 27
    CalAlignment = dtaLeft
    Date = 39361.896242581
    Time = 39361.896242581
    DateFormat = dfLong
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 0
  end
  object date2: TDateTimePicker
    Left = 272
    Top = 16
    Width = 161
    Height = 27
    CalAlignment = dtaLeft
    Date = 39361.896242581
    Time = 39361.896242581
    DateFormat = dfLong
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 1
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 56
    Width = 417
    Height = 297
    DataSource = DM.DS
    TabOrder = 2
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -19
    TitleFont.Name = #38582#20070
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #20379#24212#21830#21517#31216
        Width = 219
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21512#35745#37329#39069
        Width = 165
        Visible = True
      end>
  end
  object searchBtn: TBitBtn
    Left = 304
    Top = 360
    Width = 57
    Height = 25
    Caption = #26597#35810
    TabOrder = 3
    OnClick = searchBtnClick
  end
  object closeBtn: TBitBtn
    Left = 384
    Top = 360
    Width = 57
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = closeBtnClick
  end
end

⌨️ 快捷键说明

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