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

📄 unit1.dfm

📁 详细对一般字符串表达式解析
💻 DFM
字号:
object Form1: TForm1
  Left = 80
  Top = 77
  Width = 941
  Height = 347
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 933
    Height = 177
    Align = alTop
    Caption = 'Panel1'
    TabOrder = 0
    object Splitter1: TSplitter
      Left = 353
      Top = 1
      Width = 3
      Height = 175
      Cursor = crHSplit
    end
    object ListView2: TListView
      Left = 356
      Top = 1
      Width = 576
      Height = 175
      Align = alClient
      Columns = <>
      FlatScrollBars = True
      GridLines = True
      ReadOnly = True
      RowSelect = True
      TabOrder = 0
      ViewStyle = vsReport
    end
    object ListView1: TListView
      Left = 1
      Top = 1
      Width = 352
      Height = 175
      Align = alLeft
      Columns = <>
      FlatScrollBars = True
      GridLines = True
      ReadOnly = True
      RowSelect = True
      TabOrder = 1
      ViewStyle = vsReport
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 177
    Width = 933
    Height = 39
    Align = alTop
    TabOrder = 1
    object Button2: TButton
      Left = 16
      Top = 9
      Width = 113
      Height = 25
      Caption = #35835#21462'Excel'#25991#20214
      TabOrder = 0
      OnClick = Button2Click
    end
    object cbxCaption: TComboBox
      Left = 147
      Top = 10
      Width = 145
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 1
    end
    object Button1: TButton
      Left = 314
      Top = 8
      Width = 89
      Height = 25
      Caption = #28155#21152#26631#39064'(&A)'
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button3: TButton
      Left = 418
      Top = 8
      Width = 89
      Height = 25
      Caption = #28155#21152#27604#36739#39033'(&B)'
      TabOrder = 3
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 544
      Top = 9
      Width = 116
      Height = 24
      Caption = #28155#21152#27604#36739#32467#26524'(&C)'
      TabOrder = 4
      OnClick = Button4Click
    end
    object edtRsltCaption: TEdit
      Left = 672
      Top = 8
      Width = 125
      Height = 21
      TabOrder = 5
    end
    object Button5: TButton
      Left = 840
      Top = 6
      Width = 75
      Height = 25
      Caption = #35745#31639'(&R)'
      TabOrder = 6
      OnClick = Button5Click
    end
  end
  object lsvData: TListView
    Left = 0
    Top = 216
    Width = 933
    Height = 104
    Align = alClient
    Columns = <>
    FlatScrollBars = True
    GridLines = True
    ReadOnly = True
    RowSelect = True
    TabOrder = 2
    ViewStyle = vsReport
  end
end

⌨️ 快捷键说明

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