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

📄 contact.dfm

📁 Delphi7高级应用开发随书源码
💻 DFM
字号:
object Form1: TForm1
  Left = 394
  Top = 156
  Width = 437
  Height = 333
  Caption = #36890#35759#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 60
    Top = 34
    Width = 60
    Height = 13
    Caption = #22995'        '#21517#65306
  end
  object Label2: TLabel
    Left = 60
    Top = 66
    Width = 63
    Height = 13
    Caption = #30005'         '#35805#65306
  end
  object Label3: TLabel
    Left = 60
    Top = 104
    Width = 60
    Height = 13
    Caption = #24037#20316#21333#20301#65306
  end
  object Label4: TLabel
    Left = 60
    Top = 136
    Width = 60
    Height = 13
    Caption = #36890#35759#22320#22336#65306
  end
  object edtName: TEdit
    Left = 144
    Top = 32
    Width = 113
    Height = 21
    TabOrder = 0
  end
  object edtTel: TEdit
    Left = 144
    Top = 64
    Width = 113
    Height = 21
    TabOrder = 1
  end
  object edtOffice: TEdit
    Left = 144
    Top = 96
    Width = 161
    Height = 21
    TabOrder = 2
  end
  object edtAddress: TEdit
    Left = 144
    Top = 134
    Width = 201
    Height = 21
    TabOrder = 3
  end
  object btnFirst: TButton
    Left = 48
    Top = 192
    Width = 65
    Height = 30
    Caption = #31532#19968#26465
    TabOrder = 4
    OnClick = MoveToFirst
  end
  object btnPrevious: TButton
    Left = 136
    Top = 192
    Width = 65
    Height = 30
    Caption = #19978#19968#26465
    TabOrder = 5
    OnClick = Backward
  end
  object btnNext: TButton
    Left = 232
    Top = 192
    Width = 65
    Height = 30
    Caption = #19979#19968#26465
    TabOrder = 6
    OnClick = Next
  end
  object btnLast: TButton
    Left = 320
    Top = 192
    Width = 65
    Height = 30
    Caption = #26368#21518#19968#26465
    TabOrder = 7
    OnClick = MoveToLast
  end
  object btnAppend: TButton
    Left = 48
    Top = 248
    Width = 65
    Height = 30
    Caption = #28155#21152
    TabOrder = 8
    OnClick = Add
  end
  object btnClear: TButton
    Left = 136
    Top = 248
    Width = 65
    Height = 30
    Caption = #28165#38500
    TabOrder = 9
    OnClick = ClearForm
  end
  object btnClose: TButton
    Left = 232
    Top = 248
    Width = 65
    Height = 30
    Caption = #20851#38381
    TabOrder = 10
    OnClick = CloseForm
  end
end

⌨️ 快捷键说明

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