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

📄 unitmain.~dfm

📁 词法.语法编译器 to 汇编语言 附带一个测试程序
💻 ~DFM
字号:
object MainForm: TMainForm
  Left = 234
  Top = 210
  Width = 700
  Height = 480
  Caption = 'PL/x'#32534#35793#22120
  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 = 8
    Top = 8
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #28304#20195#30721
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 368
    Top = 8
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #25351#20196#38598
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 464
    Top = 8
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #32467#26524#36755#20986
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 8
    Top = 288
    Width = 113
    Height = 13
    AutoSize = False
    Caption = #20986#38169#25552#31034
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object ListText: TListBox
    Left = 8
    Top = 24
    Width = 353
    Height = 257
    ItemHeight = 13
    TabOrder = 0
  end
  object ListBox2: TListBox
    Left = 368
    Top = 24
    Width = 89
    Height = 257
    ItemHeight = 13
    TabOrder = 1
  end
  object ListBox3: TListBox
    Left = 8
    Top = 304
    Width = 577
    Height = 129
    ItemHeight = 13
    TabOrder = 2
    OnDblClick = ListBox3DblClick
  end
  object Button1: TButton
    Left = 592
    Top = 24
    Width = 89
    Height = 25
    Caption = 'Load'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 568
    Top = 88
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'Edit1'
    Visible = False
  end
  object Button2: TButton
    Left = 584
    Top = 152
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 5
    Visible = False
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 584
    Top = 192
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 6
    Visible = False
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 592
    Top = 64
    Width = 89
    Height = 25
    Caption = 'Run'
    TabOrder = 7
    OnClick = Button4Click
  end
  object ListBox1: TListBox
    Left = 464
    Top = 24
    Width = 121
    Height = 257
    ItemHeight = 13
    TabOrder = 8
  end
end

⌨️ 快捷键说明

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