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

📄 peoplequery.~dfm

📁 全面剖析人力资源管理的内容
💻 ~DFM
字号:
object fmPeopleQuery: TfmPeopleQuery
  Left = 275
  Top = 195
  Width = 635
  Height = 372
  Caption = #32844#21592#20449#24687#26597#35810
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object DBGrid1: TDBGrid
    Left = 0
    Top = 81
    Width = 627
    Height = 264
    Align = alClient
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 627
    Height = 81
    Align = alTop
    TabOrder = 1
    object Label1: TLabel
      Left = 24
      Top = 16
      Width = 48
      Height = 12
      Caption = #22995#21517#31616#30721
    end
    object Label2: TLabel
      Left = 408
      Top = 16
      Width = 24
      Height = 12
      Caption = #24615#21035
    end
    object Label3: TLabel
      Left = 220
      Top = 16
      Width = 24
      Height = 12
      Caption = #22995#21517
    end
    object Label4: TLabel
      Left = 48
      Top = 48
      Width = 24
      Height = 12
      Caption = #27665#26063
    end
    object Label5: TLabel
      Left = 220
      Top = 48
      Width = 24
      Height = 12
      Caption = #31821#36143
    end
    object edNameCode: TEdit
      Left = 80
      Top = 12
      Width = 105
      Height = 20
      TabOrder = 0
    end
    object edName: TEdit
      Left = 248
      Top = 12
      Width = 105
      Height = 20
      TabOrder = 1
    end
    object cmbSex: TComboBox
      Left = 440
      Top = 12
      Width = 89
      Height = 20
      ItemHeight = 12
      TabOrder = 2
      Items.Strings = (
        #30007
        #22899)
    end
    object cmbCity: TComboBox
      Left = 248
      Top = 44
      Width = 105
      Height = 20
      ItemHeight = 12
      TabOrder = 3
      Items.Strings = (
        #23433#24509
        #21271#20140
        #27827#21335
        #27827#21271
        #20854#20182)
    end
    object cmbNature: TComboBox
      Left = 80
      Top = 44
      Width = 105
      Height = 20
      ItemHeight = 12
      TabOrder = 4
      Items.Strings = (
        #27721#26063
        #22766#26063
        #28385#26063
        #33495#26063
        #20854#20182)
    end
    object btQuery: TButton
      Left = 416
      Top = 42
      Width = 75
      Height = 25
      Caption = #26597'    '#35810
      TabOrder = 5
      OnClick = btQueryClick
    end
  end
  object Query1: TQuery
    DatabaseName = 'db'
    Left = 376
    Top = 88
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 408
    Top = 88
  end
end

⌨️ 快捷键说明

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