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

📄 unit6.dfm

📁 大家觉得不是垃圾就下了
💻 DFM
字号:
object Form6: TForm6
  Left = 180
  Top = 118
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #25805#20316#35760#24405
  ClientHeight = 193
  ClientWidth = 486
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 280
    Top = 32
    Width = 48
    Height = 12
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 280
    Top = 112
    Width = 60
    Height = 12
    Caption = #30331#24405#26102#38388#65306
  end
  object Label3: TLabel
    Left = 280
    Top = 72
    Width = 60
    Height = 12
    Caption = #30331#24405#26085#26399#65306
  end
  object Button1: TButton
    Left = 288
    Top = 144
    Width = 75
    Height = 25
    Caption = #21024#38500#35760#24405
    TabOrder = 4
    OnClick = Button1Click
  end
  object DBEdit1: TDBEdit
    Left = 344
    Top = 24
    Width = 121
    Height = 20
    DataField = 'user'
    DataSource = DataModule1.DataSource4
    ReadOnly = True
    TabOrder = 1
  end
  object DBEdit2: TDBEdit
    Left = 344
    Top = 104
    Width = 121
    Height = 20
    DataField = 'time'
    DataSource = DataModule1.DataSource4
    ReadOnly = True
    TabOrder = 3
  end
  object DBEdit3: TDBEdit
    Left = 344
    Top = 64
    Width = 121
    Height = 20
    DataField = 'Date'
    DataSource = DataModule1.DataSource4
    ReadOnly = True
    TabOrder = 2
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 8
    Width = 249
    Height = 177
    DataSource = DataModule1.DataSource4
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnDrawColumnCell = DBGrid1DrawColumnCell
    Columns = <
      item
        Expanded = False
        FieldName = 'User'
        Width = 70
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Date'
        Width = 70
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'Time'
        Width = 70
        Visible = True
      end>
  end
  object Button2: TButton
    Left = 384
    Top = 144
    Width = 75
    Height = 25
    Caption = #21462' '#28040
    TabOrder = 5
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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