unit1.dfm

来自「用 Delphi 做的操作系统试验」· DFM 代码 · 共 75 行

DFM
75
字号
object Form1: TForm1
  Left = 234
  Top = 212
  Width = 696
  Height = 480
  Caption = #35745#31639#26426#25805#20316#31995#32479
  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 Label1: TLabel
    Left = 120
    Top = 80
    Width = 432
    Height = 48
    Caption = #35745#31639#26426#25805#20316#31995#32479#23454#39564
    Font.Charset = ANSI_CHARSET
    Font.Color = clGreen
    Font.Height = -48
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 248
    Top = 160
    Width = 185
    Height = 65
    Caption = #36827#31243#20114#26021
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -35
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 248
    Top = 264
    Width = 185
    Height = 65
    Caption = #36827#31243#35843#24230
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -35
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 248
    Top = 360
    Width = 185
    Height = 65
    Caption = #39029#38754#32622#25442
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -35
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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