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

📄 f_kqrl.dfm

📁 ERP人力管理系统````````本系统开发工具为Delphi+Sql SERVER 2000,采用ADO技术连接数据库
💻 DFM
字号:
object w_kqrl: Tw_kqrl
  Left = 261
  Top = 231
  BorderStyle = bsDialog
  Caption = #32771#21220#24405#20837
  ClientHeight = 186
  ClientWidth = 587
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 94
  TextHeight = 13
  object Label1: TLabel
    Left = 200
    Top = 8
    Width = 126
    Height = 16
    Caption = #32771#21220#24405#20837#31995#32479'                  '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 32
    Width = 585
    Height = 105
    Caption = #24405#20837#20449#24687
    TabOrder = 0
    object Label2: TLabel
      Left = 192
      Top = 24
      Width = 68
      Height = 13
      Caption = #32844#24037#32534#21495'    '
      FocusControl = DBEdit1
    end
    object Label3: TLabel
      Left = 360
      Top = 24
      Width = 74
      Height = 13
      Caption = #32844#24037#22995#21517'      '
      FocusControl = DBEdit2
    end
    object Label4: TLabel
      Left = 8
      Top = 72
      Width = 71
      Height = 13
      Caption = #19978#29677#26102#38388'     '
      FocusControl = DBEdit3
    end
    object Label5: TLabel
      Left = 248
      Top = 72
      Width = 71
      Height = 13
      Caption = #19979#29677#26102#38388'     '
      FocusControl = DBEdit4
    end
    object Label6: TLabel
      Left = 8
      Top = 24
      Width = 67
      Height = 13
      Caption = #20986#21220'             '
    end
    object DBEdit1: TDBEdit
      Left = 264
      Top = 24
      Width = 89
      Height = 21
      DataField = 'rs_id'
      DataSource = data_kaoqin
      TabOrder = 0
    end
    object DBEdit2: TDBEdit
      Left = 432
      Top = 24
      Width = 105
      Height = 21
      DataField = 'rs_name'
      DataSource = data_kaoqin
      TabOrder = 1
    end
    object DBEdit3: TDBEdit
      Left = 72
      Top = 72
      Width = 145
      Height = 21
      DataField = 's_time'
      DataSource = data_kaoqin
      TabOrder = 2
    end
    object DBEdit4: TDBEdit
      Left = 336
      Top = 72
      Width = 121
      Height = 21
      DataField = 'x_time'
      DataSource = data_kaoqin
      TabOrder = 3
    end
    object DBComboBox1: TDBComboBox
      Left = 56
      Top = 24
      Width = 121
      Height = 21
      DataField = 'c_sh'
      DataSource = data_kaoqin
      ItemHeight = 13
      Items.Strings = (
        #27491#24120
        #35831#20551
        #26103#24037)
      TabOrder = 4
      OnChange = DBComboBox1Change
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 136
    Width = 585
    Height = 49
    TabOrder = 1
    object DBNavigator1: TDBNavigator
      Left = 32
      Top = 8
      Width = 470
      Height = 33
      DataSource = data_kaoqin
      TabOrder = 0
    end
  end
  object data_kaoqin: TDataSource
    DataSet = ado_kaoqin
    Left = 384
  end
  object ado_kaoqin: TADOQuery
    Active = True
    Connection = Data1.database1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from kaoqin ')
    Left = 440
    Top = 8
    object ado_kaoqinrs_id: TStringField
      FieldName = 'rs_id'
      FixedChar = True
      Size = 5
    end
    object ado_kaoqinrs_name: TStringField
      FieldName = 'rs_name'
      FixedChar = True
      Size = 15
    end
    object ado_kaoqins_time: TDateTimeField
      FieldName = 's_time'
    end
    object ado_kaoqinx_time: TDateTimeField
      FieldName = 'x_time'
    end
    object ado_kaoqinc_sh: TStringField
      FieldName = 'c_sh'
      FixedChar = True
      Size = 4
    end
  end
end

⌨️ 快捷键说明

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