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

📄 pingjiaxiugai.dfm

📁 企业人事信息管理系统开发
💻 DFM
字号:
object Form8: TForm8
  Left = 401
  Top = 272
  Width = 541
  Height = 431
  Caption = #20225#19994#20154#20107#20449#24687#31649#29702#31995#32479
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 48
    Width = 81
    Height = 16
    AutoSize = False
    Caption = #21592#24037#22995#21517#65306
    FocusControl = DBEdit1
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 256
    Top = 48
    Width = 81
    Height = 16
    AutoSize = False
    Caption = #25152#22312#37096#38376#65306
    FocusControl = DBEdit2
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 533
    Height = 41
    Align = alTop
    Caption = #21592#24037#24037#20316#35780#20215#20449#24687
    Color = clSkyBlue
    Font.Charset = GB2312_CHARSET
    Font.Color = clPurple
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 72
    Width = 531
    Height = 323
    Color = clSkyBlue
    TabOrder = 1
    object Label3: TLabel
      Left = 16
      Top = 8
      Width = 73
      Height = 16
      AutoSize = False
      Caption = #24037#20316#19994#32489#65306
      FocusControl = DBMemo1
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 256
      Top = 8
      Width = 81
      Height = 16
      AutoSize = False
      Caption = #24037#20316#24577#24230#65306
      FocusControl = DBMemo2
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 16
      Top = 128
      Width = 81
      Height = 16
      AutoSize = False
      Caption = #19994#21153#27700#24179#65306
      FocusControl = DBMemo3
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 264
      Top = 128
      Width = 41
      Height = 16
      AutoSize = False
      Caption = #22791#27880#65306
      FocusControl = DBMemo4
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Bevel1: TBevel
      Left = 16
      Top = 256
      Width = 497
      Height = 1
    end
    object DBMemo1: TDBMemo
      Left = 32
      Top = 24
      Width = 185
      Height = 89
      DataField = 'Yeji'
      DataSource = DataSource1
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
    end
    object DBMemo2: TDBMemo
      Left = 280
      Top = 24
      Width = 185
      Height = 89
      DataField = 'Taidu'
      DataSource = DataSource1
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 1
    end
    object DBMemo3: TDBMemo
      Left = 32
      Top = 152
      Width = 185
      Height = 89
      DataField = 'Shuipin'
      DataSource = DataSource1
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 2
    end
    object DBMemo4: TDBMemo
      Left = 280
      Top = 152
      Width = 185
      Height = 89
      DataField = 'Beizhu'
      DataSource = DataSource1
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      ReadOnly = True
      TabOrder = 3
    end
    object Button1: TButton
      Left = 32
      Top = 272
      Width = 75
      Height = 25
      Caption = #26597#35810
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 416
      Top = 272
      Width = 75
      Height = 25
      Caption = #36820#22238
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 5
      OnClick = Button2Click
    end
  end
  object DBEdit1: TDBEdit
    Left = 88
    Top = 48
    Width = 113
    Height = 21
    DataField = 'Name'
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 2
  end
  object DBEdit2: TDBEdit
    Left = 328
    Top = 48
    Width = 153
    Height = 21
    DataField = 'Department'
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 3
  end
  object DBNavigator1: TDBNavigator
    Left = 136
    Top = 344
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 4
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 8
    Top = 8
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=zhada' +
      'n.mdb;Mode=Share Deny None;Extended Properties="";Persist Securi' +
      'ty Info=False;Jet OLEDB:System database="";Jet OLEDB:Registry Pa' +
      'th="";Jet OLEDB:Database Password="";Jet OLEDB:Engine Type=5;Jet' +
      ' OLEDB:Database Locking Mode=1;Jet OLEDB:Global Partial Bulk Ops' +
      '=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database P' +
      'assword="";Jet OLEDB:Create System Database=False;Jet OLEDB:Encr' +
      'ypt Database=False;Jet OLEDB:Don'#39't Copy Locale on Compact=False;' +
      'Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=Fal' +
      'se'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 48
    Top = 8
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 'zhadan'
    Left = 88
    Top = 8
    object ADOTable1ID: TAutoIncField
      FieldName = 'ID'
      ReadOnly = True
    end
    object ADOTable1Name: TWideStringField
      FieldName = 'Name'
      Size = 50
    end
    object ADOTable1Department: TWideStringField
      FieldName = 'Department'
      Size = 50
    end
    object ADOTable1Yeji: TMemoField
      FieldName = 'Yeji'
      BlobType = ftMemo
    end
    object ADOTable1Taidu: TMemoField
      FieldName = 'Taidu'
      BlobType = ftMemo
    end
    object ADOTable1Shuipin: TMemoField
      FieldName = 'Shuipin'
      BlobType = ftMemo
    end
    object ADOTable1Beizhu: TMemoField
      FieldName = 'Beizhu'
      BlobType = ftMemo
    end
  end
end

⌨️ 快捷键说明

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