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

📄 unit10.~dfm

📁 本例是用delphi开发的学生与课程信息管理系统
💻 ~DFM
字号:
object Formlogin: TFormlogin
  Left = 72
  Top = 114
  Width = 339
  Height = 286
  Caption = #30331#24405
  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 = 40
    Top = 48
    Width = 41
    Height = 13
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 40
    Top = 120
    Width = 41
    Height = 13
    Caption = #23494#30721
  end
  object Editid: TEdit
    Left = 120
    Top = 40
    Width = 113
    Height = 21
    TabOrder = 0
    Text = ' '
  end
  object Editpassword: TEdit
    Left = 120
    Top = 120
    Width = 113
    Height = 21
    TabOrder = 1
    Text = ' '
  end
  object Button1: TButton
    Left = 128
    Top = 184
    Width = 75
    Height = 25
    Caption = #30331#24405
    TabOrder = 2
    OnClick = Button1Click
  end
  object ADOQuerylogin: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog='#23398#29983#36873#35838#31995#32479';Data Source=.'
    Parameters = <>
    Left = 280
    Top = 176
  end
end

⌨️ 快捷键说明

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