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

📄 mainp.dfm

📁 孙卫强的记事本本人写的一个多页的记事本编程时记一些乱七八糟的东西增加页面就在标签页加一行保存更新一下就好了.很实用
💻 DFM
字号:
object main: Tmain
  Left = 288
  Top = 195
  Width = 798
  Height = 585
  Caption = #23385#21355#24378#30340#35760#20107#26412
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 517
    Width = 790
    Height = 41
    Align = alBottom
    Color = clGreen
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object BitBtn2: TBitBtn
      Left = 164
      Top = 8
      Width = 75
      Height = 25
      Caption = #20445#23384
      TabOrder = 0
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 684
      Top = 8
      Width = 75
      Height = 25
      Caption = #20851#38381
      TabOrder = 1
      Kind = bkClose
    end
    object BitBtn5: TBitBtn
      Left = 268
      Top = 8
      Width = 75
      Height = 25
      Caption = #26356#26032
      TabOrder = 2
      OnClick = BitBtn5Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 790
    Height = 41
    Align = alTop
    Caption = #23385#21355#24378#30340#32534#31243#35760#20107#26412
    Color = clGreen
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object BitBtn4: TBitBtn
      Left = 664
      Top = 8
      Width = 41
      Height = 25
      Caption = #23383#20307
      TabOrder = 0
      OnClick = BitBtn4Click
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 41
    Width = 790
    Height = 476
    Align = alClient
    Caption = 'Panel3'
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 2
    object tc1: TTabControl
      Left = 1
      Top = 1
      Width = 788
      Height = 474
      Align = alClient
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      MultiLine = True
      ParentFont = False
      TabOrder = 0
      TabPosition = tpLeft
      Tabs.Strings = (
        #26631#31614#34920
        #20219#21153#34920
        #24120#29992)
      TabIndex = 0
      OnChange = tc1Change
      object m1: TMemo
        Left = 25
        Top = 4
        Width = 759
        Height = 466
        Align = alClient
        Lines.Strings = (
          '')
        ScrollBars = ssBoth
        TabOrder = 0
      end
    end
  end
  object F1: TFontDialog
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    MinFontSize = 0
    MaxFontSize = 0
    Left = 740
    Top = 8
  end
end

⌨️ 快捷键说明

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