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

📄 rygl.dfm

📁 售后服务系统优质的售后服务是企业生存和市场竞争的保障
💻 DFM
字号:
object RyGlForm: TRyGlForm
  Left = 208
  Top = 153
  Width = 546
  Height = 286
  Caption = '人员管理'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Button2: TButton
    Left = 18
    Top = 216
    Width = 71
    Height = 33
    Caption = '增加'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '黑体'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 90
    Top = 216
    Width = 71
    Height = 33
    Caption = '修改'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '黑体'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 162
    Top = 216
    Width = 71
    Height = 33
    Caption = '保存'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '黑体'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 234
    Top = 216
    Width = 71
    Height = 33
    Caption = '放弃'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '黑体'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 306
    Top = 216
    Width = 71
    Height = 33
    Caption = '删除'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '黑体'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 4
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 452
    Top = 216
    Width = 71
    Height = 33
    Caption = '退出'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '黑体'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 5
    OnClick = Button7Click
  end
  object GroupBox1: TGroupBox
    Left = 200
    Top = 8
    Width = 329
    Height = 193
    Caption = '详细资料'
    TabOrder = 6
    object Label1: TLabel
      Left = 24
      Top = 32
      Width = 28
      Height = 14
      Caption = '姓名'
    end
    object DBCheckBox1: TDBCheckBox
      Left = 216
      Top = 16
      Width = 73
      Height = 17
      Caption = '操作权'
      DataField = 'czqx'
      DataSource = DataSource1
      TabOrder = 0
      ValueChecked = '有'
      ValueUnchecked = '无'
    end
    object DBCheckBox2: TDBCheckBox
      Left = 216
      Top = 37
      Width = 73
      Height = 17
      Caption = '受理权'
      DataField = 'fwslqx'
      DataSource = DataSource1
      TabOrder = 1
      ValueChecked = '有'
      ValueUnchecked = '无'
    end
    object DBCheckBox3: TDBCheckBox
      Left = 216
      Top = 57
      Width = 73
      Height = 17
      Caption = '结算权'
      DataField = 'fwjsqx'
      DataSource = DataSource1
      TabOrder = 2
      ValueChecked = '有'
      ValueUnchecked = '无'
    end
    object DBCheckBox4: TDBCheckBox
      Left = 216
      Top = 98
      Width = 97
      Height = 17
      Caption = '回访结算权'
      DataField = 'hfjsqx'
      DataSource = DataSource1
      TabOrder = 3
      ValueChecked = '有'
      ValueUnchecked = '无'
    end
    object DBCheckBox5: TDBCheckBox
      Left = 216
      Top = 119
      Width = 97
      Height = 17
      Caption = '配件管理权'
      DataField = 'pjglqx'
      DataSource = DataSource1
      TabOrder = 4
      ValueChecked = '有'
      ValueUnchecked = '无'
    end
    object DBCheckBox6: TDBCheckBox
      Left = 216
      Top = 139
      Width = 97
      Height = 17
      Caption = '信息设置权'
      DataField = 'setqx'
      DataSource = DataSource1
      TabOrder = 5
      ValueChecked = '有'
      ValueUnchecked = '无'
    end
    object DBCheckBox7: TDBCheckBox
      Left = 216
      Top = 160
      Width = 97
      Height = 17
      Caption = '资料查询权'
      DataField = 'bmxxcxqx'
      DataSource = DataSource1
      TabOrder = 6
      ValueChecked = '有'
      ValueUnchecked = '无'
    end
    object DBCheckBox8: TDBCheckBox
      Left = 216
      Top = 78
      Width = 73
      Height = 17
      Caption = '派工权'
      DataField = 'fwpgqx'
      DataSource = DataSource1
      TabOrder = 7
      ValueChecked = '有'
      ValueUnchecked = '无'
    end
    object DBRadioGroup1: TDBRadioGroup
      Left = 56
      Top = 72
      Width = 121
      Height = 105
      Caption = '人员类别'
      DataField = 'jb'
      DataSource = DataSource1
      Items.Strings = (
        '总经理'
        '部门经理'
        '业务人员')
      TabOrder = 8
    end
    object DBEdit1: TDBEdit
      Left = 56
      Top = 32
      Width = 121
      Height = 22
      DataField = 'ryxm'
      DataSource = DataSource1
      TabOrder = 9
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 8
    Width = 185
    Height = 193
    Caption = '人员信息'
    TabOrder = 7
    object DBGrid1: TDBGrid
      Left = 9
      Top = 17
      Width = 168
      Height = 168
      DataSource = DataSource1
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -14
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'ryxm'
          Title.Alignment = taCenter
          Title.Caption = '姓名'
          Width = 123
          Visible = True
        end>
    end
  end
  object Button1: TButton
    Left = 377
    Top = 216
    Width = 75
    Height = 33
    Caption = ' 重置密码'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '黑体'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 8
    OnClick = Button1Click
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    OnStateChange = DataSource1StateChange
    Left = 112
    Top = 112
  end
  object ADOQuerytmp: TADOQuery
    Connection = MainForm.ADOConnection1
    Parameters = <>
    Left = 248
    Top = 168
  end
  object ADOTable1: TADOTable
    Connection = MainForm.ADOConnection1
    AfterInsert = ADOTable1AfterInsert
    BeforePost = ADOTable1BeforePost
    TableName = 'ryxx'
    Left = 56
    Top = 112
  end
end

⌨️ 快捷键说明

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