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

📄 umain.dfm

📁 本Delphi项目文件为本人在一个Pascal-s(子集)源代码基础上完成的。本人增加了类进行封装
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 195
  Top = 130
  Width = 719
  Height = 516
  Caption = 'CSCompiler-TestEnvi'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 16
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 711
    Height = 470
    ActivePage = TabSheet1
    Align = alClient
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #31243#24207#19982#32534#35793
      object mmFSource: TMemo
        Left = 0
        Top = 89
        Width = 703
        Height = 350
        Align = alClient
        ScrollBars = ssBoth
        TabOrder = 0
      end
      object Panel1: TPanel
        Left = 0
        Top = 0
        Width = 703
        Height = 89
        Align = alTop
        TabOrder = 1
        object BitBtn1: TBitBtn
          Left = 32
          Top = 24
          Width = 161
          Height = 25
          Caption = #25171#24320'Pascal'#25991#20214
          TabOrder = 0
          OnClick = BitBtn1Click
        end
        object BitBtn3: TBitBtn
          Left = 240
          Top = 24
          Width = 75
          Height = 25
          Caption = #21478#23384#20026
          TabOrder = 1
          OnClick = BitBtn3Click
        end
        object BitBtn2: TBitBtn
          Left = 392
          Top = 24
          Width = 153
          Height = 25
          Caption = #32534#35793' && '#36816#34892
          TabOrder = 2
          OnClick = BitBtn2Click
        end
        object Edit1: TEdit
          Left = 72
          Top = 56
          Width = 529
          Height = 24
          TabOrder = 3
        end
      end
    end
    object TabSheet4: TTabSheet
      Caption = #32534#35793#36755#20986
      ImageIndex = 3
      object mmFOut: TMemo
        Left = 0
        Top = 89
        Width = 703
        Height = 350
        Align = alClient
        ScrollBars = ssBoth
        TabOrder = 0
      end
      object Panel3: TPanel
        Left = 0
        Top = 0
        Width = 703
        Height = 89
        Align = alTop
        TabOrder = 1
      end
    end
    object TabSheet5: TTabSheet
      Caption = #32467#26524#36755#20986
      ImageIndex = 4
      object mmFResult: TMemo
        Left = 0
        Top = 89
        Width = 703
        Height = 350
        Align = alClient
        ScrollBars = ssBoth
        TabOrder = 0
      end
      object Panel2: TPanel
        Left = 0
        Top = 0
        Width = 703
        Height = 89
        Align = alTop
        TabOrder = 1
      end
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 470
    Width = 711
    Height = 19
    Panels = <>
  end
end

⌨️ 快捷键说明

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