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

📄 unit8.dfm

📁 一个完整的工资管理系统 主要走查询 添加 删除 管理等功能
💻 DFM
字号:
object Form8: TForm8
  Left = 193
  Top = 214
  Width = 681
  Height = 385
  Caption = #24037#36164#31649#29702#31995#32479'---'#29992#25143#31649#29702#30028#38754
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 8
    Width = 401
    Height = 13
    AutoSize = False
    Caption = #24037#36164#31649#29702#31995#32479'---'#29992#25143#31649#29702#30028#38754'---'#21024#38500#29992#25143#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 184
    Top = 56
    Width = 60
    Height = 13
    Caption = #29992#25143#21602#31216#65306
  end
  object Label4: TLabel
    Left = 184
    Top = 104
    Width = 60
    Height = 13
    Caption = #29992#25143#31867#22411#65306
  end
  object Label6: TLabel
    Left = 184
    Top = 160
    Width = 72
    Height = 13
    Caption = #29992' '#25143' '#26435' '#38480' '#65306
  end
  object Label5: TLabel
    Left = 432
    Top = 56
    Width = 72
    Height = 13
    Caption = #36523#20221#35777#21495#30721#65306
  end
  object Label8: TLabel
    Left = 432
    Top = 104
    Width = 66
    Height = 13
    Caption = #30005'          '#35805#65306
  end
  object Label9: TLabel
    Left = 432
    Top = 160
    Width = 69
    Height = 13
    Caption = #37038'           '#31665#65306
  end
  object Label7: TLabel
    Left = 184
    Top = 208
    Width = 69
    Height = 13
    Caption = #22320'           '#22336#65306
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 32
    Width = 145
    Height = 305
    Caption = #35831#36873#25321#35201#21024#38500#30340#29992#25143#21517#65306
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 129
      Height = 281
      DataSource = DM.DataSource2
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          Width = 109
          Visible = True
        end>
    end
  end
  object DBEdit1: TDBEdit
    Left = 280
    Top = 48
    Width = 129
    Height = 21
    DataSource = DM.DataSource2
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 1
  end
  object DBEdit2: TDBEdit
    Left = 280
    Top = 104
    Width = 129
    Height = 21
    DataSource = DM.DataSource2
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 2
  end
  object DBEdit3: TDBEdit
    Left = 280
    Top = 160
    Width = 129
    Height = 21
    DataSource = DM.DataSource2
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 3
  end
  object DBEdit4: TDBEdit
    Left = 528
    Top = 48
    Width = 129
    Height = 21
    DataSource = DM.DataSource2
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 4
  end
  object DBEdit5: TDBEdit
    Left = 528
    Top = 104
    Width = 129
    Height = 21
    DataSource = DM.DataSource2
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 5
  end
  object DBEdit6: TDBEdit
    Left = 528
    Top = 160
    Width = 129
    Height = 21
    DataSource = DM.DataSource2
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 6
  end
  object DBEdit7: TDBEdit
    Left = 280
    Top = 208
    Width = 377
    Height = 21
    DataSource = DM.DataSource2
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 7
  end
  object Button1: TButton
    Left = 184
    Top = 280
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 8
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 368
    Top = 280
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 9
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 576
    Top = 280
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 10
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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