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

📄 unit10.~dfm

📁 sheji
💻 ~DFM
字号:
object phoneForm: TphoneForm
  Left = 246
  Top = 116
  Width = 544
  Height = 375
  Caption = #24120#29992#30005#35805#21495#30721#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 569
    Top = 227
    Width = 63
    Height = 13
    Caption = #37096#38376#21517#31216'     '
  end
  object Label3: TLabel
    Left = 569
    Top = 283
    Width = 66
    Height = 13
    Caption = #37096#38376#32534#21495'      '
  end
  object Label4: TLabel
    Left = 569
    Top = 323
    Width = 69
    Height = 13
    Caption = #30005#35805#21495#30721'       '
  end
  object Label5: TLabel
    Left = 568
    Top = 128
    Width = 252
    Height = 29
    Caption = #21333#26465#35760#24405#26041#24335#26174#31034'          '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 392
    Top = 640
    Width = 75
    Height = 25
    Caption = #36820#22238#20027#31383#20307
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 512
    Top = 640
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 1
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 96
    Top = 80
    Width = 393
    Height = 89
    Caption = #30005#35805#21495#30721#26597#35810#26465#20214
    TabOrder = 2
    object Label1: TLabel
      Left = 24
      Top = 40
      Width = 84
      Height = 13
      Caption = #35831#36755#20837#37096#38376#21517#31216
    end
    object Edit1: TEdit
      Left = 128
      Top = 40
      Width = 121
      Height = 21
      TabOrder = 0
      Text = ' '#20154#20107#37096
    end
    object Button3: TButton
      Left = 272
      Top = 40
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button3Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 96
    Top = 200
    Width = 393
    Height = 305
    DataSource = DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBEdit1: TDBEdit
    Left = 680
    Top = 229
    Width = 121
    Height = 21
    DataField = #37096#38376#21517#31216
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit2: TDBEdit
    Left = 680
    Top = 277
    Width = 121
    Height = 21
    DataField = #37096#38376#32534#21495
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit3: TDBEdit
    Left = 680
    Top = 317
    Width = 121
    Height = 21
    DataField = #30005#35805#21495#30721
    DataSource = DataSource1
    TabOrder = 6
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 657
    Top = 56
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'jd'
    TableName = 'dbo.phone'
    Left = 601
    Top = 64
  end
end

⌨️ 快捷键说明

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