unit2.dfm

来自「EXCEL表格数据导入数据库的例子」· DFM 代码 · 共 35 行

DFM
35
字号
object Form2: TForm2
  Left = 355
  Top = 291
  Width = 276
  Height = 301
  Caption = #36873#25321#35201#25171#24320#30340#24037#20316#34920
  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 btn1: TButton
    Left = 96
    Top = 208
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 0
  end
  object lst1: TListBox
    Left = 0
    Top = 0
    Width = 268
    Height = 169
    Align = alTop
    ItemHeight = 13
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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