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

📄 unit1.dfm

📁 本程序是用汇编语言设计的自由绘画程序,简单易懂
💻 DFM
字号:
object Form1: TForm1
  Left = 253
  Top = 142
  Width = 388
  Height = 293
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnMouseDown = FormMouseDown
  OnMouseMove = FormMouseMove
  OnMouseUp = FormMouseUp
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 9
    Top = 16
    Width = 112
    Height = 16
    AutoSize = False
    Caption = #36873#25321#30011#31508#39068#33394#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 248
    Width = 380
    Height = 18
    Panels = <>
    SimplePanel = True
  end
  object Button1: TButton
    Left = 283
    Top = 10
    Width = 75
    Height = 25
    Caption = #28165#38500
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object ColorBox1: TColorBox
    Left = 130
    Top = 13
    Width = 82
    Height = 22
    ItemHeight = 16
    TabOrder = 2
    OnChange = ColorBox1Change
  end
end

⌨️ 快捷键说明

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