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

📄 unit1.dfm

📁 C++build开发的PL/0编译器。。。。修改了一些功能
💻 DFM
字号:
object Form1: TForm1
  Left = 443
  Top = 61
  Width = 810
  Height = 701
  Align = alLeft
  Caption = #26446#27493#38055' '#32534#35793#21407#29702#35838#31243#35774#35745
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 592
    Top = 40
    Width = 160
    Height = 40
    Caption = #28304#31243#24207#21517
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -40
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
  end
  object ButtonRun: TButton
    Left = 620
    Top = 491
    Width = 139
    Height = 54
    Caption = 'RUN'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -40
    Font.Name = 'Times New Roman MT Extra Bold'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnClick = ButtonRunClick
  end
  object Memo1: TMemo
    Left = 0
    Top = 16
    Width = 585
    Height = 465
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -40
    Font.Name = 'Courier New'
    Font.Style = [fsBold]
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    Lines.Strings = (
      '*PL/0 Compiler Demo*')
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 1
  end
  object EditName: TEdit
    Left = 591
    Top = 114
    Width = 162
    Height = 54
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -40
    Font.Name = 'Courier New'
    Font.Style = [fsBold]
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ParentFont = False
    TabOrder = 2
    Text = 'E01'
  end
  object ListSwitch: TRadioGroup
    Left = 592
    Top = 208
    Width = 177
    Height = 163
    Caption = #30446#26631#20195#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -40
    Font.Name = #40657#20307
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      #26174#31034
      #19981#26174#31034)
    ParentFont = False
    TabOrder = 3
  end
  object GroupBox2: TGroupBox
    Left = 24
    Top = 584
    Width = 753
    Height = 81
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 25
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    object Label5: TLabel
      Left = 16
      Top = 24
      Width = 295
      Height = 24
      Caption = #24320#22987#35843#35797#26102#38388#65306'2008.12.29             '
    end
    object Label6: TLabel
      Left = 16
      Top = 56
      Width = 285
      Height = 24
      Caption = #23436#25104#35843#35797#26102#38388#65306'2009.01.02           '
    end
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 488
    Width = 593
    Height = 97
    Caption = #35745#31639#26426#31185#23398#19982#25216#26415'0608'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = 28
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    object Label2: TLabel
      Left = 72
      Top = 16
      Width = 6
      Height = 29
      Color = clBtnFace
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = 30
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentColor = False
      ParentFont = False
    end
    object Label3: TLabel
      Left = 208
      Top = 56
      Width = 89
      Height = 24
      Caption = #20851#36229#38596
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = 25
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 352
      Top = 56
      Width = 100
      Height = 24
      Caption = '3106006752'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = 25
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
  end
end

⌨️ 快捷键说明

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