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

📄 filter.dfm

📁 《delphi数据库设计与实例开发》随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 359
  Top = 136
  Width = 439
  Height = 467
  Caption = 'EmployeeManage'
  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 = 144
    Width = 425
    Height = 201
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 425
    Height = 105
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 38
      Height = 13
      Caption = 'EmpNo:'
    end
    object Label2: TLabel
      Left = 16
      Top = 48
      Width = 51
      Height = 13
      Caption = 'LastName:'
    end
    object Label3: TLabel
      Left = 16
      Top = 72
      Width = 50
      Height = 13
      Caption = 'FirstName:'
    end
    object Label4: TLabel
      Left = 224
      Top = 24
      Width = 49
      Height = 13
      Caption = 'PhoneExt:'
    end
    object Label5: TLabel
      Left = 224
      Top = 48
      Width = 45
      Height = 13
      Caption = 'HireDate:'
    end
    object Label6: TLabel
      Left = 224
      Top = 72
      Width = 32
      Height = 13
      Caption = 'Salary:'
    end
    object Edit1: TEdit
      Left = 72
      Top = 16
      Width = 121
      Height = 21
      Enabled = False
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 72
      Top = 40
      Width = 121
      Height = 21
      Enabled = False
      TabOrder = 1
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 72
      Top = 64
      Width = 121
      Height = 21
      Enabled = False
      TabOrder = 2
      Text = 'Edit3'
    end
    object Edit4: TEdit
      Left = 280
      Top = 16
      Width = 121
      Height = 21
      Enabled = False
      TabOrder = 3
      Text = 'Edit4'
    end
    object Edit5: TEdit
      Left = 280
      Top = 40
      Width = 121
      Height = 21
      Enabled = False
      TabOrder = 4
      Text = 'Edit5'
    end
    object Edit6: TEdit
      Left = 280
      Top = 64
      Width = 121
      Height = 21
      Enabled = False
      TabOrder = 5
      Text = 'Edit6'
    end
  end
  object Button1: TButton
    Left = 104
    Top = 112
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 248
    Top = 112
    Width = 75
    Height = 25
    Caption = #30830#23450
    Enabled = False
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 320
    Top = 112
    Width = 75
    Height = 25
    Caption = #21462#28040
    Enabled = False
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 32
    Top = 112
    Width = 75
    Height = 25
    Caption = #22686#21152
    TabOrder = 5
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 176
    Top = 112
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 6
    OnClick = Button5Click
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 352
    Width = 425
    Height = 81
    Caption = #25968#25454#31579#36873#65306
    TabOrder = 7
    object Label7: TLabel
      Left = 8
      Top = 24
      Width = 47
      Height = 13
      Caption = 'EmpNo'#65306
    end
    object Label8: TLabel
      Left = 80
      Top = 24
      Width = 60
      Height = 13
      Caption = 'LastName'#65306
    end
    object Label9: TLabel
      Left = 160
      Top = 24
      Width = 59
      Height = 13
      Caption = 'FirstName'#65306
    end
    object Edit7: TEdit
      Left = 8
      Top = 40
      Width = 73
      Height = 21
      TabOrder = 0
    end
    object Edit8: TEdit
      Left = 80
      Top = 40
      Width = 81
      Height = 21
      TabOrder = 1
    end
    object Edit9: TEdit
      Left = 160
      Top = 40
      Width = 89
      Height = 21
      TabOrder = 2
    end
    object Button6: TButton
      Left = 264
      Top = 32
      Width = 75
      Height = 25
      Caption = #26597#35810
      TabOrder = 3
      OnClick = Button6Click
    end
    object Button7: TButton
      Left = 336
      Top = 32
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 4
      OnClick = Button7Click
    end
  end
  object Query1: TQuery
    AfterOpen = Query1AfterOpen
    SQL.Strings = (
      '')
    Left = 344
    Top = 176
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 376
    Top = 176
  end
  object Query2: TQuery
    Left = 8
    Top = 184
  end
end

⌨️ 快捷键说明

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