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

📄 user_pas.~dfm

📁 一个考勤管理系统
💻 ~DFM
字号:
object user_Form: Tuser_Form
  Left = 192
  Top = 114
  Width = 459
  Height = 467
  Caption = #29992#25143#31649#29702
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 19
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 433
    Height = 169
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 72
      Width = 77
      Height = 19
      Caption = #29992#25143'ID'#65306
    end
    object Label2: TLabel
      Left = 232
      Top = 72
      Width = 76
      Height = 19
      Caption = #29992#25143#21517#65306
    end
    object Label3: TLabel
      Left = 8
      Top = 120
      Width = 77
      Height = 19
      Caption = #23494'  '#30721#65306
    end
    object Label4: TLabel
      Left = 216
      Top = 120
      Width = 95
      Height = 19
      Caption = #29992#25143#32423#21035#65306
    end
    object DBNavigator1: TDBNavigator
      Left = 8
      Top = 24
      Width = 315
      Height = 25
      DataSource = DataSource1
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost]
      TabOrder = 0
    end
    object DBEdit1: TDBEdit
      Left = 80
      Top = 64
      Width = 121
      Height = 27
      DataField = 'user_id'
      DataSource = DataSource1
      TabOrder = 1
    end
    object DBEdit2: TDBEdit
      Left = 304
      Top = 64
      Width = 113
      Height = 27
      DataField = 'user_name'
      DataSource = DataSource1
      TabOrder = 2
    end
    object DBEdit3: TDBEdit
      Left = 80
      Top = 112
      Width = 121
      Height = 27
      DataField = 'user_password'
      DataSource = DataSource1
      PasswordChar = '*'
      TabOrder = 3
    end
    object DBComboBox1: TDBComboBox
      Left = 304
      Top = 112
      Width = 113
      Height = 27
      DataField = 'user_jb'
      DataSource = DataSource1
      ItemHeight = 19
      Items.Strings = (
        #19968#33324#29992#25143
        #31649#29702#21592)
      TabOrder = 4
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 184
    Width = 433
    Height = 241
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 417
      Height = 225
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -19
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'user_id'
          Title.Caption = #29992#25143'ID'
          Width = 85
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'user_name'
          Title.Caption = #29992#25143#21517
          Width = 152
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'user_jb'
          Title.Caption = #29992#25143#32423#21035
          Width = 159
          Visible = True
        end>
    end
  end
  object BitBtn1: TBitBtn
    Left = 344
    Top = 24
    Width = 89
    Height = 33
    Caption = #20851#38381
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkClose
  end
  object DataSource1: TDataSource
    DataSet = DataModule1.ADOTable_yg
    Left = 216
    Top = 72
  end
end

⌨️ 快捷键说明

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