unit1.dfm

来自「IConDate」· DFM 代码 · 共 52 行

DFM
52
字号
object Form1: TForm1
  Left = 303
  Top = 168
  BorderStyle = bsNone
  Caption = 'Form1'
  ClientHeight = 445
  ClientWidth = 593
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnMouseDown = FormMouseDown
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 12
  object MBtn: TSpeedButton
    Left = 540
    Top = 4
    Width = 23
    Height = 22
    AllowAllUp = True
    GroupIndex = 1
    Caption = #21205
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #32048#26126#39636
    Font.Style = []
    ParentFont = False
  end
  object CBtn: TSpeedButton
    Left = 564
    Top = 4
    Width = 23
    Height = 22
    AllowAllUp = True
    GroupIndex = 1
    Caption = #38364
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #32048#26126#39636
    Font.Style = []
    ParentFont = False
    OnClick = CBtnClick
  end
end

⌨️ 快捷键说明

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