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

📄 mryhgl.dfm

📁 汽配管理系统 数据库:Access ODBC user 操作员 密码 mr 111
💻 DFM
字号:
object YHGL: TYHGL
  Left = 130
  Top = 122
  Width = 510
  Height = 236
  BorderIcons = []
  Caption = #29992#25143#31649#29702
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object BitBtn1: TBitBtn
    Left = 421
    Top = 16
    Width = 75
    Height = 25
    Caption = #28155'  '#21152
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 421
    Top = 80
    Width = 75
    Height = 25
    Caption = #20445'  '#23384
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 421
    Top = 112
    Width = 75
    Height = 25
    Caption = #21462'  '#28040
    TabOrder = 2
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 421
    Top = 144
    Width = 75
    Height = 25
    Caption = #36864'  '#20986
    TabOrder = 3
    OnClick = BitBtn4Click
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 5
    Width = 409
    Height = 196
    TabOrder = 4
    object Label1: TLabel
      Left = 9
      Top = 20
      Width = 60
      Height = 12
      Caption = #29992#25143#32534#21495#65306
      FocusControl = DBEdit1
    end
    object Label2: TLabel
      Left = 9
      Top = 52
      Width = 60
      Height = 12
      Caption = #29992#25143#21517#31216#65306
      FocusControl = DBEdit2
    end
    object Label3: TLabel
      Left = 9
      Top = 84
      Width = 36
      Height = 12
      Caption = #24615#21035#65306
    end
    object Label4: TLabel
      Left = 201
      Top = 20
      Width = 36
      Height = 12
      Caption = #24180#40836#65306
      FocusControl = DBEdit4
    end
    object Label5: TLabel
      Left = 201
      Top = 52
      Width = 60
      Height = 12
      Caption = #30331#24405#36523#20221#65306
      FocusControl = DBEdit5
    end
    object Label6: TLabel
      Left = 9
      Top = 115
      Width = 36
      Height = 12
      Caption = #32844#21153#65306
      FocusControl = DBEdit6
    end
    object Label7: TLabel
      Left = 201
      Top = 84
      Width = 60
      Height = 12
      Caption = #30331#24405#21475#20196#65306
      FocusControl = DBEdit7
    end
    object DBEdit1: TDBEdit
      Left = 73
      Top = 15
      Width = 112
      Height = 20
      DataField = 'bh'
      DataSource = DataSource1
      Enabled = False
      TabOrder = 0
      OnKeyPress = FormKeyPress
    end
    object DBEdit2: TDBEdit
      Left = 73
      Top = 48
      Width = 112
      Height = 20
      DataField = 'xm'
      DataSource = DataSource1
      Enabled = False
      TabOrder = 1
      OnKeyPress = DBEdit2KeyPress
    end
    object DBEdit4: TDBEdit
      Left = 265
      Top = 15
      Width = 136
      Height = 20
      DataField = 'nl'
      DataSource = DataSource1
      Enabled = False
      TabOrder = 3
      OnKeyPress = FormKeyPress
    end
    object DBEdit5: TDBEdit
      Left = 265
      Top = 48
      Width = 136
      Height = 20
      DataField = 'dlsf'
      DataSource = DataSource1
      Enabled = False
      TabOrder = 4
      OnKeyPress = FormKeyPress
    end
    object DBEdit6: TDBEdit
      Left = 73
      Top = 110
      Width = 328
      Height = 20
      DataField = 'zw'
      DataSource = DataSource1
      Enabled = False
      TabOrder = 6
      OnKeyPress = FormKeyPress
    end
    object DBEdit7: TDBEdit
      Left = 265
      Top = 80
      Width = 136
      Height = 20
      DataField = 'kl'
      DataSource = DataSource1
      Enabled = False
      PasswordChar = '#'
      TabOrder = 5
      OnKeyPress = FormKeyPress
    end
    object DBComboBox1: TDBComboBox
      Left = 73
      Top = 80
      Width = 112
      Height = 19
      Style = csOwnerDrawVariable
      DataField = 'xb'
      DataSource = DataSource1
      Enabled = False
      ItemHeight = 13
      Items.Strings = (
        #30007
        #22899)
      TabOrder = 2
      OnKeyPress = DBComboBox1KeyPress
    end
    object DBNavigator1: TDBNavigator
      Left = 16
      Top = 152
      Width = 390
      Height = 25
      DataSource = DataSource1
      TabOrder = 7
    end
  end
  object BitBtn5: TBitBtn
    Left = 421
    Top = 48
    Width = 75
    Height = 25
    Caption = #20462'  '#25913
    TabOrder = 5
    OnClick = BitBtn5Click
  end
  object Table1: TTable
    DatabaseName = 'user'
    TableName = 'pass'
    Left = 56
    Top = 136
    object Table1id: TAutoIncField
      FieldName = 'id'
    end
    object Table1bh: TStringField
      FieldName = 'bh'
      Size = 11
    end
    object Table1xm: TStringField
      FieldName = 'xm'
    end
    object Table1xb: TStringField
      FieldName = 'xb'
      Size = 5
    end
    object Table1nl: TStringField
      FieldName = 'nl'
      Size = 5
    end
    object Table1dlsf: TStringField
      FieldName = 'dlsf'
    end
    object Table1zw: TStringField
      FieldName = 'zw'
    end
    object Table1kl: TStringField
      FieldName = 'kl'
      Size = 50
    end
    object Table1a: TBooleanField
      FieldName = 'a'
      Required = True
    end
    object Table1b: TBooleanField
      FieldName = 'b'
      Required = True
    end
    object Table1c: TBooleanField
      FieldName = 'c'
      Required = True
    end
    object Table1d: TBooleanField
      FieldName = 'd'
      Required = True
    end
    object Table1e: TBooleanField
      FieldName = 'e'
      Required = True
    end
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 136
    Top = 136
  end
end

⌨️ 快捷键说明

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