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

📄 unitphonebook.dfm

📁 自动语音应答系统
💻 DFM
字号:
object FormPhoneBook: TFormPhoneBook
  Left = 192
  Top = 107
  Width = 331
  Height = 217
  Caption = '电话薄'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 152
    Top = 20
    Width = 26
    Height = 13
    Caption = '姓名'
  end
  object Label2: TLabel
    Left = 152
    Top = 52
    Width = 26
    Height = 13
    Caption = '电话'
  end
  object ListBox1: TListBox
    Left = 16
    Top = 8
    Width = 121
    Height = 169
    ItemHeight = 13
    TabOrder = 7
    OnClick = ListBox1Click
    OnDblClick = ListBox1DblClick
  end
  object Edit1: TEdit
    Left = 184
    Top = 16
    Width = 124
    Height = 21
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 152
    Top = 80
    Width = 75
    Height = 25
    Caption = '添加'
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 232
    Top = 80
    Width = 75
    Height = 25
    Caption = '删除'
    TabOrder = 3
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 152
    Top = 152
    Width = 75
    Height = 25
    Caption = '更改'
    TabOrder = 6
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 232
    Top = 152
    Width = 75
    Height = 25
    Caption = '关闭'
    TabOrder = 8
    OnClick = BitBtn4Click
  end
  object Edit2: TEdit
    Left = 184
    Top = 48
    Width = 124
    Height = 21
    TabOrder = 1
  end
  object BitBtn5: TBitBtn
    Left = 152
    Top = 116
    Width = 75
    Height = 25
    Caption = '上移'
    TabOrder = 4
    OnClick = BitBtn5Click
  end
  object BitBtn6: TBitBtn
    Left = 232
    Top = 116
    Width = 75
    Height = 25
    Caption = '下移'
    TabOrder = 5
    OnClick = BitBtn6Click
  end
end

⌨️ 快捷键说明

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