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

📄 unit3.dfm

📁 这是我用Delphi仿造windows中自带记事本的功能设计的一个记事本小程序
💻 DFM
字号:
object Form3: TForm3
  Left = 287
  Top = 125
  Width = 601
  Height = 241
  Caption = 'Form3'
  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 Label1: TLabel
    Left = 8
    Top = 32
    Width = 137
    Height = 21
    Caption = #35201#26367#25442#30340#20869#23481':'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 91
    Width = 95
    Height = 21
    Caption = #35201#26367#25442#25104':'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 160
    Top = 32
    Width = 233
    Height = 33
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Button1: TButton
    Left = 456
    Top = 8
    Width = 97
    Height = 33
    Caption = #26597#25214#19979#19968#20010
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 160
    Top = 88
    Width = 234
    Height = 29
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object Button2: TButton
    Left = 456
    Top = 48
    Width = 97
    Height = 33
    Caption = #26367#25442
    TabOrder = 3
  end
  object Button3: TButton
    Left = 456
    Top = 96
    Width = 97
    Height = 33
    Caption = #20840#37096#26367#25442
    TabOrder = 4
  end
  object Button4: TButton
    Left = 456
    Top = 144
    Width = 97
    Height = 33
    Caption = #21462#28040
    TabOrder = 5
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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