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

📄 unit1.dfm

📁 Delphi7编程80例(完全版)
💻 DFM
字号:
object Form1: TForm1
  Left = 287
  Top = 242
  Width = 475
  Height = 295
  Caption = #32479#35745#20013#33521#25991#23383#20010#25968
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 312
    Top = 8
    Width = 36
    Height = 12
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 312
    Top = 32
    Width = 36
    Height = 12
    Caption = 'Label2'
  end
  object Memo1: TMemo
    Left = 8
    Top = 0
    Width = 297
    Height = 265
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object Button1: TButton
    Left = 312
    Top = 240
    Width = 153
    Height = 25
    Caption = #24320#22987#32479#35745
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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