unit1.dfm

来自「直接解压即可」· DFM 代码 · 共 58 行

DFM
58
字号
object Form1: TForm1
  Left = 222
  Top = 190
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 352
    Top = 288
    Width = 49
    Height = 25
    AutoSize = False
    Caption = #21322#24452
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 368
    Top = 344
    Width = 97
    Height = 41
    Caption = #24320#22987
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit9: TEdit
    Left = 424
    Top = 288
    Width = 73
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
    Text = '10'
  end
  object Button2: TButton
    Left = 520
    Top = 352
    Width = 73
    Height = 33
    Caption = #32467#26463
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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