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

📄 urightssetting.dfm

📁 图书管系统
💻 DFM
字号:
object frmRightSetting: TfrmRightSetting
  Left = 118
  Top = 68
  BorderStyle = bsDialog
  Caption = #29992#25143#31649#29702
  ClientHeight = 318
  ClientWidth = 573
  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
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 14
    Top = 12
    Width = 259
    Height = 285
    Caption = #29992#25143#21015#34920
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object ListView1: TListView
      Left = 6
      Top = 23
      Width = 247
      Height = 226
      Columns = <
        item
          Caption = #29992#25143#21517
          Width = 100
        end
        item
          Caption = #29992#25143#26435#38480
          Width = 100
        end>
      GridLines = True
      MultiSelect = True
      ReadOnly = True
      RowSelect = True
      TabOrder = 0
      ViewStyle = vsReport
      OnChange = ListView1Change
      OnClick = ListView1Click
    end
    object btnDelete: TButton
      Left = 185
      Top = 258
      Width = 67
      Height = 22
      Caption = #21024#38500
      TabOrder = 1
      OnClick = btnDeleteClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 296
    Top = 12
    Width = 262
    Height = 285
    Caption = #32534#36753#29992#25143
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object GroupBox4: TGroupBox
      Left = 12
      Top = 80
      Width = 238
      Height = 169
      Caption = #36873#39033
      TabOrder = 0
      object edtUsername: TEdit
        Left = 93
        Top = 36
        Width = 121
        Height = 20
        TabOrder = 0
      end
      object edtPassword: TEdit
        Left = 93
        Top = 74
        Width = 121
        Height = 20
        PasswordChar = '*'
        TabOrder = 1
      end
      object StaticText1: TStaticText
        Left = 19
        Top = 39
        Width = 40
        Height = 16
        Caption = #29992#25143#21517
        TabOrder = 2
      end
      object StaticText2: TStaticText
        Left = 19
        Top = 77
        Width = 28
        Height = 16
        Caption = #21475#20196
        TabOrder = 3
      end
      object cmbLevel: TComboBox
        Left = 93
        Top = 111
        Width = 121
        Height = 20
        Style = csDropDownList
        ItemHeight = 12
        TabOrder = 4
        Items.Strings = (
          #36229#32423#29992#25143
          #31649#29702#21592#29992#25143)
      end
      object StaticText3: TStaticText
        Left = 19
        Top = 114
        Width = 28
        Height = 16
        Caption = #26435#38480
        TabOrder = 5
      end
    end
    object btnOK: TButton
      Left = 177
      Top = 258
      Width = 67
      Height = 22
      Caption = #30830#23450
      TabOrder = 1
      OnClick = btnOKClick
    end
    object chkNewUser: TCheckBox
      Left = 16
      Top = 32
      Width = 153
      Height = 33
      Caption = #26032#24314#29992#25143
      Checked = True
      State = cbChecked
      TabOrder = 2
      OnClick = chkNewUserClick
    end
  end
end

⌨️ 快捷键说明

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