mainunit.~dfm

来自「文件转换」· ~DFM 代码 · 共 50 行

~DFM
50
字号
object frmMain: TfrmMain
  Left = 197
  Top = 114
  Width = 727
  Height = 480
  Caption = #25991#20214#36716#25442#22120
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid: TDBGrid
    Left = 8
    Top = 8
    Width = 649
    Height = 425
    DataSource = DataSource
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object btn_Transfer: TButton
    Left = 664
    Top = 24
    Width = 51
    Height = 25
    Caption = #36716#25442
    TabOrder = 1
    OnClick = btn_TransferClick
  end
  object DataSource: TDataSource
    DataSet = Table
    Left = 672
    Top = 192
  end
  object Table: TTable
    Active = True
    TableName = 'mt_lab.dbf'
    Left = 672
    Top = 240
  end
end

⌨️ 快捷键说明

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