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

📄 main.txt

📁 关于利用DELPHI来进行企业级方案解决的著作的附书源码
💻 TXT
字号:
object Form1: TForm1
  Left = 200
  Top = 108
  Width = 435
  Height = 300
  Caption = 'Form1'
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox1: TListBox
    Left = 24
    Top = 8
    Width = 169
    Height = 233
    ItemHeight = 13
    TabOrder = 0
  end
  object ListBox2: TListBox
    Left = 248
    Top = 8
    Width = 169
    Height = 233
    ItemHeight = 13
    TabOrder = 1
  end
  object MainMenu1: TMainMenu
    Left = 208
    Top = 8
    object Options1: TMenuItem
      Caption = 'Options'
      ShortCut = 0
      object RunThread1: TMenuItem
        Caption = 'Run Thread'
        ShortCut = 0
        OnClick = RunThread1Click
      end
      object UseMutex1: TMenuItem
        Caption = 'Use Mutex'
        ShortCut = 0
        OnClick = UseMutex1Click
      end
    end
  end
end

⌨️ 快捷键说明

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