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

📄 report_textedit.dfm

📁 大学学生管理系统 一款比较好的学生管理系统 DELPHI+ACCE
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object Report_Frm_TextEdit: TReport_Frm_TextEdit
  Left = 130
  Top = 270
  BorderStyle = bsDialog
  Caption = #25991#23383#32534#36753#23545#35805#26694
  ClientHeight = 224
  ClientWidth = 565
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object BitBtn_Cancel: TBitBtn
    Left = 469
    Top = 186
    Width = 83
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 1
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      333333333333333333333333000033338833333333333333333F333333333333
      0000333911833333983333333388F333333F3333000033391118333911833333
      38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
      911118111118333338F3338F833338F3000033333911111111833333338F3338
      3333F8330000333333911111183333333338F333333F83330000333333311111
      8333333333338F3333383333000033333339111183333333333338F333833333
      00003333339111118333333333333833338F3333000033333911181118333333
      33338333338F333300003333911183911183333333383338F338F33300003333
      9118333911183333338F33838F338F33000033333913333391113333338FF833
      38F338F300003333333333333919333333388333338FFF830000333333333333
      3333333333333333333888330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object BitBtn_Ok: TBitBtn
    Left = 382
    Top = 186
    Width = 83
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    ModalResult = 1
    TabOrder = 0
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333330000333333333333333333333333F33333333333
      00003333344333333333333333388F3333333333000033334224333333333333
      338338F3333333330000333422224333333333333833338F3333333300003342
      222224333333333383333338F3333333000034222A22224333333338F338F333
      8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
      33333338F83338F338F33333000033A33333A222433333338333338F338F3333
      0000333333333A222433333333333338F338F33300003333333333A222433333
      333333338F338F33000033333333333A222433333333333338F338F300003333
      33333333A222433333333333338F338F00003333333333333A22433333333333
      3338F38F000033333333333333A223333333333333338F830000333333333333
      333A333333333333333338330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object BitBtn_help: TBitBtn
    Left = 15
    Top = 186
    Width = 83
    Height = 25
    Caption = #24110#21161'(&H)'
    TabOrder = 2
    Kind = bkHelp
  end
  object Panel_Font: TPanel
    Left = 0
    Top = 0
    Width = 565
    Height = 34
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 3
    object StandardToolBar: TToolBar
      Left = 142
      Top = 2
      Width = 382
      Height = 30
      Hint = #26684#24335#35843#25972
      Align = alNone
      AutoSize = True
      BorderWidth = 2
      ButtonWidth = 26
      EdgeBorders = []
      Flat = True
      Images = ToolbarImages
      Indent = 4
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
      Transparent = True
      Wrapable = False
      object FontName: TComboBox
        Left = 4
        Top = 1
        Width = 117
        Height = 20
        Hint = #23383#20307
        Ctl3D = False
        DropDownCount = 10
        ItemHeight = 12
        ParentCtl3D = False
        TabOrder = 0
        Text = #23435#20307
        OnChange = FontNameChange
      end
      object ToolButton11: TToolButton
        Left = 121
        Top = 0
        Width = 6
        ImageIndex = 8
        Style = tbsSeparator
      end
      object FontSize: TEdit
        Left = 127
        Top = 0
        Width = 26
        Height = 22
        Hint = #23383#21495
        TabOrder = 1
        Text = '9'
      end
      object UpDown_Fontsize: TUpDown
        Left = 153
        Top = 0
        Width = 15
        Height = 22
        Hint = #23383#21495#35843#25972
        Associate = FontSize
        Min = 0
        Position = 9
        TabOrder = 2
        Wrap = False
        OnClick = UpDown_FontsizeClick
      end
      object ToolButton4: TToolButton
        Left = 168
        Top = 0
        Width = 10
        Caption = 'ToolButton2'
        ImageIndex = 15
        Style = tbsSeparator
      end
      object BoldButton: TToolButton
        Left = 178
        Top = 0
        Hint = #21152#31895
        ImageIndex = 0
        Style = tbsCheck
        OnClick = BoldButtonClick
      end
      object ItalicButton: TToolButton
        Left = 204
        Top = 0
        Hint = #26012#20307
        ImageIndex = 1
        Style = tbsCheck
        OnClick = ItalicButtonClick
      end
      object UnderlineButton: TToolButton
        Left = 230
        Top = 0
        Hint = #19979#21010#32447
        ImageIndex = 2
        Style = tbsCheck
        OnClick = UnderlineButtonClick
      end
      object ToolButton16: TToolButton
        Left = 256
        Top = 0
        Width = 6
        ImageIndex = 12
        Style = tbsDivider
      end
      object LeftAlign: TToolButton
        Left = 262
        Top = 0
        Hint = #24038#23545#40784
        Grouped = True
        ImageIndex = 3
        Style = tbsCheck
        OnClick = LeftAlignClick
      end
      object CenterAlign: TToolButton
        Tag = 2
        Left = 288
        Top = 0
        Hint = #23621#20013
        Grouped = True
        ImageIndex = 4
        Style = tbsCheck
        OnClick = LeftAlignClick
      end
      object RightAlign: TToolButton
        Tag = 1
        Left = 314
        Top = 0
        Hint = #21491#23545#40784
        Grouped = True
        ImageIndex = 5
        Style = tbsCheck
        OnClick = LeftAlignClick
      end
      object ToolButton2: TToolButton
        Left = 340
        Top = 0
        Width = 8
        Caption = 'ToolButton2'
        ImageIndex = 6
        Style = tbsSeparator
      end
      object ToolButton3: TToolButton
        Left = 348
        Top = 0
        Hint = #23383#20307#39068#33394
        Caption = 'ToolButton3'
        ImageIndex = 6
        OnClick = ToolButton3Click
      end
    end
    object ToolBar1: TToolBar
      Left = 2
      Top = 3
      Width = 140
      Height = 28
      Hint = #25554#20837#33258#21160#22270#25991#38598
      Align = alNone
      AutoSize = True
      BorderWidth = 2
      ButtonHeight = 20
      ButtonWidth = 115
      EdgeBorders = []
      Flat = True
      Indent = 4
      ParentShowHint = False
      ShowCaptions = True
      ShowHint = True
      TabOrder = 1
      Transparent = True
      Wrapable = False
      object InsertText: TToolButton
        Tag = 1
        Left = 4
        Top = 0
        Hint = #25554#20837#33258#21160#22270#25991#38598
        Caption = #25554#20837#33258#21160#22270#25991#38598'(&S)'
        DropdownMenu = PopupMenu_Insert
        Grouped = True
        Style = tbsDropDown

⌨️ 快捷键说明

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