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

📄 unit9.dfm

📁 用户可选择不同权限进入系统。当以管理员权限进入系统时
💻 DFM
字号:
object Form9: TForm9
  Left = 334
  Top = 141
  Width = 825
  Height = 374
  Caption = #20462#25913
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 568
    Top = 80
    Width = 50
    Height = 19
    Caption = #23398#21495':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 512
    Top = 144
    Width = 110
    Height = 19
    Caption = #35745#31639#26426#32593#32476':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 552
    Top = 176
    Width = 70
    Height = 19
    Caption = #25968#25454#24211':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 472
    Top = 208
    Width = 150
    Height = 19
    Caption = #35745#31639#26426#32452#25104#21407#29702':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 568
    Top = 112
    Width = 50
    Height = 19
    Caption = #19987#19994':'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 24
    Width = 449
    Height = 257
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 624
    Top = 80
    Width = 129
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 624
    Top = 144
    Width = 129
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 760
    Top = 144
    Width = 49
    Height = 25
    Caption = #20462#25913
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button1Click
  end
  object Edit3: TEdit
    Left = 624
    Top = 176
    Width = 129
    Height = 21
    TabOrder = 4
  end
  object Button2: TButton
    Left = 760
    Top = 176
    Width = 49
    Height = 25
    Caption = #20462#25913
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = Button2Click
  end
  object Edit4: TEdit
    Left = 624
    Top = 208
    Width = 129
    Height = 21
    TabOrder = 6
  end
  object Button3: TButton
    Left = 760
    Top = 208
    Width = 49
    Height = 25
    Caption = #20462#25913
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = Button3Click
  end
  object Edit5: TEdit
    Left = 624
    Top = 112
    Width = 129
    Height = 21
    TabOrder = 8
  end
  object Button4: TButton
    Left = 760
    Top = 112
    Width = 49
    Height = 25
    Caption = #20462#25913
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 9
    OnClick = Button4Click
  end
  object ADOQuery1: TADOQuery
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#25104#32489#34920
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from achievements')
    Left = 24
    Top = 296
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 64
    Top = 296
  end
end

⌨️ 快捷键说明

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