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

📄 slwh.dfm

📁 工资管理系统的代码实例
💻 DFM
字号:
object SlwhForm: TSlwhForm
  Left = 240
  Top = 169
  Width = 480
  Height = 360
  BorderIcons = [biSystemMenu]
  Caption = #31246#29575#35774#23450
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object pnlSm: TPanel
    Left = 0
    Top = 276
    Width = 472
    Height = 50
    Align = alBottom
    BevelOuter = bvLowered
    TabOrder = 1
    object lblSm: TLabel
      Left = 11
      Top = 18
      Width = 571
      Height = 15
      AutoSize = False
      Caption = #35828#26126#65306#36827#34892#31246#29575#32500#25252#26102#65292#35831#25353#29031#31246#29575#21644#19978#38480#39069#30001#20302#21040#39640#22635#20889#65281
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      WordWrap = True
    end
  end
  object dbSlxx: TDBGrid
    Left = 0
    Top = 0
    Width = 472
    Height = 276
    Align = alClient
    DataSource = dsSlxx
    PopupMenu = pmSlxx
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object dsSlxx: TDataSource
    DataSet = adotSlxx
    Left = 312
    Top = 160
  end
  object adotSlxx: TADOTable
    TableName = 'Slxx'
    Left = 256
    Top = 160
  end
  object pmSlxx: TPopupMenu
    OnPopup = pmSlxxPopup
    Left = 200
    Top = 160
    object pnDel: TMenuItem
      Caption = #21024#38500'(&D)'
      ShortCut = 16452
      OnClick = pnDelClick
    end
  end
end

⌨️ 快捷键说明

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