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

📄 untusergroup.dfm

📁 用delphi编写的数据库管理软件
💻 DFM
字号:
inherited frmUserGroup: TfrmUserGroup
  Left = 225
  Top = 151
  Width = 394
  Height = 368
  Caption = #32676#32452#36164#26009
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 353
    Height = 257
    Caption = #32676#32452#36164#26009
    TabOrder = 0
    object grid: TDBGridEh
      Left = 8
      Top = 24
      Width = 337
      Height = 225
      DataSource = DSusergroup
      Flat = True
      FooterColor = clWindow
      FooterFont.Charset = ANSI_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -13
      FooterFont.Name = #23435#20307
      FooterFont.Style = []
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -13
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      OnGetCellParams = gridGetCellParams
      Columns = <
        item
          EditButtons = <>
          FieldName = 'fisadd'
          Footers = <>
          Title.Caption = #38582#23646
          Width = 50
        end
        item
          EditButtons = <>
          FieldName = 'fid'
          Footers = <>
          ReadOnly = True
          Visible = False
        end
        item
          EditButtons = <>
          FieldName = 'fcode'
          Footers = <>
          ReadOnly = True
          Title.Caption = #32676#32452#32534#30721
          Width = 100
        end
        item
          EditButtons = <>
          FieldName = 'fname'
          Footers = <>
          ReadOnly = True
          Title.Caption = #32676#32452#21517#31216
          Width = 120
        end
        item
          EditButtons = <>
          FieldName = 'fremark'
          Footers = <>
          ReadOnly = True
          Visible = False
        end>
    end
  end
  object btnExit: TButton
    Left = 286
    Top = 288
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = btnExitClick
  end
  object btnOK: TButton
    Left = 208
    Top = 288
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = btnOKClick
  end
  object CDSUsergroup: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 128
    Top = 72
  end
  object DSusergroup: TDataSource
    DataSet = CDSGrid
    Left = 88
    Top = 192
  end
  object CDSGrid: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 72
    Top = 176
  end
  object CDSusergroupid: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 216
    Top = 72
  end
end

⌨️ 快捷键说明

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