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

📄 frmtools.dfm

📁 数据库后台管理工具
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object Frmtool: TFrmtool
  Left = 151
  Top = 112
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '营业用电后台数据库管理工具 (Ver 1.0)'
  ClientHeight = 365
  ClientWidth = 501
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  Icon.Data = {
    0000010001002020100000000000E80200001600000028000000200000004000
    0000010004000000000080020000000000000000000000000000000000000000
    000000008000008000000080800080000000800080008080000080808000C0C0
    C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
    0000000000000000000000000000000000000000000000000000000000000888
    8888888888888888888888888888000000000000000000000000000000080EAE
    AEAEAEAEAEAEAEAEAEAEAEAEAE080A00EAEAEAEAEA00EAEAEAEAEAEAEA080E0A
    0EAEAEAEA0A0AEAEAEAEAEAEAE080AE0A0EAEAEA0A0AEAEAEAEAEAEAEA080EA0
    AE000000AE0EAEAEAEAEAEAEAE080AE0EAEAEAEAEA0AEAEAEAEAEAEAEA080EAE
    0000000000AEAEAEAEAEAEAEAE080AEA0A0AEAE0E0EAEAEAEAEAEAEAEA080EAE
    0EA0AE0EA0A77E77AEAEA77EAE080AE770EA00EA077AE7EA77777AE77A080EA7
    70AE00AE07777777777777777E080A77E0E0EA0A0AEAEA7AE77777777A080E7E
    AE00AE00AEAEAEA7A77777777E080A7AEA0A00E0EAEAEAE7E77AE7EAEA080E7E
    AE0E00A0AEAEAEA7A7777EAEAE080AE7EAE0EA0AEAEAEA7AE777EAEAEA080EAE
    77700007777777AEAEAEAEAEAE080AEAEAE0EA0AEAEAEAEAEAEAEAEAEA080EAE
    AEAE00AEAEAEAEAEAEAEAEAEAE080AEAEAEA00EAEAEAEAEAEAEAEAEAEA080EAE
    AEAEAEAEAEAEAEAEAEAEAEAEAE08000000000000000000000000000000080CCC
    CCCCCCCCCCCCCCCCCCCCCCCCCC080CCCCCCCCCCCCCCCCCCCCCCCCCCCCC080000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000000000000000000000000FFFF
    FFFFFFFFFFFF8000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000001FFFFFFFFFFFFFFFFFFFFFFFF}
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 342
    Width = 501
    Height = 23
    Panels = <
      item
        Width = 100
      end
      item
        Width = 150
      end
      item
        Alignment = taCenter
        Width = 130
      end
      item
        Width = 100
      end>
    SimplePanel = False
  end
  object DBGrid1: TDBGrid
    Left = -1
    Top = 158
    Width = 502
    Height = 183
    DataSource = DataSource1
    ParentShowHint = False
    ReadOnly = True
    ShowHint = False
    TabOrder = 1
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'yhmc'
        Title.Alignment = taCenter
        Title.Caption = '登录用户名称'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Width = 116
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'dlsj'
        Title.Alignment = taCenter
        Title.Caption = '登录时间'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Width = 118
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'tcsj'
        Title.Alignment = taCenter
        Title.Caption = '离开时间'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Width = 115
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bz'
        Title.Alignment = taCenter
        Title.Caption = '访问状态'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clWindowText
        Title.Font.Height = -15
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Width = 131
        Visible = True
      end>
  end
  object Panel2: TPanel
    Left = 1
    Top = 51
    Width = 499
    Height = 39
    BevelOuter = bvLowered
    TabOrder = 2
    object SpeedButton1: TSpeedButton
      Left = 426
      Top = 7
      Width = 68
      Height = 26
      Caption = '退出(&X)'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      Layout = blGlyphTop
      ParentFont = False
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 218
      Top = 7
      Width = 68
      Height = 26
      Caption = '帮助(&H)'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      Layout = blGlyphTop
      ParentFont = False
      OnClick = SpeedButton2Click
    end
    object SpeedButton5: TSpeedButton
      Left = 148
      Top = 7
      Width = 68
      Height = 26
      Caption = '浏览库'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      Layout = blGlyphTop
      ParentFont = False
      OnClick = SpeedButton5Click
    end
    object SpeedButton3: TSpeedButton
      Left = 9
      Top = 7
      Width = 68
      Height = 26
      Caption = '数据备份'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      Layout = blGlyphTop
      ParentFont = False
      OnClick = SpeedButton3Click
    end
    object SpeedButton4: TSpeedButton
      Left = 79
      Top = 7
      Width = 68
      Height = 26
      Caption = '数据恢复'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText

⌨️ 快捷键说明

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