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

📄 main.dfm

📁 文本计算器是一款为经常需要使用计算器的工程项目人士而设计的软件
💻 DFM
📖 第 1 页 / 共 5 页
字号:
      Caption = #36864#20986
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = 'Times New Roman'
      Font.Style = []
      ParentFont = False
      OnClick = RzToolButton4Click
    end
  end
  object RzPageControl1: TRzPageControl
    Left = 0
    Top = 26
    Width = 275
    Height = 213
    ActivePage = TabSheet3
    Align = alClient
    ShowShadow = False
    TabOrder = 2
    FixedDimension = 0
    object TabSheet1: TRzTabSheet
      TabVisible = False
      Caption = 'page1'
      ExplicitLeft = 0
      ExplicitTop = 0
      ExplicitWidth = 0
      ExplicitHeight = 0
      object RzMemo1: TRzMemo
        Left = 0
        Top = 0
        Width = 273
        Height = 211
        Hint = #36755#20837#34920#36798#24335#25353#22238#36710#21363#21487#35745#31639
        Align = alClient
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'Times New Roman'
        Font.Style = []
        ParentFont = False
        ParentShowHint = False
        PopupMenu = PopupMenu1
        ScrollBars = ssVertical
        ShowHint = True
        TabOrder = 0
        OnKeyPress = RzMemo1KeyPress
      end
    end
    object TabSheet2: TRzTabSheet
      TabVisible = False
      Caption = 'page2'
      object RzSplitter1: TRzSplitter
        Left = 0
        Top = 0
        Width = 273
        Height = 211
        Orientation = orVertical
        Position = 106
        Percent = 51
        UsePercent = True
        RealTimeDrag = True
        SplitterStyle = ssBump
        SplitterWidth = 7
        Align = alClient
        Anchors = [akTop]
        TabOrder = 0
        BarSize = (
          0
          106
          273
          113)
        UpperLeftControls = (
          RzMemo3)
        LowerRightControls = (
          RzLabel5
          Label2
          Label3
          RzEdit1
          Vars
          Values)
        object RzMemo3: TRzMemo
          Left = 0
          Top = 0
          Width = 273
          Height = 106
          Align = alClient
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -16
          Font.Name = 'Times New Roman'
          Font.Style = []
          ParentFont = False
          PopupMenu = PopupMenu2
          ScrollBars = ssVertical
          TabOrder = 0
        end
        object RzLabel5: TRzLabel
          Left = 9
          Top = 76
          Width = 60
          Height = 13
          Anchors = [akLeft]
          Caption = #35745#31639#20844#24335#65306
          ExplicitTop = 70
        end
        object Label2: TLabel
          Left = 9
          Top = 30
          Width = 60
          Height = 12
          Anchors = [akLeft]
          Caption = #21464#37327#21517#31216#65306
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          ExplicitTop = 29
        end
        object Label3: TLabel
          Left = 151
          Top = 29
          Width = 60
          Height = 12
          Anchors = [akLeft]
          Caption = #21464#37327#25968#20540#65306
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = #23435#20307
          Font.Style = []
          ParentFont = False
          ExplicitTop = 30
        end
        object RzEdit1: TRzEdit
          Left = 75
          Top = 71
          Width = 190
          Height = 24
          Hint = #27492#22788#25353#22238#36710#21363#21487#35745#31639'|'#27492#22788#25353#22238#36710#21363#21487#35745#31639
          Text = '3.14*(x^2)*y+y/z'
          Anchors = [akLeft]
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = 'Times New Roman'
          Font.Style = []
          ParentFont = False
          ParentShowHint = False
          ShowHint = True
          TabOrder = 0
          OnKeyPress = RzEdit1KeyPress
        end
        object Vars: TMemo
          Left = 75
          Top = 7
          Width = 48
          Height = 58
          Hint = #21464#37327#21517#31216#24517#39035#19982#21464#37327#25968#20540#19968#19968#23545#24212
          Alignment = taCenter
          Anchors = [akLeft]
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = 'Times New Roman'
          Font.Style = []
          Lines.Strings = (
            'x'
            'y'
            'z')
          ParentFont = False
          ParentShowHint = False
          ShowHint = True
          TabOrder = 1
        end
        object Values: TMemo
          Left = 216
          Top = 7
          Width = 49
          Height = 58
          Hint = #21464#37327#21517#31216#24517#39035#19982#21464#37327#25968#20540#19968#19968#23545#24212
          Alignment = taCenter
          Anchors = [akLeft]
          Font.Charset = ANSI_CHARSET
          Font.Color = clWindowText
          Font.Height = -14
          Font.Name = 'Times New Roman'
          Font.Style = []
          Lines.Strings = (
            '0.226'
            '2'
            '3')
          ParentFont = False
          ParentShowHint = False
          ShowHint = True
          TabOrder = 2
        end
      end
    end
    object TabSheet4: TRzTabSheet
      TabVisible = False
      Caption = 'page4'
      ExplicitLeft = 0
      ExplicitTop = 0
      ExplicitWidth = 0
      ExplicitHeight = 0
      object RzMemo2: TRzMemo
        Left = 0
        Top = 0
        Width = 273
        Height = 211
        Align = alClient
        Color = clInfoBk
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        ReadOnly = True
        ScrollBars = ssVertical
        TabOrder = 0
      end
    end
    object TabSheet3: TRzTabSheet
      TabVisible = False
      Caption = 'page3'
      DesignSize = (
        273
        211)
      object dot: TRzGroupBox
        Left = 25
        Top = 13
        Width = 208
        Height = 49
        Anchors = [akLeft]
        BorderSides = [sdLeft, sdTop]
        Caption = #35745#31639#31934#24230#35774#32622
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object RzLabel2: TRzLabel
          Left = 8
          Top = 26
          Width = 120
          Height = 12
          Caption = #35745#31639#32467#26524#20013#23567#25968#28857#20301#25968
        end
        object RzSpinEdit1: TRzSpinEdit
          Left = 134
          Top = 23
          Width = 47
          Height = 20
          Max = 9.000000000000000000
          Value = 3.000000000000000000
          AutoSelect = False
          TabOrder = 0
          OnChange = RzSpinEdit1Change
        end
      end
      object RzGroupBox1: TRzGroupBox
        Left = 25
        Top = 157
        Width = 211
        Height = 40
        Anchors = [akLeft]
        Caption = #35745#31639#30028#38754#35774#32622
        GradientColorStyle = gcsMSOffice
        TabOrder = 1
        object acLabel1: TacLabel
          Left = 90

⌨️ 快捷键说明

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