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

📄 unitsummoney.dfm

📁 delphi+sql server 我是delphi的初学者
💻 DFM
字号:
object Formsummoney: TFormsummoney
  Left = 311
  Top = 200
  Width = 525
  Height = 444
  Caption = #21333#25454#37329#39069#27719#24635
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 517
    Height = 79
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 17
      Top = 16
      Width = 48
      Height = 13
      Caption = #27719#24635#26085#26399
    end
    object Label2: TLabel
      Left = 8
      Top = 49
      Width = 60
      Height = 13
      Caption = #25805#20316#21592#22995#21517
    end
    object Label3: TLabel
      Left = 217
      Top = 14
      Width = 12
      Height = 13
      Caption = #33267
    end
    object Edname: TEdit
      Left = 87
      Top = 48
      Width = 288
      Height = 21
      TabOrder = 1
      Text = 'Edname'
    end
    object dxDateEdit1: TdxDateEdit
      Left = 87
      Top = 12
      Width = 121
      TabOrder = 0
      Date = -700000.000000000000000000
    end
    object dxDateEdit2: TdxDateEdit
      Left = 256
      Top = 13
      Width = 121
      TabOrder = 2
      Date = -700000.000000000000000000
    end
    object Button1: TButton
      Left = 407
      Top = 12
      Width = 75
      Height = 25
      Caption = #27719#24635#37329#39069
      TabOrder = 3
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 407
      Top = 46
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 4
      OnClick = Button2Click
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 398
    Width = 517
    Height = 19
    Panels = <
      item
        Width = 200
      end
      item
        Width = 50
      end>
  end
  object dxDBGrid1: TdxDBGrid
    Left = 0
    Top = 79
    Width = 517
    Height = 319
    Bands = <
      item
      end>
    DefaultLayout = True
    HeaderPanelRowCount = 1
    KeyField = 'libnumber'
    ShowGroupPanel = True
    ShowSummaryFooter = True
    SummaryGroups = <>
    SummarySeparator = ', '
    Align = alClient
    TabOrder = 1
    DataSource = DataSource1
    Filter.Criteria = {00000000}
    LookAndFeel = lfUltraFlat
    OptionsBehavior = [edgoAnsiSort, edgoAutoSort, edgoDragScroll, edgoEditing, edgoEnterShowEditor, edgoImmediateEditor, edgoTabThrough, edgoVertThrough]
    OptionsCustomize = [edgoBandMoving, edgoBandSizing, edgoColumnMoving, edgoColumnSizing, edgoRowSizing]
    OptionsDB = [edgoCancelOnExit, edgoCanDelete, edgoCanNavigation, edgoConfirmDelete, edgoLoadAllRecords, edgoSmartReload, edgoUseBookmarks]
    OptionsView = [edgoBandHeaderWidth, edgoRowSelect, edgoUseBitmap]
    ShowRowFooter = True
    object dxDBGrid1Column1: TdxDBGridColumn
      Caption = #21333#25454#31867#22411
      Width = 171
      BandIndex = 0
      RowIndex = 0
      FieldName = 'numbertype'
    end
    object dxDBGrid1Column2: TdxDBGridColumn
      Caption = #21333#25454#37329#39069
      Color = clSkyBlue
      Width = 252
      BandIndex = 0
      RowIndex = 0
      FieldName = 'JINE'
      SummaryFooterType = cstSum
    end
  end
  object DataSource1: TDataSource
    DataSet = DM.ADOsummoney
    Left = 479
    Top = 88
  end
end

⌨️ 快捷键说明

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