unit1.dfm

来自「利用flex和bison做的简易C语言编译器核心 支持C语言的大部分运算操作」· DFM 代码 · 共 78 行

DFM
78
字号
object Form1: TForm1
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = 'UCVMCC_calc_test_0007'
  ClientHeight = 453
  ClientWidth = 632
  Color = clSilver
  Ctl3D = False
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 8
    Top = 416
    Width = 81
    Height = 25
    Caption = #35299#26512#35760#21495
    TabOrder = 0
    OnClick = Button1Click
  end
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 617
    Height = 401
    ActivePage = TabSheet1
    TabIndex = 0
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = #20195#30721#36755#20837
      object Memo1: TMemo
        Left = 8
        Top = 8
        Width = 593
        Height = 361
        ScrollBars = ssBoth
        TabOrder = 0
        WantTabs = True
        WordWrap = False
      end
    end
    object TabSheet2: TTabSheet
      Caption = #35760#21495#36755#20986
      ImageIndex = 1
      object Memo2: TMemo
        Left = 8
        Top = 8
        Width = 593
        Height = 361
        ScrollBars = ssBoth
        TabOrder = 0
        WantTabs = True
        WordWrap = False
      end
    end
    object TabSheet3: TTabSheet
      Caption = #27719#32534#36755#20986
      ImageIndex = 2
      object Memo3: TMemo
        Left = 8
        Top = 8
        Width = 593
        Height = 361
        ScrollBars = ssBoth
        TabOrder = 0
        WantTabs = True
        WordWrap = False
      end
    end
  end
end

⌨️ 快捷键说明

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