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

📄 drsj.dfm

📁 欢迎大家相互学习。delphi系统 四个文件夹分别对应书中的四个实例
💻 DFM
字号:
object drsj_Form: Tdrsj_Form
  Caption = #23548#20837#26032#29983#25968#25454
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  Height = 251
  KeyPreview = True
  Position = poMainFormCenter
  Visible = True
  Width = 572
  Left = 8
  Top = 8
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object ListView1: TListView
    Align = alClient
    Columns = <
      item
        Caption = #23398#21495
        Width = 60
      end
      item
        Caption = #22995#21517
        Width = 60
      end
      item
        Caption = #24615#21035
      end
      item
        Caption = #20986#29983#24180#26376
        Width = 60
      end
      item
        Caption = #23478#24237#22320#22336
        Width = 80
      end
      item
        Caption = #32852#31995#30005#35805
        Width = 60
      end
      item
        Caption = #37038#25919#32534#30721
        Width = 60
      end
      item
        Caption = #19987#19994#20195#30721
        Width = 60
      end
      item
        Caption = #31995#21035#20195#30721
        Width = 60
      end>
    GridLines = True
    ReadOnly = True
    RowSelect = True
    TabOrder = 1
    ViewStyle = vsReport
    Left = 0
    Top = 49
    Width = 564
    Height = 168
  end
  object GroupBox1: TGroupBox
    Align = alTop
    TabOrder = 0
    Left = 0
    Top = 0
    Width = 564
    Height = 49
    object cmdopen: TButton
      Caption = #25171#24320#25991#20214
      TabOrder = 0
      Left = 24
      Top = 16
      Width = 75
      Height = 25
      OnClick = cmdopenClick
    end
    object cmdin: TButton
      Caption = #25968#25454#23548#20837
      TabOrder = 1
      Left = 128
      Top = 16
      Width = 75
      Height = 25
      OnClick = cmdinClick
    end
    object cmdclose: TButton
      Caption = #21462'  '#28040
      TabOrder = 2
      Left = 224
      Top = 16
      Width = 57
      Height = 25
      OnClick = cmdcloseClick
    end
  end
  object OpenDialog1: TOpenDialog
    Filter = '(*.xls)|*.xls'
    Left = 392
    Top = 16
  end
end

⌨️ 快捷键说明

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