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

📄 unit22.dfm

📁 该源码采用DELPHI语言,主要实现了对员工信息管理的功能.
💻 DFM
字号:
object Form22: TForm22
  Left = 456
  Top = 343
  Width = 520
  Height = 480
  Caption = #22521#35757#24773#20917#24405#20837
  Color = clBtnFace
  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 = 72
    Top = 32
    Width = 49
    Height = 13
    Caption = #21592#24037#21495
  end
  object Label2: TLabel
    Left = 80
    Top = 80
    Width = 41
    Height = 13
    Caption = #22995#21517
  end
  object Label3: TLabel
    Left = 48
    Top = 152
    Width = 89
    Height = 13
    Caption = #22521#35757#24773#20917#24405#20837
  end
  object Edit1: TEdit
    Left = 152
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 152
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 104
    Top = 176
    Width = 265
    Height = 257
    Lines.Strings = (
      'Memo1')
    TabOrder = 2
  end
  object Button1: TButton
    Left = 312
    Top = 32
    Width = 75
    Height = 25
    Caption = #26597#25214
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 416
    Top = 176
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 424
    Top = 296
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 5
    OnClick = Button3Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=zhao;Data Source=127.0.0.1'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 664
    Top = 176
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 664
    Top = 248
  end
end

⌨️ 快捷键说明

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