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

📄 bm.dfm

📁 企业工资管理系统的代码实现主要包括五个功能模块在此不一一列举
💻 DFM
字号:
object Form1: TForm1
  Left = 227
  Top = 182
  Width = 544
  Height = 375
  Caption = 'Form1'
  Color = clBtnFace
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 536
    Height = 41
    Align = alTop
    TabOrder = 0
    object Button1: TButton
      Left = 8
      Top = 8
      Width = 75
      Height = 25
      Caption = #26032#22686#37096#38376
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 96
      Top = 8
      Width = 75
      Height = 25
      Caption = #20462#25913#37096#38376
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 192
      Top = 8
      Width = 75
      Height = 25
      Caption = #21024#38500#37096#38376
      TabOrder = 2
      OnClick = Button3Click
    end
    object CheckBox1: TCheckBox
      Left = 280
      Top = 11
      Width = 97
      Height = 17
      Caption = #26597#35810
      TabOrder = 3
      OnClick = CheckBox1Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 41
    Width = 536
    Height = 40
    Align = alTop
    TabOrder = 1
    Visible = False
    object Label1: TLabel
      Left = 8
      Top = 10
      Width = 65
      Height = 13
      Caption = #26597#35810#26465#20214#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 86
      Top = 12
      Width = 63
      Height = 13
      Caption = #37096#38376#32534#30721' '#65306
    end
    object Label3: TLabel
      Left = 289
      Top = 12
      Width = 60
      Height = 13
      Caption = #37096#38376#21517#31216#65306
    end
    object Edit1: TEdit
      Left = 146
      Top = 8
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
      TabOrder = 0
      OnClick = Edit1Click
    end
    object Edit2: TEdit
      Left = 349
      Top = 9
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
      TabOrder = 1
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 81
    Width = 536
    Height = 267
    Align = alClient
    Color = clInfoBk
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DataSource1: TDataSource
    DataSet = dm.ADOQuery1
    Left = 104
    Top = 144
  end
end

⌨️ 快捷键说明

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