unit1.dfm

来自「检测interbase数据库是否损坏,并修复」· DFM 代码 · 共 36 行

DFM
36
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 327
  Height = 114
  Caption = #25968#25454#24211#20462#22797#31243#24207
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #23435#20307
  Font.Style = [fsBold]
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 8
    Top = 10
    Width = 305
    Height = 34
    Alignment = taCenter
    AutoSize = False
    Caption = 'Label1'#13#10'asd'
  end
  object Button1: TButton
    Left = 123
    Top = 48
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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