unit1.dfm

来自「写着玩的小程序,模仿网页的验证码」· DFM 代码 · 共 41 行

DFM
41
字号
object Form1: TForm1
  Left = 342
  Top = 96
  Width = 363
  Height = 231
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 200
    Top = 40
    Width = 73
    Height = 25
    OnClick = Image1Click
  end
  object Button2: TButton
    Left = 128
    Top = 104
    Width = 75
    Height = 25
    Caption = #39564'     '#35777
    TabOrder = 0
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 48
    Top = 40
    Width = 121
    Height = 25
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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