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

📄 phonebook.dfm

📁 是一个手机功能的模拟程序
💻 DFM
字号:
object Form_Phonebook: TForm_Phonebook
  Left = 333
  Top = 237
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #30005#35805#31807
  ClientHeight = 322
  ClientWidth = 378
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = True
  Position = poOwnerFormCenter
  OnActivate = FormActivate
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 233
    Height = 305
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 16
    Top = 32
    Width = 33
    Height = 13
    Caption = #32534#21495':'
  end
  object Label2: TLabel
    Left = 16
    Top = 72
    Width = 33
    Height = 13
    Caption = #22995#21517':'
  end
  object Label3: TLabel
    Left = 16
    Top = 112
    Width = 59
    Height = 13
    Caption = #30005#35805#21495#30721':'
  end
  object Label4: TLabel
    Left = 16
    Top = 152
    Width = 59
    Height = 13
    Caption = #20303#23429#30005#35805':'
  end
  object Label5: TLabel
    Left = 16
    Top = 192
    Width = 59
    Height = 13
    Caption = #21150#20844#30005#35805':'
  end
  object Label6: TLabel
    Left = 16
    Top = 216
    Width = 59
    Height = 13
    Caption = #22791#27880#20449#24687':'
  end
  object Label_memo: TLabel
    Left = 12
    Top = 232
    Width = 65
    Height = 41
    AutoSize = False
    Caption = #65288#36824#21487#36755#20837'11'#20010#21452#23383#33410#23383#31526#65289
    WordWrap = True
  end
  object Label7: TLabel
    Left = 16
    Top = 288
    Width = 33
    Height = 13
    Caption = #20998#32452':'
  end
  object OKBtn: TButton
    Left = 271
    Top = 252
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    Enabled = False
    ModalResult = 1
    TabOrder = 6
  end
  object CancelBtn: TButton
    Left = 271
    Top = 284
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 7
  end
  object Edit_SN: TEdit
    Left = 80
    Top = 24
    Width = 73
    Height = 21
    Color = clBtnFace
    Enabled = False
    TabOrder = 0
  end
  object Edit_Name: TEdit
    Left = 80
    Top = 64
    Width = 121
    Height = 21
    MaxLength = 13
    TabOrder = 1
    OnChange = Edit_NameChange
  end
  object Edit_phNo: TEdit
    Left = 80
    Top = 104
    Width = 153
    Height = 21
    MaxLength = 21
    TabOrder = 2
    OnChange = Edit_phNoChange
    OnExit = Edit_ofNoExit
    OnKeyPress = Edit_phNoKeyPress
  end
  object Edit_hoNo: TEdit
    Left = 80
    Top = 144
    Width = 153
    Height = 21
    MaxLength = 21
    TabOrder = 3
    OnChange = Edit_phNoChange
    OnExit = Edit_ofNoExit
    OnKeyPress = Edit_phNoKeyPress
  end
  object Edit_ofNo: TEdit
    Left = 80
    Top = 184
    Width = 153
    Height = 21
    MaxLength = 21
    TabOrder = 4
    OnChange = Edit_phNoChange
    OnExit = Edit_ofNoExit
    OnKeyPress = Edit_phNoKeyPress
  end
  object Edit_Memo: TMemo
    Left = 80
    Top = 216
    Width = 153
    Height = 49
    MaxLength = 22
    ScrollBars = ssVertical
    TabOrder = 5
    OnChange = Edit_MemoChange
  end
  object GroupBox_phblocation: TGroupBox
    Left = 256
    Top = 3
    Width = 113
    Height = 174
    Caption = #25805#20316#36873#39033
    TabOrder = 8
    object RadioButton_PHB_PC: TRadioButton
      Left = 8
      Top = 16
      Width = 89
      Height = 17
      Caption = #20445#23384#21040'PC'
      TabOrder = 0
      OnClick = RadioButton_PHB_PCClick
    end
    object RadioButton_PHB_NVM: TRadioButton
      Left = 8
      Top = 50
      Width = 97
      Height = 17
      Caption = #20445#23384#21040#25163#26426
      TabOrder = 1
      OnClick = RadioButton_PHB_NVMClick
    end
    object RadioButton_PHB_SIM: TRadioButton
      Left = 8
      Top = 84
      Width = 97
      Height = 17
      Caption = #20445#23384#21040'SIM'#21345
      TabOrder = 2
      OnClick = RadioButton_PHB_SIMClick
    end
    object RadioButton_PHB_Del: TRadioButton
      Left = 8
      Top = 118
      Width = 81
      Height = 17
      Caption = #21024#38500#35760#24405
      TabOrder = 3
    end
    object RadioButton_phb_sendsms: TRadioButton
      Left = 8
      Top = 152
      Width = 81
      Height = 17
      Caption = #21457#36865#30701#20449
      TabOrder = 4
    end
  end
  object ComboBox_group: TComboBox
    Left = 80
    Top = 280
    Width = 153
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 9
    Items.Strings = (
      #26410#20998#32452
      #31532#19968#32452
      #31532#20108#32452
      #31532#19977#32452
      #31532#22235#32452
      #31532#20116#32452
      #31532#20845#32452
      #31532#19971#32452
      #31532#20843#32452
      #31532#20061#32452
      #40657#21517#21333)
  end
  object Timer_phb: TTimer
    Enabled = False
    Interval = 200
    OnTimer = Timer_phbTimer
    Left = 208
    Top = 16
  end
end

⌨️ 快捷键说明

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