⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 一个简单的DELPHI编写的看图程序
💻 DFM
字号:
object FBox: TFBox
  Left = 290
  Top = 240
  Width = 422
  Height = 300
  Caption = #22270#29255#27983#35272#22120
  Color = clHotLight
  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 = 128
    Top = 64
    Width = 160
    Height = 19
    Caption = #27426#36814#20351#29992#26412#27983#35272#22120
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #20223#23435'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Bevel2: TBevel
    Left = 304
    Top = 192
    Width = 89
    Height = 41
  end
  object Bevel1: TBevel
    Left = 32
    Top = 40
    Width = 345
    Height = 137
  end
  object Button1: TButton
    Left = 144
    Top = 104
    Width = 113
    Height = 41
    Cursor = crHandPoint
    Caption = #28857#20987#36827#20837
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #20223#23435'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 312
    Top = 200
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #36864#20986
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #20223#23435'_GB2312'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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