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

📄 unitroleset.dfm

📁 一套宾馆管理系统
💻 DFM
字号:
object frmRoleSet: TfrmRoleSet
  Left = 305
  Top = 181
  Width = 495
  Height = 480
  Caption = #29992#33394#35774#32622
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 82
    Width = 487
    Height = 3
    Cursor = crVSplit
    Align = alTop
  end
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 487
    Height = 33
    Bands = <
      item
        Control = ToolBar1
        ImageIndex = -1
        Width = 483
      end>
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 470
      Height = 25
      ButtonHeight = 21
      ButtonWidth = 55
      Caption = 'ToolBar1'
      ShowCaptions = True
      TabOrder = 0
      object tbnAddRole: TToolButton
        Left = 0
        Top = 2
        Caption = #28155#21152#35282#33394
        ImageIndex = 0
        OnClick = tbnAddRoleClick
      end
      object tbnRemoveRole: TToolButton
        Left = 55
        Top = 2
        Caption = #31227#38500#35282#33394
        ImageIndex = 1
        OnClick = tbnRemoveRoleClick
      end
      object ToolButton6: TToolButton
        Left = 110
        Top = 2
        Width = 8
        Caption = 'ToolButton6'
        ImageIndex = 4
        Style = tbsSeparator
      end
      object tbnExit: TToolButton
        Left = 118
        Top = 2
        Caption = #36864#20986
        ImageIndex = 2
        OnClick = tbnExitClick
      end
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 432
    Width = 487
    Height = 21
    Panels = <
      item
        Width = 50
      end
      item
        Width = 50
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 33
    Width = 487
    Height = 49
    Align = alTop
    Caption = 'Panel1'
    TabOrder = 2
    object GroupBox3: TGroupBox
      Left = 1
      Top = 1
      Width = 485
      Height = 47
      Align = alClient
      Caption = #24403#21069#35774#32622#29992#25143
      TabOrder = 0
      object Label1: TLabel
        Left = 44
        Top = 19
        Width = 42
        Height = 15
        AutoSize = False
        Caption = #29992#25143#21517
      end
      object Label2: TLabel
        Left = 248
        Top = 19
        Width = 89
        Height = 14
        AutoSize = False
        Caption = #35282#33394#35774#32622#24773#20917
      end
      object edtuserName: TEdit
        Left = 104
        Top = 16
        Width = 97
        Height = 21
        TabOrder = 0
      end
      object EdtStatus: TEdit
        Left = 344
        Top = 16
        Width = 81
        Height = 21
        TabOrder = 1
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 85
    Width = 487
    Height = 347
    Align = alClient
    Caption = 'Panel2'
    TabOrder = 3
    object Splitter2: TSplitter
      Left = 233
      Top = 1
      Height = 345
    end
    object Panel3: TPanel
      Left = 1
      Top = 1
      Width = 232
      Height = 345
      Align = alLeft
      Caption = 'Panel3'
      TabOrder = 0
      object GroupBox1: TGroupBox
        Left = 1
        Top = 1
        Width = 230
        Height = 343
        Align = alClient
        Caption = #21487#29992#35282#33394#21015#34920
        TabOrder = 0
        object lvwSelect: TListView
          Left = 2
          Top = 15
          Width = 226
          Height = 326
          Align = alClient
          Checkboxes = True
          Columns = <>
          TabOrder = 0
          ViewStyle = vsReport
        end
      end
    end
    object Panel4: TPanel
      Left = 236
      Top = 1
      Width = 250
      Height = 345
      Align = alClient
      Caption = 'Panel4'
      TabOrder = 1
      object GroupBox2: TGroupBox
        Left = 1
        Top = 1
        Width = 248
        Height = 343
        Align = alClient
        Caption = #24050#35774#32622#35282#33394#21015#34920
        TabOrder = 0
        object lvwSeted: TListView
          Left = 2
          Top = 15
          Width = 244
          Height = 326
          Align = alClient
          Checkboxes = True
          Columns = <>
          TabOrder = 0
          ViewStyle = vsReport
        end
      end
    end
  end
  object ADOQuery: TADOQuery
    Parameters = <>
    Left = 74
    Top = 175
  end
  object ADOcmd: TADOCommand
    Parameters = <>
    Left = 122
    Top = 175
  end
end

⌨️ 快捷键说明

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