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

📄 message1.dfm

📁 该源码采用DELPHI语言,主要实现了对员工信息管理的功能.
💻 DFM
字号:
object Form11: TForm11
  Left = 32
  Top = 485
  Width = 749
  Height = 535
  Caption = #20449#24687#36319#36394
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 16
    Width = 729
    Height = 473
    Caption = #31649#29702#21592#20449#24687#36319#36394
    TabOrder = 0
    object Panel1: TPanel
      Left = 0
      Top = 16
      Width = 721
      Height = 41
      TabOrder = 0
      object Label1: TLabel
        Left = 24
        Top = 8
        Width = 48
        Height = 13
        Caption = #21592#24037#21495#65306
      end
      object Edit1: TEdit
        Left = 88
        Top = 8
        Width = 489
        Height = 21
        TabOrder = 0
      end
      object Button1: TButton
        Left = 616
        Top = 8
        Width = 75
        Height = 25
        Caption = #26597#35810
        TabOrder = 1
        OnClick = Button1Click
      end
    end
    object Panel2: TPanel
      Left = 0
      Top = 64
      Width = 721
      Height = 97
      TabOrder = 1
      object Label2: TLabel
        Left = 32
        Top = 8
        Width = 36
        Height = 13
        Caption = #22995#21517#65306
      end
      object Label3: TLabel
        Left = 400
        Top = 8
        Width = 36
        Height = 13
        Caption = #24615#21035#65306
      end
      object Label4: TLabel
        Left = 32
        Top = 56
        Width = 36
        Height = 13
        Caption = #37096#38376#65306
        OnClick = Label4Click
      end
      object Edit2: TEdit
        Left = 80
        Top = 8
        Width = 249
        Height = 21
        TabOrder = 0
      end
      object Edit3: TEdit
        Left = 448
        Top = 8
        Width = 249
        Height = 21
        TabOrder = 1
      end
      object Edit4: TEdit
        Left = 80
        Top = 56
        Width = 249
        Height = 21
        TabOrder = 2
      end
    end
    object ListView1: TListView
      Left = 2
      Top = 167
      Width = 719
      Height = 266
      Columns = <
        item
          Caption = '         '#26085#26399
          Width = 100
        end
        item
          Caption = 
            '                                                                ' +
            '        '#21453#39304#20449#24687
          Width = 610
        end>
      GridLines = True
      ReadOnly = True
      RowSelect = True
      TabOrder = 2
      ViewStyle = vsReport
    end
    object StaticText1: TStaticText
      Left = 14
      Top = 444
      Width = 58
      Height = 17
      Caption = #20849'0'#26465#35760#24405
      TabOrder = 3
    end
  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 = 752
    Top = 40
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 752
    Top = 88
  end
end

⌨️ 快捷键说明

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