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

📄 bmwh.dfm

📁 Delphi开发的人事管理系统
💻 DFM
字号:
object BmwhForm: TBmwhForm
  Left = 260
  Top = 232
  BorderStyle = bsDialog
  Caption = #37096#38376#32500#25252
  ClientHeight = 296
  ClientWidth = 432
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object dbBmwh: TDBGrid
    Left = 0
    Top = 30
    Width = 432
    Height = 266
    Align = alClient
    DataSource = dsBmwh
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'Bmbh'
        Title.Caption = #32534#21495
        Width = 100
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Bmmc'
        Title.Caption = #21517#31216
        Width = 200
        Visible = True
      end>
  end
  object pnlToolBar: TPanel
    Left = 0
    Top = 0
    Width = 432
    Height = 30
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 1
    object btDel: TButton
      Left = 4
      Top = 3
      Width = 75
      Height = 25
      Action = acDel
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object btExit: TButton
      Left = 80
      Top = 3
      Width = 75
      Height = 25
      Action = acExit
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
  end
  object dsBmwh: TDataSource
    Left = 192
    Top = 88
  end
  object alBmwh: TActionList
    OnUpdate = alBmwhUpdate
    Left = 232
    Top = 88
    object acDel: TAction
      Caption = #21024#38500
      OnExecute = acDelExecute
    end
    object acExit: TAction
      Caption = #36864#20986
      OnExecute = acExitExecute
    end
  end
end

⌨️ 快捷键说明

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