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

📄 uworkstoy.dfm

📁 说明: 比较简单的人事档案管理程序,包含了人事档案的大部分功能,做人事档案的兄弟可以看看. 本程序类型:delphi7 + Access2000 桌面数据库 初始用户名/密码:admin
💻 DFM
字号:
object Form_WorkStoy: TForm_WorkStoy
  Left = 291
  Top = 252
  Width = 642
  Height = 371
  Caption = 'Form_WorkStoy'
  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 EditWorkStoyRecord: TSpeedButton
    Left = 224
    Top = 309
    Width = 90
    Height = 28
    Caption = #32534#36753#35760#24405
    Flat = True
    OnClick = EditWorkStoyRecordClick
  end
  object DeleteWorkStoyRecord: TSpeedButton
    Left = 328
    Top = 309
    Width = 90
    Height = 28
    Caption = #21024#38500#35760#24405
    Flat = True
    OnClick = DeleteWorkStoyRecordClick
  end
  object OutputWorkStoyRecord: TSpeedButton
    Left = 536
    Top = 309
    Width = 90
    Height = 28
    Caption = #23548#20986#35760#24405
    Flat = True
    OnClick = OutputWorkStoyRecordClick
  end
  object SpeedButton1: TSpeedButton
    Left = 432
    Top = 309
    Width = 90
    Height = 28
    Caption = #26174#31034#20840#37096#35760#24405
    Flat = True
    OnClick = SpeedButton1Click
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = -7
    Width = 209
    Height = 344
    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 = 92
      Width = 60
      Height = 13
      Caption = #32467#26463#26085#26399#65306
    end
    object Label3: TLabel
      Left = 8
      Top = 166
      Width = 60
      Height = 13
      Caption = #37096#38376#21517#31216#65306
    end
    object Label4: TLabel
      Left = 8
      Top = 203
      Width = 60
      Height = 13
      Caption = #25285#20219#32844#21153#65306
    end
    object TLabel
      Left = 8
      Top = 56
      Width = 3
      Height = 13
    end
    object Label8: TLabel
      Left = 8
      Top = 56
      Width = 60
      Height = 13
      Caption = #24320#22987#26085#26399#65306
    end
    object ResetRecord: TSpeedButton
      Left = 8
      Top = 304
      Width = 85
      Height = 28
      Caption = ' '#37325' '#35774
      Flat = True
      OnClick = ResetRecordClick
    end
    object AddWorkStoyRecord: TSpeedButton
      Left = 112
      Top = 304
      Width = 85
      Height = 28
      Caption = #30830#23450
      Flat = True
      OnClick = AddWorkStoyRecordClick
    end
    object Label5: TLabel
      Left = 8
      Top = 129
      Width = 60
      Height = 13
      Caption = #21333#20301#21517#31216#65306
    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 = 126
      Width = 129
      Height = 21
      TabOrder = 2
    end
    object Edit3: TEdit
      Left = 72
      Top = 163
      Width = 129
      Height = 21
      TabOrder = 3
    end
    object Edit4: TEdit
      Left = 72
      Top = 200
      Width = 129
      Height = 21
      TabOrder = 4
    end
    object StartDateTime: TDateTimePicker
      Left = 72
      Top = 53
      Width = 129
      Height = 21
      Date = 38443.456043113420000000
      Time = 38443.456043113420000000
      DateFormat = dfLong
      TabOrder = 5
    end
    object StopDateTime: TDateTimePicker
      Left = 72
      Top = 89
      Width = 129
      Height = 21
      Date = 38443.456043113420000000
      Time = 38443.456043113420000000
      DateFormat = dfLong
      TabOrder = 6
    end
  end
  object DBGridEhWorkStoy: TDBGridEh
    Left = 216
    Top = 0
    Width = 417
    Height = 305
    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 = DS6
    FooterColor = clWindow
    FooterFont.Charset = DEFAULT_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -11
    FooterFont.Name = 'MS Sans Serif'
    FooterFont.Style = []
    FooterRowCount = 1
    Options = [dgEditing, dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, 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 = 'WS_EmployeeID'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #32844#24037#32534#21495
        Width = 60
      end
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'WS_StartDate'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #24320#22987#26085#26399
        Width = 90
      end
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'WS_StopDate'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #32467#26463#26085#26399
        Width = 90
      end
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'WS_Corp'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #21333#20301#21517#31216
        Width = 150
      end
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'WS_Dept'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #37096#38376#21517#31216
        Width = 80
      end
      item
        IsCurrency = False
        DisplayNullIfZero = False
        EditButtons = <>
        FieldName = 'WS_Role'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #25285#20219#32844#21153
        Width = 80
      end>
  end
  object DS6: TDataSource
    DataSet = ADOQWorkStoy
    Left = 320
    Top = 120
  end
  object ADOQWorkStoy: TADOQuery
    Active = True
    Connection = Form_Main.ADOC1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'SELECT * FROM WorkStoy')
    Left = 288
    Top = 120
  end
end

⌨️ 快捷键说明

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