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

📄 userm.dfm

📁 用delphi开发的电力调度操作票系统并带有access数据库
💻 DFM
字号:
object Frm_USERM: TFrm_USERM
  Left = 221
  Top = 159
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #29992#25143#31649#29702
  ClientHeight = 514
  ClientWidth = 576
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 397
    Top = 70
    Width = 72
    Height = 16
    Caption = #24320#20851#31867#22411':'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBGrid: TDBGrid
    Left = 16
    Top = 104
    Width = 337
    Height = 393
    DataSource = DataSource
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'UserNum'
        Title.Caption = #29992#25143#21517
        Width = 80
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'UserPsw'
        Title.Caption = #23494#30721
        Width = 81
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'UserType'
        Title.Caption = #29992#25143#31867#22411
        Width = 81
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'NOTE'
        Title.Caption = #22791#27880
        Width = 56
        Visible = True
      end>
  end
  object DBNavigator1: TDBNavigator
    Left = 16
    Top = 8
    Width = 240
    Height = 25
    DataSource = DataSource
    Hints.Strings = (
      #31532#19968#26465#35760#24405
      #19978#19968#26465#35760#24405
      #19979#19968#26465#35760#24405
      #26368#21518#19968#26465#35760#24405
      #25554#20837
      #21024#38500
      #32534#36753
      #25552#20132
      #21462#28040
      #21047#26032)
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
  end
  object DBGrid_UserType: TDBGrid
    Left = 398
    Top = 96
    Width = 161
    Height = 105
    DataSource = DataSource_UserType
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'UserType'
        Title.Caption = #29992#25143#31867#22411
        Width = 66
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'NOTE'
        Title.Caption = #35828#26126
        Width = 71
        Visible = True
      end>
  end
  object DataSource: TDataSource
    DataSet = ADOTable
    Left = 160
    Top = 208
  end
  object ADOTable: TADOTable
    Filtered = True
    Left = 112
    Top = 208
  end
  object ADOTable_UserType: TADOTable
    Left = 456
    Top = 152
  end
  object DataSource_UserType: TDataSource
    DataSet = ADOTable_UserType
    Left = 496
    Top = 152
  end
  object ADOQuery: TADOQuery
    Parameters = <>
    Left = 312
    Top = 56
  end
end

⌨️ 快捷键说明

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