unit1.dfm

来自「光电卡」· DFM 代码 · 共 77 行

DFM
77
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 368
  Height = 203
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 72
    Height = 13
    Caption = #35835#21345#22120#21021#22987#21270
  end
  object Label2: TLabel
    Left = 16
    Top = 96
    Width = 33
    Height = 13
    Caption = #21345'   '#21495
  end
  object Button1: TButton
    Left = 264
    Top = 88
    Width = 75
    Height = 25
    Caption = #35835#21345
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 104
    Top = 88
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ReadOnly = True
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 104
    Top = 136
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ReadOnly = True
    TabOrder = 2
  end
  object Button3: TButton
    Left = 256
    Top = 32
    Width = 89
    Height = 25
    Caption = #21021#22987#21270#35835#21345#22120
    TabOrder = 3
    OnClick = Button3Click
  end
  object Edit3: TEdit
    Left = 104
    Top = 32
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ReadOnly = True
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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