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

📄 unit12.dfm

📁 一个小型的职工管理系统希望大家多多指教!基本功能已经实现
💻 DFM
字号:
object Form12: TForm12
  Left = 181
  Top = 116
  Width = 413
  Height = 337
  Caption = #28155#21152#26032#31649#29702#21592
  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 = 72
    Width = 81
    Height = 13
    Caption = #26032#31649#29702#21592#21517'       '
  end
  object Label2: TLabel
    Left = 96
    Top = 112
    Width = 42
    Height = 13
    Caption = #23494#30721'      '
  end
  object Label3: TLabel
    Left = 96
    Top = 160
    Width = 66
    Height = 13
    Caption = #23494#30721#30830#35748'      '
  end
  object Edit1: TEdit
    Left = 192
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 192
    Top = 104
    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 Button1: TButton
    Left = 96
    Top = 208
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 240
    Top = 208
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    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 = 72
    Top = 24
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from t_admin;')
    Left = 152
    Top = 24
  end
end

⌨️ 快捷键说明

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