cyjsdw.dfm

来自「IT业进销存管理系统源代码Delphi」· DFM 代码 · 共 23 行

DFM
23
字号
inherited frmCyjsdw: TfrmCyjsdw
  Left = 474
  Top = 180
  Caption = #24120#29992#35745#31639#21333#20301
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 15
  inherited DBGrid1: TDBGrid
    DataSource = Data.sCyjsdw
    Columns = <
      item
        Expanded = False
        FieldName = 'MC'
        Visible = True
      end>
  end
  inherited ActionList1: TActionList
    inherited aSearch: TAction
      Tag = 1
    end
  end
end

⌨️ 快捷键说明

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