unitsysuser.dfm

来自「自己做过的工程」· DFM 代码 · 共 126 行

DFM
126
字号
object formsysuser: Tformsysuser
  Left = 127
  Top = 106
  BorderStyle = bsDialog
  Caption = #29992#25143#31649#29702
  ClientHeight = 383
  ClientWidth = 550
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 308
    Width = 550
    Height = 75
    Align = alBottom
    BorderStyle = bsSingle
    TabOrder = 0
    object but_add: TButton
      Left = 89
      Top = 22
      Width = 81
      Height = 33
      Caption = #28155#21152
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = but_addClick
    end
    object but_delete: TButton
      Left = 249
      Top = 22
      Width = 81
      Height = 33
      Caption = #21024#38500
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = but_deleteClick
    end
    object but_exit: TButton
      Left = 401
      Top = 22
      Width = 81
      Height = 33
      Caption = #36864#20986
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = but_exitClick
    end
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 545
    Height = 305
    ActivePage = TabSheet1
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabIndex = 0
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = #29992#25143#36164#26009
      object DBGr_sys_user: TDBGrid
        Left = 8
        Top = 8
        Width = 521
        Height = 260
        DataSource = DataSource1
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -14
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        OnCellClick = DBGr_sys_userCellClick
        Columns = <
          item
            Expanded = False
            FieldName = 'username'
            Title.Caption = #29992#25143#21517
            Width = 129
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'usertype'
            Title.Caption = #29992#25143#31867#22411
            Width = 156
            Visible = True
          end>
      end
    end
  end
  object DataSource1: TDataSource
    DataSet = DMHotel.ds_sys_user
    Left = 256
  end
end

⌨️ 快捷键说明

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