bmdm.dfm

来自「已经给出使用的每个SQL Server数据库」· DFM 代码 · 共 57 行

DFM
57
字号
inherited f_bmdm: Tf_bmdm
  Left = 201
  Top = 163
  Caption = #37096#38376#20195#30721
  PixelsPerInch = 96
  TextHeight = 13
  inherited Panel1: TPanel
    inherited Label1: TLabel
      Left = 46
      Width = 62
      AutoSize = False
      Caption = #37096#38376#20195#30721
    end
    inherited Label2: TLabel
      Left = 46
      Width = 62
      AutoSize = False
      Caption = #37096#38376#21517#31216
    end
  end
  inherited Panel2: TPanel
    inherited DBGrid1: TDBGrid
      Columns = <
        item
          Expanded = False
          FieldName = 'bmdm'
          Title.Alignment = taCenter
          Title.Caption = #37096#38376#20195#30721
          Title.Font.Charset = DEFAULT_CHARSET
          Title.Font.Color = clBlack
          Title.Font.Height = -11
          Title.Font.Name = 'MS Sans Serif'
          Title.Font.Style = []
          Width = 140
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'bmmc'
          Title.Alignment = taCenter
          Title.Caption = #37096#38376#21517#31216
          Title.Font.Charset = DEFAULT_CHARSET
          Title.Font.Color = clBlack
          Title.Font.Height = -11
          Title.Font.Name = 'MS Sans Serif'
          Title.Font.Style = []
          Width = 270
          Visible = True
        end>
    end
  end
  inherited DataSource1: TDataSource
    Left = 305
    Top = 215
  end
end

⌨️ 快捷键说明

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