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

📄 uusermanage.dfm

📁 该系统将温度数据以类似股票K线显示方式进行分析
💻 DFM
字号:
object UserManageFrm: TUserManageFrm
  Left = 508
  Top = 157
  Width = 480
  Height = 360
  Caption = #29992#25143#31649#29702
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 472
    Height = 326
    Align = alClient
    Caption = 'Panel2'
    TabOrder = 0
    object dbgUser: TDBGrid
      Left = 1
      Top = 26
      Width = 470
      Height = 299
      Align = alClient
      DataSource = dsUser
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'UserID'
          Title.Alignment = taCenter
          Title.Caption = #29992#25143#26631#35782
          Width = 63
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'UserName'
          Title.Alignment = taCenter
          Title.Caption = #29992#25143#21517#31216
          Width = 120
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'Password'
          Title.Alignment = taCenter
          Title.Caption = #29992#25143#23494#30721
          Width = 135
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'TrueName'
          Title.Caption = #22995#21517
          Visible = True
        end>
    end
    object dbnMain: TDBNavigator
      Left = 1
      Top = 1
      Width = 470
      Height = 25
      DataSource = dsUser
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbEdit, nbPost, nbCancel]
      Align = alTop
      Hints.Strings = (
        #31532#19968#20010#29992#25143
        #21069#19968#20010#29992#25143
        #21518#19968#20010#29992#25143
        #26368#21518#19968#20010#29992#25143
        #28155#21152#29992#25143
        #21024#38500#29992#25143
        #32534#36753#29992#25143
        #20445#23384#26356#26032
        #21462#28040#32534#36753)
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
    end
  end
  object adocUser: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=tasly;Persist Security Info=True;Us' +
      'er ID=sa;Initial Catalog=OnlineTmp;Data Source=DOLPHIN'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'SQLOLEDB.1'
    Left = 144
    Top = 104
  end
  object adotUser: TADOTable
    Connection = adocUser
    CursorType = ctStatic
    TableName = 'users'
    Left = 192
    Top = 104
  end
  object dsUser: TDataSource
    DataSet = adotUser
    Left = 240
    Top = 104
  end
end

⌨️ 快捷键说明

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