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

📄 fmmain.dfm

📁 这是不可多得的源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 241
  Top = 188
  Width = 589
  Height = 516
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object Button1: TButton
    Left = 16
    Top = 32
    Width = 137
    Height = 33
    Caption = 'Search File'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 408
    Top = 32
    Width = 137
    Height = 33
    Caption = 'File Info'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 192
    Top = 32
    Width = 201
    Height = 24
    TabOrder = 2
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 8
    Top = 80
    Width = 545
    Height = 24
    TabOrder = 3
    Text = 'Edit2'
  end
  object Memo1: TMemo
    Left = 0
    Top = 112
    Width = 553
    Height = 105
    ScrollBars = ssBoth
    TabOrder = 4
  end
  object Button3: TButton
    Left = 8
    Top = 232
    Width = 193
    Height = 33
    Caption = 'Macro File Command'
    TabOrder = 5
    OnClick = Button3Click
  end
  object Memo2: TMemo
    Left = 8
    Top = 272
    Width = 561
    Height = 177
    Lines.Strings = (
      'Memo2')
    ScrollBars = ssBoth
    TabOrder = 6
  end
  object MainMenu1: TMainMenu
    Left = 120
    Top = 8
    object est1: TMenuItem
      Caption = 'Test'
      object SearchFile1: TMenuItem
        Caption = 'Search File'
        OnClick = SearchFile1Click
      end
      object FileInfo1: TMenuItem
        Caption = 'File Info'
      end
    end
  end
end

⌨️ 快捷键说明

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