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

📄 unit5.dfm

📁 基于ORACLE的数据库操作系统!!能实现对数据的查询
💻 DFM
字号:
object Form5: TForm5
  Left = 189
  Top = 104
  Width = 529
  Height = 268
  AutoSize = True
  Caption = #20449#24687#20462#25913
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 0
    Width = 330
    Height = 33
    Caption = #27426#36814#20462#25913#28779#36710#31080#21153#20449#24687
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -32
    Font.Name = #21326#25991#24425#20113
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Button1: TButton
    Left = 208
    Top = 216
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 0
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 48
    Width = 521
    Height = 129
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = #36710#27425#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = #36215#28857
        Visible = True
      end
      item
        Expanded = False
        FieldName = #32456#28857
        Visible = True
      end
      item
        Expanded = False
        FieldName = #26085#26399
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24320#20986#26102#38388
        Visible = True
      end
      item
        Expanded = False
        FieldName = #21040#36798#26102#21051
        Visible = True
      end
      item
        Expanded = False
        FieldName = #36710#21410#25968
        Visible = True
      end
      item
        Expanded = False
        FieldName = #27599#36710#21410#39044#35774#24231#20301#25968
        Visible = True
      end
      item
        Expanded = False
        FieldName = #27599#36710#21410#21097#20313#24231#20301#25968
        Visible = True
      end
      item
        Expanded = False
        FieldName = #31080#20215
        Visible = True
      end>
  end
  object DBNavigator1: TDBNavigator
    Left = 0
    Top = 184
    Width = 510
    Height = 25
    DataSource = DataSource1
    TabOrder = 2
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 456
    Top = 160
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'hfx'
    TableName = 'HFXTABLE'
    Left = 424
    Top = 168
  end
end

⌨️ 快捷键说明

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