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

📄 ufamily.dfm

📁 说明: 比较简单的人事档案管理程序,包含了人事档案的大部分功能,做人事档案的兄弟可以看看. 本程序类型:delphi7 + Access2000 桌面数据库 初始用户名/密码:admin
💻 DFM
字号:
object Form_Family: TForm_Family
  Left = 248
  Top = 258
  Width = 645
  Height = 361
  Caption = 'Form_Family'
  Color = clWhite
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object EditFaimlyRecord: TSpeedButton
    Left = 224
    Top = 300
    Width = 100
    Height = 28
    Caption = #32534#36753#35760#24405
    Flat = True
    OnClick = EditFaimlyRecordClick
  end
  object DeleteFaimlyRecord: TSpeedButton
    Left = 325
    Top = 300
    Width = 100
    Height = 28
    Caption = #21024#38500#35760#24405
    Flat = True
    OnClick = DeleteFaimlyRecordClick
  end
  object OutputFaimlyRecord: TSpeedButton
    Left = 528
    Top = 300
    Width = 100
    Height = 28
    Caption = #23548#20986#35760#24405
    Flat = True
    OnClick = OutputFaimlyRecordClick
  end
  object SpeedButton1: TSpeedButton
    Left = 426
    Top = 300
    Width = 100
    Height = 28
    Caption = #26174#31034#20840#37096#35760#24405
    Flat = True
    OnClick = SpeedButton1Click
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 1
    Width = 209
    Height = 328
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 20
      Width = 60
      Height = 13
      Caption = #32844#24037#32534#21495#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 85
      Width = 60
      Height = 13
      Caption = #25104#21592#20851#31995#65306
    end
    object Label3: TLabel
      Left = 8
      Top = 120
      Width = 60
      Height = 13
      Caption = #20986#29983#26085#26399#65306
    end
    object Label4: TLabel
      Left = 8
      Top = 155
      Width = 60
      Height = 13
      Caption = #24037#20316#21333#20301#65306
    end
    object Label5: TLabel
      Left = 8
      Top = 190
      Width = 60
      Height = 13
      Caption = #25285#20219#32844#21153#65306
    end
    object Label6: TLabel
      Left = 8
      Top = 225
      Width = 60
      Height = 13
      Caption = #25919#27835#38754#35980#65306
    end
    object Label7: TLabel
      Left = 8
      Top = 260
      Width = 60
      Height = 13
      Caption = #32852#31995#30005#35805#65306
    end
    object TLabel
      Left = 8
      Top = 56
      Width = 3
      Height = 13
    end
    object Label8: TLabel
      Left = 8
      Top = 50
      Width = 60
      Height = 13
      Caption = #25104#21592#22995#21517#65306
    end
    object ResetRecord: TSpeedButton
      Left = 8
      Top = 296
      Width = 85
      Height = 28
      Caption = ' '#37325' '#35774
      Flat = True
      OnClick = ResetRecordClick
    end
    object AddFamilyRecord: TSpeedButton
      Left = 112
      Top = 296
      Width = 85
      Height = 28
      Caption = #30830' '#23450
      Flat = True
      OnClick = AddFamilyRecordClick
    end
    object Edit1: TEdit
      Left = 72
      Top = 16
      Width = 81
      Height = 21
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clNavy
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
      Text = 'Edit1'
    end
    object SelectEmployeeID: TButton
      Left = 156
      Top = 16
      Width = 49
      Height = 21
      Caption = #36873#25321
      TabOrder = 1
      OnClick = SelectEmployeeIDClick
    end
    object Edit2: TEdit
      Left = 72
      Top = 48
      Width = 129
      Height = 21
      TabOrder = 2
    end
    object Edit3: TEdit
      Left = 72
      Top = 82
      Width = 129
      Height = 21
      TabOrder = 3
    end
    object Edit4: TEdit
      Left = 72
      Top = 152
      Width = 129
      Height = 21
      TabOrder = 4
    end
    object ComboBox1: TComboBox
      Left = 72
      Top = 221
      Width = 129
      Height = 21
      ItemHeight = 13
      TabOrder = 5
    end
    object Edit5: TEdit
      Left = 72
      Top = 186
      Width = 129
      Height = 21
      TabOrder = 6
    end
    object Edit6: TEdit
      Left = 72
      Top = 256
      Width = 129
      Height = 21
      TabOrder = 7
      OnKeyPress = Edit6KeyPress
    end
    object BrithdayDateTime: TDateTimePicker
      Left = 72
      Top = 117
      Width = 129
      Height = 21
      Date = 38443.456043113420000000
      Time = 38443.456043113420000000
      DateFormat = dfLong
      TabOrder = 8
    end
  end
  object DBGridFamily: TDBGridEh
    Left = 216
    Top = 5
    Width = 417
    Height = 289
    FixGridlinecolor = clGray
    Gridlinecolor = clGray
    FooterDisplayStyle = False
    CurrencyStyle.CurrencyFont.Charset = DEFAULT_CHARSET
    CurrencyStyle.CurrencyFont.Color = clWindowText
    CurrencyStyle.CurrencyFont.Height = -11
    CurrencyStyle.CurrencyFont.Name = 'MS Sans Serif'
    CurrencyStyle.CurrencyFont.Style = []
    CurrencyStyle.CurrencySymbol = #65509
    CurrencyStyle.CompartColor = clSilver
    CurrencyStyle.KilobitColor = clGreen
    CurrencyStyle.RadixColor = clRed
    CurrencyStyle.ShowMinus = True
    CurrencyStyle.ShowZero = False
    CurrencyStyle.MinusColor = clRed
    CurrencyStyle.Layout = tlCenter
    CurrencyStyle.HeadFont.Charset = DEFAULT_CHARSET
    CurrencyStyle.HeadFont.Color = clWindowText
    CurrencyStyle.HeadFont.Height = -11
    CurrencyStyle.HeadFont.Name = #26999#20307'_GB2312'
    CurrencyStyle.HeadFont.Style = []
    UseMenu = True
    DataSource = DS3
    FooterColor = clWindow
    FooterFont.Charset = DEFAULT_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -11
    FooterFont.Name = 'MS Sans Serif'
    FooterFont.Style = []
    FooterRowCount = 1
    Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'Family_EmployeeID'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #32844#24037#32534#21495
      end
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'Family_Name'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #22995#21517
      end
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'Family_Birthday'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #29983#26085
      end
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'Family_Work'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #24037#20316#21333#20301
      end
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'Family_Role'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #25285#20219#32844#21153
      end
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'Family_polity'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #25919#27835#38754#35980
      end
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'Family_Connection'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #20851#32852
      end
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'Family_Tel'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #32852#31995#30005#35805
      end>
  end
  object DS3: TDataSource
    DataSet = ADOQFamily
    Left = 320
    Top = 120
  end
  object ADOQFamily: TADOQuery
    Active = True
    Connection = Form_Main.ADOC1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'SELECT * FROM Family')
    Left = 288
    Top = 120
  end
end

⌨️ 快捷键说明

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