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

📄 createsalarytable.dfm

📁 这是工资管理系统,能够应用于各种类型的企业。
💻 DFM
字号:
object SetTaxRateTableForm: TSetTaxRateTableForm
  Left = 309
  Top = 177
  Width = 490
  Height = 298
  Caption = #35774#32622#25152#24471#31246#29575
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 32
    Top = 192
    Width = 54
    Height = 16
    Caption = #20998#24449#28857'      '
  end
  object Label2: TLabel
    Left = 216
    Top = 192
    Width = 36
    Height = 16
    Caption = #31246#29575'    '
  end
  object Label3: TLabel
    Left = 48
    Top = 224
    Width = 36
    Height = 16
    Caption = #35828#26126'    '
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 8
    Width = 353
    Height = 169
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 88
    Top = 184
    Width = 121
    Height = 24
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 248
    Top = 184
    Width = 121
    Height = 24
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 88
    Top = 216
    Width = 281
    Height = 24
    TabOrder = 3
  end
  object BitBtn1: TBitBtn
    Left = 392
    Top = 56
    Width = 75
    Height = 25
    Caption = #22686#21152
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 392
    Top = 104
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 5
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 392
    Top = 160
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 6
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 392
    Top = 216
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 7
    OnClick = BitBtn4Click
  end
  object Table1: TTable
    AfterScroll = Table1AfterScroll
    Left = 280
    Top = 24
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 280
    Top = 64
  end
end

⌨️ 快捷键说明

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