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

📄 unit24.dfm

📁 该源码采用DELPHI语言,主要实现了对员工信息管理的功能.
💻 DFM
字号:
object Form24: TForm24
  Left = 257
  Top = 284
  Width = 573
  Height = 480
  Caption = #31163#32844#24773#20917#31649#29702
  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 = 56
    Top = 48
    Width = 42
    Height = 13
    Caption = #21592#24037#21495
  end
  object Label2: TLabel
    Left = 56
    Top = 104
    Width = 28
    Height = 13
    Caption = #22995#21517
  end
  object Label3: TLabel
    Left = 56
    Top = 160
    Width = 56
    Height = 13
    Caption = #31163#32844#26085#26399
  end
  object Label4: TLabel
    Left = 64
    Top = 216
    Width = 56
    Height = 13
    Caption = #31163#32844#21435#21521
  end
  object Label5: TLabel
    Left = 56
    Top = 272
    Width = 64
    Height = 13
    Caption = #31163#32844#21407#22240
  end
  object Edit1: TEdit
    Left = 120
    Top = 48
    Width = 129
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 128
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 304
    Top = 40
    Width = 75
    Height = 25
    Caption = #26597#25214
    TabOrder = 2
    OnClick = Button1Click
  end
  object DateTimePicker1: TDateTimePicker
    Left = 128
    Top = 152
    Width = 186
    Height = 21
    Date = 39577.802817916670000000
    Time = 39577.802817916670000000
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 136
    Top = 216
    Width = 193
    Height = 21
    TabOrder = 4
  end
  object Memo1: TMemo
    Left = 144
    Top = 272
    Width = 257
    Height = 137
    Lines.Strings = (
      'Memo1')
    TabOrder = 5
  end
  object Button2: TButton
    Left = 464
    Top = 240
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 6
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 464
    Top = 312
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 7
    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 = 616
    Top = 136
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 624
    Top = 216
  end
end

⌨️ 快捷键说明

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