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

📄 datalocate.dfm

📁 《delphi数据库设计与实例开发》随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 434
  Top = 188
  Width = 413
  Height = 351
  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 Label1: TLabel
    Left = 16
    Top = 16
    Width = 38
    Height = 13
    Caption = 'EmpNo:'
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 51
    Height = 13
    Caption = 'LastName:'
  end
  object Label3: TLabel
    Left = 16
    Top = 64
    Width = 50
    Height = 13
    Caption = 'FirstName:'
  end
  object Label4: TLabel
    Left = 216
    Top = 16
    Width = 49
    Height = 13
    Caption = 'PhoneExt:'
  end
  object Label5: TLabel
    Left = 216
    Top = 40
    Width = 45
    Height = 13
    Caption = 'HireDate:'
  end
  object Label6: TLabel
    Left = 216
    Top = 64
    Width = 32
    Height = 13
    Caption = 'Salary:'
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 88
    Width = 393
    Height = 89
    Caption = 'Goto'#22411#26597#25214
    TabOrder = 0
    object Label7: TLabel
      Left = 16
      Top = 32
      Width = 60
      Height = 13
      Caption = 'LastName'#65306
    end
    object Label8: TLabel
      Left = 208
      Top = 32
      Width = 59
      Height = 13
      Caption = 'FirstName'#65306
    end
    object Edit7: TEdit
      Left = 72
      Top = 24
      Width = 89
      Height = 21
      TabOrder = 0
    end
    object Edit8: TEdit
      Left = 272
      Top = 24
      Width = 89
      Height = 21
      TabOrder = 1
    end
    object Button1: TButton
      Left = 88
      Top = 56
      Width = 75
      Height = 25
      Caption = #31934#30830#26597#25214
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 224
      Top = 56
      Width = 75
      Height = 25
      Caption = #27169#31946#26597#25214
      TabOrder = 3
      OnClick = Button2Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 184
    Width = 393
    Height = 65
    Caption = 'Find'#22411#26597#25214
    TabOrder = 1
    object Label9: TLabel
      Left = 16
      Top = 32
      Width = 47
      Height = 13
      Caption = 'EmpNo'#65306
    end
    object Edit9: TEdit
      Left = 72
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Button3: TButton
      Left = 200
      Top = 24
      Width = 75
      Height = 25
      Caption = #31934#30830#26597#25214
      TabOrder = 1
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 296
      Top = 24
      Width = 75
      Height = 25
      Caption = #27169#31946#26597#25214
      TabOrder = 2
      OnClick = Button4Click
    end
  end
  object GroupBox3: TGroupBox
    Left = 8
    Top = 256
    Width = 393
    Height = 65
    Caption = 'Locate'#22411#26597#25214
    TabOrder = 2
    object Label10: TLabel
      Left = 16
      Top = 32
      Width = 58
      Height = 13
      Caption = 'PhoneExt'#65306
    end
    object Edit10: TEdit
      Left = 72
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Button5: TButton
      Left = 208
      Top = 24
      Width = 75
      Height = 25
      Caption = #26597#25214
      TabOrder = 1
      OnClick = Button5Click
    end
  end
  object DBEdit1: TDBEdit
    Left = 72
    Top = 8
    Width = 121
    Height = 21
    DataField = 'EmpNo'
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBEdit2: TDBEdit
    Left = 72
    Top = 32
    Width = 121
    Height = 21
    DataField = 'LastName'
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit3: TDBEdit
    Left = 72
    Top = 56
    Width = 121
    Height = 21
    DataField = 'FirstName'
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBEdit4: TDBEdit
    Left = 272
    Top = 8
    Width = 121
    Height = 21
    DataField = 'PhoneExt'
    DataSource = DataSource1
    TabOrder = 6
  end
  object DBEdit5: TDBEdit
    Left = 272
    Top = 32
    Width = 121
    Height = 21
    DataField = 'HireDate'
    DataSource = DataSource1
    TabOrder = 7
  end
  object DBEdit6: TDBEdit
    Left = 272
    Top = 56
    Width = 121
    Height = 21
    DataField = 'Salary'
    DataSource = DataSource1
    TabOrder = 8
  end
  object Table1: TTable
    DatabaseName = 'DBDEMOS'
    TableName = 'employee.db'
    Left = 360
    Top = 144
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 328
    Top = 144
  end
end

⌨️ 快捷键说明

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