⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 delphi6.0 的控件示例
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -