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

📄 unit1.dfm

📁 用户可选择不同权限进入系统。当以管理员权限进入系统时
💻 DFM
字号:
object Form1: TForm1
  Left = 444
  Top = 165
  Width = 469
  Height = 271
  Caption = #35745#31639#26426#38498'06'#32423#23398#29983#25104#32489#31649#29702#31995#32479
  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 = 176
    Top = 56
    Width = 80
    Height = 20
    Caption = ' '#29992#25143'ID:'
    Color = clBtnFace
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -20
    Font.Name = #38582#20070
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 184
    Top = 96
    Width = 70
    Height = 20
    Caption = #23494'  '#30721':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -20
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 256
    Top = 56
    Width = 145
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 256
    Top = 96
    Width = 145
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
    OnKeyPress = Edit2KeyPress
  end
  object Button1: TButton
    Left = 264
    Top = 128
    Width = 65
    Height = 25
    Caption = #30331#24405
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 336
    Top = 128
    Width = 65
    Height = 25
    Caption = #21462#28040
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
  object RadioGroup1: TRadioGroup
    Left = 48
    Top = 32
    Width = 105
    Height = 129
    Caption = #29992#25143#26435#38480
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    Items.Strings = (
      #31649#29702#21592
      #23398#29983)
    ParentFont = False
    TabOrder = 4
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#23398#29983#25104#32489#31649#29702#31995#32479';Data Source=NANLIGON-8AE003'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from login')
    Left = 128
    Top = 176
  end
  object ADOQuery2: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#23398#29983#25104#32489#31649#29702#31995#32479
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from wwww')
    Left = 96
    Top = 176
  end
end

⌨️ 快捷键说明

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