unit1.dfm

来自「delphi6.0 的控件示例」· DFM 代码 · 共 37 行

DFM
37
字号
object Form1: TForm1
  Left = 267
  Top = 720
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #28040#38500'Edit'#32452#20214#25353#19979#22238#36710#26102#30340#34562#40483#22768
  ClientHeight = 64
  ClientWidth = 266
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 266
    Height = 64
    Align = alClient
    TabOrder = 0
    object Edit1: TEdit
      Left = 8
      Top = 8
      Width = 249
      Height = 25
      TabOrder = 0
      Text = 'Edit1'
    end
  end
end

⌨️ 快捷键说明

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