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

📄 client.dfm

📁 《delphi数据库设计与实例开发》随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 361
  Top = 175
  Width = 346
  Height = 430
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 112
    Height = 13
    Caption = #35831#36873#25321#26597#35810#26465#20214#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 32
    Width = 70
    Height = 13
    Caption = #20316#32773#22995#21517#65306
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 48
    Width = 337
    Height = 305
    TabOrder = 0
    object Label3: TLabel
      Left = 48
      Top = 24
      Width = 45
      Height = 13
      Caption = 'AuthorID:'
    end
    object Label4: TLabel
      Left = 48
      Top = 88
      Width = 50
      Height = 13
      Caption = 'FirstName:'
    end
    object Label5: TLabel
      Left = 48
      Top = 56
      Width = 51
      Height = 13
      Caption = 'LastName:'
    end
    object Label6: TLabel
      Left = 48
      Top = 120
      Width = 34
      Height = 13
      Caption = 'Phone:'
    end
    object Label7: TLabel
      Left = 48
      Top = 152
      Width = 41
      Height = 13
      Caption = 'Address:'
    end
    object Label8: TLabel
      Left = 48
      Top = 184
      Width = 20
      Height = 13
      Caption = 'City:'
    end
    object Label9: TLabel
      Left = 48
      Top = 216
      Width = 28
      Height = 13
      Caption = 'State:'
    end
    object Label10: TLabel
      Left = 48
      Top = 248
      Width = 18
      Height = 13
      Caption = 'Zip:'
    end
    object Label11: TLabel
      Left = 48
      Top = 280
      Width = 43
      Height = 13
      Caption = 'Contract:'
    end
    object DBEdit1: TDBEdit
      Left = 136
      Top = 16
      Width = 145
      Height = 21
      DataField = 'au_id'
      DataSource = ClientDataModule.DataSource1
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 136
      Top = 48
      Width = 145
      Height = 21
      DataField = 'au_lname'
      DataSource = ClientDataModule.DataSource1
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 136
      Top = 80
      Width = 145
      Height = 21
      DataField = 'au_fname'
      DataSource = ClientDataModule.DataSource1
      TabOrder = 2
    end
    object DBEdit4: TDBEdit
      Left = 136
      Top = 112
      Width = 145
      Height = 21
      DataField = 'phone'
      DataSource = ClientDataModule.DataSource1
      TabOrder = 3
    end
    object DBEdit5: TDBEdit
      Left = 136
      Top = 144
      Width = 145
      Height = 21
      DataField = 'address'
      DataSource = ClientDataModule.DataSource1
      TabOrder = 4
    end
    object DBEdit6: TDBEdit
      Left = 136
      Top = 176
      Width = 145
      Height = 21
      DataField = 'city'
      DataSource = ClientDataModule.DataSource1
      TabOrder = 5
    end
    object DBEdit7: TDBEdit
      Left = 136
      Top = 208
      Width = 145
      Height = 21
      DataField = 'state'
      DataSource = ClientDataModule.DataSource1
      TabOrder = 6
    end
    object DBEdit8: TDBEdit
      Left = 136
      Top = 240
      Width = 145
      Height = 21
      DataField = 'zip'
      DataSource = ClientDataModule.DataSource1
      TabOrder = 7
    end
    object DBEdit9: TDBEdit
      Left = 136
      Top = 272
      Width = 145
      Height = 21
      DataField = 'contract'
      DataSource = ClientDataModule.DataSource1
      TabOrder = 8
    end
  end
  object ComboBox1: TComboBox
    Left = 88
    Top = 24
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'ComboBox1'
  end
  object Button1: TButton
    Left = 256
    Top = 24
    Width = 75
    Height = 25
    Caption = #26597#35810
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 256
    Top = 368
    Width = 75
    Height = 25
    Caption = #25191#34892#26356#26032
    TabOrder = 3
    OnClick = Button3Click
  end
  object DBNavigator1: TDBNavigator
    Left = 8
    Top = 368
    Width = 230
    Height = 25
    DataSource = ClientDataModule.DataSource1
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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