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

📄 main.dfm

📁 ArtFormula package contains two nonvisual Delphi component for symbolic expression parsing and evalu
💻 DFM
📖 第 1 页 / 共 5 页
字号:
          Action = EditPasteCmd
        end
        object UndoButton: TToolButton
          Left = 196
          Top = 0
          Action = EditUndoCmd
        end
        object ToolButton9: TToolButton
          Left = 219
          Top = 0
          Width = 8
          Caption = 'ToolButton9'
          ImageIndex = 16
          Style = tbsSeparator
        end
        object ToolButton8: TToolButton
          Left = 227
          Top = 0
          Action = EditFontCmd
        end
        object ToolButton6: TToolButton
          Left = 4
          Top = 0
          Width = 8
          Caption = 'ToolButton6'
          ImageIndex = 16
          Wrap = True
          Style = tbsSeparator
        end
        object FontName: TComboBox
          Left = 4
          Top = 30
          Width = 166
          Height = 21
          Hint = 'Font Name|Select font name'
          Ctl3D = False
          DropDownCount = 10
          ItemHeight = 13
          ParentCtl3D = False
          TabOrder = 0
          OnChange = FontNameChange
        end
        object FontSize: TEdit
          Left = 170
          Top = 30
          Width = 26
          Height = 22
          Hint = 'Font Size|Select font size'
          TabOrder = 1
          Text = '0'
          OnChange = FontSizeChange
        end
        object UpDown1: TUpDown
          Left = 196
          Top = 30
          Width = 20
          Height = 22
          Associate = FontSize
          TabOrder = 2
        end
        object ToolButton5: TToolButton
          Left = 216
          Top = 30
          Width = 8
          Caption = 'ToolButton5'
          ImageIndex = 16
          Style = tbsSeparator
        end
        object BoldButton: TToolButton
          Left = 224
          Top = 30
          Hint = 'Bold'
          Caption = 'EditBoldCmd'
          ImageIndex = 8
          Style = tbsCheck
          OnClick = BoldButtonClick
        end
        object ItalicButton: TToolButton
          Left = 247
          Top = 30
          Hint = 'Italic'
          Caption = 'EditItalicCmd'
          ImageIndex = 9
          Style = tbsCheck
          OnClick = ItalicButtonClick
        end
        object UnderlineButton: TToolButton
          Left = 270
          Top = 30
          Hint = 'Underline'
          Caption = 'EditUnderlineCmd'
          ImageIndex = 10
          Style = tbsCheck
          OnClick = UnderlineButtonClick
        end
        object ToolButton16: TToolButton
          Left = 293
          Top = 30
          Width = 8
          ImageIndex = 12
          Style = tbsDivider
        end
        object LeftAlign: TToolButton
          Left = 301
          Top = 30
          Hint = 'Align Left'
          Grouped = True
          ImageIndex = 11
          Style = tbsCheck
          OnClick = LeftAlignClick
        end
        object CenterAlign: TToolButton
          Tag = 2
          Left = 324
          Top = 30
          Hint = 'Center'
          Grouped = True
          ImageIndex = 12
          Style = tbsCheck
          OnClick = LeftAlignClick
        end
        object RightAlign: TToolButton
          Tag = 1
          Left = 347
          Top = 30
          Hint = 'Align Right'
          Grouped = True
          ImageIndex = 13
          Style = tbsCheck
          OnClick = LeftAlignClick
        end
        object ToolButton20: TToolButton
          Left = 370
          Top = 30
          Width = 8
          ImageIndex = 15
          Style = tbsDivider
        end
        object BulletsButton: TToolButton
          Left = 378
          Top = 30
          Hint = 'Bullets'
          ImageIndex = 14
          Style = tbsCheck
          OnClick = BulletsButtonClick
        end
        object ToolButton3: TToolButton
          Left = 401
          Top = 30
          Width = 8
          Caption = 'ToolButton3'
          ImageIndex = 15
          Style = tbsSeparator
        end
        object ToolButton4: TToolButton
          Left = 409
          Top = 30
          Hint = 'Macros'
          Caption = 'ToolButton4'
          ImageIndex = 15
          OnClick = ToolButton4Click
        end
      end
      object Ruler: TPanel
        Left = 0
        Top = 62
        Width = 473
        Height = 26
        Align = alTop
        Alignment = taLeftJustify
        BevelOuter = bvNone
        Caption = 'asdf'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Height = -11
        Font.Name = 'Arial'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        OnResize = RulerResize
        object FirstInd: TLabel
          Left = 2
          Top = 2
          Width = 10
          Height = 9
          AutoSize = False
          Caption = #1082
          DragCursor = crArrow
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clBlack
          Font.Height = -11
          Font.Name = 'Wingdings'
          Font.Style = []
          ParentFont = False
          OnMouseDown = RightIndMouseDown
          OnMouseMove = RightIndMouseMove
          OnMouseUp = FirstIndMouseUp
        end
        object LeftInd: TLabel
          Left = 2
          Top = 12
          Width = 10
          Height = 11
          AutoSize = False
          Caption = #1081
          DragCursor = crArrow
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clBlack
          Font.Height = -11
          Font.Name = 'Wingdings'
          Font.Style = []
          ParentFont = False
          OnMouseDown = RightIndMouseDown
          OnMouseMove = RightIndMouseMove
          OnMouseUp = LeftIndMouseUp
        end
        object RulerLine: TBevel
          Left = 4
          Top = 12
          Width = 421
          Height = 5
          Shape = bsTopLine
        end
        object RightInd: TLabel
          Left = 415
          Top = 14
          Width = 9
          Height = 12
          Caption = #1089
          DragCursor = crArrow
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clBlack
          Font.Height = -11
          Font.Name = 'Wingdings'
          Font.Style = []
          ParentFont = False
          OnMouseDown = RightIndMouseDown
          OnMouseMove = RightIndMouseMove
          OnMouseUp = RightIndMouseUp
        end
        object Bevel4: TBevel
          Left = 0
          Top = 0
          Width = 473
          Height = 2
          Align = alTop
          Shape = bsTopLine
        end
      end
    end
    object TabSheet4: TTabSheet
      Caption = 'About'
      DesignSize = (
        473
        391)
      object Image1: TImage
        Left = 8
        Top = 8
        Width = 169
        Height = 177
        AutoSize = True
        Picture.Data = {
          0A544A504547496D616765DE2A0000FFD8FFE000104A46494600010201004800
          480000FFFE002646696C65207772697474656E2062792041646F62652050686F
          746F73686F70A820352E30FFEE000E41646F626500644000000001FFDB008400
          040303030303040303040604030406070504040507080606070606080A080909
          0909080A0A0C0C0C0C0C0A0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
          010405050807080F0A0A0F140E0E0E14140E0E0E0E14110C0C0C0C0C11110C0C
          0C0C0C0C110C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C
          0CFFC000110800B100A903011100021101031101FFDD00040016FFC401A20000
          000701010101010000000000000000040503020601000708090A0B0100020203
          010101010100000000000000010002030405060708090A0B1000020103030204
          020607030402060273010203110400052112314151061361227181143291A107
          15B14223C152D1E1331662F0247282F12543345392A2B26373C235442793A3B3
          3617546474C3D2E2082683090A181984944546A4B456D355281AF2E3F3C4D4E4
          F465758595A5B5C5D5E5F566768696A6B6C6D6E6F637475767778797A7B7C7D7
          E7F738485868788898A8B8C8D8E8F82939495969798999A9B9C9D9E9F92A3A4A
          5A6A7A8A9AAABACADAEAFA110002020102030505040506040803036D01000211
          03042112314105511361220671819132A1B1F014C1D1E1234215526272F13324
          34438216925325A263B2C20773D235E2448317549308090A18192636451A2764
          745537F2A3B3C32829D3E3F38494A4B4C4D4E4F465758595A5B5C5D5E5F54656
          66768696A6B6C6D6E6F6475767778797A7B7C7D7E7F738485868788898A8B8C8
          D8E8F839495969798999A9B9C9D9E9F92A3A4A5A6A7A8A9AAABACADAEAFAFFDA
          000C03010002110311003F00EEC067A6BAC5C06055C06055C0604A6D69A7D9FA
          227BE9D618C9A2966A54F5A0F1CD56AB5B1C3CCD395834D3CC6A0092B0AE8734
          A6DECAFE192E37A42241CCD3C149A9CA30769E3CA684812E466ECFCF8A3C5284
          80EFAF4FCD0F242D1350EE336A256EBA9681855781914AF0302AF0322ABC0C8A
          5781815781914AF0322ABC0C8A5500C0ABC0C8AAF032295E06455781914AEA62
          AFFFD0EF0067A63AC5C06455701812AF05BC93B848C54E4253111BA40B4A3F33
          F46F30A79326BFD27E1BED39D2E63F1280F0907CB8B72FF639C7F6F08E5D3931
          FAA278BFE29ECFD92CD0C7AE8C32FD190181F7F38FFB215FE73E50D57CFDAE7D
          71E1BF34901A875241047719E5F2CF2BDDFA2B0F65E1E0B8F27AAFE517E73DDE
          B72BF963CC727AD7F6EBCECEF1CFEF26841A15727ABAD47C5D597AEEA58FA37B
          3BDB12CE3C2CBBCA3F4CBF9D1F3F31F6BE2BEDC7B378F4331A8D38A84CD4E1FC
          309FF47BA32EEFE13CB9D0EE9132C881D4D55854676D6F96AA81815781915540
          32295C060554032295E17236ABC0C8A57819155E060554032295E06455781914
          AF0302AEA604BFFFD1EF4067A53AD5E06055C05702A6F2EA16DE5AD19F549C0F
          59A890AB7776A9FC002739AED5D6785027E4EE7B2F42755984072E72F73E7EF3
          CFE7EC8935CE9B6B3CD273568A5A31E0430A1141B53DB3CDB3F694C922CBEE5D
          99EC9C2A333102B71B3E74D5B503A95EBDD9142E6B9A294ACDBE9D8317870114
          0DA6A93683ABD8EB76E487B4955D80EA53A3AFD2A48CD87676A0E1CD198E85E6
          BDA4D08D5696703FC43EDFE1F949F73F91B598F58D222915C3FC20861DC11B1C
          F6CC3938A36FCA13898920F3658065CC1781914AF0322ABC0C8A578181578191
          4AA019155E06455781812BC0C8AAF032295E06455781812BA982D5FFD2EFA067
          A4BAD5C0605445AC5EACE8BDAB9564950480F3FF00CF2F32FE8F805846F45B38
          393807FDDB30AFE0A17EFCF31EDFD4DCF87B87DA5F5FF627B3F8A27211F59FF6
          31FF008F5BE39B99DEE67927735676249F9E70A4DBEFD088880029606687BD4E

⌨️ 快捷键说明

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