unit8.~dfm

来自「用delphi开发的户籍管理系统」· ~DFM 代码 · 共 59 行

~DFM
59
字号
object Form8: TForm8
  Left = 311
  Top = 246
  Width = 330
  Height = 123
  Caption = #23450#20301#26597#25214
  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 = 16
    Top = 16
    Width = 193
    Height = 20
    AutoSize = False
    Caption = #35831#36755#20837#35201#23450#20301#26597#25214#30340#22995#21517#65306
    Color = clBtnFace
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 211
    Top = 15
    Width = 94
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 88
    Top = 48
    Width = 62
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 183
    Top = 48
    Width = 65
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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