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

📄 unit1.dfm

📁 利用数据库后SQL台操作的
💻 DFM
字号:
object Form1: TForm1
  Left = 294
  Top = 145
  Width = 435
  Height = 368
  Caption = #25945#26448#35746#36141#31649#29702#20449#24687#31995#32479#30331#38470#30028#38754
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnMouseMove = FormMouseMove
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 48
    Width = 119
    Height = 16
    Caption = #35831#36755#20837#29992#25143#21517#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 80
    Top = 104
    Width = 102
    Height = 16
    Caption = #35831#36755#20837#23494#30721#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 80
    Top = 160
    Width = 102
    Height = 16
    Caption = #35831#36873#25321#26435#38480#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 208
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 208
    Top = 104
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
    OnKeyPress = Edit2KeyPress
  end
  object ComboBox1: TComboBox
    Left = 200
    Top = 160
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = #29992#25143
    OnKeyPress = ComboBox1KeyPress
    Items.Strings = (
      #31995#32479#31649#29702#21592
      #36229#32423#31649#29702#21592
      #29992#25143)
  end
  object Button1: TButton
    Left = 104
    Top = 248
    Width = 75
    Height = 25
    Caption = #30331#24405
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
    OnClick = Button1Click
    OnMouseMove = Button1MouseMove
  end
  object Button2: TButton
    Left = 256
    Top = 248
    Width = 75
    Height = 25
    Caption = #21462#28040
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 4
    OnClick = Button2Click
    OnMouseMove = Button2MouseMove
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#25945#26448#35746#36141#31649#29702#31995#32479';Data Source=(local)'
    Parameters = <>
    SQL.Strings = (
      'select * from login')
    Left = 48
    Top = 24
  end
end

⌨️ 快捷键说明

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