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

📄 unit21.~dfm

📁 该源码采用DELPHI语言,主要实现了对员工信息管理的功能.
💻 ~DFM
字号:
object Form21: TForm21
  Left = 274
  Top = 245
  Width = 626
  Height = 480
  Caption = #26597#35810#21592#24037#31616#21382
  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 = 16
    Top = 40
    Width = 89
    Height = 13
    Caption = #35831#36755#20837#21592#24037#21495
  end
  object Edit1: TEdit
    Left = 128
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 144
    Top = 80
    Width = 75
    Height = 25
    Caption = #24320#22987#26597#25214
    TabOrder = 1
    OnClick = Button1Click
  end
  object RadioGroup1: TRadioGroup
    Left = 408
    Top = 8
    Width = 185
    Height = 145
    Caption = #36873#25321#26597#25214#20869#23481
    TabOrder = 2
  end
  object RadioButton1: TRadioButton
    Left = 424
    Top = 32
    Width = 113
    Height = 17
    Caption = #23398#20064#31616#21382
    TabOrder = 3
  end
  object RadioButton2: TRadioButton
    Left = 424
    Top = 56
    Width = 113
    Height = 17
    Caption = #24037#20316#31616#21382
    TabOrder = 4
  end
  object RadioButton3: TRadioButton
    Left = 424
    Top = 88
    Width = 113
    Height = 17
    Caption = #22870#24809#24773#20917
    TabOrder = 5
  end
  object DBGrid1: TDBGrid
    Left = 40
    Top = 152
    Width = 441
    Height = 281
    DataSource = DataSource1
    TabOrder = 6
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 496
    Top = 216
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 7
    OnClick = Button2Click
  end
  object RadioButton4: TRadioButton
    Left = 424
    Top = 120
    Width = 113
    Height = 17
    Caption = #22521#35757#24773#20917
    TabOrder = 8
  end
  object ADOConnection1: TADOConnection
    Connected = True
    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 = 648
    Top = 224
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 648
    Top = 288
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 648
    Top = 328
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    TableName = #21592#24037
    Left = 648
    Top = 160
  end
end

⌨️ 快捷键说明

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