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

📄 unit10.~dfm

📁 一个小型的职工管理系统希望大家多多指教!基本功能已经实现
💻 ~DFM
字号:
object Form10: TForm10
  Left = 296
  Top = 172
  Width = 447
  Height = 373
  Caption = #26222#36890#29992#25143#23494#30721#20462#25913
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 96
    Top = 64
    Width = 51
    Height = 13
    Caption = #29992#25143#21517'     '
  end
  object Label2: TLabel
    Left = 96
    Top = 120
    Width = 39
    Height = 13
    Caption = #23494#30721'     '
  end
  object Label3: TLabel
    Left = 96
    Top = 160
    Width = 54
    Height = 13
    Caption = #26032#23494#30721'      '
  end
  object Label4: TLabel
    Left = 96
    Top = 208
    Width = 69
    Height = 13
    Caption = #30830#35748#23494#30721'       '
  end
  object Edit1: TEdit
    Left = 192
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 192
    Top = 112
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
    OnKeyPress = Edit2KeyPress
  end
  object Edit3: TEdit
    Left = 192
    Top = 152
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
    OnKeyPress = Edit3KeyPress
  end
  object Edit4: TEdit
    Left = 192
    Top = 200
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 3
    OnKeyPress = Edit4KeyPress
  end
  object Button1: TButton
    Left = 88
    Top = 256
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 256
    Top = 256
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
    OnClick = Button2Click
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=jiangm;Data Source=06B9545CC399440'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 96
    Top = 16
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = 't_user'
    Left = 160
    Top = 16
  end
end

⌨️ 快捷键说明

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