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

📄 unit1.~dfm

📁 通讯录管理程序的源代码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 268
  Top = 215
  Width = 696
  Height = 480
  Caption = 'Form1'
  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 DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 688
    Height = 177
    Align = alTop
    Color = clBtnFace
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 177
    Width = 688
    Height = 276
    Align = alClient
    Caption = 'Panel1'
    TabOrder = 1
    object Label1: TLabel
      Left = 32
      Top = 40
      Width = 24
      Height = 13
      Caption = #21517#23383
    end
    object Label2: TLabel
      Left = 32
      Top = 80
      Width = 24
      Height = 13
      Caption = #30005#35805
    end
    object Label3: TLabel
      Left = 8
      Top = 120
      Width = 48
      Height = 13
      Caption = #23478#24237#22320#22336
    end
    object DBEdit1: TDBEdit
      Left = 88
      Top = 32
      Width = 321
      Height = 21
      DataField = 'name'
      DataSource = DataSource1
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 88
      Top = 80
      Width = 321
      Height = 21
      DataField = 'telephone'
      DataSource = DataSource1
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 88
      Top = 120
      Width = 321
      Height = 21
      DataField = 'address'
      DataSource = DataSource1
      TabOrder = 2
    end
    object BitBtn1: TBitBtn
      Left = 32
      Top = 200
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 3
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 136
      Top = 200
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 4
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 248
      Top = 200
      Width = 75
      Height = 25
      Caption = #32534#36753
      TabOrder = 5
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 360
      Top = 200
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 6
      OnClick = BitBtn4Click
    end
    object BitBtn5: TBitBtn
      Left = 472
      Top = 200
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 7
      OnClick = BitBtn5Click
    end
    object BitBtn6: TBitBtn
      Left = 584
      Top = 200
      Width = 75
      Height = 25
      Caption = #20851#20110
      TabOrder = 8
    end
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 144
    Top = 72
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'DefaultDD'
    TableName = 'tongxun.DB'
    Left = 296
    Top = 88
  end
end

⌨️ 快捷键说明

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