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

📄 gz.~dfm

📁 企业工资管理系统的代码实现主要包括五个功能模块在此不一一列举
💻 ~DFM
字号:
object Form2: TForm2
  Left = 159
  Top = 185
  Width = 586
  Height = 321
  Caption = 'Form2'
  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 = 578
    Height = 41
    Align = alTop
    TabOrder = 0
    object Button1: TButton
      Left = 8
      Top = 8
      Width = 75
      Height = 25
      Caption = #26032#22686#21592#24037
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 96
      Top = 8
      Width = 75
      Height = 25
      Caption = #20462#25913#21592#24037
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 184
      Top = 8
      Width = 75
      Height = 25
      Caption = #21024#38500#21592#24037
      TabOrder = 2
    end
    object CheckBox1: TCheckBox
      Left = 272
      Top = 16
      Width = 97
      Height = 17
      Caption = #26597#35810
      TabOrder = 3
      OnClick = CheckBox1Click
    end
    object Button4: TButton
      Left = 344
      Top = 8
      Width = 89
      Height = 25
      Caption = 'DatasetToExcel'
      TabOrder = 4
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 456
      Top = 8
      Width = 75
      Height = 25
      Caption = 'toText'
      TabOrder = 5
      OnClick = Button5Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 41
    Width = 578
    Height = 41
    Align = alTop
    TabOrder = 1
    Visible = False
    object Label1: TLabel
      Left = 14
      Top = 13
      Width = 81
      Height = 17
      AutoSize = False
      Caption = #26597#35810#26465#20214
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 96
      Top = 16
      Width = 48
      Height = 13
      Caption = #24037'   '#21495' '#65306
    end
    object Label3: TLabel
      Left = 272
      Top = 16
      Width = 48
      Height = 13
      Caption = #22995'   '#21517' '#65306
    end
    object Edit1: TEdit
      Left = 144
      Top = 14
      Width = 121
      Height = 21
      TabOrder = 0
      OnExit = Edit1Exit
    end
    object Edit2: TEdit
      Left = 320
      Top = 12
      Width = 121
      Height = 21
      TabOrder = 1
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 82
    Width = 578
    Height = 212
    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.ADOQuery2
    Left = 104
    Top = 120
  end
  object sd: TSaveDialog
    Left = 200
    Top = 104
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 280
    Top = 136
  end
end

⌨️ 快捷键说明

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