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

📄 fadminlogin.dfm

📁 财务报表系统,包括系统登陆
💻 DFM
字号:
object frmAdminLogin: TfrmAdminLogin
  Left = 224
  Top = 175
  Width = 449
  Height = 347
  Caption = #30331#24405#31649#29702
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PrintScale = poNone
  Scaled = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object tlb1: TToolBar
    Left = 0
    Top = 0
    Width = 441
    Height = 24
    AutoSize = True
    ButtonHeight = 20
    ButtonWidth = 55
    Caption = 'tlb1'
    ShowCaptions = True
    TabOrder = 0
    object btn1: TToolButton
      Left = 0
      Top = 2
      Caption = #28155#21152
      ImageIndex = 0
      OnClick = btn1Click
    end
    object btn2: TToolButton
      Left = 55
      Top = 2
      Caption = #21024#38500
      ImageIndex = 1
      OnClick = btn2Click
    end
    object btn3: TToolButton
      Left = 110
      Top = 2
      Caption = #20462#25913#23494#30721
      ImageIndex = 2
      OnClick = btn3Click
    end
    object btn4: TToolButton
      Left = 165
      Top = 2
      Width = 8
      Caption = 'btn4'
      ImageIndex = 3
      Style = tbsSeparator
    end
    object btn5: TToolButton
      Left = 173
      Top = 2
      Caption = #20851#38381
      ImageIndex = 3
      OnClick = btn5Click
    end
  end
  object dbgrd1: TDBGrid
    Left = 0
    Top = 24
    Width = 441
    Height = 296
    Align = alClient
    DataSource = ds1
    Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'uid'
        Title.Caption = #29992#25143#21517
        Width = 200
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'apwd'
        Title.Caption = #23494#30721
        Visible = True
      end>
  end
  object qry1: TADOQuery
    Connection = dm.con1
    Parameters = <>
    Left = 208
    Top = 64
  end
  object ds1: TDataSource
    DataSet = qry1
    Left = 240
    Top = 64
  end
end

⌨️ 快捷键说明

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