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

📄 note.dfm

📁 一个由Tlistview写的通讯录
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object MainForm: TMainForm
  Left = 194
  Top = 120
  Width = 570
  Height = 401
  Caption = #36890#35759#31807
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 562
    Height = 43
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object ToolBar: TToolBar
      Left = 2
      Top = 2
      Width = 558
      Height = 39
      AutoSize = True
      ButtonHeight = 39
      ButtonWidth = 55
      EdgeInner = esNone
      EdgeOuter = esNone
      Flat = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      HotImages = ImageList2
      Images = ImageList1
      ParentFont = False
      ShowCaptions = True
      TabOrder = 0
      object NewBtn: TToolButton
        Left = 0
        Top = 0
        Hint = #21019#24314#26032#32852#31995#20154
        Caption = #26032#24314
        ImageIndex = 0
        ParentShowHint = False
        ShowHint = True
        OnClick = NewBtnClick
      end
      object OptionBtn: TToolButton
        Left = 55
        Top = 0
        Hint = #32534#36753#36873#23450#39033#30446#30340#23646#24615
        Caption = #23646#24615
        ImageIndex = 1
        ParentShowHint = False
        ShowHint = True
        OnClick = OptionBtnClick
      end
      object DelBtn: TToolButton
        Left = 110
        Top = 0
        Hint = #20174#36890#35759#31807#20013#21024#38500#36873#30340#39033
        Caption = #21024#38500
        ImageIndex = 2
        ParentShowHint = False
        ShowHint = True
        OnClick = DelBtnClick
      end
      object UndelBtn: TToolButton
        Left = 165
        Top = 0
        Hint = #25764#38144#19978#19968#27493#25191#34892#30340#25805#20316
        Caption = #25764#38144
        ImageIndex = 3
        ParentShowHint = False
        ShowHint = True
        OnClick = UndelBtnClick
      end
      object SearchBtn: TToolButton
        Left = 220
        Top = 0
        Hint = #22312#36890#35759#31807#20013#26597#25214#25351#23450#30340#29992#25143
        Caption = #26597#25214#29992#25143
        ImageIndex = 4
        ParentShowHint = False
        ShowHint = True
        OnClick = SearchBtnClick
      end
      object PrintBtn: TToolButton
        Left = 275
        Top = 0
        Hint = #25171#21360#36890#35759#31807#20013#30340#20449#24687
        Caption = #25171#21360
        ImageIndex = 5
        ParentShowHint = False
        ShowHint = True
      end
      object OperateBtn: TToolButton
        Left = 330
        Top = 0
        Hint = #36873#23450#35201#36827#34892#30340#25805#20316#12290
        AllowAllUp = True
        Caption = #25805#20316
        ImageIndex = 6
        MenuItem = mOperate
        ParentShowHint = False
        ShowHint = True
      end
      object ToolButton1: TToolButton
        Left = 385
        Top = 0
        Width = 8
        Caption = 'ToolButton1'
        ImageIndex = 7
        Style = tbsSeparator
      end
      object LookforBtn: TToolButton
        Left = 393
        Top = 0
        Caption = #26597#30475
        ImageIndex = 7
        MenuItem = iLookfor
        ParentShowHint = False
        ShowHint = True
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 43
    Width = 562
    Height = 27
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
    object Label1: TLabel
      Left = 3
      Top = 7
      Width = 177
      Height = 13
      Caption = #38190#20837#22995#21517#25110#20174#21015#34920#20013#36873#25321'(&I)'#65306
      FocusControl = InputEdit
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object InputEdit: TEdit
      Left = 208
      Top = 3
      Width = 200
      Height = 21
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnKeyPress = InputEditKeyPress
    end
  end
  object StatusBar: TStatusBar
    Left = 0
    Top = 336
    Width = 562
    Height = 19
    Panels = <
      item
        BiDiMode = bdRightToLeft
        ParentBiDiMode = False
        Width = 450
      end
      item
        Alignment = taCenter
        BiDiMode = bdRightToLeftNoAlign
        ParentBiDiMode = False
        Width = 35
      end
      item
        Alignment = taCenter
        BiDiMode = bdRightToLeftNoAlign
        ParentBiDiMode = False
        Width = 50
      end>
    SimplePanel = False
  end
  object ListView: TListView
    Left = 0
    Top = 70
    Width = 562
    Height = 266
    Align = alClient
    Columns = <
      item
        Caption = #22995#21517
        Width = 75
      end
      item
        Alignment = taCenter
        Caption = #30005#23376#37038#20214
        Width = 150
      end
      item
        Alignment = taCenter
        Caption = #21150#20844#30005#35805
        Width = 105
      end
      item
        Alignment = taCenter
        Caption = #23478#24237#30005#35805
        Width = 105
      end
      item
        Alignment = taCenter
        Caption = #25163#26426
        Width = 105
      end>
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    FlatScrollBars = True
    LargeImages = LargeImage
    ReadOnly = True
    RowSelect = True
    ParentFont = False
    PopupMenu = PopupMenu1

⌨️ 快捷键说明

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