unitphonebook.dfm

来自「自动语音应答系统」· DFM 代码 · 共 111 行

DFM
111
字号
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 + =
减小字号Ctrl + -
显示快捷键?