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

📄 unit1.dfm

📁 DELPHI经典程序
💻 DFM
字号:
object Form1: TForm1
  Left = 172
  Top = 177
  Width = 540
  Height = 321
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 12
    Top = 244
    Width = 87
    Height = 17
    Caption = #26597#25214#25991#23383':'
  end
  object RichEdit1: TRichEdit
    Left = 0
    Top = 0
    Width = 532
    Height = 221
    Align = alTop
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.3'
    Lines.Strings = (
      'RichEdit1')
    ParentFont = False
    PopupMenu = PopupMenu1
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 110
    Top = 240
    Width = 103
    Height = 22
    ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.3'
    TabOrder = 1
    Text = 'Edit1'
  end
  object Button1: TButton
    Left = 220
    Top = 240
    Width = 63
    Height = 25
    Caption = 'Search'
    TabOrder = 2
    OnClick = Button1Click
  end
  object GroupBox1: TGroupBox
    Left = 354
    Top = 226
    Width = 145
    Height = 65
    Caption = 'PlainText'#23646#24615
    TabOrder = 3
    object RadioButton1: TRadioButton
      Left = 8
      Top = 20
      Width = 113
      Height = 17
      Caption = 'RTF'#27169#24335
      Checked = True
      TabOrder = 0
      TabStop = True
      OnMouseDown = RadioButton1MouseDown
    end
    object RadioButton2: TRadioButton
      Left = 8
      Top = 40
      Width = 113
      Height = 17
      Caption = #32431#25991#26412#27169#24335
      TabOrder = 1
      OnMouseDown = RadioButton2MouseDown
    end
  end
  object FontDialog1: TFontDialog
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Left = 148
    Top = 96
  end
  object OpenDialog1: TOpenDialog
    Left = 92
    Top = 96
  end
  object PopupMenu1: TPopupMenu
    Left = 242
    Top = 94
    object N1: TMenuItem
      Caption = #25171#24320#25991#20214
      OnClick = N1Click
    end
    object N3: TMenuItem
      Caption = #23383#20307
      OnClick = N3Click
    end
  end
end

⌨️ 快捷键说明

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