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

📄 unit1.dfm

📁 演示怎样取电话来电显示号码
💻 DFM
字号:
object Form1: TForm1
  Left = 320
  Top = 172
  Width = 616
  Height = 263
  Caption = #35805#24405#36890'Demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 8
    Width = 449
    Height = 13
    AutoSize = False
    Caption = #27492'Demo'#31243#24207#31616#27905#22320#35828#26126#22312#23454#38469#32534#31243#24212#29992#20013#21462#24471#35805#24405#36890#30828#20214#30340#30005#35805#21495#30721
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 32
    Top = 104
    Width = 84
    Height = 13
    AutoSize = False
    Caption = #26174#31034#26469#30005#21495#30721#65306
  end
  object Label3: TLabel
    Left = 32
    Top = 145
    Width = 84
    Height = 13
    AutoSize = False
    Caption = #26174#31034#25320#20986#21495#30721#65306
  end
  object Label4: TLabel
    Left = 32
    Top = 184
    Width = 84
    Height = 13
    AutoSize = False
    Caption = #26174#31034#25688#25346#26426#29366#24577#65306
  end
  object Label5: TLabel
    Left = 32
    Top = 64
    Width = 48
    Height = 13
    Caption = #35774#32622#21442#25968
  end
  object SpeedButton1: TSpeedButton
    Left = 224
    Top = 59
    Width = 73
    Height = 22
    Caption = #30830#23450
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333330000333333333333333333333333F33333333333
      00003333344333333333333333388F3333333333000033334224333333333333
      338338F3333333330000333422224333333333333833338F3333333300003342
      222224333333333383333338F3333333000034222A22224333333338F338F333
      8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
      33333338F83338F338F33333000033A33333A222433333338333338F338F3333
      0000333333333A222433333333333338F338F33300003333333333A222433333
      333333338F338F33000033333333333A222433333333333338F338F300003333
      33333333A222433333333333338F338F00003333333333333A22433333333333
      3338F38F000033333333333333A223333333333333338F830000333333333333
      333A333333333333333338330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
    OnClick = SpeedButton1Click
  end
  object Label6: TLabel
    Left = 32
    Top = 40
    Width = 569
    Height = 13
    AutoSize = False
    Caption = #31532#19968#27425#36816#34892#26102#35831#35774#32622#19968#27425#25910#21495#28789#25935#24230#21442#25968#65292#19968#27425#35774#32622#21518#22914#26524#25910#21495#27491#30830#20197#21518#23601#19981#38656#20877#35774#32622
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 128
    Top = 104
    Width = 225
    Height = 21
    ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.4'
    TabOrder = 0
  end
  object EditYibo: TEdit
    Left = 128
    Top = 145
    Width = 225
    Height = 21
    ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.4'
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 360
    Top = 64
    Width = 233
    Height = 145
    ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.4'
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 128
    Top = 184
    Width = 225
    Height = 21
    ImeName = #26234#33021#38472#26725#36755#20837#24179#21488'  5.4'
    TabOrder = 3
  end
  object ComboBox1: TComboBox
    Left = 128
    Top = 59
    Width = 89
    Height = 21
    Style = csDropDownList
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    ItemIndex = 1
    TabOrder = 4
    Text = '1'
    Items.Strings = (
      '0'
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7')
  end
  object Button1: TButton
    Left = 512
    Top = 8
    Width = 75
    Height = 25
    Caption = #24320#21457#35828#26126
    TabOrder = 5
    OnClick = Button1Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 50
    OnTimer = Timer1Timer
    Left = 520
    Top = 176
  end
  object Timer2: TTimer
    Enabled = False
    Interval = 100
    OnTimer = Timer2Timer
    Left = 488
    Top = 176
  end
end

⌨️ 快捷键说明

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