unit1.dfm

来自「本程序是用汇编语言设计的自由绘画程序,简单易懂」· DFM 代码 · 共 67 行

DFM
67
字号
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 + =
减小字号Ctrl + -
显示快捷键?