addsp.dfm

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

DFM
67
字号
object addSPForm: TaddSPForm
  Left = 297
  Top = 218
  Width = 444
  Height = 310
  BorderIcons = [biSystemMenu]
  Caption = #22686#21152#21830#21697
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #38582#20070
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 19
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 436
    Height = 276
    Align = alClient
    DataSource = DM.DS_SPinfo
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -19
    TitleFont.Name = #38582#20070
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    Columns = <
      item
        Expanded = False
        FieldName = #32534#21495
        Width = 84
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21830#21697#21517#31216
        Width = 95
        Visible = True
      end
      item
        Expanded = False
        FieldName = #31867#21035
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21830#21697#35268#26684
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = #20379#36135#21830
        Width = 80
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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