unit8.~dfm

来自「用户可选择不同权限进入系统。当以管理员权限进入系统时」· ~DFM 代码 · 共 83 行

~DFM
83
字号
object Form8: TForm8
  Left = 242
  Top = 352
  Width = 720
  Height = 375
  Caption = #26597#35810
  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 = 488
    Top = 224
    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 DBGrid1: TDBGrid
    Left = 16
    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 = 544
    Top = 224
    Width = 145
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 624
    Top = 256
    Width = 65
    Height = 25
    Caption = #26597#35810
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button1Click
  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 + =
减小字号Ctrl + -
显示快捷键?