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

📄 frmoperator.~dfm

📁 被系统名叫生产信息管理系统
💻 ~DFM
字号:
object OperatorForm: TOperatorForm
  Left = 168
  Top = 98
  Width = 388
  Height = 397
  Caption = #32479#35745#25805#20316#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object panChild: TPanel
    Left = 0
    Top = 0
    Width = 380
    Height = 370
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    OnResize = panChildResize
    DesignSize = (
      380
      370)
    object cmdClose: TButton
      Left = 295
      Top = 331
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #20851#38381
      TabOrder = 0
      OnClick = cmdCloseClick
    end
    object grbOperatorInfo: TGroupBox
      Left = 16
      Top = 16
      Width = 353
      Height = 107
      Caption = #32479#35745#21592#20449#24687
      TabOrder = 1
      DesignSize = (
        353
        107)
      object lblOperatorID: TLabel
        Left = 7
        Top = 24
        Width = 66
        Height = 12
        Caption = #32479#35745#21592#22995#21517':'
        FocusControl = txtOperatorID
      end
      object lblOperatorName: TLabel
        Left = 8
        Top = 51
        Width = 90
        Height = 12
        Caption = #32479#35745#21592#25152#23646#37096#38376':'
        FocusControl = txtOperatorName
      end
      object lblOperatorPassword: TLabel
        Left = 9
        Top = 77
        Width = 66
        Height = 12
        Caption = #32479#35745#21592#23494#30721':'
        FocusControl = txtOperatorPassword
      end
      object txtOperatorID: TDBEdit
        Left = 96
        Top = 19
        Width = 244
        Height = 20
        Anchors = [akLeft, akTop, akRight]
        DataField = 'ID'
        DataSource = dmDataSource.dsOperator
        TabOrder = 0
      end
      object txtOperatorName: TDBEdit
        Left = 96
        Top = 46
        Width = 244
        Height = 20
        Anchors = [akLeft, akTop, akRight]
        DataField = 'OPERATOR_NAME'
        DataSource = dmDataSource.dsOperator
        TabOrder = 1
      end
      object txtOperatorPassword: TDBEdit
        Left = 96
        Top = 73
        Width = 244
        Height = 20
        Anchors = [akLeft, akTop, akRight]
        DataField = 'OPERATOR_PASSWORD'
        DataSource = dmDataSource.dsOperator
        PasswordChar = '*'
        TabOrder = 2
      end
    end
    object grbRights: TGroupBox
      Left = 16
      Top = 128
      Width = 353
      Height = 105
      Caption = #32479#35745#36873#39033
      TabOrder = 2
      DesignSize = (
        353
        105)
      object chkOperator: TCheckBox
        Left = 36
        Top = 33
        Width = 97
        Height = 17
        Anchors = []
        Caption = #32479#35745#21592#31649#29702
        TabOrder = 0
      end
      object chkCheckTime: TCheckBox
        Left = 36
        Top = 65
        Width = 97
        Height = 17
        Anchors = []
        Caption = #32479#35745#20998#26512
        TabOrder = 1
      end
      object chkSalarySet: TCheckBox
        Left = 153
        Top = 65
        Width = 176
        Height = 17
        Anchors = []
        Caption = #32479#35745#34920#19978#25253#31867#21035#35774#23450
        TabOrder = 2
      end
      object chkSearch: TCheckBox
        Left = 153
        Top = 33
        Width = 97
        Height = 17
        Anchors = []
        Caption = #26597#35810#32479#35745
        TabOrder = 3
      end
      object chkSystemSet: TCheckBox
        Left = 270
        Top = 33
        Width = 65
        Height = 17
        Anchors = []
        Caption = #31995#32479#35774#32622
        TabOrder = 4
      end
    end
    object grbOperatorList: TGroupBox
      Left = 16
      Top = 216
      Width = 352
      Height = 100
      Anchors = [akLeft, akTop, akRight, akBottom]
      Caption = #32479#35745#25968#25454#31867#21035#21015#34920
      TabOrder = 3
      DesignSize = (
        352
        100)
      object grdOperatorList: TDBGrid
        Left = 8
        Top = 16
        Width = 336
        Height = 76
        Anchors = [akLeft, akTop, akRight, akBottom]
        DataSource = dmDataSource.dsOperator
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        OnMouseUp = grdOperatorListMouseUp
        Columns = <
          item
            Expanded = False
            FieldName = 'ID'
            Title.Caption = #32534#21495
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'OPERATOR_NAME'
            Title.Caption = #25805#20316#21592#22995#21517
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'DESCRIPTION'
            Title.Caption = #22791#27880
            Visible = True
          end>
      end
    end
    object cmdDelete: TButton
      Left = 202
      Top = 331
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #21024#38500'(&D)'
      TabOrder = 4
      OnClick = cmdDeleteClick
    end
    object cmdModify: TButton
      Left = 127
      Top = 331
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #20462#25913'(&M)'
      TabOrder = 5
      OnClick = cmdModifyClick
    end
    object cmdAdd: TButton
      Left = 52
      Top = 331
      Width = 75
      Height = 25
      Anchors = [akRight, akBottom]
      Caption = #28155#21152'(&A)'
      TabOrder = 6
      OnClick = cmdAddClick
    end
  end
end

⌨️ 快捷键说明

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